Commit graph

34315 commits

Author SHA1 Message Date
wiz
555b0a21c7 Purge unused USE_XPM (use graphics/xpm/buildlink2.mk instead). 2002-10-21 13:58:14 +00:00
wiz
56d92b9393 Convert to buildlink2. 2002-10-21 13:43:36 +00:00
wiz
a461bb81c0 Convert to buildlink2. 2002-10-21 13:33:32 +00:00
wiz
d93a2de6c2 Convert to buildlink2.
Get rid of autoconf dependency by adding a patch.
2002-10-21 13:27:24 +00:00
wiz
fa66af3864 Convert to buildlink2. 2002-10-21 13:12:45 +00:00
wiz
d8aa4c22eb Convert to buildlink2. Let USE_IMAKE make do-configure instead of doing it
manually.
2002-10-21 13:08:54 +00:00
wiz
2b128f5b3a Convert to buildlink2. 2002-10-21 13:02:45 +00:00
wiz
0e5e13c9fe Convert to buildlink2. Fix do-configure step (not good using INSTALL_* here,
since we should not have to be root at this point).
2002-10-21 13:02:40 +00:00
wiz
1badb783dd Unused. 2002-10-21 13:00:57 +00:00
wiz
fad0d310cd Convert to buildlink2. 2002-10-21 12:55:34 +00:00
wiz
e8ac36ddb4 Unused. 2002-10-21 12:51:00 +00:00
wiz
30dbe999e3 Convert to buildlink2. 2002-10-21 12:40:53 +00:00
heinz
fc7f5bd8aa PKGREVISION is now empty, to placate lintpkgsrc (thanks to Martti
Kuparinen).
2002-10-21 12:39:30 +00:00
wiz
98a36faa43 Convert to buildlink2. 2002-10-21 12:33:35 +00:00
wiz
68c8771147 buildlink1 -> buildlink2. 2002-10-21 12:32:16 +00:00
wiz
7461a5e4e0 Convert to buildlink2. 2002-10-21 12:31:19 +00:00
wiz
16bae4e6cb games/xscrabble-1.0nb1 [minor bug fix] 2002-10-21 12:29:52 +00:00
wiz
3506eed0be Convert to buildlink2. 2002-10-21 12:24:11 +00:00
wiz
744b68c6fe Convert to buildlink2. Update to latest version (updated imake
files, minor bug fix).
2002-10-21 12:22:21 +00:00
wiz
76f3a84268 Convert to buildlink2. Remove invalid MASTER_SITES and HOMEPAGE. 2002-10-21 12:16:29 +00:00
wiz
0f140f4da8 Convert to buildlink2. 2002-10-21 12:11:26 +00:00
wiz
8eeedcf975 Convert to buildlink2. Remove MASTER_SITES and HOMEPAGE, they are not
valid any longer. Make it work with xpkgwedge.
2002-10-21 12:11:03 +00:00
wiz
3d21ea6756 Convert to buildlink2. 2002-10-21 12:00:38 +00:00
wiz
fb2e1ca2f6 buildlink1 -> buildlink2. 2002-10-21 11:56:49 +00:00
wiz
36a245e07f Convert to buildlink2. Add missing dependencies. Remove empty line in PLIST. 2002-10-21 11:55:43 +00:00
agc
e766a1e54e Initial import of buildtool-0.6 into the NetBSD Packages Collection.
Provided in PR 18042 by Julio Merino.

Buildtool is a set of helper tools designed to make easy to
configure source packages and build them, also making them more
portable.

Buildtool can be tought as the BSD replacement of GNU automake,
autoconf and libtool.
2002-10-21 08:18:15 +00:00
agc
7f1e3d28db Add and enable buildtool. 2002-10-21 08:17:30 +00:00
agc
3442d23566 Initial import of buildtool-0.6 into the NetBSD Packages Collection.
Provided in PR 18042 by Julio Merino.

Buildtool is a set of helper tools designed to make easy to
configure source packages and build them, also making them more
portable.

Buildtool can be tought as the BSD replacement of GNU automake,
autoconf and libtool.
2002-10-21 08:16:06 +00:00
jlam
8956afab00 For subtle reasons, expand ${WRKSRC} into ${WRKDIR}/${DISTNAME} in
RCD_SCRIPT_SRC.spamd definition.  The reason is that WRKSRC isn't defined
by the time we get down to bsd.pkg.install.mk, so the dependency logic
replaces "${WRKSRC}" with "", which is wrong.

XXX bsd.pkg.install.mk should really be included by bsd.pkg.mk, in much the
XXX same way bsd.buildlink2.mk is included by bsd.pkg.mk.  It would remove
XXX these ordering problems with variables not being available.
2002-10-21 07:57:07 +00:00
jlam
42e0d6d403 Always install into site_perl, never into the main perl directory. 2002-10-21 07:31:21 +00:00
jlam
c8c011ee63 Use ${PREFIX}, not ${LOCALBASE}, when referring to own installation prefix.
Also, use ${SH}, not /bin/sh, when invoking the shell from make.
2002-10-21 07:22:10 +00:00
jlam
6ad0dc47d0 Use exec to save forking a new process, and use proper argument quoting. 2002-10-21 07:12:34 +00:00
jlam
1c333b33c4 Instead of 1.6_STABLE, accept 1.6_*, so 1.6_RCn, etc. will also work. 2002-10-21 06:26:05 +00:00
jlam
85909b5fa2 Ensure that everything that is linked against libsasl is also linked
against its dependent libraries by using the output of "sasl-config --libs"
if sasl-config is present.
2002-10-21 06:12:53 +00:00
jlam
7431e59b87 Update security/cyrus-sasl to 1.5.27nb3:
Fix sasl-config script so that "sasl-config --libs" returns the full list
of libraries and linker flags needed to link against libsasl.  Bump
PKGREVISION.
2002-10-21 06:07:11 +00:00
jlam
366cb19d6c Fix sasl-config script so that "sasl-config --libs" returns the full list
of libraries and linker flags needed to link against libsasl.  Bump
PKGREVISION and bump the BUILDLINK_DEPENDS as packages will be needing to
use a version of cyrus-sasl with a correct sasl-config.
2002-10-21 06:03:41 +00:00
dmcmahill
c6e0a617f7 note update of devel/pango to 1.0.5 2002-10-21 03:03:55 +00:00
dmcmahill
13b12a8aa5 update to pango-1.0.5
Changes between 1.0.4 and 1.0.5

* Win32 work [Tor Lillqvist]
  - Handle choosing the right font for CJK languages based on language tags.
  - Fix boxes showing up for tabs [Florent Duguet]
  - Better handling of finding ASCII font names.
  - Cygwin compilation fix [Masahiro Sakai]
  - Fix --with-included-modules on win32 [Arnaud Charlet]
  - Various build fixes and cleanups
  - Make mini-xft find windows font directory automatically
* Bug fix for pango_scan_int() needed for recent GTK+.
* Improve language specific charset ordering basic-x11 [James Su, Brian Yuan]
* Fix symbols that shouldn't have been exported [Jacob Berkman, Nils Nordman]
* Some cross-compiling fixes [J. Ali Harlow]
* Various build fixes [Havoc Pennington, others]
* Fix check for no-backend being found. [Andreas J. Guezlow]
2002-10-21 03:02:24 +00:00
wiz
d682a923be Convert to buildlink2. 2002-10-21 01:49:28 +00:00
wiz
5a5968fd62 net/dctc-0.83.6 and net/dc_gui-0.63 updates 2002-10-21 01:44:38 +00:00
wiz
144d00183a Remove traces of now unused USE_XAW. 2002-10-21 01:40:56 +00:00
wiz
7d2d03030c Convert to buildlink2. 2002-10-21 01:39:05 +00:00
wiz
f0ee5b2124 Add buildlink2.mk. 2002-10-21 01:38:37 +00:00
wiz
50dbe243be Suppress errors if no unique items have been created yet. 2002-10-21 01:37:53 +00:00
wiz
a7741e1c4b Update to 0.63. Two patches have been integrated.
Changes:
A Berkeley DB detection problem on NetBSD was fixed, a command to set the
range of ports to use for autoscan was added, and search capabilites were
added to the user file list tab. In the GUI, nickname sort can now be case
sensitive or insensitive.
2002-10-21 01:36:59 +00:00
wiz
0084d986c1 Upgrade to 0.83.6. Two patches have been integrated.
Changes:
A Berkeley DB detection problem on NetBSD was fixed, a command to set the
range of ports to use for autoscan was added, and search capabilites were
added to the user file list tab. In the GUI, nickname sort can now be case
sensitive or insensitive.
2002-10-21 01:35:13 +00:00
wiz
1f58a37708 Convert to buildlink2. 2002-10-21 01:34:28 +00:00
wiz
022dd28384 Remove (currently unused) USE_LTDL code -- use libtool/buildlink2.mk instead. 2002-10-21 01:23:03 +00:00
wiz
e88dfe097a Update description of how to use libltdl, and remove some USE_* mentions
for USE_* which do not exist any longer.
2002-10-21 01:21:46 +00:00
wiz
6b9d47990b USE_GLX has been obsoleted a long time ago -- remove it here too. 2002-10-21 01:18:55 +00:00