summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Collapse)AuthorFilesLines
2009-06-05PR pkg/41542 - java-vm.mk needs updating for openjdk7-bin from yamtabs1-2/+3
2009-06-05Describe nextstep option.minskim1-0/+1
2009-06-03Add the MirOS license (OSS certified) as default acceptable.ahoka1-2/+2
2009-06-02Learn from the AIX issues with hard links to symbolic links and alwaysjoerg5-10/+10
create the compiler aliases with ln -fs.
2009-06-02Don't create hardlinks to symlinks, AIX freaks out with that.joerg1-2/+2
2009-06-02shell code is not C ...sno2-6/+4
2009-06-02Remove WRAPPER_DEBUG definition, it doesn't change anything.joerg1-3/+1
2009-06-02GCC_USE_SYMLINKS has been renamed and is the default now, so remove itjoerg1-2/+1
here.
2009-05-30Avoid one fork per wrapper call if no cleanup is necessary and debuggingjoerg2-4/+12
is disabled. In that case, the post processing is doing nothing anyway.
2009-05-30Rename GCC_USE_SYMLINKS to COMPILER_USE_SYMLINKS, implement it for thejoerg8-13/+48
other compiler drivers and enable it by default. Saves at least a percent of build time even for trivial packages like lang/lua.
2009-05-30Require exact match for --wrappee-name option, no leading or trailingjoerg1-2/+2
content. This option is used by libtool only and that uses the correct exact argument.
2009-05-30add some argument wrappers after studying xlc manpagesno2-4/+26
2009-05-30Add mac option description (used by gmpc).obache1-0/+1
2009-05-26Add the "MIT" license, fromhe1-2/+2
http://www.opensource.org/licenses/mit-license.php and add it to DEFAULT_ACCEPTABLE_LICENSES. Based on hints from joerg@.
2009-05-26Accept _AUTOMATIC=yes.obache1-2/+2
At least, set as "yes" in mk/flavor/pkg/depends.mk, and accept both "YES" and "yes" in flavor/pkg/install.mk. Fixes PR 41422.
2009-05-23For developer mode, warn about packages without destdir support.joerg1-1/+5
2009-05-23add missing backslash.zafer1-2/+2
2009-05-23Update MASTER_SITE_GENTOO. Remove stale/dead mirrors. Fix lots of gentoo typos.zafer1-56/+31
2009-05-23Update MASTER_SITE_PGSQL. Remove stale/dead mirrors. Update timestamp.zafer1-32/+4
2009-05-23Update IFARCHIVE mirrors.zafer1-2/+2
2009-05-23Update MASTER_SITE_OPENOFFICE. Clean up stale/dead mirrors.zafer1-5/+1
2009-05-22remove trailing backslash in mysql.zafer1-2/+2
2009-05-22nuke trailing whitespacetnn1-3/+3
2009-05-22Update MASTER_SITE_MYSQL. Remove stale/dead mirrors.zafer1-29/+5
2009-05-22remove planetmirror from APACHE and OPENOFFICE. Service suspended.zafer1-3/+1
2009-05-22remove planetmirror.com.au (service suspended) and ftp.mpi-sb.mpg.de from ↵zafer1-4/+2
XEMACS.
2009-05-22remove www.sdpulse.com from MOZILLA. Service suspended.zafer1-2/+1
2009-05-22Update MASTER_SITE_KDE. Remove stale/dead mirrors.zafer1-4/+1
2009-05-22remove sunsite.mff.cuni.cz from GNOME. It doesn't mirror gnome anymore.zafer1-3/+2
2009-05-22remove ftp.easynet.nl from GNUSTEP. Service suspended.zafer1-4/+2
2009-05-22remove ftp.cica.es from XCONTRIB. Stale mirror.zafer1-2/+1
2009-05-21Remove bogus gnu-gpl-v2.1.wiz1-2/+2
2009-05-21add gnu-gpl-v2.1 as default acceptablesno1-2/+2
2009-05-20remove mirrors.sec.informatik.tu-darmstadt.de from gentoo mirror. host does ↵zafer1-2/+1
not resolve.
2009-05-20Add bem and crh locales for Gnome.wiz1-1/+9
2009-05-19Fix previous:wiz1-2/+2
Actually check what you want to check -- both for "yes" and "no", not only for "no".
2009-05-18Accept GNU FDL by default (all three versions).wiz1-1/+2
2009-05-18Update to versions from April 2009 fromwiz2-10/+51
http://git.savannah.gnu.org/gitweb/?p=config.git
2009-05-17Sanity check that USE_DESTDIR is either yes or no after downgradingjoerg1-1/+4
USE_DESTDIR=full. This makes setting USE_DESTDIR=full on the command line an explicit error as side effect.
2009-05-16Remove preserve packages for make update with -N -f -f and therefore dojoerg1-2/+2
not depend on the behavior of older pkg_delete to allow the removal with simple force.
2009-05-16Don't require pkg_delete or pkg_info -r to list packages in fulljoerg2-3/+9
topological sort for the make update list. This breaks naturally when new dependencies are introduced that are also in the list scheduled for later installation. Reported by David Holland.
2009-05-15Re-enabled the detection of variables as they appear inrillig1-2/+2
mk/defaults/mk.conf. I don't know when I removed it accidentally.
2009-05-14Added CPL version 1.0martti1-1/+2
2009-05-12Added some keywords.rillig1-1/+3
2009-05-10Added documentation for UNLIMIT_RESOURCES.rillig1-0/+13
2009-05-09Make USE_DESTDIR=full the default value and retire the option.joerg2-11/+12
2009-05-08Remove a redundant "$" from a grep pattern.minskim1-2/+2
2009-05-06Allow to set the "bourne" shell used for buildlink3 wrappers per platform.tron2-3/+9
Set it to "/bin/ksh" under Mac OS X which should reduce package build times by more than 20%.
2009-05-02Add new metadata: PREV_PKGPATH and SUPERSEDES.reed1-1/+7
These will be available from pkg_summary(5) database. To be used to find previous packages when a package is moved or renamed. (Even though that is not recommended.) Documented in pkgsrc Guide and in the pkg_summary(5) manual page. Upcoming commit will have some packages modified to add them.
2009-04-30Point to the copy of DEFAULT_ACCEPTABLE_LICENSES in pkg_installgdt1-6/+16
sources, and add a comment opining that there should be only a single place to configure the default and per-machine lists for both source and binary package building/installation.