summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Collapse)AuthorFilesLines
2010-02-16Describe new amarok options.wiz1-0/+3
2010-02-16Add lang-bs, lang-hr, lang-sl and lang-tl used by typolight*-translations.taca1-0/+4
2010-02-15Add descriptions for new digikam options. Sort.wiz1-2/+6
2010-02-13Adjust chgrp/chown paths for SSD/Linux.obache1-1/+9
2010-02-13for SSD/Linux, /usr/bin/false, not /bin/false.obache1-1/+5
2010-02-10Change PostgreSQL default to 8.4.joerg1-2/+2
2010-02-10Use bind 9.5 as fallback.joerg1-2/+2
2010-02-09Start removal of PKG_SUFX as option by making selection of compressionjoerg2-6/+18
format a separate new option (PKG_COMPRESSION).
2010-02-08Detect a working terminfo a little better.roy2-5/+91
2010-02-07Fix another silly typo.roy1-2/+2
2010-02-07Remove typo.roy1-2/+1
2010-02-07Add builtin for working out if we have terminfo installed natively.roy4-10/+96
2010-02-07tools definition of bzcat may have option (ex. bzip2 -cd), allow it.obache1-2/+2
2010-02-06Set LOWER_VENDOR=pc for Haiku/i386.obache1-1/+7
2010-02-06Haiku does not have /usr/include/pthread.h,obache1-2/+2
but have native pthread support and pthread.h in include path.
2010-02-06Add Haiku support file.obache2-0/+177
2010-02-06Adding description for gmpsno1-0/+1
2010-02-03Use sun-jdk6 on Darwin-10.minskim1-1/+3
2010-02-02Deal with cases where the first dependency of a package is a buildjoerg1-3/+7
dependency, but a full dependency follows later.
2010-02-02Add description for new options in databases/p5-DBIx-Class-Schema-Loadersno1-0/+2
2010-02-02The missing run-time search path test cannot run reliably in DESTDIR modetnn1-3/+8
when not using the readelf(1) method, so skip the test and warn about it.
2010-02-01Add support for MacFUSE, which is installed outside of pkgsrc.jmmv1-2/+22
Tested on Mac OS X 10.5.8 with the fuse-bindfs package.
2010-02-01Pass down PKGINFODIR just like PKGMANDIR is passed down.joerg1-1/+2
2010-01-30Revamp the replace logic for the destdir case. Don't bother messing upjoerg1-3/+12
the +CONTENTS files, just set the various variables on the dependencies. Tested by tnn@
2010-01-30Use new pkg_add -U for replace in the destdir case.joerg2-4/+8
2010-01-29Enable USE_DESTDIR by default for PKG_DEVELOPER.joerg1-1/+5
2010-01-29Retire USE_DESTDIR=full workaround.joerg1-6/+1
2010-01-23Sync config.guess and config.sub with upstream.joerg2-144/+107
2010-01-21Added LICENSE information for zip/unzip. The license is not approved byheinz1-1/+4
OSI but it is derived from BSD so I added it to the acceptable set of licenses.
2010-01-21Added LICENSE information for Python. The license was approved by OSIheinz1-2/+3
so I added it to the acceptable set of licenses.
2010-01-20Always look for plain ghostscript and always look in print/ghostscript.joerg1-14/+2
2010-01-20Do not second guess the libtool mode if it was explicitly specified.joerg1-4/+8
For --mode=execute, it could result in incorrect dropping of arguments, which breaks mono.
2010-01-17minor English usage nitdholland1-2/+2
2010-01-16add ilbcjnemeth1-0/+1
2010-01-16Allow a minimum of 64MB when extract lz files.wiz1-2/+2
2010-01-16Add support of SSD/Linux.obache3-3/+22
* ROOT_GROUP=wheel, fixes PR#42073. * LOWER_VENDOR=ssd * adjust paths for some tools
2010-01-07Fix mutt-smtp text.joerg1-1/+1
2010-01-06Add LP64PLATFORMS, a list of patterns for 64bit systems.joerg1-1/+8
This allows easily disabling software that is not 64bit clean.
2009-12-30pkg PR/36618 - fix UNPRIVILEGED_GROUP definition for Interixabs1-1/+5
2009-12-20Fix libtool under OS X: require a fixed version of f2c, and thus bumpjmmv2-4/+4
PKGREVISION of libtool to 3 and require it as a dependency.
2009-12-19Introduce PKG_OPTIONS for database/tokyocabinet to select compression supportobache1-0/+2
(zlib/bzip2/lzo/lzma and enabled by default for former two). LZO and LZMA supports are exclusive, optional and should be selected by user's use-case (priority of data compression ratio, compression speed, or so on). Furthermore, Tokyocabinet uses archives/lzmalib for lzma support, but lzmalib conflicts with archivers/xz. It means if tokyocabinet is installed with lzma, failed to install xz, and result in failure of "make extract" for packages using .lzma/.xz distfiles. This issue also resolved by optionify lzma support and disabled by default. This changes also make tokyocabinet ABI changes, so bump PKGREVISION and recursive bump. OKed to commit in freeze by wiz@.
2009-12-19SUA 6.0 have patch command sufficent to use with pkgsrc.obache1-1/+4
Workaround of PR#42379, broken nbpatch package on SUA 6.1.
2009-12-19fix commenttnn1-2/+2
2009-12-19default X11_TYPE to modulartnn1-1/+6
2009-12-16Force libtool 2.2 on all platforms.joerg4-8/+5
2009-12-15Update to libtool-2.2.6b. This switches libtool to the new main branch.joerg1-11/+20
Changes are many, important for pkgsrc: - much higher speed (up to 30% faster for the overall build of libX11) - less magic for detection of the tag The pkgsrc integration of f2c has been changed to be more sane. libtool itself now depends on the f2c frontend to use proper auto-configuration and only fakes up the library. This part is encapsulated in mk/compiler/f2c.mk.
2009-12-13Update tool paths and arguments for SUA 6.0obache1-1/+28
XXX: If someone have SUA 5.2 and confirmed that it have same tools for SUA 6.0, XXX: please replace Interix-[0-5].*-* with Interix-[0-3].*-*.
2009-12-13Interix>=5.2 have libc.so.5.2, but no higer revision exists.obache1-5/+9
So gave up to detect OS_VERSION with shlib version if libc.so.5.2 exists.
2009-12-13treat interix>3 same as interix3.obache1-3/+3
2009-12-12Describe "openmpi-vampirtrace" option.asau1-0/+1