summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Collapse)AuthorFilesLines
2013-01-24Force using the C locale while checking or generating patch file checksums.tron1-2/+2
Mac OS X Mountain Lion's "sed" will otherwise reject some patch files (e.g. "pkgsrc/devel/libcfg+/patches/patch-ab") because of broken UTF-8 encoding. It would probably be better not to use the bundled "sed" under Mac OS X Mountain Lion at all. But it seems that this is not supported by "pkgsrc" at the moment.
2013-01-23X11 (from the Xquartz distribution) gets installed under "/opt/X11" undertron1-2/+5
Mac OS X Mountain Lion. "/usr/X11" is only a symbolic link. Use the correct path because buidlink3 will otherwise filter out "-I/opt/X11/include" which causes build failures of e.g. the "cairo" package.
2013-01-20Allow overwritting of FTPUSERAGENT for some broken sites, which requires it.morr1-2/+2
2013-01-20Add download-origin.cdn.mozilla.net to MASTER_SITE_MOZILLA*.ryoon1-2/+5
2013-01-15Clean up libXaw handling. [1/2]morr1-3/+1
- remove LIBXAW variable. It is handled by buildlink3.mk now - simplify patches and Makefile in packages using libXaw - in some cases force use of Xaw3d (won't build with Xaw) - replace some directly included of x11/Xaw3d with mk/xaw.buildlink3.mk In next part: - replace more includes with mk/xaw.buildlink3.mk
2013-01-05Added opendkim-filter option.pettai1-0/+1
2013-01-05Modify mk/plist/plist-gnu.mk to convert gnu/man to ${PKGGNUDIR}${PKGMANDIR}.sbd2-2/+12
Also modify mk/install/install.mk to make the conversion when using AUTO_MKDIRS.
2013-01-04Don't print the /bin/sh warning on SunOS-5.11, where /bin/sh is ksh93.jperkin1-2/+2
2012-12-17Add a libidn option (defaulting to on) which allows libidn support to beagc1-0/+1
turned off in www/curl. Modify the curl package to be aware of the libidn option. Ensure default is on. No functional change, so no version number bump.
2012-12-17Fix typo in loop (wrong variable used).wiz1-2/+2
Ok gdt.
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!