diff options
author | tv <tv> | 2005-05-18 14:40:04 +0000 |
---|---|---|
committer | tv <tv> | 2005-05-18 14:40:04 +0000 |
commit | 93aa8f3f28b78d161c40301223d49220c688b5cf (patch) | |
tree | 7ae3b78136f12c0b2c97c3ff456c4b2fe858ea8f /devel/libtool-base | |
parent | 771037c3606e4d3c5a66e005f5f62465915c1177 (diff) | |
download | pkgsrc-93aa8f3f28b78d161c40301223d49220c688b5cf.tar.gz |
libtool-base 1.5.18nb1: Update the patches per manual.README.
While here, since those instructions are still not being heeded, make the
warning comment extremely loud and obnoxious, and put it in both
libtool/Makefile.common and libtool-base/Makefile.
Diffstat (limited to 'devel/libtool-base')
-rw-r--r-- | devel/libtool-base/Makefile | 30 |
1 files changed, 23 insertions, 7 deletions
diff --git a/devel/libtool-base/Makefile b/devel/libtool-base/Makefile index 5e4913925fd..6c9e19516fc 100644 --- a/devel/libtool-base/Makefile +++ b/devel/libtool-base/Makefile @@ -1,16 +1,32 @@ -# $NetBSD: Makefile,v 1.62 2005/05/18 11:57:01 adam Exp $ - -.include "../../devel/libtool/Makefile.common" +# $NetBSD: Makefile,v 1.63 2005/05/18 14:40:04 tv Exp $ +########################################################################### +########################################################################### +# +# HEADS UP! DO NOT CHANGE THE VERSION OR PKGREVISION WITHOUT READING THIS: +# +########################################################################### +########################################################################### # -# HEADS UP! Before changing PKGREVISION: Did you remember to merge -# any changes into the m4 manual diffs? Updating patch-a[bd] is not enough! +# This package is maintained specially in order to preserve pkgsrc +# specific OS changes that diverge from the "out of the box" libtool. +# In order to keep this package in a maintainable condition, the .m4 files +# must be manipulated in order to generate the patch-* files. # # See devel/libtool/patches/manual.README for instructions on how to make -# these patch files properly, so that your changes won't be lost completely -# on the next libtool update. +# these patch files properly; otherwise your changes WILL be lost on the +# next libtool update. # +# DO NOT MAKE CHANGES TO patch-ab OR patch-ad WITHOUT FOLLOWING THESE +# INSTRUCTIONS. There are no exceptions to this rule. +# +########################################################################### +########################################################################### + +.include "../../devel/libtool/Makefile.common" + PKGNAME= ${DISTNAME:S/-/-base-/} +PKGREVISION= 1 SVR4_PKGNAME= ltoob COMMENT= Generic shared library support script (the script itself) |