Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-11-07 | Use CC if CCPATH is not set yet. | obache | 1 | -2/+2 | |
It's better than nothing. | |||||
2013-11-06 | Add `xz' command as a TOOL. | obache | 9 | -18/+37 | |
2013-11-01 | OSX Mavericks and Xcode 5 no longer ship system headers in /usr/include, they | jperkin | 1 | -1/+13 | |
are instead moved to SDK-specific locations. This breaks many builtin checks which assume headers are in a fixed place. Rather than trying to dig around finding where Xcode.app might be installed, just override IS_BUILTIN for libraries that we know exist. | |||||
2013-11-01 | Use pthread.builtin.mk to do builtin checks rather than performing our | jperkin | 1 | -4/+10 | |
own version. | |||||
2013-11-01 | Move platform-specific code to the platform file. | jperkin | 2 | -9/+13 | |
2013-10-30 | Add multiversion support for Lua modules. | dholland | 1 | -2/+6 | |
2013-10-26 | Newer versions of OSX don't ship with gnutar. From Jan Danielsson. | joerg | 1 | -1/+3 | |
2013-10-25 | Some Linux systems now use DT_RUNPATH, so match it here as well. | joerg | 1 | -6/+6 | |
2013-10-19 | Fix for older bmake | roy | 1 | -3/+3 | |
2013-10-16 | If TERMINFO or CURSES is already set, don't undefine them. | roy | 1 | -2/+4 | |
2013-10-13 | Add note to SUBST_SED noting that -E is not a standard sed option. | dholland | 1 | -3/+4 | |
From Leonardo Taccari in followup to PR 48254. | |||||
2013-10-13 | Remove config.rpath override file and related code. | wiz | 4 | -538/+8 | |
This file is from libtool-1.x, which is not in pkgsrc any longer (using libtool-2.x since 2009). Also, it was only used for packages using autoconf-2.13 AND libtool; I found three packages in pkgsrc with that combination, and all of them still build on NetBSD-6.99.24/amd64 after this change. | |||||
2013-10-12 | add SunOS to OPSYS_SUPPORT_PTHREAD | richard | 1 | -2/+3 | |
2013-10-11 | Map terminfo libraries to the one we really want. | roy | 1 | -1/+20 | |
2013-10-08 | tell PKGMANDIR, PKGINFODIR and PKGLOCALEDIR to cmake. | obache | 1 | -1/+8 | |
2013-10-07 | Note pcsc option used by net/freerdp. | obache | 1 | -0/+1 | |
2013-09-30 | Update to versions from autoconf-2.69. | wiz | 3 | -298/+357 | |
2013-09-13 | drop support of removed MySQL 5.0. | obache | 1 | -13/+3 | |
2013-09-12 | Fix xargs option. | ryoon | 1 | -2/+2 | |
* For pkgsrc, FreeMiNT's GNU xargs should have -r option. | |||||
2013-09-12 | Introduce CATMAN_SECTION_SUFFIX which if set to 'yes' will ensure that | jperkin | 4 | -5/+27 | |
catman pages are installed with a suffix which matches their section instead of the default '.0'. Enable it by default on SunOS, which requires that particular layout. | |||||
2013-09-12 | Switch to textproc/mdocml as the tool replacement provider for 'nroff'. | jperkin | 1 | -2/+23 | |
The nroff tool is primarily used to generate catman pages, however there were circular dependency issues with using groff as the provider, as it has a large number of dependencies, some of which depend on nroff. mdocml is much smaller, has fewer dependencies, is BSD licensed, and is just as capable in nroff mode. | |||||
2013-09-10 | Added databases/postgresql93 version 9.3.0 | adam | 1 | -3/+12 | |
2013-09-09 | Only add HAVE_LLVM / HAVE_GCC if they are already set. | joerg | 1 | -2/+8 | |
2013-09-09 | Finish git rename from scmgit to git. | wiz | 1 | -1/+1 | |
2013-09-08 | Pass down HAVE_LLVM and HAVE_GCC. | joerg | 1 | -2/+2 | |
2013-09-04 | Introduce _OPSYS_PREFER.<pkg> variables as a way to set an advisory | jperkin | 5 | -24/+42 | |
per-platform default. Previously PREFER.<pkg> was used, and as that has the highest precedence it meant the defaults could not be overridden with the PREFER_PKGSRC and PREFER_NATIVE user variables. While here, set the openssl default for SunOS back to pkgsrc, now that users who wish to use the builtin can do so via PREFER_NATIVE=openssl. | |||||
2013-09-04 | Spell the C compiler CCPATH as CC gets the wrapper threatment and might | joerg | 1 | -2/+4 | |
not exist at this point yet. | |||||
2013-08-31 | Up to now there was no way to get help on pkgsrc internal variables, | rillig | 1 | -3/+4 | |
like _PKG_VARS. Since there exists documentation on these internal variables, it should be found by "bmake help". | |||||
2013-08-31 | Small grammar fixes in the comment. | rillig | 1 | -7/+8 | |
2013-08-31 | Typo | rillig | 1 | -3/+3 | |
2013-08-31 | _PKG_DEBUG and _PKG_SILENT have been deprecated since 2007. | rillig | 1 | -3/+2 | |
2013-08-31 | The pkg_info command is an internal detail and therefore should be | rillig | 1 | -2/+2 | |
hidden behind the ${RUN} macro, just like all the other commands. | |||||
2013-08-31 | CPP is /bin/cpp on Cygwin. | obache | 1 | -1/+2 | |
2013-08-27 | fix openssl builtin support, at least for solaris | richard | 1 | -2/+2 | |
2013-08-24 | Tell "readlink" location for Cygwin, DragonFly, FreeBSD and Haiku. | obache | 4 | -4/+8 | |
2013-08-24 | Define "readlink" location for Linux and OpenBSD. | tron | 2 | -2/+4 | |
2013-08-22 | HP-UX has tbl as /usr/bin/tbl. | obache | 1 | -1/+2 | |
noticed by Paul Ackersviller. | |||||
2013-08-18 | NetBSD and Mac OS X both provide "readlink" under "/usr/bin/readlink". | tron | 2 | -2/+4 | |
2013-08-17 | add readlink to replaceable coreutils (for solaris, namely) | richard | 1 | -3/+3 | |
2013-08-16 | Move platform-specific settings to the platform file. | jperkin | 2 | -6/+6 | |
2013-08-16 | Use the native mit-krb5 implementation by default on SunOS. | jperkin | 1 | -1/+5 | |
2013-08-16 | Change READLINE_DEFAULT to 'readline' if not using a builtin implementation, | jperkin | 1 | -3/+2 | |
there is just too much breakage with editline currently and most of the advantages of editline are lost when not using a builtin version. | |||||
2013-08-10 | drop unwanted stage-package-remove before stage-package-create, | obache | 1 | -2/+2 | |
to avoid unwanted stage binary package removal/regeneration. | |||||
2013-08-10 | reduce dependencies, to avoid unwanted binary package regeneration. | obache | 1 | -3/+2 | |
* ${_BUILD_INFO_FILE} only depends on ${_PLIST_NOKEYWORDS}, not plist target. * plist target is not required to create +CONTENTS | |||||
2013-08-03 | Note about groonga-httpd option. | obache | 1 | -0/+1 | |
2013-07-31 | Construct CC_VERSION differenty; fix for Xcode where clang reports itself as ↵ | adam | 1 | -2/+2 | |
Apple LLVM | |||||
2013-07-26 | Add (Debian) GNU/kFreeBSD port. | ryoon | 2 | -0/+160 | |
Similar to GNU/Linux. Bump bootstrap-mk-files to 20130727. | |||||
2013-07-23 | Fix typo. | ryoon | 1 | -2/+2 | |
libossaudio is unavailable. | |||||
2013-07-20 | add option vatnumber-suds | richard | 1 | -0/+1 | |
2013-07-20 | add option pgadmin-db-designer | richard | 1 | -0/+1 | |