summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Collapse)AuthorFilesLines
2014-09-10Expand --version-script removals for SunOS back out into package Makefilesjperkin1-2/+1
rather than trying to consolidate into a single fnmatch. There aren't that many of them, and it will aid the integration of cwrappers which doesn't support globs.
2014-09-10Add desc for the postgrey-targrey optionfhajny1-0/+1
2014-09-08Describe gtk3-atk-bridge.wiz1-0/+1
2014-09-08ham/uhd version 3.7.2rc1 added.mef1-0/+2
2014-09-07Set nrpath correctly in the case where there is no RPATH at all. Fixesjperkin1-2/+2
issues seen on NetBSD.
2014-09-06Ensure we iterate over the RPATH in search order, rather than relying onjperkin1-5/+5
awk array iteration which could result in the wrong library being chosen. Fixes issue seen with GCC 4.9 where the libgcc from the main GCC package was found first and caused errors, even though the RPATH correctly had the gcc49-libs version listed first.
2014-09-06Improve comments around USE_PKGSRC_GCC and GCC_REQD.jperkin1-9/+6
2014-09-06Introduce CMAKE_USE_GNU_INSTALL_DIRS,obache1-5/+13
If set to yes, set GNU standard installation directories with pkgsrc configured settings for cmake GNUInstallDirs module. The default is yes.
2014-09-05Fix lang/gcc49 dependency logic, based on lang/gcc47.jperkin1-2/+9
2014-09-04Add infrastructure support for lang/gcc49 and lang/gcc49-libsjperkin1-4/+31
2014-09-04Add a 'wrappers' option for CHECK_WRKREF which, if enabled, will check forjperkin1-3/+8
references to ${WRAPPER_DIR}. Update the error message when an invalid CHECK_WRKREF option is used.
2014-09-03Add support for Oracle Java 7 (manually installed via Mac OS X builtintron1-3/+2
mechanism) under Mac OS X Mavericks. Patches contributed by J. Lewis Muir via "pkgsrc-users" mailing list.
2014-09-02Default to X11_TYPE=modular on netbsd-5.gdt1-2/+4
Base xsrc on netbsd-5 has not really worked with pkgsrc for a while, because various programs need newer versions of various X pieces. The 2014Q2 official bulk builds are missing about 1500 packages as a result of this. Therefore, switch to modular on netbsd-5 (as netbsd-4 has been for a very long time), which should result in more useful binary packages for netbsd-5 for 2014Q3. (There is a notion of updating netbsd-5 base xsrc to more modern xorg. If that happens, and there's a 5.x formal release, and builds show that pkgsrc with native succeeds on it, this can perhaps be flipped back. Odds are that's not going to happen, and it's overwhelmingly unlikely to happen soon.) Anyone who prefers to stay with native can set X11_TYPE=native in mk.conf. Note that this is about pkgsrc and specifically the default dependencies for pkgsrc programs that use X11, so the native servers are unaffected and can be run from /usr/X11R7, the same as they are now, without any changes being necessary. (This message is in fact being typed on a system with a native server, native xterm and modular libs for pkgsrc.) Discussed on tech-pkg, tech-x11 multiple times over the last 6 months or so, and specifically encouraged by wiz@.
2014-09-02Check for the existence of a file before trying to remove it. It is highlyjperkin1-6/+7
likely that the files in this code path do not exist, so this can save a significant number of exec's, especially for packages with a large number of dependencies, with a corresponding reduction in the run time for the 'wrapper' phase. In addition, remove a 'useless use of cat' instance to save more exec's.
2014-09-02Replace calls to cat(1) with echo(1) which is highly likely to be a shelljperkin1-57/+37
builtin. This significantly reduces the number of exec's required during the 'wrapper' phase and brings the execution time down accordingly.
2014-09-01sortdholland1-1/+1
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