salo
7adc0ac704
Replace test -e with -d and -f respectively.
...
Fixes part of PR pkg/26235 by Georg Schwarz.
2004-07-10 20:42:37 +00:00
grant
7c66293290
fix typo
2004-07-10 14:37:36 +00:00
grant
1d8168af4e
explicitly don't transform "-Wl,*", fixing a bug that meant we were
...
throwing away all -W arguments that weren't -Wl,-R.
fixes building of a number of packages on Solaris.
2004-07-10 12:55:08 +00:00
grant
95b2c1a0e0
provide BUILDLINK_{CPPFLAGS,LDFLAGS,LIBS}.bdb, taken from whichever db
...
implementation is being used, including native. tested on NetBSD with
db1 in libc, Linux with db1 in libdb, db2, db3 and db4.
2004-07-10 03:05:46 +00:00
reed
74492f1522
Replace VARBASE in INSTALL/DEINSTALL scripts and in rc.d scripts.
2004-07-08 14:58:30 +00:00
xtraeme
76fb23ab5c
Remove duplicated BUILDLINK_DEPENDS lines, which are not needed because
...
they are already defined in the buildlink3 files.
2004-07-07 11:25:09 +00:00
wiz
d4e8b44315
Retire buildlink2, now that all packages using it have been converted to
...
buildlink3.
2004-07-06 22:49:16 +00:00
heinz
b959ea947c
Option "-e" for "test" is not portable.
2004-07-06 20:47:15 +00:00
abs
e830cdf161
Add SUN_JRE14_USE_JCE which pulls in Sun's Unlimited Strength
...
Java Cryptography Extension. Implemented as a variable rather than
as an additional package as it needs to replace JRE jar files.
2004-07-06 11:32:49 +00:00
abs
b5a3f86522
Implement EXTRACT_CMD.bin
2004-07-06 11:28:55 +00:00
wiz
36ccfca825
Handle --execute the same way as --install (not modifying the arguments).
...
Needed to convert inputmethods/xcin to bl3. Idea from jlam.
2004-07-04 09:52:04 +00:00
grant
4b6f21b903
transform --export-dynamic to -G and strip -fstrict-prototypes.
2004-07-04 08:30:46 +00:00
wiz
8ff007ed51
Re-add USE_PKGSRC_GCC, and document it should only be
...
used in /etc/mk.conf. Requested by Klaus Heinz.
2004-07-04 00:38:15 +00:00
wiz
592ae724f4
Retire USE_GCC2, USE_GCC3, USE_SUNPRO, USE_MIPSPRO, and USE_PKGSRC_GCC,
...
now that all instances of packages using it have been fixed.
2004-07-04 00:28:30 +00:00
grant
bb8987d2b8
catch locking failure case where we couldn't find the parent's process
...
ID. from Roland Illig.
2004-07-03 22:11:56 +00:00
grant
b0aaf8b819
style fix from Roland Illig.
2004-07-03 22:07:11 +00:00
grant
cb70f6baab
use built-in test(1) now that bsd.pkg.mk is ${TEST} -e free.
2004-07-03 22:04:57 +00:00
grant
d0f8bececc
replace ${TEST} -e with -f.
2004-07-03 22:00:03 +00:00
grant
51c3057c32
replace use of ${TEST} -e with -f or -d as appropriate. use consistent
...
shell syntax.
this allows the pkgsrc framework to work with IRIX 5.3 and Solaris'
sh(1) built-in test(1).
2004-07-03 21:59:04 +00:00
grant
06d1f588de
add /var/sadm so that Solaris pkgchk(8) can read the package database,
...
xpm/builtin.mk uses this to determine whether Solaris has xpm.
2004-07-03 21:42:37 +00:00
grant
ca57d6e396
update the cache for -static
2004-07-03 20:53:59 +00:00
grant
456c546037
fix typo and slight botch up in last
2004-07-03 20:53:47 +00:00
salo
61d3b15bc9
Convert -static to -Bstatic.
2004-07-03 20:39:26 +00:00
gavan
e8994b9a6f
Use http instead of ftp from ftp.fi.NetBSD.org. This provides at least
...
one MASTER_SITE_BACKUP which is available by http, to be nice to people
behind proxies or who have difficulty with ftp.
2004-07-03 12:35:04 +00:00
grant
f45f23ce98
gcc 3.3.4 is in pkgsrc now.
2004-07-03 11:25:49 +00:00
wiz
f1d962502c
Unused.
2004-07-02 22:13:09 +00:00
wiz
7979f4ef47
Remove support for buildlink2, now that all packages using this
...
file have been converted to buildlink3.
2004-07-02 22:10:51 +00:00
wiz
be918cc63f
else exists ... -> elif exists ...
...
Noted by Roland Illig on tech-pkg.
2004-07-02 16:27:48 +00:00
grant
eca521ff8e
the timezone file on Solaris is /etc/TIMEZONE.
2004-07-01 13:18:20 +00:00
wiz
0b38542de9
Do not use continuation -- line is short
...
enough, and this silences a pkglint warning.
2004-07-01 13:09:39 +00:00
jschauma
d48cc89ce3
Use shell builtins where possible, particularly for TEST.
...
Pointed out by Roland Illig on tech-pkg.
2004-06-27 22:54:21 +00:00
grant
80f6b640e4
s/planetmirror.com/public.planetmirror.com.au/ to help MASTER_SORT.
2004-06-27 16:16:11 +00:00
grant
2704a2aa94
as per bsd.pkg.mk rev 1.1449, flow.dl.sourceforge.net in Australia is
...
still unreachable. replace it with optusnet.dl.sourceforge.net,
another fast, up-to-date mirror.
2004-06-26 06:03:41 +00:00
wiz
8605f7b956
Add switch and voxel sourceforge mirrors, and reenable aleron,
...
since it is currently working.
2004-06-25 16:16:51 +00:00
dmcmahill
f2b6b7c157
make sure we get BMAKE set when calling printdepends and printindex
2004-06-25 13:45:00 +00:00
salo
97a5956635
In SUBST_SED.pkglocaledir, escape the rest of the line in the pattern.
...
Saves trailing \ properly.
Addresses PR pkg/26022 by Akio OBATA.
2004-06-23 11:42:18 +00:00
cjep
a957b1f62d
Use TEST instead of [] when using -nt. This makes the section work on
...
SunOS.
2004-06-23 11:13:12 +00:00
xtraeme
b290be6cc2
Enable drac support in mail/qpopper package, patch was supplied
...
by John Nemeth in PR pkg/22925.
The new option to use is "QPOPPER_USE_DRAC" and by default is not
defined.
Bump PKGREVISION.
2004-06-22 23:53:52 +00:00
xtraeme
d8d555b461
Remove references about BUILDLINK_UPDATE_CACHE in the configure stage,
...
you could build packages faster right now (yay), I'm using this way
around +2 months ago without any problem.
Ok'ed by jlam@.
2004-06-22 23:23:36 +00:00
xtraeme
38e875e52b
Check for libpthread.so.* file with -f instead of echo as suggested by
...
grant, because previous check was not working fine, I tested it under
OpenBSD 3.5 and now just works.
2004-06-21 21:57:00 +00:00
xtraeme
b259186410
Under OpenBSD there is no libpthread.so, just libpthread.so.X.X, and
...
BUILDLINK_LDADD.pthread was empty, so add a check to find the libraries
and if they are found, add -lpthread to BUILDLINK_LDADD.pthread, thanks
to grant beattie for the suggestion.
Reported and tested by Sergio Jimenez <tripledes at eslack dot org>.
2004-06-21 00:06:37 +00:00
xtraeme
360c467eeb
Update sysutils/grub to 0.95, and remove obsoleted options
...
GRUB_USE_UFS2/GRUB_USE_ISO9660, they are not longer needed.
New in 0.95 - 2004-06-13:
* Add support for ReiserFS 3.
* Fix support for FreeBSD 5.
* Support ATARAID for Linux in the grub shell and grub-install.
* Add CDROM support for El Torito with no emulation mode. You can use
(cd) as a CDROM drive in the config file.
* Option --no-mem-option is implied for Linux 2.4.18 and newer.
* Add support for UFS2.
2004-06-20 20:57:17 +00:00
xtraeme
efe060c0f2
Remove obsoleted options USE_TETEX2 and LIBWRAP_FWD, they are not used
...
under any package, reported by Jim Bernard in PRs pkg/25975, pkg/25976.
2004-06-20 02:52:56 +00:00
kristerw
94d68468ae
Remove Motif 1.2 functionality.
2004-06-18 11:22:41 +00:00
grant
6c1ca06818
NetBSD 2.0 and above does not have GNU awk, make it so.
2004-06-15 13:41:43 +00:00
grant
8c1e1038ca
add optusnet.dl.sourceforge.net as a sourceforge mirror in Australia.
2004-06-15 13:05:10 +00:00
uebayasi
208c6f1b98
Update priv to 1.0beta2nb1.
...
* Make sure ${PKG_SYSCONFDIR} is passed to configure.
* Care ${PRIV_CONF_DIR} as an obsoleted variable.
Pointed out by Matt Green.
2004-06-14 03:16:42 +00:00
grant
dd030e3fb5
ensure that motif header files and libraries can be found at
...
compile/link time by adding the appropriate flags to CPPFLAGS and
LDFLAGS (patch posted to tech-pkg@).
fixes build of a number of motif-needy packages on Solaris using
native motif from /usr/dt.
XXX this needs to better adhere to the buildlink3 way, but not during
the freeze.
2004-06-14 01:18:16 +00:00
grant
9bc788ad87
strip -fno-gnu-keywords argument to SunPro, and munge -pthread into
...
-lpthread. ok'd by jlam.
addresses PR pkg/24966 from Charlie Allom.
2004-06-13 08:50:15 +00:00
grant
c4e3c8cd15
when using native threads, only set BUILDLINK_CFLAGS.pthread=-pthread on
...
systems known to support its (FreeBSD, NetBSD, Linux).
fixes breakage caused by passing -pthread to SunPro cc(1) and likely
also fixes platforms other than the above.
2004-06-12 03:19:52 +00:00