Commit graph

143 commits

Author SHA1 Message Date
jlam
e2afa97f51 Merge changes in packages from the buildlink2 branch that have
buildlink2.mk files back into the main trunk.  This provides sufficient
buildlink2 infrastructure to start merging other packages from the
buildlink2 branch that have already been converted to use the buildlink2
framework.
2002-08-25 18:38:05 +00:00
rh
33945fe3b8 Remove a couple of empty patches that accidentially got created during
pkgconfig cleanup.
2002-07-29 01:48:12 +00:00
rh
db7a881c68 Patch the various pkgconfig files to include proper -Wl,-R options.
Bump PKGREVISION
2002-07-18 02:19:24 +00:00
jlam
cb396e874e This uses no longer uses ltconfig, so set LIBTOOL_OVERRIDE instead of
LTCONFIG_OVERRIDE.
2002-04-09 15:29:51 +00:00
wiz
05ba6017d6 Update to 1.9.14. Changes since 1.9.13:
* load.c: Fixed reported bug.  If Imlib thought it needed a fallback,
  bad things will happen.
* utils.c: Removed the open/close_helper functions.  A little less
  bloat now removed.
2002-03-29 18:01:13 +00:00
wiz
a3f6e6858e Not needed any longer. 2002-03-19 16:16:32 +00:00
wiz
1fe43caff8 Update to 1.9.13. Bugfix release. 2002-03-19 16:16: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
skrll
163ea42586 Provide configure and Makefile.in patches so that we can remove need for
a BUILD_DEPENDS on auto{make,conf}.
2002-03-11 08:03:04 +00:00
skrll
08bdd44549 mkdir -> ${MKDIR}
rmdir -> ${RMDIR}
rm -> ${RM} (${RM} added to PLIST_SUBST)
chmod -> ${CHMOD}
chown -> ${CHOWN}
2002-02-15 10:12:28 +00:00
tron
df122be24b Unlimit datasize during build to avoid build problems on at least
NetBSD-amiga and NetBSD-mac68k. This fixes PR pkg/13396 by
de SAINT LEGER Rodolphe.
2002-01-27 17:16:44 +00:00
jlam
4c38713d7b A dependency on automake implies a dependency on autoconf; there's no need
to list them both when we listing just automake will do.
2001-11-29 19:46:10 +00:00
zuntum
d038a73ebd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
jlam
a4bc16d30c I am a triple idiot. The only relevant variable that x11.buildlink.mk
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR,
which points to the location of the X11R6 hierarchy used during building.
If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to
${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use.  Remove
the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and
revert changes to move x11.buildlink.mk before the other buildlink.mk files.
2001-10-24 22:10:43 +00:00
jlam
dff59f9ec3 x11.buildlink.mk needs to be included before any buildlink.mk files that
use X11_BUILDLINK_MK as a test value.  Generally just reordering the
inclusions so that x11.buildlink.mk comes before the other buildlink.mk
files will make everthing work.
2001-10-23 13:14:43 +00:00
jlam
f25f9d2824 bsd.buildlink.mk will automatically handle the REPLACE_BUILDLINK stuff, so
we can remove REPLACE_BUILDLINK settings containing *-config, *Conf.sh, and
*.pc.
2001-10-03 22:36:37 +00:00
jlam
f0a4fcd3e4 Substitute the real config script for the config wrapper script in
installed files.  We don't want buildlink references to escape into the
install directory.
2001-10-03 20:56:40 +00:00
jlam
63fc151cb9 Use x11.buildlink.mk instead of USE_X11. Also convert hard-coded references
to ${X11BASE} in the header and library search paths into references to
${LOCALBASE}/share/x11-links.  These packages should now be strongly-
buildlinked regardless of whether xpkgwedge is installed.

Changes well-tested on NetBSD-1.5X/i386 with and without xpkgwedge and
lightly-tested on NetBSD-1.5.1/alpha without xpkgwedge.
2001-08-29 22:41:00 +00:00
tron
a68a277b43 Use wildcard dependence on "autoconf" package. 2001-08-27 14:35:04 +00:00
skrll
ec3aee670c Update automake to 1.4-p5 (1.5 is available)
Include a bugfix for lisp_LISP independently discovered by me that has
been pulled up to the automake-1-4 branch of automake cvs.

Changes are:
New in 1.4-p5:
* Allow AM_PROG_LIBTOOL again.
* Diagnose AC_CONFIG_HEADERS the same as AC_CONFIG_HEADER.
* Display distributed file list correctly in usage message.
* Allow numbers in macro names.
* Bugfixes.

New in 1.4-p4:
* Deal with configure.ac as well as configure.in -- this time for real!
* The version numbering system now allows three point version numbers,
  such as 1.4.4, without thinking they are alpha release numbers.

New in 1.4-p3:
* Deal with configure.ac as well as configure.in.
* Don't complain if `version.texi' is included in multiple places.

New in 1.4-p2:
* Deal with AC_CONFIG_FILES from autoconf-2.50.
* Improvements to f77 support.
* DESTDIR now works for script targets.
* distcheck-hook works correctly.

New in 1.4-p1:
* The version numbering system now allows fork identifiers (such as
  the p1 in this version of automake).
* Cope gracefully with various versions of libtool which may or may not
  require ltconfig, ltcf-c.sh, ltcf-cxx.sh or ltcf-gcj.sh.
* Bugfixes.
2001-08-26 10:32:18 +00:00
jlam
10a1961ddf Fix typo (-jpeg -> -ljpeg) that was propagated to imlib-config. 2001-08-23 04:47:54 +00:00
jlam
7bba3453dc If USE_CONFIG_WRAPPER is defined (implied by USE_BUILDLINK_ONLY), then
set FOO_CONFIG=${BUILDLINK_CONFIG_WRAPPER.foo} in both CONFIGURE_ENV and
MAKE_ENV.  We remove the check for GNU_CONFIGURE because if a package
Makefile includes the buildlink.mk file, then it most likely wants to use
the config script wrappers as well.  Change suggested by Hubert Feyrer
(hubertf) and Tomasz Luchowski (zuntum).
2001-08-17 21:14:00 +00:00
rh
0213575de3 Autoconf apparently no longer uses "ltconfig" to configure libtool. As a
workaround, create a dummy "ltconfig" for the buildlink autoconf to pick
up.  Fixes a build problem with buildlink-x11 and xpgwedge pointed out in
private mail by David Brownlee <abs@netbsd.org>

XXX: in the long run, the buildlink autoconf macros probably need to be
     updated and fixed to prevent similar problems in other packages.
2001-08-13 19:20:16 +00:00
rh
93039773f4 Update imlib to 1.9.11. Changes are bugfixes and the addition of man pages 2001-08-13 11:14:30 +00:00
jlam
d2eb68d2a6 Add dir_DEFAULT setting used by EVAL_PREFIX logic to set the default
installation directory in case the package isn't installed.
2001-07-27 13:33:18 +00:00
jlam
7b1d3cb465 Mechanical changes to buildlink.mk files to use EVAL_PREFIX to set
BUILDLINK_PREFIX.<pkgname>.  This allows buildlink to find X11BASE packages
regardless of whether they were installed before or after xpkgwedge was
installed.  Idea by Alistair Crooks <agc@pkgsrc.org>.
2001-07-20 01:54:31 +00:00
jlam
9943bc93db Allow overriding of *_CONFIG variables in a package Makefile when using
USE_BUILDLINK_ONLY.
2001-07-02 05:33:56 +00:00
jlam
cb76bd5efc Move inclusion of bsd.buildlink.mk to start of file. 2001-07-01 22:59:08 +00:00
jlam
3b65bde2f7 USE_CONFIG_WRAPPER is automatically set if USE_BUILDLINK_ONLY is defined,
so remove it from package Makefiles.  Also move the inclusion of the
buildlink.mk files to the end of the Makefile to just before bsd.pkg.mk
to ensure that any Makefile settings occur before the buildlink.mk files.
2001-06-29 04:54:49 +00:00
jlam
34d11d8a0f Generalize how the dependency pattern may be specified. Instead of just
FOO_REQD=1.0 being converted to foo>=1.0, one can now directly specify
the dependency pattern as FOO_DEPENDS=foo>=1.0.  This allows things like
JPEG_DEPENDS=jpeg-6b, or fancier expressions like for postgresql-lib.
Change existing FOO_REQD definitions in Makefiles to FOO_DEPENDS.
2001-06-23 19:26:48 +00:00
jlam
caed2a1d79 Mark as USE_BUILDLINK_ONLY. 2001-06-19 04:32:29 +00:00
jlam
9985c58ee6 Converted to use buildlink.mk files. 2001-06-16 19:57:12 +00:00
jlam
4bd1cc4973 Regen. 2001-06-16 19:56:48 +00:00
jlam
1de57759e1 Refer to glib-config as $GLIB_CONFIG in configure script, and add X_LDFLAGS
variable for X libraries linker flags.
2001-06-16 19:56:16 +00:00
jlam
8bd2534b14 Use gtk-config, not @GTK_CONFIG@ to avoid putting buildlink references
in config script.  Also add X_LDFLAGS for X libraries linker flags.
2001-06-16 19:54:50 +00:00
jlam
8fea51aacb Add buildlink.mk files for use by other packages. 2001-06-16 19:23:17 +00:00
jlam
c4e71c5e7a CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so
adapt by moving CPPFLAGS settings to top-level, and removing explicit
inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-06-11 06:34:17 +00:00
wiz
26c40c61dd Update dependency on png to >=1.0.11 because of the shlib major bump.
Noted by Frederick Bruckman.
2001-05-22 09:32:18 +00:00
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