Commit graph

33 commits

Author SHA1 Message Date
tv
2aeb4bad3e Apparently, librep is a gross abuser of libtool, and breaks most of
libtool's rules about linking and installing.  Worse yet, it encourages
users of the library to reuse its libtool abuse.  So we have to whack the
installed .la files to make them correct as if libtool were *correctly*
invoked in the first place.
2004-10-15 21:02:29 +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
danw
72ce2380f1 change MAINTAINER to tech-pkg 2004-09-05 17:00:06 +00:00
jlam
cffe5240a0 bl3ify 2004-02-15 15:12:23 +00:00
heinz
18a916d5e6 Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248 2004-01-27 00:53:10 +00:00
grant
9b4feec99c replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 15:30:32 +00:00
reed
6d9af8d68d Bump package revisions for tiff update.
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.
2004-01-03 18:49:33 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
wiz
43fa0c7cb6 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
jmmv
7fe1fe9f87 Line up PKGREVISION whitespace. 2003-05-05 14:41:54 +00:00
wiz
7166660e08 Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
2003-05-02 11:53:34 +00:00
wiz
e776ab1596 Use buildlink2. 2002-10-08 13:12:58 +00:00
wiz
d6a6b3be83 Wildcard libglade dependency. 2002-10-07 22:58:23 +00:00
abs
2b325a79cd prdownloads.sourceforge.net is no longer any use.
Switch to MASTER_SITE_SOURCEFORGE.
2002-05-12 10:16:44 +00:00
fredb
47dcb815ea Bump PKGREVISION and dependencies in lock step for sawfish and friends
because of the change to MACHINE_GNU_PLATFORM for certain ports.
2002-03-21 05:39:18 +00:00
wiz
d33fab416d Dependency on gdk-pixbuf-gnome>=0.11.0nb1 should be enough, since there
is no 0.11.0nb4 yet.
2002-03-14 00:46:08 +00:00
fredb
b48eba1112 Give all packages which depend on "png" a version bump, and update
all dependencies on packages depending on "png" which contain shared
libraries, all for the (imminent) update to the "png" package.
[List courtesy of John Darrow, courtesy of "bulk-build".]
2002-03-13 17:36:35 +00:00
zuntum
d3db18607d Move pkg/ files into package's toplevel directory 2001-10-31 22:03:21 +00:00
mycroft
11b054b4ec Update to rep-gtk 0.15. Changes are minor. 2001-10-22 02:27:38 +00:00
jlam
f79573370a Mechanical changes to 375 files to change dependency patterns of the form
foo-* to foo-[0-9]*.  This is to cause the dependencies to match only the
packages whose base package name is "foo", and not those named "foo-bar".
A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net.  Also
change dependency examples in Packages.txt to reflect this.
2001-09-27 23:17:41 +00:00
skrll
7c75053771 Move to sha1 digests, and add distfile sizes. 2001-04-19 11:07:33 +00:00
agc
8f972b049a + 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 12:12:16 +00:00
mason
e056e4c680 s/sawmill/sawfish/ 2001-02-27 18:09:35 +00:00
wiz
a486f11406 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:06:11 +00:00
wiz
e7d6fd6c08 This seems to require gdk-pixbuf-gnome instead of gdk-pixbuf. 2000-12-15 19:26:01 +00:00
mycroft
de5b1ad39c Correct PLIST for libtool changes. 2000-11-27 17:51:07 +00:00
wiz
ee701733ff remove empty line 2000-11-17 14:38:50 +00:00
jlam
9bb3849c6d Update rep-gtk to 0.14. Remove unnecessary dependency on gettext.
Changes from version 0.13 are a reorganization of the module hierarchy
and three function name changes:

        gtk-idle-add-full => gtk-idle-add
        gtk-container-foreach-full => gtk-container-foreach
        gtk-signal-set-class-function-full => gtk-signal-set-class-function
2000-10-27 08:06:00 +00:00
danw
0398449e90 Update to rep-gtk-0.13a. (Minor bugfixes). Also make the package depend
on graphics/gdk-pixbuf as well since it will build bindings for that if you
have it installed. Based on patches from Jerry Alexandratos
<alexandr@eecis.udel.edu>.
2000-08-07 15:51:37 +00:00
jlam
d0d079e75e The gettext package gained a shared library. For all packages which
link against libintl.so, update the dependency on gettext to >=0.10.35nb1.
2000-07-31 04:14:04 +00:00
danw
b901e67c8a Update to rep-gtk-0.11 2000-07-01 03:40:18 +00:00
mellon
9a5678e687 librep bindings for gtk - required by sawmill 1999-12-17 14:56:28 +00:00