summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Collapse)AuthorFilesLines
2014-08-28Make package cross-compiling work through su-target asriz1-1/+2
well as it does for unprivileged builds. From riastradh.
2014-08-28Expand out the list of GNU ld flags we want to remove, rather than applyingjperkin1-2/+11
a blanket removal of any long options, richard@ is concerned this may affect packages which use the long options now available in newer SunOS ld. Whilst here, transform --rpath to -R, used by a few packages.
2014-08-28Remove any -Wl,--* arguments, they are guaranteed to be GNU ld specificjperkin1-2/+2
and unsupported by the SunOS linker. Tested to only have positive results in a bulk build.
2014-08-23Add CMAKE_PREFIX_PATH variable that can be used by packages that installwiz1-1/+13
their files in non-standard locations (e.g., qt5). From Niclas Rosenvik.
2014-08-23Prevent to update timestamp of configure script with pkgsrc specific override.obache1-1/+3
It may be triger of unwanted rebuild.
2014-08-22Default to Suse 13.1 packages under NetBSD 7.0_BETA and newer.tron1-3/+7
2014-08-21Add -Wl,-export-dynamic to the list of GNU ld patterns to remove.jperkin1-1/+2
2014-08-18Describe new ikiwiki-highlight option.schmonz1-0/+1
2014-08-17Describe notmuch-emacs option.wiz1-0/+1
2014-08-17File to centralise common definitions for OCaml packages. Not yet used atjaapb1-0/+108
the moment, but I will start slowly converting packages.
2014-08-17Don't use "/bin/ksh" as wrapper shell under Mac OS X Mavericks.tron1-2/+3
It frequently crashes, at least if you use parallel builds.
2014-08-14Split SMF handling across bsd.pkg.mk and bsd.prefs.mk. Should fix issuesjperkin2-5/+8
with packages which include bsd.prefs.mk before setting SMF variables.
2014-08-14Fix packages creation on Interix.cheusov1-2/+2
User/group names are used instead of uid/gid. Problem with spaces inside user/group name should be fixed by Cygwin support added some time ago.
2014-08-13Interix has dlopen(3) and family, they are provided by gcc (Interix-6.1).cheusov1-1/+7
pkgsrc'c check is broken, so, we set IS_BUILTIN.dl to "yes".
2014-08-08Reset PKGREVISION for gst-plugins1* update to 1.4.0.wiz1-0/+1
2014-08-08rubyforge.org had been gone, removed.obache1-3/+2
Additionally, rubygems master site respond right redirect now, so back to master URL.
2014-08-02Latest version should be also marked `missing'.obache1-5/+6
Fixes unwanted execution of {aclocal,automake}-${latest_version} for the case configure.ac (or something) is patched, but configure is also alredy regenerated and aclocal and automake are not required (not in USE_TOOLS). XXX: if {aclocal,automake}-${latest_version} is really required by somewhere, XXX: it should be created below, same as plain aclocal and automake.
2014-08-01Describe the "apple-common-crypto" option.schmonz1-0/+1
2014-08-01Document what Yosemite looks like (modulo XCode, which I haven't needed).schmonz1-1/+2
2014-07-30One slash is enough.wiz1-2/+2
2014-07-30Fixed "Default" description for BINPKG_SITES, sync with install/bin-install.mk.obache1-2/+2
2014-07-28Use the standard 75 x '=' print format.jperkin1-3/+3
2014-07-26Add description of "sshguard" options.tron1-0/+7
2014-07-25Fix shlib check error under DragonFly 3.8.1.ryoon1-3/+3
It has no libc.so.8 in /usr/lib.
2014-07-22Describe gnugp2-gpgsm option.wiz1-0/+1
2014-07-21iRename SUBST_CLASS to _pkgconfig (adding a '_') to avoid conflictswiz1-8/+8
with packager-chosen prefixes (as with portaudio-devel recently).
2014-07-21revert, acceptable condition must be clealify.obache1-3/+1
2014-07-21builtin ftp is compatible with tnftp on Snow Leopard and later.obache1-1/+3
2014-07-17SCO OpenServer 5.0.7/3.2 has no snprintf and vsnprintf.ryoon1-2/+3
2014-07-15Add helper script for simplified pbulk setup.asau1-0/+205
The script serves several purposes. Chief of them: 1. Fast track for those who just want to build their 1000 packages and do not want to bother with optimizations. 2. Fast track for those who want to understand how pbulk is supposed to be set up. Because it serves as a documentation (providing working setup at the same time), a lot of features are intentionally left out.
2014-07-13note gdk-pixbuf2 option.obache1-0/+1
2014-07-04Generate a correct error message, instead of referring to a variabledholland1-2/+3
that gets changed on the next line.
2014-06-28bsdtar is certainly valid for EXTRACT_USING.joerg1-2/+2
2014-06-20Document "debug-info" and "webrtc" options.martin1-0/+2
2014-06-15rename ffr-tls to sendmail-ffr-tls as requested by wiz@jnemeth1-1/+1
2014-06-15add ffr-tls for sendmailjnemeth1-0/+1
2014-06-11Move www/apache/module.mk to mk/apache.module.mk and adjust it to usejoerg1-0/+54
mk/apache.mk.
2014-06-10Retire Apache 1.3 and 2.0.joerg3-26/+15
2014-06-10Make apr1 the default in preparation of removing Apache 2.0.joerg1-1/+0
2014-06-10Bump PostgreSQL default version to 9.3.joerg1-2/+2
2014-06-10Always use OpenPAM as fallback PAM implementation if a native one isjoerg3-51/+88
missing. Drop PAM_ACCEPTED and PAM_TYPE as unused or redundant.
2014-06-09Make lang/g95 as default Fortran compiler under NetBSD current (GCC 4.8)ryoon1-8/+1
lang/g95 is built with NetBSD current's GCC 4.8.3. Thank you, asau@.
2014-06-09-lpthread not needed, it's in libroot.obache1-2/+2
2014-06-06Add portals optionryoon1-0/+1
2014-06-02Remove old bulk build code. Use pbulk.wiz19-3801/+2
2014-06-01Update default font path reference.wiz2-7/+7
2014-06-01xnp2-ia32 option is now obsolete.tsutsui1-1/+0
2014-06-01Fix error under recent NetBSD current (GCC 4.8.3).ryoon2-2/+120
2014-06-01Set gcc48-* compilers, and gcc48-fortaran as default Fortran compiler forryoon1-28/+33
recent gcc 4.8.3 NetBSD current. lang/g95 is not built for such NeBSD.
2014-06-01Remove lang/gfortranryoon1-117/+0