summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Collapse)AuthorFilesLines
2011-01-08jdk-1.5 also supports FreeBSD 8 now, add it.wiz1-1/+2
2011-01-04Removed _INCOMPAT_ICONV.adam1-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-29Add support for wip/jdk16 (for PR 44294).wiz1-3/+12
2010-12-29Update patterns for jdk15, from Francois Tigeot in PR 44294.wiz1-3/+3
2010-12-26Remove possibly confusing variable assignment.asau1-2/+1
2010-12-26Fortran is not Fortran-77 anymore.asau1-2/+2
2010-12-26Break with the past: use g95 as default Fortran compiler.asau1-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-26Don't make Fortran synonymous to Fortran-77, it isn't so already.asau1-3/+3
2010-12-26Enable Fortran via f2cadam1-8/+5
2010-12-26Added COMPILER_ABI_FLAGsadam1-1/+3
2010-12-25Removed PG_MB_ENCODING; not needed any more.adam1-8/+1
2010-12-22Why should apps compiled for OS X 10.4 and earlier have to languish withabs1-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-22Use "xzcat" instead of "lzcat" to handle ".lzma" files as the former istron3-6/+5
bundled with NetBSD-current.
2010-12-21Note goffice and libsoup option.obache1-0/+2
2010-12-19This Makefile fragment is meant to be included by packages thatdsainty1-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-19Add lang-ku and lang-rm, for Kurdish and Rhaeto-Romance language support.taca1-0/+2
2010-12-18Removed PGSQL_USE_HIERadam1-8/+1
2010-12-18Added gssapiadam1-0/+1
2010-12-17document rtree and fts options for sqlite3agc1-0/+2
2010-12-03Fix build on 64bit linux platforms. When buildlinking directories weabs1-3/+3
want ${BUILDLINK_DIR}/lib not ${BUILDLINK_DIR}/lib${LIBABISUFFIX} Tested on Linux x86_64 (Centos 5) and NetBSD
2010-12-02Better match library names to improve REQUIRES/PROVIDES.reed1-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-22Add fetch tool.obache1-1/+2
2010-11-17Remove support for jdk and jdk14, they had been removed from pkgsrc.obache1-25/+6
2010-11-17Revert unwanted part (uncompleted msc support) from last commit.obache1-3/+1
2010-11-17Replaced with ASCII char `-'.obache1-2/+4
2010-11-15Use an include guard symbol name that doesn't conflict withdholland1-4/+6
filesystems/fuse/buildlink3.mk.
2010-11-10use -current's builtin xzcatdrochner1-1/+4
2010-11-09Added TOOLS_PLATFORM.bsdtaradam1-1/+4
2010-11-03* Use LOCALBASE instead of PREFIX for PCC and Clang compiler detectionadam2-25/+15
(otherwise Makefiles with mk/compiler.mk included fall back to GCC). * Simplified compiler/clang.mk.
2010-11-03Removed duplicate PKGVERSION lineadam1-2/+1
2010-10-28Added soelimadam1-1/+4
2010-10-21Fix clang.mk; add C++ supportadam1-12/+10
2010-10-21No ldconfig on Darwinadam1-2/+1
2010-10-19On Darwin, libraries need correct install_nameadam1-1/+6
2010-10-15Allow EXTRACT_DIR to be specified independently for each file.joerg1-2/+13
OK wiz@
2010-10-12Remove PostgreSQL 8.2 from the list.joerg1-11/+2
2010-09-29not USE_BSD_MAKE, it's a USE_BSD_MAKEFILE.obache1-2/+2
2010-09-28Add the necessary glue to hook Ruby into the multi-version framework.joerg1-3/+7
This allows lang/ruby18 and lang/ruby19 to coexist in bulk builds. Discussed with taca@
2010-09-24restore qt3 to modules list, suse 10.0 still needs it.chs1-1/+2
2010-09-24add EMULDIR and EMULSUBDIR to MESSAGE_SUBST list.chs1-1/+3
2010-09-24add support for suse-11.3.chs1-9/+4
2010-09-24pay attention to SUSE_PREFER.chs1-3/+4
update modules list.
2010-09-24update comments about possible values of SUSE_PREFER.chs1-3/+2
2010-09-23Add support for clang.ahoka2-2/+80
2010-09-23Make MySQL 5.1 the default version.joerg1-3/+3
2010-09-23Remove support for MySQL 4.1.taca1-10/+3
2010-09-21Added databases/postgresql90 version 9.0.0adam1-3/+12
2010-09-14Use new "pkg-add -U -D" for make replace in DESTDIR case.gdt1-10/+10
Removes overbroad use of -f to override the depending-packages-have-satisfied-dependencies check, replacing with the narrow override of -D. Discussed on tech-pkg@. OK pkgsrc-pmc@.
2010-09-14In "make replace" case with DESTDIR other than no, require 20100914gdt1-2/+2
for -D flag in "pkg_add -U -D". Discussed on tech-pkg@. OK pkgsrc-pmc@.
2010-09-11Answer a question in a comment.wiz1-3/+2