summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Collapse)AuthorFilesLines
2001-04-18when USE_FORTRAN is set and we don't have f77 set, or we've asked fordmcmahill1-2/+4
f2c instead of f77, then use a DEPENDS not BUILD_DEPENDS because pkgs need the shared libraries at run time.
2001-04-18Reorder "MASTER_SITE_SOURCEFORGE" in the interest of performance.tron1-2/+2
2001-04-18added note of TEXMFSITE, which specifies the location of site-specifickei1-1/+11
configuration file(s).
2001-04-17show-var: implement quoting via make's :Q modifier, instead of home-brewn.hubertf1-2/+2
2001-04-17Distinfo changes.agc1-46/+41
+ move the distfile digest/checksum value from files/md5 to distinfo + move the patch digest/checksum values from files/patch-sum to distinfo + include distfile filesizes in distinfo If there's no distinfo file (the name comes from FreeBSD, no point in being gratuitously incompatible), then use existing files/{md5,patch-sum} files.
2001-04-16Invert new variable "LIBTOOL_REQD" analogous to "PKGTOOLS_REQD" for thetron1-3/+4
required version of the "libtool" package.
2001-04-15{BUILD_}DEPEND on devel/libtoolskrll1-3/+3
2001-04-14Use APACHE_SYSCONFDIR to set sysconfdir (the location of config files).kim1-1/+8
2001-04-14allow for a pre-build.local script. If mk/bulk/pre-build.local exists,dmcmahill1-2/+7
then run it at the end of pre-build. This lets users do things like: echo "I do not have enough disk space to build this pig." \ > games/crafty-book-enormous/$BROKENF
2001-04-13Check if ${DIST_SUBDIR} exists before deleting it when doing "make distclean".kei1-2/+2
2001-04-13Allow setting TRUSTED_IDS in procmail.kim1-1/+6
2001-04-09Prepare for update of pkgsrc openssl to 0.9.6.fredb1-2/+2
2001-04-09Added ZSH_STATIC variable. (All of the other major shells have similar).jtb1-4/+10
Fixed a typo. s/fortran/Fortran/g
2001-04-08Invent ZOULARISBASE, defaulting to $LOCALBASE/bsd, to make it possiblehubertf2-12/+14
to setup Zoularis (or similar :-) environments to be closer to hier(7).
2001-04-07use dewey version for the f2c BUILD_DEPENDS.dmcmahill1-2/+2
2001-04-07Switch to another German GNOME mirror again because the old one is dead.tron1-2/+2
There must be a curse on such mirrors.
2001-04-07Add optional setting for placing the default mailbox in the user home dir.kim1-1/+7
2001-04-04Add ';' missed when moved from () to {;}hubertf1-2/+2
Pointed out by zuntum on some mailing list.
2001-04-04Make USE_LTLDL depend on libtool-base as libltdl is there.skrll1-2/+2
2001-04-04Relax version of unzip needed.simonb1-2/+2
2001-04-04Depend only on "libtool-base" package if "USE_LIBTOOL" is defined. Thistron1-2/+2
doesn't only avoid circular dependences under Solaris, it makes more sense in general because the libtool documentation is irrelevant to most users which only want to build shared libraries.
2001-04-03Use the latest libtool.skrll1-3/+3
2001-04-03Replace subshell commands in (...) by {...;} for speed.hubertf1-18/+18
Based on patch from Chris Coleman <chrisc@vmunix.com>. Timing of "make show-var VARNAME=COMMENT" in pkgsrc/x11: new: 2.744u 0.888s 0:16.69 21.6% 0+0k 809+201io 55pf+0w 2.827u 1.047s 0:07.72 50.0% 0+0k 0+189io 0pf+0w 2.913u 0.992s 0:06.91 56.4% 0+0k 0+168io 0pf+0w 2.978u 0.997s 0:06.88 57.5% 0+0k 0+169io 0pf+0w 3.017u 0.886s 0:07.88 49.3% 0+0k 0+186io 0pf+0w old: 2.921u 0.987s 0:07.04 55.3% 0+0k 2+183io 0pf+0w 2.931u 1.051s 0:08.49 46.8% 0+0k 0+169io 0pf+0w 3.065u 0.816s 0:08.33 46.4% 0+0k 0+174io 0pf+0w 2.962u 0.987s 0:08.08 48.7% 0+0k 0+181io 0pf+0w 2.661u 1.228s 0:08.50 45.6% 0+0k 0+171io 0pf+0w
2001-04-02Remove IDENT, since we don't seem to need it anymore.wiz1-4/+1
2001-04-02clean up a few more shardshubertf1-1/+3
2001-03-31uncomment an important line which should have never been commented out.dmcmahill1-2/+2
printindex works now.
2001-03-31get rid of an unneeded awk invocationdmcmahill1-2/+2
2001-03-29Make the default method of determining the current working directorykim1-1/+13
use "pwd" instead of "pawd". NOTE: if you are running amd you'll want to set SDIST_PAWD and SSYNC_PAWD to "pawd" in /etc/mk.conf now.
2001-03-29Don't use regexp substitution where plain substitution is intended,hubertf1-2/+2
it might yield some surprising results. Pointed out by Marc Espie <espie@schutzenberger.liafa.jussieu.fr>
2001-03-28Minor optimisationskrll1-4/+1
2001-03-28Correct the DEPENDS on libtool in the USE_LTDL case and make sure theskrll1-3/+3
latest and greatest libtool is used in the USE_LIBTOOL case.
2001-03-28Create directory "share/pixmaps" which is used by a growing number oftron3-3/+8
unrelated packages.
2001-03-27Change BUILD_DEPENDS semantics:hubertf1-77/+23
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org>
2001-03-27make sure that any packages listed in BULK_PREREQ get listed in the outputdmcmahill1-2/+25
even if they are not enabled in the category makefiles. This catches, in particular, pkgtools/xpkgwedge which was missing before. Thanks to Christoph Badura for noting this.
2001-03-26Added default JVM for PowerPC: blackdown-jdk13. Approved by Jim Wise.manu1-1/+6
2001-03-26Provide a default digest algorithm in the case where FAILOVER_FETCH isagc1-1/+4
set, and a distfile which isn't in files/md5 is attempted to be downloaded. Fixes a problem pointed out by Dan Mcmahill.
2001-03-26Correctly handle the common case where "MANZ" setting is protectedfredb1-1/+2
by ".ifdef BSD_PKG_MK" in /etc/mk.conf, but "MANZ" handling, in the package, relys on the system's "bsd.man.mk", which _CAN_ _NOT_ see variables protected by ".ifdef BSD_PKG_MK". By passing "MANZ" in through "MAKE_ENV", only if "MANZ" is defined, we ensure that the PLIST handling and the package's own handling are on the same wavelength.
2001-03-26Clean up after installing digest, also use DEPENDS_TARGET to installhubertf1-2/+4
(in case someone wants something else then a 'install')
2001-03-26LYNX_SCREEN_LIB is for "lynx", not just "lynx-current".fredb1-2/+2
2001-03-26Document PINFO_USE_NATIVE_CURSES.fredb1-1/+7
2001-03-25Add an entry for PGHOME, the (now configurable) home directory ofwennmach1-1/+7
the pgsql user.
2001-03-24Fix typo in last commit.tron1-2/+2
2001-03-24Only enforce the use of Zoularis under SunOS.tron1-2/+2
2001-03-24Provide examples for teapopzuntum1-1/+11
2001-03-24Sync comment for USE_RSAREF2 with reality.fredb1-4/+5
2001-03-23Handle the symlinks created by libtool on a.out for certain invocationsskrll1-2/+14
of libtool involving the -release option. print-PLIST on an a.out machine probably doesn't handle these, i.e. it doesn't remove them from the PLIST.
2001-03-23Add a version check for the installed Zoularis version.tron1-2/+20
2001-03-23Add missing check for NetBSD in last commit.tron1-2/+2
2001-03-23Provide Zoularis version number as "${ZOULARIS_VERSION}" on non NetBSDtron1-1/+10
systems.
2001-03-23Use "tar" coming with Zoularis under Solaris.tron1-2/+2