summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Collapse)AuthorFilesLines
2012-12-15When using g95 as fortran compiler make sure FC is set correctly.markd1-1/+2
2012-12-15Set X11_ENCODINGSDIR correctly for builtin case as well as modular.markd1-1/+5
2012-12-14ffmpeg: add option "ass" for subtitle renderer support and enable it bycheusov1-0/+1
default. ++pkgrevision. Tested on NetBSD-6
2012-12-14Clear FTPUSERAGENT environment variable.ryoon1-1/+2
When FTPUSERAGENT="Mozilla/1.0", for example, fetching from MASTER_SITE_SOURCEFORGE fails. Original problem is reported from tsutsui@.
2012-12-13Add Sleepycat Public License, used by Oracle's Berkely DB.gdt1-2/+3
This is Open and Free: http://directory.fsf.org/wiki/License:Sleepycat http://opensource.org/licenses/sleepycat
2012-12-12compiler.mk, gcc.mk: Implement DRAGONFLY_CCVERmarino2-2/+8
DragonFly has two compilers in base, GCC 4.4.7 and GCC 4.7.2. The way one switches between them for userland programs is to set CCVER in the environment. However, to set this via make.conf is tricky. I've been using the low level "ALL_ENV+= CCVER=gcc47", but this trick fails to properly identify the compiler which results in _GCC_VERSION being incorrectly defined. Additionally, there are some prominent packages that do not build on gcc 4.7 and the fix is either not fully understood or would require a large amount of work to implement. In these cases, it is desireable to specify the package be built on gcc 4.4 regardless of CCVER setting. To address these issues, a new directive is added: DRAGONFLY_CCVER. It is only effective if OPSYS equals "DragonFly", and it will properly set CCVER and properly define _GCC_VERSION. It will also allow a per package specification of a particular compiler in the pkg makefile.
2012-12-11Add sun-{jre,jdk}7 support.ryoon1-3/+24
2012-12-09Update X11_ENCODINGSDIR for fonts/encodings change.wiz1-2/+2
From markd.
2012-12-06Introduce PKGGNUDIR as a way to control gnu prefix.jperkin7-9/+76
By default pkgsrc uses LOCABASE/gnu as a prefix for packages to install native versions of GNU tools, which are them symbolically linked back to the 'g' versions of the files in LOCALBASE, and users can then add LOCALBASE/gnu/bin to PATH to pick up those tools. On systems where the GNU environment is desired, PKGGNUDIR now allows users to install the non-'g' files directly into LOCALBASE, making them the default without having to alter PATH, whilst retaining the 'g' files in order to ensure dependencies and tool paths remain the same.
2012-12-05Document eaccelerator-disassembler and eaccelerator-doc-comment-inclusion.taca1-0/+2
2012-12-03Add mp4v2 description; modify libmp4v2 description to make it clearer.wiz1-1/+2
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