summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Collapse)AuthorFilesLines
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
2009-12-07Linux's rpcgen has the location of cpp compiled in. Make it use thedholland1-1/+3
pkgsrc wrapper by adding -Y ${WRAPPER_BINDIR:Q} when OPSYS is Linux. This will fix obscure/subtle build problems caused by bypassing the wrappers; it will also fix pkgsrc builds on improperly configured Linux distros (such as in PR pkg/41359) whose rpcgen has the wrong location for cpp compiled into it. While there are at least two main branches of rpcgen floating around the Linux world, both of them support '-Y cpp-path'.
2009-12-04- clean up liferea mozilla optionstnn1-2/+1
- fix build with mozilla option
2009-12-03Adjust to follow f2c/libf2c split: build-depend on f2c, buildlink libf2c.asau1-3/+4
2009-11-23Make wrapper generation code work properly if there is a directory withtron1-4/+4
a whitespace in the command search path.
2009-11-21Clean up path list for ghostscript.joerg1-5/+2
2009-11-19Add description for gd optionsborrill1-0/+1
2009-11-17remove backslash.zafer1-2/+2
2009-11-17general clean-up. update and remove dead ones.zafer1-53/+10
2009-11-17Fix GNOME path on ftp.tuwien.ac.at.wiz1-2/+2
2009-11-10add xjdic-localedogcow1-0/+1
2009-11-05Don't bother with pkg_create -L. @src is essentially unused and thejoerg1-2/+1
combination of -p and -I provides all the information needed.
2009-11-03Create the work directory itself with umask 077 to prevent access tojoerg1-2/+3
files with broken permissions (e.g. world-writable files).
2009-11-02mention xrandr option (used by wm/echinus).obache1-0/+1
2009-10-31Avoid echoing commands at bin-install.asau1-2/+2
2009-10-29Make sure that MV is properly defined. From PR 42247.joerg1-1/+2
2009-10-29Add description for guile optionsborrill1-0/+1
2009-10-25Add 2-clause-bsd to DEFAULT_ACCEPTABLE_LICENSES.wiz1-2/+2
2009-10-25recognize compiler newer than 5.9, toosno1-2/+2
2009-10-21revert previous - better do a bulk build with this change first to seetnn1-1/+4
if/how much stuff is dependent on it.
2009-10-21remove lib/charset.alias from CHECK_FILES_SKIPtnn1-4/+1
2009-10-20Allow USE_JAVA=build (build dependency on jre).obache1-5/+11
2009-10-14Support lang/openjdk7 and make it the default onwiz1-5/+17
NetBSD-[4-9]*-i386 and NetBSD-[5-9]*-x86_64.
2009-10-11explain snort-preludehubertf1-1/+1
2009-10-11Fix tuwien GNU path.wiz1-2/+2
2009-10-11don't assume we have /bin/zcattnn1-1/+3
2009-10-06Use the correct variable names.joerg1-4/+4
2009-10-05Fix indentation of show-buildlink3, came from a typo.obache1-2/+2