summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Collapse)AuthorFilesLines
2001-06-11Make CPPFLAGS part of MAKE_ENV and CONFIGURE_ENV as 220 packages want itjlam1-4/+3
to be.
2001-06-11Add missing IDEA-licence and jdk-license as ACCEPTABLE_LICENSES options.jtb1-1/+7
Pointed out by John Darrow <John.P.Darrow@wheaton.edu> on tech-pkg.
2001-06-11Document BUILDLINK_CPPFLAGS and BUILDLINK_LDFLAGS.jlam1-4/+7
2001-06-11The variables that may optionally be defined are:jlam1-2/+15
BUILDLINK_TRANSFORM.<pkgname> sed arguments used to transform the name of the source filename into a destination filename
2001-06-11This Makefile fragment is included by package buildlink.mk files. Thisjlam1-0/+83
file does 3 things: (1) Defines a macro target, _BUILDLINK_USE, that symlinks package files into a new hierarchy under ${BUILDLINK_DIR}; (2) Adds -I${BUILDLINK_DIR}/include to CPPFLAGS, CFLAGS, and CXXFLAGS; (3) Adds -L${BUILDLINK_DIR}/lib to LDFLAGS. This file might be absorbed into bsd.pkg.mk at a future date.
2001-06-11Add description for QPOPPER_FAC which specify qpoper's defaulttaca1-1/+6
syslog facility.
2001-06-10Add description for QPOPPER_USER which specify owner of qpopper's apoptaca1-1/+7
database and qpopauth runs at.
2001-06-09Fix 'make mdi' when no previous distinfo-file exists.wiz1-1/+5
2001-06-09Deprecate DIGEST_FILE and PATCH_SUM_FILE (replaced by DIGEST_FILE, and notwiz1-26/+18
used anymore in pkgsrc).
2001-06-08Define "HAVE_OPENWINDOWS" if we are using OpenWindows as X11 distributiontron1-1/+6
under Solaris.
2001-06-07Fix typo in "IMAKE_MAN_CMD" for Solaris.tron1-2/+2
2001-06-07Fix thinko in last commit.tron1-6/+7
2001-06-07Use "/usr/ccs/bin/make" under Solaris if "USE_IMAKE" is defined.tron1-3/+6
2001-06-07Set "X11BASE" much earlier under Solaris to get "USE_MESA" and "USE_XPM"tron1-2/+4
working if "X11BASE" is not set by the user.
2001-06-06Add srp_client-license as an ACCEPTABLE_LICENSES option.jtb1-1/+4
2001-06-06Add portsentry-license as an ACCEPTABLE_LICENSES option.jtb1-1/+4
2001-06-06Add mosaic-license as an ACCEPTABLE_LICENSES option.jtb1-1/+4
2001-06-04Add pine-license as an ACCEPTABLE_LICENSES option. Correct somejtb1-6/+9
categories for previous entries.
2001-06-04Add mush-license as an ACCEPTABLE_LICENSES option.jtb1-1/+4
2001-06-04Add majordomo-license as ACCEPTABLE_LICENSES option.jtb1-1/+4
2001-06-04Add cyrus-imapd-license as ACCEPTABLE_LICENSES option.jtb1-1/+4
2001-06-04Add zoo-license as an ACCEPTABLE_LICENSES option.jtb1-1/+4
2001-06-04Add trn-license as option for ACCEPTABLE_LICENSES.jtb1-1/+4
2001-06-04Add nntpclnt-license as a possible value for ACCEPTABLE_LICENSES.jtb1-1/+4
2001-06-04Add emiclock-license to list of possibilities for ACCEPTABLE_LICENSES.jtb1-1/+4
2001-06-04Add unrar-license to list of possible ACCEPTABLE_LICENSES.jtb1-1/+4
2001-06-04Add section for unarj-license.jtb1-1/+4
2001-05-29Recognise that the world is an imperfect place, and add locale dirsagc3-3/+617
under ${PKGLOCALEDIR}, as appropriate.
2001-05-24Introduce a new variable KJS_USE_PCRE that controls the regex libraryskrll1-1/+7
used in KJS (javascript) for kdelibs2. This fixes PR/13018 from Greg A. Woods <woods@weird.com>
2001-05-24document PVM_SSH variabledmcmahill1-1/+7
2001-05-24Improve logic around USE_LIBTOOL and USE_LTDL.skrll1-2/+3
2001-05-24To check patches using the checkpatch target, a special version ofagc1-16/+1
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-24When displaying a list of "dependencies" in the run-depends-listagc1-3/+2
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-23Use full pathname for xargs, since it isn't a builtin.agc1-5/+6
2001-05-22Save the version of the package extracted in the ${EXTRACT_COOKIE}, andagc1-1/+11
check at installation time that this version matches ${PKGNAME}. Idea by abs, implementation by hubertf, minor munging by me.
2001-05-20make the bin-install target look at some FTP servers (stored inhubertf2-7/+49
BINPKG_SITES). As discussed on tech-pkg.
2001-05-20Fix two problems when using a ksh(1) as /bin/sh (ln -sf /bin/ksh /bin/sh [*]):hubertf1-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-18Make sure that all ELF symlinks gets removed from the PLIST when doingskrll1-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-18Set XARGS to xargs (NetBSD/Solaris) or xargs -r (linux).abs1-6/+9
2001-05-18Introduce a new make variable APACHE_CUSTOM_CFLAGS that can be set injlam1-1/+6
/etc/mk.conf to any string of legal compiler flags to tune different aspects of the built httpd.
2001-05-18Add MAKE="${MAKE_PROGRAM}" to CONFIGURE_ENV. This ensures that GNUjlam1-1/+2
configure scripts are aware of which make program is invoked during the build process.
2001-05-17Default LOCALBASE to /usr/pkg, and override to /usr/local in Solaris case.abs1-4/+4
No change in NetBSD case, switches to /usr/pkg in Linux case.
2001-05-17If we can use the Linux jdk on NetBSD-*-i386, we can probably risk it onabs1-2/+3
Linux-*-i386
2001-05-17In the Linux case, if MACHINE_ARCH is unknown set it to LOWER_ARCH (it doesabs1-1/+2
seem a little backwards).
2001-05-17Fix chown and chgrp paths on linux (at least redhat 6.2)abs1-3/+3
2001-05-17Skip all the -lintl checks on Linuxabs1-1/+3
2001-05-17If there are no CKSUMFILES, don't try to append ${DIST_SUBDIR} whenagc1-1/+3
setting _CKSUMFILES.
2001-05-14Document new variable SAMBA_WITH_CUPS that toggles whether net/samba isjlam1-1/+7
built with native support CUPS, the UNIX IPP implementation.
2001-05-14pull in python-mk if USE_PYTHON is defined, just like USE_PERL5drochner1-1/+12
2001-05-14Add support for .lha extensions, provided in PR 12888 by Ben Collveragc1-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."