summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Collapse)AuthorFilesLines
2014-11-18Sync MACHINE_ARCH -> GNU_ARCH mapping table with NetBSD. Most noticablejoerg1-4/+23
change outside ARM is going to i486 as platform name for x86.
2014-11-18Add qt5. editors/texmaker has this option now.mef1-0/+1
2014-11-10Add sysroot. Mainly for cross toolchain to allow changes system root.mef1-0/+1
2014-11-09Requirement of gettext tools from pkgsrc depend on existence of the tool itself,obache1-2/+2
not msgfmt tool.
2014-11-08Describe lz4 option used by groonga.obache1-0/+1
2014-11-06Added ocamlgraph option to option descriptions.jaapb1-0/+1
2014-11-03Fix GCC49 pattern.ryoon1-2/+2
From richard@, thank you.
2014-11-02introduce MESSAGE_SRC_DFLT, same as PLIST_SRC_DFLT for PLIST_SRC.obache1-18/+17
2014-10-31Fix typo.wiz1-2/+2
2014-10-31Restore monolithic gcc48 and gcc48-libs.ryoon2-148/+16
* No objection on tech-pkg@ mailing list.
2014-10-27Added OCAML_SITELIBDIR to MAKE_ENVjaapb1-2/+9
2014-10-23Revert previous, committed by accident.wiz1-1/+7
2014-10-23Describe timidity option.wiz2-7/+2
2014-10-17Describe the "git" option.schmonz1-0/+1
2014-10-14Add filter-design and ninja-build (GNU Radio).mef1-0/+2
2014-10-12Retire PKGINSTALL_VERBOSE, split it into independent variablesjoerg1-27/+18
FONTS_VERBOSE and INFO_FILES_VERBOSE.
2014-10-12Simplify PKG_DEVELOPER checks.joerg14-31/+34
2014-10-09Changes:jaapb1-13/+27
- findlib no longer standard - added OASIS_BUILD_ARGS parameter - force native code compilation (or not) according to options - moved things around so that OASIS implies FINDLIB
2014-10-09More SVR4_PKGNAME cleanup.wiz1-4/+2
2014-10-09Remove SVR4_PKGNAME, per discussion on tech-pkg.wiz3-7/+3
2014-10-08Add missing braces and check getline returns success, this code must havejperkin1-2/+3
worked by pure luck in the past, and now works with strict POSIX awk too.
2014-10-07Pass "--remote-time" option to "curl" to get correct time stampstron1-2/+2
on downloaded files.
2014-10-05Describe some ffmpeg2 options.wiz1-0/+3
2014-10-04+gconf Use GConf to store preferencesmef1-0/+2
+gtkwave-tcl Enable tcl for gtkwave.
2014-10-03Cache the results of getline and system() calls. Testing withjperkin1-7/+20
x11/kde-workspace4 shows a 25x performance improvement, reducing the runtime of _check-shlibs from 7m55s to just 18s.
2014-10-01Remove mk glue for devel/nbitools.joerg3-42/+10
2014-10-01x11/xorg-imake has been dead for a long time.joerg1-5/+3
2014-10-01Add dvdcss.wiz1-0/+1
2014-10-01Option description for clang static analyzer.wiz1-0/+1
2014-10-01Fix the readelf environment variable.jperkin1-2/+2
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.