diff options
author | wiz <wiz> | 2000-08-17 15:53:58 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-08-17 15:53:58 +0000 |
commit | fa84d7d280a4dca48e44c6276ae38367bf6f0d06 (patch) | |
tree | 627dcee92ed9afdfc1dcc84dd07a65643953975e /Packages.txt | |
parent | 9f22b61dd03ff881ed209a6b776ea3a0847bf44b (diff) | |
download | pkgsrc-fa84d7d280a4dca48e44c6276ae38367bf6f0d06.tar.gz |
remove paragraph about pkglibtool
Diffstat (limited to 'Packages.txt')
-rw-r--r-- | Packages.txt | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/Packages.txt b/Packages.txt index 7a558749fea..b41161094fc 100644 --- a/Packages.txt +++ b/Packages.txt @@ -1,4 +1,4 @@ -# $NetBSD: Packages.txt,v 1.106 2000/08/16 19:08:20 dmcmahill Exp $ +# $NetBSD: Packages.txt,v 1.107 2000/08/17 15:53:58 wiz Exp $ ########################################################################### ========================== @@ -895,12 +895,6 @@ Here's how to use libtool in a pkg in six simple steps: include the ELF symlink files (.so.major, .so); those are added automatic. -Do not use pkglibtool! Previously, the package system used its -own version of libtool from pkgtools. However, over time, this -version became outdated and is now deprecated. You may see some -definitions of USE_PKGLIBTOOL in existing packages that still use -this outdated version of libtool. Please do not use this definition -in new packages! 6.3 Using libtool on GNU packages that already support libtool ============================================================== @@ -914,6 +908,7 @@ If the pkg already has an original "libtool" which we can replace with devel/libtool you may have to specify LIBTOOL_OVERRIDE to the package Makefile. + 6.4 Gotchas of FreeBSD ports ============================ |