Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
zmap
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ensembl-gh-mirror
zmap
Commits
4d7800f9
Commit
4d7800f9
authored
20 years ago
by
rds
Browse files
Options
Downloads
Patches
Plain Diff
corrections and keeping up to date
parent
7032ede6
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
foocanvas/support/DEV_NOTES
+19
-6
19 additions, 6 deletions
foocanvas/support/DEV_NOTES
foocanvas/support/untar_patch.sh
+1
-1
1 addition, 1 deletion
foocanvas/support/untar_patch.sh
with
20 additions
and
7 deletions
foocanvas/support/DEV_NOTES
+
19
−
6
View file @
4d7800f9
...
...
@@ -20,7 +20,7 @@ $ cd foocanvas/libfoocanvas
$ gcvs diff -u > ZMap/foocanvas/support/libfoocanvas-VERSION.patch
store in ZMap cvs. Make sure '-ko' is used to STOP keyword substitution ($Id: DEV_NOTES,v 1.
2
2005-02-
11 17:14
:2
4
rds Exp $).
store in ZMap cvs. Make sure '-ko' is used to STOP keyword substitution ($Id: DEV_NOTES,v 1.
3
2005-02-
25 16:29
:2
7
rds Exp $).
$ cd ZMap/foocanvas/support/
$ cvs add -ko -m'message' libfoocanvas-VERSION.patch
...
...
@@ -41,17 +41,15 @@ $ mv foocanvas libfoocanvas-VERSION
now make all the autoconf stuff. I had to do this first.
$ export AUTOMAKE=~/bin/automake
$ export ACLOCAL_FLAGS="-I ~/share/aclocal -I ~/share/aclocal-1.9"
autogen.sh also requires gnome-common
$ gcvs co gnome-common; ./configure; make; make install
$ ./autogen.sh
remove the Makefiles as autogen.sh runs configure.
$ make dist-gzip
this uses VERSION from configure.in (currently 0.1), I was using YYYYMMDD, who knows what's best.
$ find ./ -name 'Makefile' | xargs rm -f
$ tar -cf libfoocanvas-VERSION.tar libfoocanvas-VERSION/
$ gzip libfoocanvas-VERSION.tar
$ mv libfoocanvas-VERSION.tar.gz ZMap/foocanvas/support/
$ cvs commit -m'message' libfoocanvas-VERSION.tar.gz
...
...
@@ -59,3 +57,18 @@ Should alter untar_patch.sh to set the version variable to VERSION and
tag the files as libfoocanvas-VERSION.
Test by running ./untar_patch.sh and seeing no errors in patch and a complete build
ALPHA builds
------------
Now auto{conf,make}, m4 and libtool are installed
Use gtar and gpatch as the OSF ones don't do gnu options.
export AUTOMAKE=~acedb/prefix/ALPHA/bin/automake-1.9
make sure /usr/local/gtk2/bin is in $PATH
gnome-common & gtk-doc are now installed so just do the following
./autogen.sh; ./configure; make; make install
This diff is collapsed.
Click to expand it.
foocanvas/support/untar_patch.sh
+
1
−
1
View file @
4d7800f9
...
...
@@ -4,7 +4,7 @@
# script to untar and patch libfoocanvas for us.
# Set the following:
FOOCANVAS_VERSION
=
200502
11
FOOCANVAS_VERSION
=
200502
25
#
#
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment