Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2012-07-28 | fix typo in comment | reed | 1 | -2/+2 | |
2012-07-27 | Add curl tool on Darwin and Linux if it exists, as it is very common. | jperkin | 2 | -2/+8 | |
2012-07-27 | Use /usr/bin/true instead of : for true. The latter is incompatible with | bsiegert | 1 | -2/+2 | |
the use of a colon as a separator, such as in sed "s:@FOO@:${FOO}" This unbreaks a variety of packages in MirBSD. | |||||
2012-07-27 | Make curl a tool. Add support for /usr/bin/curl, if available, on Solaris. | jperkin | 4 | -6/+19 | |
SmartOS and OmniOS users can now set FETCH_USING=curl and no longer require pkgsrc dependencies for downloading distfiles. | |||||
2012-07-27 | Ensure LC_ALL=C is set when determining the gcc version. Add a comment | jperkin | 1 | -11/+8 | |
explaining why we currently have to hardcode 'env' rather than use SETENV or PKGSRC_SETENV. | |||||
2012-07-27 | Set default ABI on Solaris for SPARC too. | jperkin | 1 | -2/+2 | |
2012-07-23 | Pass through -specs, as used by devel/binutils/override-as.mk | jperkin | 1 | -1/+5 | |
2012-07-22 | ftp.chg.ru has been unavailable for ages, remove it. | jperkin | 1 | -5/+2 | |
2012-07-18 | Pass down ${_PATH_ORIG} to privileged stage sub make instead of modified ${PATH} | obache | 1 | -4/+2 | |
for pkgsrc internally, It may cause some problems (ex. unwanted pick up commands of tools/wrapper). No objection in teck-pkg@ for a week. | |||||
2012-07-13 | Add new GCCBASE variable, useful on systems which install gcc outside of | jperkin | 1 | -2/+9 | |
the normal $PATH. | |||||
2012-07-11 | - ocamlduce (not used any longer) | wiz | 1 | -1/+1 | |
+ camlzip (ocsigen) | |||||
2012-07-09 | Add GAMES_GROUP GAMES_USER GAMEDATAMODE GAMEDIRMODE GAMEMODE to BUILD_DEFS. | wiz | 1 | -1/+2 | |