Commit graph

901 commits

Author SHA1 Message Date
hubertf
becf63b237 print-PLIST:
enclose s/// commands in single quotes, and protect '.' in OS_VERSION,
so that "135" does NOT get replaced by "${OS_VERSION}".

Detected in kdetoys-2.0
2000-11-18 21:55:28 +00:00
hubertf
7c6c6d304f Fix print-pkg-size-depends:
I now remember why I felt there was something wrong with the fix in PR
11433: it calls some target with PACKAGE_DEPENDS_WITH_PATTERNS=false, and
this will cause problems when someone has a different version installed
than what's currently in pkgsrc.

This was also what the XXX was for that I couldn't remember - all
dependencies were found installed at the time that the
print-pkg-size-depends target gets called, and as such we can call
run-depends list with the PACKAGE_DEPENDS_QUICK switch (to first print our
direct dependencies, and then look at their @pkgdep lines to get all their
depends - no need for recursion, as well store all a pkg's depends in it's
@pkgdep lines!). Using that, we can call "pkg_info -e" on all the patterns
to expand them to match what's really installed on the system, then make
that list unique (so that e.g. foo-1.0 and foo-* gets to the same pkg
twice, and then sorted out). After that we can calculate it's size as
before using "pkg-info -s".

Using this method is also a whole lot faster (due to no recursion).
2000-11-18 21:53:31 +00:00
hubertf
7563ff68a3 Unconditionally step back out of the dir that we went in before.
(How did this EVER work before?!?)
2000-11-18 07:30:25 +00:00
tv
36e46ee02a Change multidepends for USE_JAVA software to use sun-jre,jdk instead of
blackdown-jre,jdk.
2000-11-18 01:03:33 +00:00
hubertf
dcbd4c55c4 Ur CVS_USER is empty, no CVS update will happen. Document! 2000-11-17 16:59:01 +00:00
skrll
9ad61bf074 Bump libtool version for mycroft's changes to a.out library dependencies.
make check will fail on a.out platforms due to lib/10940.
2000-11-17 09:58:49 +00:00
hubertf
18a63152a7 Change the output of the 'install-depends' target so it fits
in 80 columns:


before:
===> mozilla-0.m18nb1 depends on installed package: gtk+>=1.2.8 - gtk+-1.2.8 found
===> mozilla-0.m18nb1 depends on installed package: ORBit>=0.5.1 - ORBit-0.5.3nb1 found
===> mozilla-0.m18nb1 depends on installed package: jpeg-6b - jpeg-6b found
===> mozilla-0.m18nb1 depends on installed package: png>=1.0.6 - png-1.0.8 found
===> mozilla-0.m18nb1 depends on file: /usr/pkg/bin/perl - found
===> mozilla-0.m18nb1 depends on executable: autoconf - /usr/pkg/bin/autoconf found
===> mozilla-0.m18nb1 depends on executable: zip - /usr/pkg/bin/zip found
===> mozilla-0.m18nb1 depends on executable: gmake - /usr/pkg/bin/gmake found

after:
===> Required installed package gtk+>=1.2.8: gtk+-1.2.8 found
===> Required installed package ORBit>=0.5.1: ORBit-0.5.3nb1 found
===> Required installed package jpeg-6b: jpeg-6b found
===> Required installed package png>=1.0.6: png-1.0.8 found
===> Required file /usr/pkg/bin/perl: found
===> Required executable autoconf: /usr/pkg/bin/autoconf found
===> Required executable zip: /usr/pkg/bin/zip found
===> Required executable gmake: /usr/pkg/bin/gmake found
2000-11-16 05:36:01 +00:00
wiz
2e70301f31 Update lame to 3.87; retire lame-gui package, use LAME_USE_GTK variable
instead; install more documentation.
Lame isn't any longer a patch against the ISO source, but stand-alone.
Other changes:
MP3 decoding support, ID3V2 support, vorbis support (not compiled in
right now), MPEG2.5 support; lots of bugfixes and speedups (for
details, see installed history.html).
2000-11-15 13:52:57 +00:00
fredb
e00213a7ca In the .SizeAll calculation, allow PKG_INFO to be a command with prefixed
environment variables, which it is by default. (Oops.)
2000-11-12 17:11:03 +00:00
tron
0bf6e40473 Add new "check" target which invokes "pkg_admin check" for the current
package.
2000-11-12 15:20:06 +00:00
fredb
fef36d5443 Calculate the .SizeAll information for pkg_info -S correctly.
Closes PR pkg/11433.
2000-11-12 02:46:53 +00:00
hubertf
cad2a20afa Stopgag fix to force people to unset PKG_PATH before doing pkgsrc
works (at least until we handle this more sane).
2000-11-11 19:13:41 +00:00
tron
9e71b8c25e The GNOME mirror on "ftp.informatik.uni-bonn.de" is working again. 2000-11-11 17:55:44 +00:00
tron
25a7dd8451 Add new master site list "MASTER_SITE_SOURCEFORGE" for
"download.sourceforge.net" and mirror sites.
2000-11-11 14:46:57 +00:00
hubertf
9020a8d498 Change substitution of %%PKG%% so it's expanded to ${PKGNAME} directly, not
via a tmp file. Also, there's no need to excape any possible HTML chars
(there won't be any in a PKGNAME).

Noted in PR 11462 by Jeremy C. Reed <reed@reedmedia.net>
2000-11-09 23:46:29 +00:00
itojun
3e7c6f02b8 USE_LIBINTL: workaround brokenness in gettext.m4 (configure.in fragment
ships with GNU gettext).
2000-11-09 14:02:46 +00:00
mjl
575d15100e Add -lXp to MOTIFLIB, needed by openmotif. 2000-11-02 12:17:03 +00:00
wiz
7382d63dd0 Move USE_NCURSES stuff from bsd.pkg.mk to bsd.prefs.mk.
Do executable bit testing in bsd.pkg.mk, REPLACE_NCURSES, slightly
different.
2000-11-02 03:01:40 +00:00
skrll
4cfb543114 Add CXX and CXXFLAGS definitions in HAS_CONFIGURE case.
Remove ac_cv_path_* stuff as this should be dealt with in the configure.

[Doing this from a KDE2 desktop!!!]
2000-11-01 09:06:22 +00:00
itojun
08cc65a9e2 declare USE_LIBINTL. 2000-10-31 17:20:07 +00:00
hubertf
fa21f27b18 Remove an unbalanced trailing ')'
Change reviewed by Thomas Klausner; see also PR 11317.

Mmm, doing pkgsrc work on Solaris :-)
2000-10-26 16:09:54 +00:00
jlam
e2ac9634c2 Update xpkgwedge to 1.0 and make appropriate changes to bsd.pkg.mk to handle
the new version of xpkgwedge.  Changes from xpkgwedge 0.4:

	* Redefine ImakeCmd to "imake -I$(PREFIX)/lib/X11/config" to
	  pick up X11 config files in $(PREFIX)/lib/X11/config before the
	  ones in the standard X11 tree.

	* Install a program called "pkgxmkmf" that's actually xmkmf, but
	  checks in $(PREFIX)/lib/X11/config before the standard X11 config
	  directory.

	* Create the host.def file in $(PREFIX)/lib/X11/config instead of
	  always in ${X11BASE}/lib/X11/config.

The benefits of this are:

	1) xpkgwedge can now install into $(PREFIX) instead of always into
	   $(X11BASE).

	2) Keeps the X11 tree "pure", and doesn't affect people who want
	   to run xmkmf and not include all the xpkgwedge stuff, even if
	   it's installed.

	3) Packages that install config files (lesstif, xview-config) can
	   now do so in $(PREFIX).

	4) People only have to use 'pkgxmkmf' instead of 'xmkmf', and
	   (hopefully) no other changes, if they want to use the config
	   files in xpkgwedge'd packages.
2000-10-23 17:32:06 +00:00
fredb
19129d3f98 Make target "mps" __identical__ __to__ target "makepatchsum", and not
simply depending on it.
2000-10-22 14:05:24 +00:00
rh
e35787cf4c Use UPDATE_TARGET (new) instead of DEPENDS_TARGET for 'make update'. This
allows the user to set DEPENDS_TARGET=update, which will now automatically
update all outdated prerequisite packages.
2000-10-22 08:22:24 +00:00
wiz
8aaed46d66 Bring pkg specific options into more of an alphabetic order. 2000-10-21 21:20:11 +00:00
wiz
0ab458d0dd update ZIP_ENCRYPTION comment, since it only applies to zip1 anymore 2000-10-21 20:50:15 +00:00
wiz
ba6a7fdff3 Remove obsoleted RCS_LOCALID section (now runtime variable). 2000-10-21 19:32:34 +00:00
rh
33e8bfa73e Add entry for USE_PAM 2000-10-21 18:53:29 +00:00
hubertf
000179589c add adobe-acrobat-license 2000-10-20 02:05:15 +00:00
jlam
faa90cdf97 Make print-PLIST output the install-info lines only when it finds
files ending in ".info", not for any file that ends in "info".
2000-10-19 02:30:05 +00:00
jlam
dac890c7cd Quiet perl invocations in bsd.pkg.mk when the locale isn't properly set in
the environment.
2000-10-17 23:56:19 +00:00
tv
02fdf8c9ef Change DEPENDS for PKG_JAVA=jdk compiled packages such that both the native
jdk 1.1.8 and the blackdown-jre 1.2 will work (and make the version just *,
not 1.1.*).  This is a precursor to native JDK 1.2 support.  Leave the
preference of the dependency to use the native jdk 1.1.

XXX: There should be a standard location not specific to PKG_JAVA for Java
packages, and there is no particular need for a DEPENDS on the JVM for
most packages (even an external-to-tree JVM is typically happy with the code).
This per-VM PREFIX, and particularly configurable JAVA_HOME, is not clean.
2000-10-16 19:43:14 +00:00
rh
abf2ff5ed9 Add USE_GLX example entry. 2000-10-15 12:14:57 +00:00
rh
bdd5ffc77d Add USE_MESA and USE_GLX mechanism similar to USE_XPM that detects and
handles a builtin XFree86-4.x Mesa.
2000-10-15 11:31:41 +00:00
veego
4b85fd0d6c Add TIN_USE_INN_SPOOL which enables support for reading directly in an inn
spool. This makes reading news much faster if you have a local inn.
2000-10-15 07:20:42 +00:00
jlam
57b1b71278 Add knob (SHLIB_HANDLING=YES/NO) for packages to specify if they want
the automatic shared library handling performed during a "make install".
Defaults to "YES".

This is part of a fix for PR#9011.
2000-10-13 23:18:00 +00:00
skrll
bb5a5fb25f Make sure that -Wl does the right thing on a.out.
Make sure that an -fPIC c++rt0 is pulled in for sparc<1.4.3.

Fixes: pkg/11166, pkg/10190, pkg/11189, and port-sparc/10846
2000-10-12 19:05:02 +00:00
hubertf
cc61ece0c6 Revert last change, it made pkg_info spew. 2000-10-10 20:37:29 +00:00
hubertf
92756e88e1 Make pkgsrc works work even if PKG_PATH is set, by passing an empty
PKG_PATH to all pkg_* commands.

XXX things like bin-install aren't ready for PKG_PATH set anyways
2000-10-08 13:59:10 +00:00
hubertf
d17056245a * Make setting ftp_proxy and http_proxy actually work
* Store (t)sorted list of pkgs to build in .l
2000-09-29 04:28:50 +00:00
hubertf
cbff95cff4 Install cvs and ssh and do 'cvs update' only if CVS_USER is set in build.conf.
(Set to "" to prevent update e.g. on sparc64 where we don't have a working
ssh yet)
2000-09-29 04:27:42 +00:00
agc
821a2385e4 Fix the show-vulnerabilities and show-vulnerabilities-html targets to
work properly in the absence of a vulnerability list.
2000-09-28 10:50:43 +00:00
agc
79d9b964bb Postpone the check for vulnerabilities in the package being installed
from the middle of root-install until the end of fake-pkg target. At
the end of the fake-pkg target, the package has been registered using
pkg_create(1), and so it's possible to use relational comparisons of
the version numbers, thereby making it possible to use the information
from the standard vulnerabilities file.

This addresses PR 11077.
2000-09-27 12:50:49 +00:00
agc
a2088e84f5 Introduce a new mk.conf definition MTOOLS_ENABLE_FLOPPYD, which
can either be defined or not. This governs the installation of the
floppyd binary in the mtools package. The floppyd program needs
the SM and ICE libs from the X11 distribution to link (floppyd's
authorisation model to enable remote access to floppy drives closely
resembles that of X11's xauth model). Modify the mtools Makefile
accordingly.
2000-09-26 11:09:26 +00:00
hubertf
75e412d56f make lintpkgsrc operate on the right dir - with out -P, it goes for
/usr/pkgsrc instead of the current dir. Bad!
2000-09-24 16:22:08 +00:00
hubertf
38d2d6f6f6 Print pkgs with no dependencies as depending on themselves, as they
don't get built.
2000-09-21 16:53:14 +00:00
hubertf
d5ed2c8ef6 Add 'mps' as a convenience short-hand for 'makepatchsum' 2000-09-20 21:53:32 +00:00
agc
52820563b0 Test to see if there's a ${DISTDIR}/vulnerabilities file before trying
to access it at root-install time. Fixes a problem reported by Michael
Graff and Johnny Lam.
2000-09-20 19:11:34 +00:00
agc
3013e4b633 Add the glue for showing any security vulnerabilities to the README.html
files.
2000-09-19 19:29:11 +00:00
hubertf
a7334fd64e * Put architecture into summary mail
* Prefix every line of the build's output with the architecture, so it's
   easy to see at a glance which architecture you have scrolling by in
   front of you
2000-09-17 21:55:09 +00:00
hubertf
b6c90a9c2d Read FTPHOST from config file 2000-09-17 21:51:09 +00:00
hubertf
0e02ae3631 rcs id police 2000-09-15 22:27:16 +00:00
hubertf
325db75d6d Allow setting ftp_proxy and http_proxy in build.conf or $environment 2000-09-15 22:25:57 +00:00
hubertf
0e7843f045 Bulk build framework 2000-09-15 22:05:46 +00:00
hubertf
a638bc5107 Whitespace fix 2000-09-15 21:47:03 +00:00
veego
5e9eed149d Fix a problem with the print-pkg-size-this on Solaris.
It use the wrong ls when you have /usr/ucb before /usr/bin in your PATH.
The usb-ls doesn't print the group field, so the size is the 4th field and
not the 5th one.
Fixed by using the /usr/bin one.
Added and use: ${LS} which points to the correct ls.

Also add a space after the 0 in the AWK part of this target and one after
the '+'. Noticed by Klaus Klein.
Changes reviewed by Hubert Feyrer.
2000-09-15 16:53:30 +00:00
jwise
10488c051d Add comments explaining each of the three singleton licenses (kermit-license,
sun-jsdk20-license and sun-swing-license), and what licenses they correspond
to.

It is especially important that people do not blindly add these values to
ACCEPTABLE_LICENSES, as these values indicate that the user has read and
accepted specific license agreements, not general terms of redistribution
as with the `generic' LICENSE values.
2000-09-15 15:07:30 +00:00
tron
d363304159 Use "dc" instead of "expr" to calculate total package size to avoid
another integer overflow which occured on "i386", too.
2000-09-15 09:18:21 +00:00
tron
82cf593ae1 Rewrite "print-pkg-size-depends" target to work without invoking "awk". 2000-09-15 09:14:21 +00:00
tron
4926a21e67 Fix cut and paste error in last commit. 2000-09-15 09:04:51 +00:00
tron
10bf2e6f52 Because "awk" keeps getting overflows on "arm32" while calculating the
size of a large package we use "dc" now.
2000-09-15 08:35:15 +00:00
tron
b5b06e2268 Update "libtool" version number in comment. 2000-09-14 11:27:56 +00:00
skrll
f93d85f712 Make sure we use the latest (and greatest!) libtool. 2000-09-14 10:23:44 +00:00
hubertf
e3027bb0f1 Fix bug in 'describe, introduced in rev. 1.529.
Reported by Launey Thomas <ljt@alum.mit.edu> in private mail.
2000-09-13 20:23:57 +00:00
wiz
2e66a3eb79 Improve wording of warning if required package is not found, which
causes a dependency to be not registered, to minimize confusion like
in pkg/9043.
2000-09-10 12:11:25 +00:00
fredb
34a628dda4 Add a new mechanism for handling "crypto" packages, as discussed
on tech-pkg. Setting either USE_SSL or CRYPTO in the package's
Makefile will permit the package to build or not, depending on the
setting of MKCRYPTO (set to yes by default).
2000-09-09 18:45:16 +00:00
veego
c2863b1d4e Note CYRUS_USER and CYRUS_GROUP used by mail/cyrus-imapd. 2000-09-09 16:34:44 +00:00
fredb
73bce9e46c Correct a factual error in the comment "ways to disable a package":
we actually check for "X", and not just Motif. Also, clean up word
wrap, and rearrange the sections to be in the same order as the checks
they refer to.
2000-09-07 15:26:52 +00:00
fredb
3493b7ee58 Revert last change. I only tested this on netbsd-1-4; it doesn't seem to
work on netbsd-1-5 at all.
2000-09-07 02:29:40 +00:00
fredb
b2fd29e954 Introduce a new category, "crypto", with a special property: If the user
sets MKCRYPTO=no, packages in this category won't be fetched, installed,
built, or packaged. Also, binary package users forbidden, by law, from
using strong cryptography would presumably find the list on the category's
automatically generated web page useful for ensuring compliance.
2000-09-06 20:28:32 +00:00
fredb
a4783f7233 Move PKG_DEVELOPER and WRKOBJDIR out of the "NetBSD&" section, and into
the "packages only" section.
2000-09-06 18:39:24 +00:00
jlam
13f42fab2c Move PERL5_* variable definitions out of USE_PERL5 .if.endif block;
they're already protected by .if exists(${PERL5}).
2000-09-06 03:58:23 +00:00
veego
6dcba97246 Fix a EVAL_PREFIX problem with XPM and xfree86 4.x
Patch from Alistair G. Crooks with a small change from me after a comment
from Matthias Scheler.
2000-09-05 19:13:40 +00:00
abs
4367d45e3c Update for new 'netscape' wrapper, plus note 'NS_NAVIGATOR' variable 2000-09-02 23:18:26 +00:00
hubertf
07dccfdb81 remove debug code 2000-09-02 14:05:36 +00:00
hubertf
94e6e8bd17 log more stuff to buildlog 2000-09-02 13:53:06 +00:00
jlam
0ed02cc12b Fix broken MANZ handling in PERL5_PACKLIST case. Closes PR#10930 with fix
provided by Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>.
2000-09-01 18:20:06 +00:00
hubertf
42757b4551 Back out the 'make reinstall' change from rev. 1.557:
On 'make reinstall', the DEPENDS_TARGET is also set to reinstall, and for
pkgs with dependencies this results in all dependencies being removed and
reinstalled.
2000-09-01 13:48:51 +00:00
hubertf
a86c9d32de Make sure PKG_DBDIR is set for each call to pkg_info etc. by setting
PKG_INFO etc. properly. Make sure the PKGTOOLS_VERSION does not get
confused.

Code from Al 'trapped behind a firewall' Crooks <agc@netbsd.org>.
2000-08-31 14:29:00 +00:00
hubertf
2f53646522 remove debug code from last commit 2000-08-31 04:29:53 +00:00
hubertf
58afd1a19d * add CHECK_SHLIBS variable that can be set to "no" in emul/compat packages,
to precent check-shlibs from discovering that ldd(8) can't deal with
   e.g. Linux binaries
 * On "make reinstall", make sure the package gets deinstalled first.
   No more 'make deinstall ; make reinstall'.
2000-08-31 02:32:32 +00:00
jlam
53a588e8ac Use only the first field of the perl5 packlist. Some packlists list the
type of the file and additional information in successive fields of the
packlist.  Note that this will break if the installed filenames have spaces
in them, which I don't think happens, yet.
2000-08-30 18:49:18 +00:00
abs
6a70832eb7 Add 'TCSH_STATIC' variable for producing static tcsh binary.
If only 'make LDFLAGS+=-static' would work...
2000-08-30 18:00:50 +00:00
jlam
6dfc203f08 Fix errors with not finding perl in another way.
Also only compute PERL5_* variables once and pass into MAKEFLAGS, following
model of IS_LESSTIF (thanks to hubertf for the suggestion).
2000-08-29 18:48:11 +00:00
jlam
7ce7201a10 Don't output any errors if perl isn't available when doing a "make clean"
in a package which has USE_PERL5.
2000-08-28 22:52:08 +00:00
jlam
43d469a0a9 Surround the PERL5_* in PLIST_SUBST with .if defined(USE_PERL5) ... .endif 2000-08-28 22:43:07 +00:00
jlam
cd7e109f65 Correct thinko which caused p5-Tk to not register installation correctly.
"/X/" was mistakenly replaced with "/", which broke the translation of
the packlist to a correct PLIST.
2000-08-28 08:23:03 +00:00
jlam
0fad529897 Changes for building dynamic PLIST for perl packages:
* Add a PERL5 variable that is always defined, set to the path of a
      pkgsrc-installed perl5 binary (${LOCALBASE}/bin/perl).

    * Define three new variables PERL5_SITELIB, PERL5_SITEARCH, and
      PERL5_ARCHLIB that define special locations used by perl.  In
      particular, it seems packlists are always found under PERL5_SITEARCH.

    * Substitute the above three variables when generating PLISTs, but
      stripping away the initial ${LOCALBASE}/ part.  This is for perl
      packages which don't generate packlists because they don't use the
      perl Makefile generator during the build process.

    * Append to the PLIST any files listed in the packlists named by
      PERL5_PACKLIST.  Also append statements to try removing the
      directories installed into by the packlist-ed files.
2000-08-27 02:15:49 +00:00
dmcmahill
7b2960addc a couple of minor changes to the bulk-check-uptodate target:
- quote arguments to pkg_admin so the shell doesn't try to expand any *'s.

- be sure that all required binary packages exist.  The previous version
  made sure the required packages were not newer, but missed catching missing
  required packages.

Still todo:
When examining required binary packages to see if they have changed, the test
only looks at the modification time of the binary package.  It does not verify
that the required binary package is also up to date with respect to its
pkgsrc files.
2000-08-25 12:43:28 +00:00
jlam
b01048b9aa In check-shlibs, use ${LDD}, instead of directly invoking "ldd" to check
whether the proper shared libs are available.  Packages which use the
emulation system should set LDD to the path of a the emulated ldd, or
simply set it to true, e.g.:

	LDD?=	/emul/linux/usr/bin/ldd
	LDD?=	${TRUE}

Fixes PR#10853.
2000-08-24 23:29:26 +00:00
dmcmahill
d768c43c3c escape the \ in an echo command so we see it 2000-08-24 15:48:12 +00:00
hubertf
f3fb78f833 If a required binary pkg is found newer, tell which one. 2000-08-24 02:49:44 +00:00
hubertf
7a01adbfdb Remove a comment that's no longer valid after we have 'pkg_admin lsbest'
now - we can expand all pkg wildcards with that.
2000-08-24 00:59:18 +00:00
hubertf
0711a31398 Back out last commit: It nuked pkgs that we compile in several versions,
e.g. for "normal" and -current pkgs.
2000-08-24 00:52:23 +00:00
tron
3587744105 Add support for new variable "USE_XPM" for packages which use the Xpm
library. It will use the include Xpm library on systems with XFree86 4.0
or newer and the package on systems with XFree86 3.3.6 and older.
2000-08-23 22:22:53 +00:00
tron
fd2c580f42 Evalute correct value for "OBJECT_FMT" in case multiple packages match
a dependence.
2000-08-21 09:41:07 +00:00
hubertf
5135784194 * Prevent " etc. in RESTRICTED (NO_{SRC,BIN}_ON_{CDROM,FTP}) and BROKEN
from producing errors
 * Rework IGNORE handling:
    - IGNORE messages must now include the pkg's name
    - if multiple reasons exist for a pkg to be ignored, they are now
      all printed
    - IGNORECMD is gone
 * Make 'mirror-distfiles' not print a warning if NO_SRC_ON_FTP is
   set (I really don't want to see that list every day!)
 * Catch one leftover 'depends' -> 'install-depends'
2000-08-19 15:32:15 +00:00
hubertf
f7bc41cb9f * Replace MIRROR_DISTFILES with NO_SRC_ON_FTP
* Replace NO_CDROM with NO_SRC_ON_CDROM and NO_BIN_ON_CDROM
 * Add NO_{SRC,BIN}_ON_{FTP,CDROM} to BUILD_DEFS (in case someone
   wants to re-distribute a binary pkg, so he has a chance to know
   about resitrictions)
 * Adjust 'mirror-distfiles' target for NO_SRC_ON_FTP
2000-08-18 22:43:19 +00:00
hubertf
edf4cd57c6 check-shlibs: previous commit didn't work for pkgs using @cwd. Let
pkg_info evaluate this, and use the result
2000-08-18 02:47:56 +00:00
wiz
07beafddf0 USE_PKGLIBTOOL is no more 2000-08-17 14:13:56 +00:00