Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-02-16 | Describe new amarok options. | wiz | 1 | -0/+3 | |
2010-02-16 | Add lang-bs, lang-hr, lang-sl and lang-tl used by typolight*-translations. | taca | 1 | -0/+4 | |
2010-02-15 | Add descriptions for new digikam options. Sort. | wiz | 1 | -2/+6 | |
2010-02-13 | Adjust chgrp/chown paths for SSD/Linux. | obache | 1 | -1/+9 | |
2010-02-13 | for SSD/Linux, /usr/bin/false, not /bin/false. | obache | 1 | -1/+5 | |
2010-02-10 | Change PostgreSQL default to 8.4. | joerg | 1 | -2/+2 | |
2010-02-10 | Use bind 9.5 as fallback. | joerg | 1 | -2/+2 | |
2010-02-09 | Start removal of PKG_SUFX as option by making selection of compression | joerg | 2 | -6/+18 | |
format a separate new option (PKG_COMPRESSION). | |||||
2010-02-08 | Detect a working terminfo a little better. | roy | 2 | -5/+91 | |
2010-02-07 | Fix another silly typo. | roy | 1 | -2/+2 | |
2010-02-07 | Remove typo. | roy | 1 | -2/+1 | |
2010-02-07 | Add builtin for working out if we have terminfo installed natively. | roy | 4 | -10/+96 | |
2010-02-07 | tools definition of bzcat may have option (ex. bzip2 -cd), allow it. | obache | 1 | -2/+2 | |
2010-02-06 | Set LOWER_VENDOR=pc for Haiku/i386. | obache | 1 | -1/+7 | |
2010-02-06 | Haiku does not have /usr/include/pthread.h, | obache | 1 | -2/+2 | |
but have native pthread support and pthread.h in include path. | |||||
2010-02-06 | Add Haiku support file. | obache | 2 | -0/+177 | |
2010-02-06 | Adding description for gmp | sno | 1 | -0/+1 | |
2010-02-03 | Use sun-jdk6 on Darwin-10. | minskim | 1 | -1/+3 | |
2010-02-02 | Deal with cases where the first dependency of a package is a build | joerg | 1 | -3/+7 | |
dependency, but a full dependency follows later. | |||||
2010-02-02 | Add description for new options in databases/p5-DBIx-Class-Schema-Loader | sno | 1 | -0/+2 | |
2010-02-02 | The missing run-time search path test cannot run reliably in DESTDIR mode | tnn | 1 | -3/+8 | |
when not using the readelf(1) method, so skip the test and warn about it. | |||||
2010-02-01 | Add support for MacFUSE, which is installed outside of pkgsrc. | jmmv | 1 | -2/+22 | |
Tested on Mac OS X 10.5.8 with the fuse-bindfs package. | |||||
2010-02-01 | Pass down PKGINFODIR just like PKGMANDIR is passed down. | joerg | 1 | -1/+2 | |
2010-01-30 | Revamp the replace logic for the destdir case. Don't bother messing up | joerg | 1 | -3/+12 | |
the +CONTENTS files, just set the various variables on the dependencies. Tested by tnn@ | |||||
2010-01-30 | Use new pkg_add -U for replace in the destdir case. | joerg | 2 | -4/+8 | |
2010-01-29 | Enable USE_DESTDIR by default for PKG_DEVELOPER. | joerg | 1 | -1/+5 | |
2010-01-29 | Retire USE_DESTDIR=full workaround. | joerg | 1 | -6/+1 | |
2010-01-23 | Sync config.guess and config.sub with upstream. | joerg | 2 | -144/+107 | |
2010-01-21 | Added LICENSE information for zip/unzip. The license is not approved by | heinz | 1 | -1/+4 | |
OSI but it is derived from BSD so I added it to the acceptable set of licenses. | |||||
2010-01-21 | Added LICENSE information for Python. The license was approved by OSI | heinz | 1 | -2/+3 | |
so I added it to the acceptable set of licenses. | |||||
2010-01-20 | Always look for plain ghostscript and always look in print/ghostscript. | joerg | 1 | -14/+2 | |
2010-01-20 | Do not second guess the libtool mode if it was explicitly specified. | joerg | 1 | -4/+8 | |
For --mode=execute, it could result in incorrect dropping of arguments, which breaks mono. | |||||
2010-01-17 | minor English usage nit | dholland | 1 | -2/+2 | |
2010-01-16 | add ilbc | jnemeth | 1 | -0/+1 | |
2010-01-16 | Allow a minimum of 64MB when extract lz files. | wiz | 1 | -2/+2 | |
2010-01-16 | Add support of SSD/Linux. | obache | 3 | -3/+22 | |
* ROOT_GROUP=wheel, fixes PR#42073. * LOWER_VENDOR=ssd * adjust paths for some tools | |||||
2010-01-07 | Fix mutt-smtp text. | joerg | 1 | -1/+1 | |
2010-01-06 | Add LP64PLATFORMS, a list of patterns for 64bit systems. | joerg | 1 | -1/+8 | |
This allows easily disabling software that is not 64bit clean. | |||||
2009-12-30 | pkg PR/36618 - fix UNPRIVILEGED_GROUP definition for Interix | abs | 1 | -1/+5 | |
2009-12-20 | Fix libtool under OS X: require a fixed version of f2c, and thus bump | jmmv | 2 | -4/+4 | |
PKGREVISION of libtool to 3 and require it as a dependency. | |||||
2009-12-19 | Introduce PKG_OPTIONS for database/tokyocabinet to select compression support | obache | 1 | -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-19 | SUA 6.0 have patch command sufficent to use with pkgsrc. | obache | 1 | -1/+4 | |
Workaround of PR#42379, broken nbpatch package on SUA 6.1. | |||||
2009-12-19 | fix comment | tnn | 1 | -2/+2 | |
2009-12-19 | default X11_TYPE to modular | tnn | 1 | -1/+6 | |
2009-12-16 | Force libtool 2.2 on all platforms. | joerg | 4 | -8/+5 | |
2009-12-15 | Update to libtool-2.2.6b. This switches libtool to the new main branch. | joerg | 1 | -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-13 | Update tool paths and arguments for SUA 6.0 | obache | 1 | -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-13 | Interix>=5.2 have libc.so.5.2, but no higer revision exists. | obache | 1 | -5/+9 | |
So gave up to detect OS_VERSION with shlib version if libc.so.5.2 exists. | |||||
2009-12-13 | treat interix>3 same as interix3. | obache | 1 | -3/+3 | |
2009-12-12 | Describe "openmpi-vampirtrace" option. | asau | 1 | -0/+1 | |