summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.mk
AgeCommit message (Expand)AuthorFilesLines
2001-06-27o introduce REPLACE_PERLzuntum1-1/+16
2001-06-21The GNU patch used under Solaris doesn't understand "-b .orig", usetron1-1/+5
2001-06-21Do previous in a different way.jlam1-2/+4
2001-06-21Try to fix check for XAW_TYPE.jlam1-2/+2
2001-06-21As proposed by Luke Mewburn on tech-pkg, make sure to always usehubertf1-1/+2
2001-06-20Move default setting of XAW_TYPE to bsd.prefs.mk.jlam1-2/+1
2001-06-19do not check for ACCEPTABLE_LICENCES when deinstalling. closes PR pkg/13211assar1-2/+2
2001-06-18Create USE_BUILDLINK_ONLY variable that doesn't add -L${LOCALBASE}/libjlam1-3/+13
2001-06-16Add BUILD_USES_GETTEXT_M4 to set a build dependency on either an olderjlam1-2/+6
2001-06-13Fix typo...LIBS gets added to CONFIGURE_ENV, not CONFIGURE.jlam1-2/+2
2001-06-12Split XMKMF into XMKMF_CMD and XMKMF_FLAGS and set XMKMF_CMD conditionallyjlam1-3/+5
2001-06-12If GNU_CONFIGURE is defined, then pass LIBS to the GNU configure script.jlam1-3/+8
2001-06-12Use ${SORT} and ${WC} instead of sort and wc. Also some minor whitespacejlam1-39/+38
2001-06-12Migrate some OS-specific variable definitions into OS-specific files.jlam1-168/+19
2001-06-11Make CPPFLAGS part of MAKE_ENV and CONFIGURE_ENV as 220 packages want itjlam1-4/+3
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
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-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
2001-05-24When displaying a list of "dependencies" in the run-depends-listagc1-3/+2
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
2001-05-20make the bin-install target look at some FTP servers (stored inhubertf1-6/+34
2001-05-20Fix two problems when using a ksh(1) as /bin/sh (ln -sf /bin/ksh /bin/sh [*]):hubertf1-3/+3
2001-05-18Make sure that all ELF symlinks gets removed from the PLIST when doingskrll1-1/+7
2001-05-18Set XARGS to xargs (NetBSD/Solaris) or xargs -r (linux).abs1-6/+9
2001-05-18Add MAKE="${MAKE_PROGRAM}" to CONFIGURE_ENV. This ensures that GNUjlam1-1/+2
2001-05-17If we can use the Linux jdk on NetBSD-*-i386, we can probably risk it onabs1-2/+3
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
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
2001-05-09Bump the value of LIBTOOL_REQD to match the one in the package.agc1-2/+2
2001-05-09put the PERL5_REQD outside the USE_PERL5 check so packages can do:dmcmahill1-2/+2
2001-05-03Check that the ${PACKAGES} directory exists, before trying to cd there.agc1-48/+49
2001-04-26Add a variable "PERL5_REQD" which can be used to set the minimum requiredtron1-2/+3
2001-04-24in the USE_JAVA and jdk case, addabs1-1/+2
2001-04-23Improve message if distinfo parts don't get modified. Closes pkg/12718.wiz1-3/+3
2001-04-22Fix creation of "Size" entries in "distinfo" if the distfile is a softlink.tron1-2/+2
2001-04-22Update dependency on perl-mk to 1.1.jlam1-2/+2
2001-04-21Don't generate checksums for patches that will get ignored in the applywiz1-2/+2
2001-04-21Don't change distinfo file if no checksums/sizes are modified.wiz1-6/+20
2001-04-19Handle freetype2 package like the MesaLib package as it is bundled withjlam1-1/+9
2001-04-18when USE_FORTRAN is set and we don't have f77 set, or we've asked fordmcmahill1-2/+4
2001-04-18Reorder "MASTER_SITE_SOURCEFORGE" in the interest of performance.tron1-2/+2
2001-04-17show-var: implement quoting via make's :Q modifier, instead of home-brewn.hubertf1-2/+2