Commit graph

29 commits

Author SHA1 Message Date
jlam
43ac8c39e1 Replace USE_GCC_SHLIB with "USE_LANGUAGE=c c++" (the latter implies the
former) for applications that are known to require C++.
2004-11-13 22:04:52 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
jlam
1a280185e1 Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-22 08:09:14 +00:00
wiz
7a30cb7798 Make build with gcc3. 2004-09-08 12:47:39 +00:00
recht
cd3aa751b1 Regen patch[c-e] so that they also apply cleanly with GNU patch.
Addresses PR 26802 by Georg Schwarz.
2004-08-30 06:27:55 +00:00
snj
0d66b2ac05 Convert to buildlink3. 2004-04-25 09:00:33 +00:00
grant
ef741f8a1a replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-22 07:49:20 +00:00
grant
91f00f1cbc s/netbsd.org/NetBSD.org/ 2003-07-17 21:21:03 +00:00
grant
712c21283a s/USE_CXX/USE_GCC_SHLIB/ - there are more shared libraries than just
libstdc++ in gcc3.

when defined, USE_GCC_SHLIB ensures that the correct rpath is passed
to the linker, and a full dependency on the compiler package is
registered.

packages which define USE_GCC_SHLIB should not include
mk/gcc.buildlink2.mk (or gcc{,3}/buildlink2.mk) as it is handled
automatically.
2003-05-29 23:14:07 +00:00
jlam
8fdf4e7f9b buildlink1 -> buildlink2 2002-11-14 23:50:45 +00:00
wiz
c1a89d0eb0 'unsigned' in the right place makes this build again. 2002-07-17 17:41:24 +00:00
zuntum
d8ed248248 Move pkg/ files into package's toplevel directory 2001-10-31 20:43:56 +00:00
jlam
9a2974e3f0 Honor CFLAGS and LDFLAGS passed in from environment, and mark as
USE_BUILDLINK_ONLY.
2001-08-19 18:39:50 +00:00
skrll
2154bcc4e4 Pass CXX down in MAKE_ENV rather than hardcoding g++. This makes libtool
happy.

Noted in recent i386 bulk build.
2001-04-23 08:26:01 +00:00
skrll
8098246e81 Make patches work with pkgdiff. 2001-04-22 17:43:18 +00:00
agc
d26f80ba43 Move to sha1 digests, and add distfile sizes. 2001-04-20 08:55:26 +00:00
agc
268ad0352c + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 10:33:37 +00:00
wiz
07cd20b334 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 13:51:27 +00:00
agc
9c2d582fc9 The way that shared objects were handled in the PLISTs and bsd.pkg.mk was
out of date - it was based on a.out OBJECT_FMT, and added entries in the
generated PLISTs to reflect the symlinks that ELF packages uses. It also
tried to be clever, and removed and recreated any symbolic links that were
created, which has resulted in some fun, especially with packages which
use dlopen(3) to load modules. Some recent changes to our ld.so to bring
it more into line with other Operating Systems also exposed some cracks.

+ Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain
the ELF symlinks.
+ Don't mess about with file system entries when handling shared objects in
bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will
have got it right, and have a much better idea than we do.
+ Modify PLISTs to contain "ELF symlinks"
+ On a.out platforms, delete any "ELF symlinks" from the generated PLISTs
+ On ELF platforms, no extra processing needs to be done in bsd.pkg.mk
+ Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on
a.out platforms
+ Update the documentation in Packages.txt

With many thanks to Thomas Klausner for keeping me honest with this.
2001-01-04 15:10:17 +00:00
pooka
f9bd4ded6d make this build on alpha 2000-10-10 12:12:10 +00:00
wiz
f8c571c07a add .la file to PLIST 2000-07-08 22:27:50 +00:00
sakamoto
2518ade2db s/USE_PKGLIBTOOL/USE_LIBTOOL/ 2000-07-08 15:20:17 +00:00
rh
74add3b300 s/USE_LIBTOOL/USE_PKGLIBTOOL/
Add a new USE_LIBTOOL definition that uses the libtool package instead of
pkglibtool which is now considered outdated.
USE_PKGLIBTOOL is available for backwards compatibility with old packages
but is deprecated for new packages.
2000-06-01 11:23:11 +00:00
sakamoto
7456748942 HOMEPAGE has changed 1999-12-20 07:17:17 +00:00
sakamoto
dfbdb80403 Update plp to 1.8
Changes included in 1.8 are:
	Control-D now does something sensible in rfsv
	mput and mget now accept unix filename wildcards '*' and '?'
	annoying description of file property flags has been moved elsewhere
		- type '??' in rfsv to see their meaning
	'defaults.h' has changed to support the S5 by default
	Compiles with gcc 2.95
1999-12-06 02:19:23 +00:00
agc
a910a6fd62 Add package patch-sum files 1999-07-09 13:50:05 +00:00
sakamoto
d20da62ea8 Move mastersite. 1999-05-21 05:07:19 +00:00
sakamoto
68de36c01e set actual URL instead of ${MASTER_SITES} to HOMEPAGE. 1999-05-06 08:06:15 +00:00
sakamoto
a6e11ad805 Tools to talk to the PSION organiser 1999-05-06 07:39:08 +00:00