summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Collapse)AuthorFilesLines
2012-11-26Default to builtin solaris-pam, allows PREFER_PKGSRC=yes to work.jperkin1-1/+4
2012-11-24Add 5 more option descriptions from diro@nixsyspaus.org in PR 47185.wiz1-0/+5
2012-11-23Update pbulk to 0.51 and pbulk-base to 0.46. Add support for reusing oldjoerg1-1/+2
scan results to speed up the process. Fix a bug that overwrote the package.log during installation.
2012-11-23Fix dm-download02.mozilla.org path in MASTER_SITE_MOZILLA_ESR.ryoon1-2/+2
2012-11-19Corrected description line for vbrpettai1-1/+1
2012-11-19Added vbr commentpettai1-0/+1
2012-11-19Make MOTIF_TYPE_DEFAULT as motif (LGPL Motif) instead of openmotif or lesstif.ryoon14-28/+29
No objection on tech-pkg@.
2012-11-12Add two more: coreaudio and lilypond. From diro.wiz1-0/+2
2012-11-11Add some option descriptions. From diro@nixsyspaus.org in PR 47185.wiz1-0/+28
2012-11-10Added "rrl" optionpettai1-0/+1
2012-11-10Support "motif" in MOTIF_TYPE.ryoon2-7/+10
2012-11-09Add platform file for QNX - from Sean Boudreau, thanks!agc1-0/+103
2012-11-07Support SunOS-5.11-x86_64.jperkin1-3/+5
2012-11-04Describe xcb.wiz1-0/+1
2012-11-02Set ONLY_FOR_PLATFORM based on the _ONLY_FOR_PLATFORM for each accepted JVM.sbd1-1/+6
2012-10-31Add closing "]".asau1-2/+2
2012-10-30allow PKG_CONFIG_PATH to be set by the pkg, neededdrochner1-2/+2
for gobject-introspection users
2012-10-30Add description about onscripter-pda for games/onscripter.tsutsui1-0/+1
2012-10-21Add option for English language.darcy1-0/+1
2012-10-20Add FreeSWITCH audio sample rate options.darcy1-0/+4
2012-10-13Speed up the algorithm to determine the files left to check.jmmv1-12/+7
This change modifies the algorithm used to keep track of the files that have not yet been checksummed to use a simple loop instead of shell pattern matching. For packages with few distinfo entries, either way yields the same result as the list of files to check is very short. But for those packages with hundreds of distinfo entries (vim, I'm looking at you), the difference is huge. In my old macppc machine, the checksum of vim used to take around 40 minutes and now it takes ~35 seconds. The difference is also clearly visible in my faster amd64 machine (although I haven't bothered to time it).
2012-10-07- Add following option for ghostscriptmef1-0/+6
disable-compile-inits Disable compile time implicit initialization. fontconfig Enable FONTCONFIG (fonts/fontconfig) support. - Add following options for ghostscript-cidfonts-ryumin adobe-cidfonts Select Adobe-fonts. ipa Select IPA fonts (fonts/ipa-fonts). motoya Add motoya fonts (fonts/motoya-fonts). umefont Add Umefont (fonts/umefont-ttf).
2012-10-06Add .tar.7z support.ryoon1-2/+5
2012-10-06Replace whitespace with tab.ryoon1-2/+2
2012-10-05Added databases/postgresql92 version 9.2.1adam1-4/+12
2012-10-02Fixes for target "repackage"cheusov1-6/+5
2012-10-01Add 7z archive distfile support.ryoon5-5/+28
Fix PR pkg/42967
2012-10-01Add xz to tools.Linux.mk.ryoon1-1/+5
Some Linux distributions, for example Gentoo Linux, have xz command in base.
2012-10-01Apply patch from OBATA Akio to stop "make update" failing with "a differentbad1-4/+4
version ... is already installed". <http://mail-index.netbsd.org/pkgsrc-users/2011/08/02/msg014770.html> This makes "make update" usable for me again. Thanks Obata-san!
2012-09-28In MirBSD-current, true and false are now under /bin instead of /usr/bin.bsiegert1-3/+3
Switch back to /bin/sh -c false, at least it does not move.
2012-09-17check defined(_USE_GCC_SHLIB) before using it.obache1-2/+2
2012-09-16Document USE_PKGSRC_GCC_RUNTIME and provide a default setting.jperkin1-5/+23
Introduce USE_GCC_RUNTIME for packages which build shared libraries, but do not use libtool to do so, and add logic to always define _USE_GCC_SHLIB on Solaris if either USE_LIBTOOL or USE_GCC_RUNTIME are defined. On Solaris, a non-GNU linker is always used, so this correctly adds a dependency upon the gcc runtime for those packages.
2012-09-16Add "BUILDLINK_AUTO_DIRS.<pkg>" control variable:sbd1-1/+10
"yes" or "no" for whether BUILDLINK_{INCDIRS,LIBDIRS,RPATHDIRS}.<pkg> should automatically be added to the compiler/linker search paths. Defaults to "yes".
2012-09-16Add BUILDLINK_DIR.${_pkg_} with is either ${BUILDLINK_PREFIX.${_pkg_}} ifsbd1-1/+7
it is a builtin prefix or ${BUILDLINK_DIR} otherwise.
2012-09-16Add dependency on GCC libraries if requested.sbd1-1/+9
Code by Jonathan Perkin.
2012-09-13Move the setting of _USE_GCC_SHLIB=yes on SunOS from the gcc buildlink3 tosbd1-1/+8
mk/compiler/gcc.mk
2012-09-10Quick-and-(possibly)-dirty fix to make gimp-2.8.2 buildadam1-2/+2
2012-09-10Corrected installation error (DESTDIR not applied correctly).jaapb1-0/+4
Added description of options. Added update to changes file. Used buildlink3 for findlib dependency.
2012-09-03Now MSGFMT_STRIP_MSGCTXT defaults to 'no', since devel/getttext-tools is the ↵adam1-7/+7
latest and can handle msgctxt tags
2012-08-26Remove mksandbox -- moved to the pkgsrc/pkgtools/mksandbox package.wiz1-438/+0
2012-08-20Add description for freediameter-all-extensions.wiz1-0/+1
2012-08-18remove support for suse 11.3.chs3-11/+5
2012-08-17FUSE buildlink: Add DragonFly supportmarino1-2/+5
DragonFly has NetBSD's librefuse so it can use NetBSD's FUSE configuration, with the caveat that -lpuffs be provided wherever lrefuse (or transformed -lfuse) is used. With this patch, DragonFly 3.x can build several FUSE packages out of the box.
2012-08-14Make "user-destdir" the default PKG_DESTDIR_SUPPORT valueasau1-2/+2
since this is the general case these days and other cases are exceptions. This simplifies development and prevents making some mistakes.
2012-08-14Introduce explicit name for no staged installation support: "none".asau2-7/+10
Keep "none" a default value for PKG_DESTDIR_SUPPORT for now.
2012-08-11mk/java-vm.mk: Defined default VM for DragonFlymarino1-1/+3
DragonFly wants openJDK7 for java packages, not Kaffe. Set the default to reflect that.
2012-08-09_LINKER_ABI_FLAG.* is not set anywhere in pkgsrc, remove to avoid confusion.jperkin1-2/+1
2012-08-09Ensure the Fortran wrappers specify the correct ABI if necessary. Fixes ajperkin1-1/+2
bunch of packages on Solaris when ABI=32 with 64-bit compilers.
2012-08-04Make pkgsrc detect OSXFUSE, a successor to the now defunct MacFUSE.riastradh1-4/+7
2012-08-02Default to PostgreSQL 9.1 as announced on pkgsrc-users and tech-pkg two ↵asau1-2/+2
weeks ago.