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
b32175e4
Commit
b32175e4
authored
20 years ago
by
rds
Browse files
Options
Downloads
Patches
Plain Diff
more acurate
parent
5505164e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
foocanvas/support/DEV_NOTES
+15
-9
15 additions, 9 deletions
foocanvas/support/DEV_NOTES
with
15 additions
and
9 deletions
foocanvas/support/DEV_NOTES
+
15
−
9
View file @
b32175e4
...
...
@@ -20,30 +20,36 @@ $ 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.
1
2005-02-11 1
6:09:30
rds Exp $).
store in ZMap cvs. Make sure '-ko' is used to STOP keyword substitution ($Id: DEV_NOTES,v 1.
2
2005-02-11 1
7:14:24
rds Exp $).
$ cd ZMap/foocanvas/support/
$ cvs add -ko -m'message' libfoocanvas-VERSION.patch
should test the patch by
$ gcvs export -rHEAD foocanvas
$ cd foocanvas/libfoocanvas
$ patch -p0 < ZMap/foocanvas/support/libfoocanvas-VERSION.patch
Creating the tar.gz
-------------------
$ gcvs export foocanvas
$ mv foocanvas libfoocanvas
$ cd libfoocanvas-VERSION/libfoocanvas
$ patch -p0 < ZMap/foocanvas/support/libfoocanvas-VERSION.patch
assuming patch goes ok, all of the above worked.
$ gcvs export -rHEAD foocanvas
$ mv foocanvas libfoocanvas-VERSION
now make all the autoconf stuff. I had to do this first.
$ export AUTOMAKE=~/bin/automake
autogen.sh also requires gnome-common
$ gcvs co gnome-common; ./configure; make; make install
$ ./autogen.sh
remove the Makefiles as autogen.sh runs configure.
$ 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/
...
...
@@ -51,5 +57,5 @@ $ cvs commit -m'message' libfoocanvas-VERSION.tar.gz
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
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