summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Collapse)AuthorFilesLines
2009-06-14Don't generate @dirrm lines in print-PLIST, switch @exec mkdir lines tojoerg1-7/+2
@pkgdir.
2009-06-14Use pkg_admin check-license to allow more complex conditions:joerg1-19/+45
- LICENSE= foo OR bar - LICENSE= foo AND bar - LICENSE= (foo OR bar) AND baz
2009-06-14Bump PKGTOOLS_REQD version:joerg1-2/+2
- @dirrm is now obsolete and should most conditional mkdir/rmdir lines in PLIST should be replaced by @pkgdir - license handling can use pkg_admin
2009-06-14Describe uds option. Sort.wiz1-2/+3
2009-06-11wrap some more gcc flags to suitable xlc flagssno2-2/+58
2009-06-11add description for mstats optionsno1-0/+1
2009-06-10Hide automake-1.11 by default as well.wiz1-3/+5
2009-06-09Add support for using USE_DESTDIR=yes and replace together.joerg4-7/+41
Based on the patch send to tech-pkg in 2008, but less intrusive.
2009-06-07Mention new options added for net/amule.obache1-0/+11
2009-06-07/usr/bin/gcc on MacOS X is a wrapper that expects to call the (architecture-schwarz1-1/+5
dependent) real gcc binary with the same path as it has been evoked. When it is called via a symbolic link this fails since the evokation path in that case is the original one of the symbolic link. For that reason pkgsrc's buildlink framework must be prevented from using symbolic links to refer to /usr/bin/gcc. imac:/tmp schwarz$ ln -s /usr/bin/gcc gcc imac:/tmp schwarz$ /tmp/gcc gcc: installation problem, cannot exec '/tmp/powerpc-apple-darwin8-gcc-4.0.1': No such file or directory
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.