Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-11-23 | Fix dm-download02.mozilla.org path in MASTER_SITE_MOZILLA_ESR. | ryoon | 1 | -2/+2 | |
2012-11-19 | Corrected description line for vbr | pettai | 1 | -1/+1 | |
2012-11-19 | Added vbr comment | pettai | 1 | -0/+1 | |
2012-11-19 | Make MOTIF_TYPE_DEFAULT as motif (LGPL Motif) instead of openmotif or lesstif. | ryoon | 14 | -28/+29 | |
No objection on tech-pkg@. | |||||
2012-11-12 | Add two more: coreaudio and lilypond. From diro. | wiz | 1 | -0/+2 | |
2012-11-11 | Add some option descriptions. From diro@nixsyspaus.org in PR 47185. | wiz | 1 | -0/+28 | |
2012-11-10 | Added "rrl" option | pettai | 1 | -0/+1 | |
2012-11-10 | Support "motif" in MOTIF_TYPE. | ryoon | 2 | -7/+10 | |
2012-11-09 | Add platform file for QNX - from Sean Boudreau, thanks! | agc | 1 | -0/+103 | |
2012-11-07 | Support SunOS-5.11-x86_64. | jperkin | 1 | -3/+5 | |
2012-11-04 | Describe xcb. | wiz | 1 | -0/+1 | |
2012-11-02 | Set ONLY_FOR_PLATFORM based on the _ONLY_FOR_PLATFORM for each accepted JVM. | sbd | 1 | -1/+6 | |
2012-10-31 | Add closing "]". | asau | 1 | -2/+2 | |
2012-10-30 | allow PKG_CONFIG_PATH to be set by the pkg, needed | drochner | 1 | -2/+2 | |
for gobject-introspection users | |||||
2012-10-30 | Add description about onscripter-pda for games/onscripter. | tsutsui | 1 | -0/+1 | |
2012-10-21 | Add option for English language. | darcy | 1 | -0/+1 | |
2012-10-20 | Add FreeSWITCH audio sample rate options. | darcy | 1 | -0/+4 | |
2012-10-13 | Speed up the algorithm to determine the files left to check. | jmmv | 1 | -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 ghostscript | mef | 1 | -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-06 | Add .tar.7z support. | ryoon | 1 | -2/+5 | |
2012-10-06 | Replace whitespace with tab. | ryoon | 1 | -2/+2 | |
2012-10-05 | Added databases/postgresql92 version 9.2.1 | adam | 1 | -4/+12 | |
2012-10-02 | Fixes for target "repackage" | cheusov | 1 | -6/+5 | |
2012-10-01 | Add 7z archive distfile support. | ryoon | 5 | -5/+28 | |
Fix PR pkg/42967 | |||||
2012-10-01 | Add xz to tools.Linux.mk. | ryoon | 1 | -1/+5 | |
Some Linux distributions, for example Gentoo Linux, have xz command in base. | |||||
2012-10-01 | Apply patch from OBATA Akio to stop "make update" failing with "a different | bad | 1 | -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-28 | In MirBSD-current, true and false are now under /bin instead of /usr/bin. | bsiegert | 1 | -3/+3 | |
Switch back to /bin/sh -c false, at least it does not move. | |||||
2012-09-17 | check defined(_USE_GCC_SHLIB) before using it. | obache | 1 | -2/+2 | |
2012-09-16 | Document USE_PKGSRC_GCC_RUNTIME and provide a default setting. | jperkin | 1 | -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-16 | Add "BUILDLINK_AUTO_DIRS.<pkg>" control variable: | sbd | 1 | -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-16 | Add BUILDLINK_DIR.${_pkg_} with is either ${BUILDLINK_PREFIX.${_pkg_}} if | sbd | 1 | -1/+7 | |
it is a builtin prefix or ${BUILDLINK_DIR} otherwise. | |||||
2012-09-16 | Add dependency on GCC libraries if requested. | sbd | 1 | -1/+9 | |
Code by Jonathan Perkin. | |||||
2012-09-13 | Move the setting of _USE_GCC_SHLIB=yes on SunOS from the gcc buildlink3 to | sbd | 1 | -1/+8 | |
mk/compiler/gcc.mk | |||||
2012-09-10 | Quick-and-(possibly)-dirty fix to make gimp-2.8.2 build | adam | 1 | -2/+2 | |
2012-09-10 | Corrected installation error (DESTDIR not applied correctly). | jaapb | 1 | -0/+4 | |
Added description of options. Added update to changes file. Used buildlink3 for findlib dependency. | |||||
2012-09-03 | Now MSGFMT_STRIP_MSGCTXT defaults to 'no', since devel/getttext-tools is the ↵ | adam | 1 | -7/+7 | |
latest and can handle msgctxt tags | |||||
2012-08-26 | Remove mksandbox -- moved to the pkgsrc/pkgtools/mksandbox package. | wiz | 1 | -438/+0 | |
2012-08-20 | Add description for freediameter-all-extensions. | wiz | 1 | -0/+1 | |
2012-08-18 | remove support for suse 11.3. | chs | 3 | -11/+5 | |
2012-08-17 | FUSE buildlink: Add DragonFly support | marino | 1 | -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-14 | Make "user-destdir" the default PKG_DESTDIR_SUPPORT value | asau | 1 | -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-14 | Introduce explicit name for no staged installation support: "none". | asau | 2 | -7/+10 | |
Keep "none" a default value for PKG_DESTDIR_SUPPORT for now. | |||||
2012-08-11 | mk/java-vm.mk: Defined default VM for DragonFly | marino | 1 | -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. | jperkin | 1 | -2/+1 | |
2012-08-09 | Ensure the Fortran wrappers specify the correct ABI if necessary. Fixes a | jperkin | 1 | -1/+2 | |
bunch of packages on Solaris when ABI=32 with 64-bit compilers. | |||||
2012-08-04 | Make pkgsrc detect OSXFUSE, a successor to the now defunct MacFUSE. | riastradh | 1 | -4/+7 | |
2012-08-02 | Default to PostgreSQL 9.1 as announced on pkgsrc-users and tech-pkg two ↵ | asau | 1 | -2/+2 | |
weeks ago. | |||||
2012-08-01 | Add 'dtrace' option description | fhajny | 1 | -0/+1 | |
2012-07-30 | + Change the AMANADA_USER to 'amandabackup' to be consistent with other | sbd | 1 | -8/+2 | |
packages (and because I think its a good idea). + Remove legacy varable AMANDA_SMB. | |||||
2012-07-30 | Describe "xinerama" option, used by x11/dmenu and perhaps others. | dholland | 1 | -0/+1 | |