jtb
7c1eca6fcf
Add cyrus-imapd-license as ACCEPTABLE_LICENSES option.
2001-06-04 20:47:35 +00:00
jtb
99c6050326
Add zoo-license as an ACCEPTABLE_LICENSES option.
2001-06-04 20:17:52 +00:00
jtb
1ea0980ded
Add trn-license as option for ACCEPTABLE_LICENSES.
2001-06-04 20:01:02 +00:00
jtb
5824d98354
Add nntpclnt-license as a possible value for ACCEPTABLE_LICENSES.
2001-06-04 19:40:52 +00:00
jtb
083e1c6894
Add emiclock-license to list of possibilities for ACCEPTABLE_LICENSES.
2001-06-04 18:33:15 +00:00
jtb
b7ee42d271
Add unrar-license to list of possible ACCEPTABLE_LICENSES.
2001-06-04 16:56:18 +00:00
jtb
a700582a71
Add section for unarj-license.
2001-06-04 16:44:42 +00:00
agc
5dd5389984
Recognise that the world is an imperfect place, and add locale dirs
...
under ${PKGLOCALEDIR}, as appropriate.
2001-05-29 11:12:00 +00:00
skrll
1517a4c70f
Introduce a new variable KJS_USE_PCRE that controls the regex library
...
used in KJS (javascript) for kdelibs2.
This fixes PR/13018 from Greg A. Woods <woods@weird.com>
2001-05-24 22:18:21 +00:00
dmcmahill
8b2d169060
document PVM_SSH variable
2001-05-24 19:58:35 +00:00
skrll
a94ba4caf9
Improve logic around USE_LIBTOOL and USE_LTDL.
2001-05-24 19:39:55 +00:00
agc
c759c2faf4
To check patches using the checkpatch target, a special version of
...
patch(1) is needed, which supports -C (which checks that the patches
would apply cleanly). As we use message digests to verify our
patches, and as we don't have a modified patch on NetBSD, Solaris and
Linux, remove the checkpatch target, and all references to the
PATCH_CHECK_ONLY definition.
2001-05-24 13:58:18 +00:00
agc
e8e5fab5c3
When displaying a list of "dependencies" in the run-depends-list
...
target, don't display what we're doing if PKG_DEBUG_LEVEL is non-zero
- the output of run-depends-list is fed to pkg_create(1) and encoded
in the binary package as a list of @pkgdep lines, and expanding the
output is not the right thing to do.
2001-05-24 13:28:36 +00:00
agc
9c4448f118
Use full pathname for xargs, since it isn't a builtin.
2001-05-23 09:18:26 +00:00
agc
a6d943268f
Save the version of the package extracted in the ${EXTRACT_COOKIE}, and
...
check at installation time that this version matches ${PKGNAME}.
Idea by abs, implementation by hubertf, minor munging by me.
2001-05-22 11:43:36 +00:00
hubertf
765504717b
make the bin-install target look at some FTP servers (stored in
...
BINPKG_SITES). As discussed on tech-pkg.
2001-05-20 01:58:19 +00:00
hubertf
ebe9b8274a
Fix two problems when using a ksh(1) as /bin/sh (ln -sf /bin/ksh /bin/sh [*]):
...
* umask handlint due to umask producing different number of leading 0s in
ksh(1) and sh(1)
* dependency handling is different due to "`...`" being interpreted
differently
([*] needed on NetBSD 1.5.1_BETA2/cobalt, as /bin/sh keeps on dumping core
in ramdom situations.)
2001-05-20 00:54:09 +00:00
skrll
d3c108e26d
Make sure that all ELF symlinks gets removed from the PLIST when doing
...
a.out automatic shlib handling. The offending symlink is created when
using the, somewhat strange, libtool -release option.
Reported by David Brownlee <abs@netbsd.org> on tech-pkg. Tested by myself
and David.
2001-05-18 16:23:20 +00:00
abs
cefca782ca
Set XARGS to xargs (NetBSD/Solaris) or xargs -r (linux).
2001-05-18 10:29:10 +00:00
jlam
5f0d65a65d
Introduce a new make variable APACHE_CUSTOM_CFLAGS that can be set in
...
/etc/mk.conf to any string of legal compiler flags to tune different aspects
of the built httpd.
2001-05-18 06:01:35 +00:00
jlam
16458031a7
Add MAKE="${MAKE_PROGRAM}" to CONFIGURE_ENV. This ensures that GNU
...
configure scripts are aware of which make program is invoked during the
build process.
2001-05-18 02:08:17 +00:00
abs
41ed126f87
Default LOCALBASE to /usr/pkg, and override to /usr/local in Solaris case.
...
No change in NetBSD case, switches to /usr/pkg in Linux case.
2001-05-17 15:08:17 +00:00
abs
cf4b3c088a
If we can use the Linux jdk on NetBSD-*-i386, we can probably risk it on
...
Linux-*-i386
2001-05-17 15:01:43 +00:00
abs
d579f1ad6f
In the Linux case, if MACHINE_ARCH is unknown set it to LOWER_ARCH (it does
...
seem a little backwards).
2001-05-17 15:00:26 +00:00
abs
9926e0fe2f
Fix chown and chgrp paths on linux (at least redhat 6.2)
2001-05-17 14:52:33 +00:00
abs
4a4e51ea41
Skip all the -lintl checks on Linux
2001-05-17 14:51:41 +00:00
agc
138260e643
If there are no CKSUMFILES, don't try to append ${DIST_SUBDIR} when
...
setting _CKSUMFILES.
2001-05-17 11:12:31 +00:00
jlam
4ee3a0aa57
Document new variable SAMBA_WITH_CUPS that toggles whether net/samba is
...
built with native support CUPS, the UNIX IPP implementation.
2001-05-14 18:59:23 +00:00
drochner
27e04a07f0
pull in python-mk if USE_PYTHON is defined, just like USE_PERL5
2001-05-14 13:44:23 +00:00
agc
acad04b09e
Add support for .lha extensions, provided in PR 12888 by Ben Collver
...
(collver@linuxfreemail.com )
"In the current pkgsrc, .lzh distfile archives are automatically
handled by bsd.pkg.mk. It is also common for lha archives to have the
file extension .lha."
2001-05-14 12:58:51 +00:00
kim
4f81efe541
The config file for vtun is machine specific, so make it possible to
...
place it in /etc using VTUN_SYSCONFDIR.
2001-05-13 19:02:47 +00:00
agc
bdd681ea46
Bump the value of LIBTOOL_REQD to match the one in the package.
2001-05-09 10:25:38 +00:00
hubertf
b66dfe005e
OK, let's try this the other way 'round: first clean out *everything*,
...
then start preparing the bulk build (cvs update, distfile cleanout, ...)
2001-05-09 03:05:24 +00:00
hubertf
d392e30e8a
Add date when a buid for a pkg started, and comment a place that has some
...
side effecs
2001-05-09 02:54:38 +00:00
dmcmahill
6ce703782b
don't exit if a depends can't be pkg_add'ed. In this case it will be
...
rebuilt from sources.
2001-05-09 02:39:31 +00:00
dmcmahill
2398fb901f
put the PERL5_REQD outside the USE_PERL5 check so packages can do:
...
BUILD_DEPENDS+= perl>=${PERL5_REQD}:../../lang/perl5
2001-05-09 02:13:01 +00:00
jlam
a7a1b31121
Allow changing document root for suexec through ${APACHE_SUEXEC_DOCROOT}.
...
Closes pkg/12852 by Eric Schnoebelen <eric@milo.cirr.com>.
2001-05-08 17:28:08 +00:00
hubertf
784d36ea4b
Add ACCEPTABLE_LICENSES+=jdk13-license example
2001-05-07 12:30:25 +00:00
rh
681044f11d
Don't let SDL randomly pick up NAS support. Add SDL_USE_NAS variable that,
...
if present, causes SDL to depend on NAS. Disable NAS support if
SDL_USE_NAS is not defined. Fixes PR 12784 by Eric Mumpower
<nocturne@arepa.co>
2001-05-06 12:48:56 +00:00
dmcmahill
334c20eca8
when installing pkglint before the bulk build do it with PRECLEAN=yes.
...
This should fix pkg/12808. Adding the PRECLEAN as a fix was suggested
by Hubert.
Also, while here don't hardcode LOCALBASE and X11BASE.
2001-05-05 14:01:09 +00:00
dmcmahill
51461c1d31
keep a snapshot of the bulk cache files.
2001-05-03 21:46:32 +00:00
dmcmahill
ab699dabf0
some code cleanup.
...
- use the PKGPATH variable instead of getting it indirectly
- don't use `foo` when we only want the return value, not the output.
Also, in the non-cache case, we need to remove un-needed packages as noted
in the most recent non-cached bulk build.
Patches provided by Hubert and slightly modified by me.
2001-05-03 21:19:55 +00:00
agc
fb856da086
Check that the ${PACKAGES} directory exists, before trying to cd there.
...
This modification allows "make readme" to succeed even if the ${PACKAGES}
hierarchy does not exist.
Fixes PR 12480 from Arto Selonen (arto@selonen.org ), and addresses
PR 12362 from Masao Uebayashi <uebayasi@soum.co.jp>
2001-05-03 13:01:04 +00:00
jlam
71e78c7453
Add libexec/cgi-bin directory to standard /usr/pkg hierarchy. Remove all
...
the per-package code that attempt to remove this directory if it's empty.
2001-05-02 22:22:42 +00:00
dmcmahill
0c4917e918
do some extra checks. In particular, don't try to pkg_add a package if
...
it doesn't exist (doh!).
2001-05-02 13:51:43 +00:00
jlam
981957ed83
Fix a typo: a = sign should actually be !=. The CHECK_FREETYPE2 stuff
...
should actually work now on non-XFree86-4.0.x systems.
2001-05-02 04:53:11 +00:00
agc
bda726ddb7
Add and document LSOF_MORE_SECURE.
...
Fixes PR 12741 from Anne Bennet (anne@alcor.concordia.ca )
2001-04-30 14:39:41 +00:00
jlam
14eba2553c
Document PHP_CONFDIR as directory containing the PHP4 config file.
2001-04-30 14:21:32 +00:00
jlam
ee005e4447
Clarify that USE_GIF is for qt1 as there is no "qt" package.
2001-04-28 20:44:52 +00:00
wiz
494c91efed
Add paragraph for new deliver variable.
2001-04-27 14:10:18 +00:00