summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Collapse)AuthorFilesLines
2006-01-13Pullup ticket 1019 - requested by Johnny C. Lamsalo6-81/+124
bugfixes for the tools framework Revisions pulled up: - pkgsrc/mk/tools/replace.mk 1.145-1.155 - pkgsrc/mk/tools/tools.Darwin.mk 1.22 - pkgsrc/mk/tools/tools.NetBSD.mk 1.23, 1.24 - pkgsrc/mk/tools/tools.OpenBSD.mk 1.22 - pkgsrc/mk/tools/tools.Linux.mk 1.28 - pkgsrc/mk/tools/defaults.mk 1.43 Module Name: pkgsrc Committed By: reed Date: Wed Dec 28 04:24:37 UTC 2005 Modified Files: pkgsrc/mk/tools: replace.mk Log Message: Add makepsres to _TOOLS.x11-clients. (makepsres used for lyx install for example.) --- Module Name: pkgsrc Committed By: reed Date: Wed Dec 28 16:46:38 UTC 2005 Modified Files: pkgsrc/mk/tools: replace.mk Log Message: For the x11-clients section, use "XFree86-clients" instead of "imake" for the TOOLS_PREFIX (for the XFree86-clients provided tool). (Asked about on tech-pkg and jlam said to commit.) --- Module Name: pkgsrc Committed By: jlam Date: Wed Dec 28 22:21:19 UTC 2005 Modified Files: pkgsrc/mk/tools: replace.mk Log Message: Consolidate xmkmf with the other "imake" tools. --- Module Name: pkgsrc Committed By: jlam Date: Wed Dec 28 22:26:50 UTC 2005 Modified Files: pkgsrc/mk/tools: replace.mk Log Message: Whitespace changes to align with other sections. --- Module Name: pkgsrc Committed By: jlam Date: Wed Dec 28 22:41:27 UTC 2005 Modified Files: pkgsrc/mk/tools: replace.mk Log Message: Teach the tools framework about ttmkfdir and type1inst. --- Module Name: pkgsrc Committed By: jlam Date: Sun Jan 8 22:09:05 UTC 2006 Modified Files: pkgsrc/mk/tools: replace.mk Log Message: Consolidate groff-supplied tools into one section. --- Module Name: pkgsrc Committed By: jlam Date: Sun Jan 8 23:00:00 UTC 2006 Modified Files: pkgsrc/mk/tools: defaults.mk replace.mk tools.Linux.mk tools.NetBSD.mk Log Message: Teach the tools framework about "gsoelim", which is the soelim tool from a groff distribution. --- Module Name: pkgsrc Committed By: jlam Date: Mon Jan 9 18:32:52 UTC 2006 Modified Files: pkgsrc/mk/tools: replace.mk tools.Darwin.mk tools.NetBSD.mk tools.OpenBSD.mk Log Message: Teach the tools framework about the ``ksh'' tool, provided by the shells/pdksh package if it doesn't exist on the base system. --- Module Name: pkgsrc Committed By: jlam Date: Thu Jan 12 18:29:03 UTC 2006 Modified Files: pkgsrc/mk/tools: replace.mk Log Message: Re-implement some code that was lost in revision 1.144 so that IMAKE may be overridden to point to the path of the imake binary to use. --- Module Name: pkgsrc Committed By: jlam Date: Thu Jan 12 19:26:03 UTC 2006 Modified Files: pkgsrc/mk/tools: replace.mk Log Message: Fix a typo that was causing imake, mkdirhier and xmkmf to not be created as tools in the tools directory.
2005-12-25Added new japanese download facility jaist.dl.sourceforge.net.heinz1-1/+2
Although voxel.dl.sourceforge.net is not listed anymore on the SF download pages it still works, so I left it as is.
2005-12-22If bison is used, always pass YACC="bison -y". This should fixjlam1-1/+8
PR pkg/31493, where YACC="bison" was wrongly being passed to the configure script.
2005-12-22Add mkdirhier to the tools provided by an imake package.joerg1-23/+30
Move the code down to the X11 clients handling as suggested by jlam@.
2005-12-20Remove belnet and citkit sf.net mirrors, again.salo1-3/+3
They are refusing connections or timing out for at least two weeks. XXX: Please, do _NOT_ add them again so easily, please! There is nothing but recurring trouble with them for a long time.
2005-12-18Change SUBST_FILES.djbware assignment from = to +=, allowing it to bejoerg1-2/+2
used for other files.
2005-12-12Document bozohttpd-do-htpasswd option.bad1-0/+1
2005-12-12First step at reworking Linux binary packages.joerg1-7/+8
Change most pkgs to depend on either emulators/suse_linux/Makefile.application (normal pkgs) or Makefile.common (suse91 and suse themselves) to filter out Operating Systems without Linux ABI support. Use CPU masks to limit the pkg to supported platforms.
2005-12-11Add the 'km' locale, initially used by kde3-i18n-km 3.5.0.markd13-13/+65
2005-12-10Converted packages audio/mpg123* to bsd.options.mk framework (Approved by tron).heinz1-0/+1
No bump of PKGREVISION necessary.
2005-12-09Desupport the various ghostscript*x11* packages (replaced by x11 option).wiz1-12/+2
2005-12-09Add dts description.salo1-0/+1
2005-12-09Fix build of the packages which pass .la files to libtool by relativehira2-3/+6
path. This allows to use symbolic linked path as WRKOBJDIR and should fix PR pkg/31337.
2005-12-08Prefixed all status messages with "pre-build>" to show the user where theyrillig1-27/+27
come from.
2005-12-08Pass correct flags to install.sh to invoke IRIX's strip commandjschauma1-2/+2
2005-12-06Allow absolute filenames for SUBST_FILES. Needed for converters/convmv andrillig1-2/+2
maybe some others.
2005-12-06Added missing "quotes" around many variables.rillig1-43/+43
2005-12-06Fixed a typo.rillig1-2/+2
2005-12-05 * allow parallel builds (see parallel.txt)rillig1-0/+1
2005-12-05Applied all quoting fixes found by "pkglint --autofix".rillig15-119/+119
2005-12-05Shortened the code to extract pkgsrc variables by 30 lines, taking outrillig1-85/+49
much unnecessary redundancy from the code. Reordered the pkgsrc variables so that related variables appear adjacently in the output.
2005-12-04The checksums for pkgsrc patches are always checked -- even ifrillig1-6/+1
NO_CHECKSUM is set.
2005-12-04Add IMAKE_GAMEMAN_SUFFIX and IMAKE_GAMEMAN_DIR to allow PLISTsjoerg14-14/+42
to pick up the correct locations. XXX Default values are guessed, x11/xsnow can be used for testing
2005-12-03ftp.plusline.de does not allow logins, remove it from apache mirror sites.wiz1-4/+2
2005-12-03xmessage is another X11 client used by other programs.joerg1-2/+2
2005-12-03Renamed some variables to match the pkgsrc variables they are derivedrillig1-13/+13
from.
2005-12-03Removed CVS_USER, as announced on pkgsrc-bulk.rillig4-51/+13
See <http://mail-index.netbsd.org/pkgsrc-bulk/2005/11/24/0003.html>.
2005-12-02Prefix all unrealircd options with "unrealircd-". Sort.wiz1-13/+13
2005-12-02Prefix all xorg-server options with "xorg-server-" (still need documenting).wiz1-31/+33
Sort.
2005-12-02Remove legacy option translations for postgresql, they have been here for ↵wiz1-5/+1
over 4 months.
2005-12-02Remove handling for obsolete USE_SOCKS variable.wiz1-3/+3
2005-12-02Remove description for obsolete USE_SOCKS.wiz1-7/+1
2005-12-02Mark USE_SOCKS handling as to-be-deprecated after 2005Q4.wiz1-9/+9
2005-12-02Add description for kermit-suid-uucpwiz1-0/+1
2005-12-01Remove some dead sourceforge sites, and add some working ones.wiz1-5/+4
2005-12-01Remove description and default for obsolete M68060.wiz1-10/+1
2005-12-01Mark USE_RSAREF for removal after 2005Q4.wiz1-2/+2
2005-12-01Describe rsaref option.wiz1-0/+1
2005-12-01Remove description and default for obsolete USE_OPENLDAP.wiz1-7/+1
2005-12-01Mark USE_OPENLDAP for removal after 2005Q4.wiz1-2/+2
2005-12-01Describe openldap option.wiz1-0/+1
2005-12-01Describe nntpcache-pgp, trn-inn, and trn-nntpclnt.wiz1-0/+3
2005-12-01Remove obsolete USE_INN; LEGACY_VARS handling is in trn's options.mk.wiz2-9/+2
2005-12-01Remove description for obsolete USE_OSS.wiz1-8/+1
2005-12-01Mark USE_OSS for removal after 2005Q4.wiz1-2/+2
2005-12-01USE_OSS is deprecated, do not add it to BUILD_DEFS.wiz1-4/+1
2005-12-01Mark USE_XFACE for removal after 2005Q4.wiz1-2/+2
2005-12-01Remove description for obsolete USE_XFACE.wiz1-7/+1
2005-12-01Remove descriptions and settings for obsolete USE_CANNA, USE_SJ3, and USE_WNN4.wiz1-18/+1
2005-12-01Mark USE_CANNA, USE_SJ3, and USE_WNN4 for removal after 2005Q4.wiz1-4/+4