Commit graph

155 commits

Author SHA1 Message Date
wiz
a4f21a5507 Move to sha1 digests, and/or add distfile sizes. 2001-04-21 09:54:06 +00:00
agc
fb467f5ac2 + 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 11:22:34 +00:00
hubertf
e32afb6fea Change BUILD_DEPENDS semantics:
first component is now a package name+version/pattern, no more
executable/patchname/whatnot.

While there, introduce BUILD_USES_MSGFMT as shorthand to pull in
devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current).

Patch by Alistair Crooks <agc@netbsd.org>
2001-03-27 03:19:43 +00:00
wiz
4342a6c22e Fix path for convert and other ImageMagick tools. Addresses pkg/11313.
Also comment out broken parts of libpng and libjpeg tests (though it
doesn't seem to change much).
2001-03-10 13:04:07 +00:00
tron
5382bbe7c6 Because the minor number of the PNG library was increased packages compiled
using the newest PNG library won't work on system with an older one. To
prevent such problems with precompiled binary packages require at least
"png-1.0.9nb1" in all dependences.
2001-03-04 09:06:09 +00:00
wiz
a2a4d06c6f Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 15:22:13 +00:00
fredb
d90777545a Fix an error in last commit. 2001-02-07 04:53:52 +00:00
tron
f2d262e0be Use full pathname "${LOCALBASE}/bin/auto..." in dependences and make
targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski.
2001-02-05 09:00:54 +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
hubertf
79b0f1c7b6 add new homepage 2000-12-06 21:29:17 +00:00
tron
0b07db4fd7 Remove obsolete homepage URL. Unfortunately the location of the new
homepage is unknown.
2000-12-03 21:04:21 +00:00
mycroft
63d9df2084 Correct PLIST for libtool changes. 2000-11-26 11:34:56 +00:00
wiz
6fb181baf4 Add all libraries to link step of gdk_imlib.
Adresses pkg/10453.
2000-06-27 01:13:47 +00:00
dmcmahill
0e4766ab72 correct PLIST for ELF vs a.out platforms. This fixes PR pkg/10393. 2000-06-20 01:40:16 +00:00
wiz
44e9ac9790 Fix grayscale PNG display. Patch supplied by Dieter Baron in private mail. 2000-06-17 01:09:35 +00:00
wiz
329a86374a USE_LIBTOOL & LTCONFIG_OVERRIDE -> minus one patch
Also add some missing libraries to PLIST.
2000-06-09 11:06:20 +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
drochner
d7f3f55bd9 update to 1.9.8.1
Changes to 1.9.8: bugfixes and configuration changes
2000-05-30 19:16:27 +00:00
tron
ea7dc91900 Because the minor of "libpng" was bumped we must sure that packages
compiled for the update "png" package depend on it.
2000-03-21 22:40:50 +00:00
agc
12004c6d74 On Solaris, explicitly set the CPPFLAGS, so that the Zoularis environment is
ignored - we're really compiling for Solaris, after all.
2000-02-15 16:44:54 +00:00
wiz
75f2a07bfc be more autoconf-friendly, link *.m4 to ${LOCALBASE}/share/aclocal 2000-02-12 03:24:15 +00:00
tron
e8a1039530 Use "png>=1.0.3" instead of "png-*" in dependence list. 2000-02-09 20:20:52 +00:00
tron
f184beb4a5 Use wildcard dependence for "png" package. 2000-02-09 15:22:32 +00:00
jlam
0382b8cf61 Update to imlib-1.9.8. 1999-10-28 00:23:08 +00:00
tron
249de406c4 Update "imlib" package to version 1.9.7 included in GNOME 1.0.53 release. 1999-10-24 16:49:31 +00:00
jlam
1d29fde9a4 * change to use libungif instead of giflib
* install library documentation
1999-10-09 20:12:10 +00:00
jlam
d043b6411c Change to use wildcard dependency on tiff. 1999-10-08 21:12:47 +00:00
mrg
1dcf89155d make this work with xpkgwedge. 1999-09-05 13:41:14 +00:00
rh
6c7e0a91ff Update dependency on gtk+-1.2.4 1999-08-28 09:43:06 +00:00
tron
16628fb1be Use "MASTER_SITE_GNOME" instead of individual "MASTER_SITE" lists. 1999-08-22 22:02:32 +00:00
agc
a910a6fd62 Add package patch-sum files 1999-07-09 13:50:05 +00:00
tron
c566a0ae72 The GNOME mirror on "ftp.jimpick.com" was closed. Use the mirror on
"ftp.sunet.se" instead.
1999-06-19 15:19:11 +00:00
tron
4c1a6ff88f Update dependence for "gtk+" package to version 1.2.2. 1999-05-02 14:35:56 +00:00
tron
13bccdbb65 Update dependence for "gtk+" package to version 1.2.1. 1999-04-16 20:16:40 +00:00
agc
66552ba6d8 On Solaris, enable the native nls. 1999-04-06 15:38:00 +00:00
agc
6356ec79ad Correct the directory path on the redhat ftp site. 1999-03-22 22:43:41 +00:00
tron
0762b73fe2 Fix problem caused by Slowlaris support. 1999-03-09 23:00:38 +00:00
tron
d2464e9850 Update "imlib" package to version 1.9.4. Because "imlib" works with our
updated "png" package the included "libpng-1.0.1" has been removed.
1999-03-05 23:46:19 +00:00
tron
33e22c14b3 Update dependence for "gtk+" package. 1999-03-04 09:30:44 +00:00
hubertf
2a95ad9c6b Fix CONFLICTS (remove redundancy, mostly) 1999-02-20 22:48:24 +00:00
agc
f6473207ca Replace all occurrences of USE_X11 with USE_X11BASE. This means "install this
package into ${X11BASE}".
Replace all occurrences of BUILD_USES_X11 with USE_X11. This means "use X11
headers and libraries to build this package".
1999-01-30 23:18:44 +00:00
tron
8a6988ed40 Add missing entry for "libpng-1.0.1.tar.gz" to the master site list. 1999-01-18 19:35:30 +00:00
tron
98e905ebc2 The never ending gnome story:
Update "imlib" package to version 1.9.0 and bundle "libpng" 1.0.1 with it.
1999-01-16 02:38:43 +00:00
tron
0316a07c9a "imlib" really doesn't work with "libpng-1.0.2". Because we can't upgrade
"libpng" and don't want to downgrade it disable PNG support for now.
1999-01-06 00:42:37 +00:00
tron
5ade80eca0 Add a mirror site. 1999-01-04 21:47:16 +00:00
garbled
b2e1d0d408 apparently gtk now needs -lintl. Silence the beast. 1999-01-01 02:41:16 +00:00
garbled
49c69af9d5 The mater site doesn't *have* imlib-1.8.2, but the mirror sites do. Go
figure.  Anyhow.. the master site is a real PITA to connect to.  Change
master site to something more useful.
1998-12-31 23:54:54 +00:00
tron
d451181618 Update "imlib" package to version 1.8.2. 1998-12-21 16:50:01 +00:00
tron
f4eb68a7bf Fix this package to work with "gtk+-1.1.9". 1998-12-18 23:54:08 +00:00
tron
fa0425b336 Update "imlib" package to version 1.8.1 on request by Christian E. Hopps. 1998-12-13 21:42:02 +00:00
tron
56d7760135 Depend on "gtk+-1.1.3". 1998-11-21 22:59:33 +00:00
garbled
985dce9858 Fix this pkg to generate a working config file. 1998-11-04 07:52:31 +00:00
tron
1ad34ed53b Depend on "gtk+-1.1.2". 1998-10-04 19:20:44 +00:00
garbled
65bc39bd51 Add USE_X11 (depends on gtk which has this set, also it *really* needs it)
And fix up some ELF problems.
1998-09-14 06:37:01 +00:00
agc
ddc354a7d9 Add imlib-1.7, an image manipulation library for X11, to the NetBSD
packages collection.
1998-09-04 13:13:16 +00:00