Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-05-23 | Use full pathname for xargs, since it isn't a builtin. | agc | 1 | -5/+6 | |
2001-05-22 | Save the version of the package extracted in the ${EXTRACT_COOKIE}, and | agc | 1 | -1/+11 | |
check at installation time that this version matches ${PKGNAME}. Idea by abs, implementation by hubertf, minor munging by me. | |||||
2001-05-20 | make the bin-install target look at some FTP servers (stored in | hubertf | 2 | -7/+49 | |
BINPKG_SITES). As discussed on tech-pkg. | |||||
2001-05-20 | Fix two problems when using a ksh(1) as /bin/sh (ln -sf /bin/ksh /bin/sh [*]): | hubertf | 1 | -3/+3 | |
* 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-18 | Make sure that all ELF symlinks gets removed from the PLIST when doing | skrll | 1 | -1/+7 | |
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 | Set XARGS to xargs (NetBSD/Solaris) or xargs -r (linux). | abs | 1 | -6/+9 | |
2001-05-18 | Introduce a new make variable APACHE_CUSTOM_CFLAGS that can be set in | jlam | 1 | -1/+6 | |
/etc/mk.conf to any string of legal compiler flags to tune different aspects of the built httpd. | |||||
2001-05-18 | Add MAKE="${MAKE_PROGRAM}" to CONFIGURE_ENV. This ensures that GNU | jlam | 1 | -1/+2 | |
configure scripts are aware of which make program is invoked during the build process. | |||||
2001-05-17 | Default LOCALBASE to /usr/pkg, and override to /usr/local in Solaris case. | abs | 1 | -4/+4 | |
No change in NetBSD case, switches to /usr/pkg in Linux case. | |||||
2001-05-17 | If we can use the Linux jdk on NetBSD-*-i386, we can probably risk it on | abs | 1 | -2/+3 | |
Linux-*-i386 | |||||
2001-05-17 | In the Linux case, if MACHINE_ARCH is unknown set it to LOWER_ARCH (it does | abs | 1 | -1/+2 | |
seem a little backwards). | |||||
2001-05-17 | Fix chown and chgrp paths on linux (at least redhat 6.2) | abs | 1 | -3/+3 | |
2001-05-17 | Skip all the -lintl checks on Linux | abs | 1 | -1/+3 | |
2001-05-17 | If there are no CKSUMFILES, don't try to append ${DIST_SUBDIR} when | agc | 1 | -1/+3 | |
setting _CKSUMFILES. | |||||
2001-05-14 | Document new variable SAMBA_WITH_CUPS that toggles whether net/samba is | jlam | 1 | -1/+7 | |
built with native support CUPS, the UNIX IPP implementation. | |||||
2001-05-14 | pull in python-mk if USE_PYTHON is defined, just like USE_PERL5 | drochner | 1 | -1/+12 | |
2001-05-14 | Add support for .lha extensions, provided in PR 12888 by Ben Collver | agc | 1 | -2/+2 | |
(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-13 | The config file for vtun is machine specific, so make it possible to | kim | 1 | -1/+8 | |
place it in /etc using VTUN_SYSCONFDIR. | |||||
2001-05-09 | Bump the value of LIBTOOL_REQD to match the one in the package. | agc | 1 | -2/+2 | |
2001-05-09 | OK, let's try this the other way 'round: first clean out *everything*, | hubertf | 1 | -57/+61 | |
then start preparing the bulk build (cvs update, distfile cleanout, ...) | |||||
2001-05-09 | Add date when a buid for a pkg started, and comment a place that has some | hubertf | 1 | -2/+3 | |
side effecs | |||||
2001-05-09 | don't exit if a depends can't be pkg_add'ed. In this case it will be | dmcmahill | 1 | -2/+2 | |
rebuilt from sources. | |||||
2001-05-09 | put the PERL5_REQD outside the USE_PERL5 check so packages can do: | dmcmahill | 1 | -2/+2 | |
BUILD_DEPENDS+= perl>=${PERL5_REQD}:../../lang/perl5 | |||||
2001-05-08 | Allow changing document root for suexec through ${APACHE_SUEXEC_DOCROOT}. | jlam | 1 | -1/+6 | |
Closes pkg/12852 by Eric Schnoebelen <eric@milo.cirr.com>. | |||||
2001-05-07 | Add ACCEPTABLE_LICENSES+=jdk13-license example | hubertf | 1 | -1/+4 | |
2001-05-06 | Don't let SDL randomly pick up NAS support. Add SDL_USE_NAS variable that, | rh | 1 | -1/+6 | |
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-05 | when installing pkglint before the bulk build do it with PRECLEAN=yes. | dmcmahill | 1 | -11/+12 | |
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-03 | keep a snapshot of the bulk cache files. | dmcmahill | 1 | -1/+32 | |
2001-05-03 | some code cleanup. | dmcmahill | 1 | -30/+36 | |
- 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 | Check that the ${PACKAGES} directory exists, before trying to cd there. | agc | 1 | -48/+49 | |
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-02 | Add libexec/cgi-bin directory to standard /usr/pkg hierarchy. Remove all | jlam | 3 | -3/+9 | |
the per-package code that attempt to remove this directory if it's empty. | |||||
2001-05-02 | do some extra checks. In particular, don't try to pkg_add a package if | dmcmahill | 1 | -3/+7 | |
it doesn't exist (doh!). | |||||
2001-05-02 | Fix a typo: a = sign should actually be !=. The CHECK_FREETYPE2 stuff | jlam | 1 | -2/+2 | |
should actually work now on non-XFree86-4.0.x systems. | |||||
2001-04-30 | Add and document LSOF_MORE_SECURE. | agc | 1 | -1/+7 | |
Fixes PR 12741 from Anne Bennet (anne@alcor.concordia.ca) | |||||
2001-04-30 | Document PHP_CONFDIR as directory containing the PHP4 config file. | jlam | 1 | -1/+8 | |
2001-04-28 | Clarify that USE_GIF is for qt1 as there is no "qt" package. | jlam | 1 | -2/+2 | |
2001-04-27 | Add paragraph for new deliver variable. | wiz | 1 | -1/+6 | |
2001-04-26 | Add paragraph about palmos-sdk-license. | wiz | 1 | -1/+5 | |
2001-04-26 | Add a variable "PERL5_REQD" which can be used to set the minimum required | tron | 1 | -2/+3 | |
Perl 5 version. The default is "5.0" for now. | |||||
2001-04-25 | Add two prc-tools related VARIABLEs. | wiz | 1 | -5/+15 | |
2001-04-24 | in the USE_JAVA and jdk case, add | abs | 1 | -1/+2 | |
BUILD_DEPENDS+= {sun-jdk,jdk}-*:../../lang/jdk This allows the run DEPENDS to use sun-jre | |||||
2001-04-23 | Improve message if distinfo parts don't get modified. Closes pkg/12718. | wiz | 1 | -3/+3 | |
2001-04-22 | Fix creation of "Size" entries in "distinfo" if the distfile is a softlink. | tron | 1 | -2/+2 | |
2001-04-22 | Update dependency on perl-mk to 1.1. | jlam | 1 | -2/+2 | |
2001-04-22 | Handle freetype2 package like the MesaLib package as it is bundled with | jlam | 1 | -1/+18 | |
XFree86-4.0.x. Missed committing this file along with the related changes to graphics/freetype/Makefile and mk/bsd.pkg.mk. | |||||
2001-04-21 | Don't generate checksums for patches that will get ignored in the apply | wiz | 1 | -2/+2 | |
step anyway (*.orig, *.rej). | |||||
2001-04-21 | Don't change distinfo file if no checksums/sizes are modified. | wiz | 1 | -6/+20 | |
2001-04-21 | Put TEXMFSITE entry into alphabetical order with respect to the | jtb | 1 | -12/+12 | |
other variables. | |||||
2001-04-19 | Handle freetype2 package like the MesaLib package as it is bundled with | jlam | 1 | -1/+9 | |
XFree86-4.0.x. | |||||
2001-04-18 | when USE_FORTRAN is set and we don't have f77 set, or we've asked for | dmcmahill | 1 | -2/+4 | |
f2c instead of f77, then use a DEPENDS not BUILD_DEPENDS because pkgs need the shared libraries at run time. |