when they're invoked with an absolute path.
This was introduced by the WRKBUILD/WRKSRC split.
So:
- replace default CONFIGURE with a full path, so that you can override it.
- remove leading ${WRKSRC} from the configure invocation.
- add . to the configure path.
cookies, so that cookie names are no longer hard-coded.
* new SEPARATE_BUILD feature: for ports that can build outside their source
tree, use build-${ARCH} to build, and move configure/build/install cookie
down inside build-${ARCH}.
Those few people who use NFS to mount ports tree around different
architectures may find this helps.
The pkg/DESCR file :
General-purpose library from the GTK+ team.
This is GLib version 1.1.0. GLib, is a library which includes support
routines for C such as lists, trees, hashes, memory allocation, and
many other things.
The official ftp site is:
ftp://ftp.gtk.org/pub/gtk/
The official web site is:
http://www.gtk.org/
A mailing list is located at:
gtk-list@redhat.com
If you look at the ImageMagick/magick/version.h file you will
see that the release date is March 1, 1999. This means the files can and
will change until that date (the official release date). Once March 1
comes and goes there will be no changes to the 4.2.0 release and I will
start working on 4.2.1. So for porters the best thing to do is to always
release one version back or look at the release date and not use the
release until that date.
So it may change yet again.
they are not necessary as the proper names are generated when
the package is installed; including them only adds work as they
must be verified and changed when the port changes; thanks to
fgsch@ for bringing this up