OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-tools Date: 17-Jul-2006 19:51:55
Branch: HEAD Handle: 2006071718515400
Modified files:
openpkg-tools/cmd build.pl
Log:
remember what the canonical way is to change a package in-place with
different build-time options
Summary:
Revision Changes Path
1.22 +9 -0 openpkg-tools/cmd/build.pl
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-tools/cmd/build.pl
============================================================================
$ cvs diff -u -r1.21 -r1.22 build.pl
--- openpkg-tools/cmd/build.pl 27 Jun 2006 16:04:49 -0000 1.21
+++ openpkg-tools/cmd/build.pl 17 Jul 2006 17:51:54 -0000 1.22
@@ -2840,6 +2840,15 @@
$ /openpkg/bin/openpkg build \
-Dapache::with_mod_php=yes apache mysql | sh
+=head2 Change
+
+The following fictive example shows how to change the already
+installed package "foo" by rebuilding and reinstalling it with the
+"C<foo::with_bar>" build-time option enabled.
+
+ # change a package
+ $ /openpkg/bin/openpkg build -g -Dwith_bar=yes foo | sh
+
=head2 Update
The following example shows how to update (no major
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]