Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-01-15 | Add mng description and sort. | wiz | 1 | -7/+8 | |
2011-01-13 | Add png-license and add it to the default-allowed licenses. | wiz | 1 | -1/+2 | |
(very similar to mit or modified-bsd, but different) | |||||
2011-01-12 | On Mac OS X, use system OpenGL and OpenAL | adam | 1 | -1/+3 | |
2011-01-11 | Skip interpreter check unless regular file. | obache | 1 | -1/+4 | |
PR#44089, avoid warnings from broken symbolic link or link to a directory. | |||||
2011-01-08 | jdk-1.5 also supports FreeBSD 8 now, add it. | wiz | 1 | -1/+2 | |
2011-01-04 | Removed _INCOMPAT_ICONV. | adam | 1 | -5/+1 | |
The problem is Darwin's libiconv does not have symbols for libiconv_<name> (e.g. libiconv_open), but iconv_<name> (e.g. iconv_open). BUT when there's pkgsrc/converters/libiconv installed instead, it doesn't have symbols for iconv_<name>, but libiconv_<name>. Some packages auto-configure looks for libiconv_open (like glib2), others look for iconv_open (like proftpd), and there's a conflict. The solution is to replace libiconv_open with iconv_open with SUBST framework. | |||||
2010-12-29 | Add support for wip/jdk16 (for PR 44294). | wiz | 1 | -3/+12 | |
2010-12-29 | Update patterns for jdk15, from Francois Tigeot in PR 44294. | wiz | 1 | -3/+3 | |
2010-12-26 | Remove possibly confusing variable assignment. | asau | 1 | -2/+1 | |
2010-12-26 | Fortran is not Fortran-77 anymore. | asau | 1 | -2/+2 | |
2010-12-26 | Break with the past: use g95 as default Fortran compiler. | asau | 1 | -1/+6 | |
Welcome to the modern world of computing. This is known to break DragonFly at least, either port g95 or fix lang/gcc44 to work on NetBSD. Unless there're packages that still think that Fortran is F77, this shouldn't affect anything. | |||||
2010-12-26 | Don't make Fortran synonymous to Fortran-77, it isn't so already. | asau | 1 | -3/+3 | |
2010-12-26 | Enable Fortran via f2c | adam | 1 | -8/+5 | |
2010-12-26 | Added COMPILER_ABI_FLAGs | adam | 1 | -1/+3 | |
2010-12-25 | Removed PG_MB_ENCODING; not needed any more. | adam | 1 | -8/+1 | |
2010-12-22 | Why should apps compiled for OS X 10.4 and earlier have to languish with | abs | 1 | -1/+6 | |
outdated X libraries? Default to modular x11 for a more modern set of features, bugfixes (and bugs), and to simplify application support Does *not* affect 10.5 (Leopard) or later | |||||
2010-12-22 | Use "xzcat" instead of "lzcat" to handle ".lzma" files as the former is | tron | 3 | -6/+5 | |
bundled with NetBSD-current. | |||||
2010-12-21 | Note goffice and libsoup option. | obache | 1 | -0/+2 | |
2010-12-19 | This Makefile fragment is meant to be included by packages that | dsainty | 1 | -0/+58 | |
require a libjpeg implementation. jpeg.buildlink3.mk will: * set JPEGBASE to the base directory of the libjpeg files; * set JPEG_TYPE to the libjpeg implementation used. There are three variables that can be used to tweak the selection of the libjpeg implementation: JPEG_DEFAULT is a user-settable variable whose value is the default libjpeg implementation to use. JPEG_ACCEPTED is a package-settable list of libjpeg implementations that may be used by the package. This .mk is broadly based on fam.buildlink3.mk,v 1.7, and currently supports selection between the default "graphics/jpeg" and the alternative "graphics/libjpeg-turbo". | |||||
2010-12-19 | Add lang-ku and lang-rm, for Kurdish and Rhaeto-Romance language support. | taca | 1 | -0/+2 | |
2010-12-18 | Removed PGSQL_USE_HIER | adam | 1 | -8/+1 | |
2010-12-18 | Added gssapi | adam | 1 | -0/+1 | |
2010-12-17 | document rtree and fts options for sqlite3 | agc | 1 | -0/+2 | |
2010-12-03 | Fix build on 64bit linux platforms. When buildlinking directories we | abs | 1 | -3/+3 | |
want ${BUILDLINK_DIR}/lib not ${BUILDLINK_DIR}/lib${LIBABISUFFIX} Tested on Linux x86_64 (Centos 5) and NetBSD | |||||
2010-12-02 | Better match library names to improve REQUIRES/PROVIDES. | reed | 1 | -5/+4 | |
This is from cheusov via PR #42907. (I have been using this for months, as I had noticed some of the same problems.) | |||||
2010-11-22 | Add fetch tool. | obache | 1 | -1/+2 | |
2010-11-17 | Remove support for jdk and jdk14, they had been removed from pkgsrc. | obache | 1 | -25/+6 | |
2010-11-17 | Revert unwanted part (uncompleted msc support) from last commit. | obache | 1 | -3/+1 | |
2010-11-17 | Replaced with ASCII char `-'. | obache | 1 | -2/+4 | |
2010-11-15 | Use an include guard symbol name that doesn't conflict with | dholland | 1 | -4/+6 | |
filesystems/fuse/buildlink3.mk. | |||||
2010-11-10 | use -current's builtin xzcat | drochner | 1 | -1/+4 | |
2010-11-09 | Added TOOLS_PLATFORM.bsdtar | adam | 1 | -1/+4 | |
2010-11-03 | * Use LOCALBASE instead of PREFIX for PCC and Clang compiler detection | adam | 2 | -25/+15 | |
(otherwise Makefiles with mk/compiler.mk included fall back to GCC). * Simplified compiler/clang.mk. | |||||
2010-11-03 | Removed duplicate PKGVERSION line | adam | 1 | -2/+1 | |
2010-10-28 | Added soelim | adam | 1 | -1/+4 | |
2010-10-21 | Fix clang.mk; add C++ support | adam | 1 | -12/+10 | |
2010-10-21 | No ldconfig on Darwin | adam | 1 | -2/+1 | |
2010-10-19 | On Darwin, libraries need correct install_name | adam | 1 | -1/+6 | |
2010-10-15 | Allow EXTRACT_DIR to be specified independently for each file. | joerg | 1 | -2/+13 | |
OK wiz@ | |||||
2010-10-12 | Remove PostgreSQL 8.2 from the list. | joerg | 1 | -11/+2 | |
2010-09-29 | not USE_BSD_MAKE, it's a USE_BSD_MAKEFILE. | obache | 1 | -2/+2 | |
2010-09-28 | Add the necessary glue to hook Ruby into the multi-version framework. | joerg | 1 | -3/+7 | |
This allows lang/ruby18 and lang/ruby19 to coexist in bulk builds. Discussed with taca@ | |||||
2010-09-24 | restore qt3 to modules list, suse 10.0 still needs it. | chs | 1 | -1/+2 | |
2010-09-24 | add EMULDIR and EMULSUBDIR to MESSAGE_SUBST list. | chs | 1 | -1/+3 | |
2010-09-24 | add support for suse-11.3. | chs | 1 | -9/+4 | |
2010-09-24 | pay attention to SUSE_PREFER. | chs | 1 | -3/+4 | |
update modules list. | |||||
2010-09-24 | update comments about possible values of SUSE_PREFER. | chs | 1 | -3/+2 | |
2010-09-23 | Add support for clang. | ahoka | 2 | -2/+80 | |
2010-09-23 | Make MySQL 5.1 the default version. | joerg | 1 | -3/+3 | |
2010-09-23 | Remove support for MySQL 4.1. | taca | 1 | -10/+3 | |