Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-01-17 | Define and use MASTER_SITE_OPENBSD. | obache | 1 | -1/+6 | |
2015-01-14 | PostgreSQL 9.4.0: | adam | 1 | -3/+12 | |
This release adds many new features which enhance PostgreSQL's flexibility, scalability and performance for many different types of database users, including improvements to JSON support, replication and index performance. | |||||
2015-01-14 | mk/pf.buildlink3.mk: any modern fbsd version has pf | rumko | 1 | -2/+2 | |
Ok@ wiz | |||||
2015-01-12 | Add some missing builtin gettext-tools path. | obache | 3 | -3/+36 | |
2015-01-11 | Retire openmotif support, superseded by x11/motif. | joerg | 1 | -8/+2 | |
2015-01-08 | Add links for automake-1.15. | wiz | 1 | -3/+5 | |
2015-01-08 | The list of licences pointed to from http://www.fsf.org/licensing/ | prlw1 | 1 | -2/+2 | |
now points to http://www.gnu.org/licenses/license-list.html | |||||
2015-01-06 | pick up gettext-m4 package first. | obache | 1 | -2/+2 | |
2015-01-03 | 10.9 also has Xcode 6. | gdt | 1 | -2/+5 | |
Note that older os versions sometimes get xcode updates and that pkgsrc generally expects xcode that is up-to-date relative to the base os. | |||||
2015-01-03 | My OS X Yosemite machine says Xcode is version 6.1.1. | ryoon | 1 | -2/+2 | |
2015-01-01 | Add db6 | ryoon | 1 | -3/+3 | |
2015-01-01 | Add a bunch of missing LP64PLATFORMS after reviewing the list in NetBSD's | dholland | 1 | -2/+4 | |
build.sh: *-*-aarch64{,eb} *-*-ia64 *-*-mips64{eb,el} *-*-powerpc64 *-*-riscv64 | |||||
2015-01-01 | Add BIGENDIANPLATFORMS and LITTLEENDIANPLATFORMS, like LP64PLATFORMS, for | dholland | 1 | -1/+21 | |
restricting broken packages. | |||||
2015-01-01 | Use PKG_SKIP_REASON instead of PKG_FAIL_REASON for some cases where | dholland | 5 | -14/+14 | |
the problem is either situational (e.g. the various RESTRICTED-like cases) or unfixable in pkgsrc (no pthreads, ipv6, etc. on platform). Conversely, if the wrong version of mysql is installed, that's a PKG_FAIL_REASON. | |||||
2015-01-01 | Add support for BROKEN_ON_PLATFORM and BROKEN_EXCEPT_ON_PLATFORM, as per | dholland | 4 | -19/+90 | |
discussion on tech-pkg. BROKEN_ON_PLATFORM and NOT_FOR_PLATFORM are the same, except that (now) BROKEN_ON_PLATFORM sets PKG_FAIL_REASON and NOT_FOR_PLATFORM sets PKG_SKIP_REASON. BROKEN_EXCEPT_FOR_PLATFORM and ONLY_FOR_PLATFORM correspond in the same way. The idea is that going forward we will distinguish unbuildable packages that theoretically ought to be fixed (these are BROKEN) from packages where it doesn't make sense to build (these are NOT_FOR)... examples of the former include most non-64-bit-clean packges; examples of the latter include OS-specific language bindings. A general review of the uses of NOT_FOR_PLATFORM and ONLY_FOR_PLATFORM (converting many of them to BROKEN...) is coming up. Similarly, a general review of the uses of PKG_FAIL_REASON and PKG_SKIP_REASON is coming up. For this to become useful, pbulk needs to be taught to report failing and skipped packages differently - the idea is that failing packages should be reported up front and skipped packages don't need to be. This has not been done yet, but one set of things at a time... | |||||
2015-01-01 | Add gcc46-libs support code. | ryoon | 1 | -2/+4 | |
2014-12-30 | Remove pkg_views support, second part: infrastructure. | wiz | 26 | -954/+54 | |
2014-12-26 | typos | dholland | 1 | -2/+2 | |
2014-12-17 | Add gstreamer and sqlite3, as these were forgotten and will be required for | rodent | 1 | -1/+3 | |
the 32-bit packages to work correctly. Discussed with wiz@. | |||||
2014-12-12 | Use append for IMAKEOPTS and the real path for exec as IMAKE includes | joerg | 1 | -2/+3 | |
the options. | |||||
2014-12-12 | Indexing starts by 1. | joerg | 1 | -2/+2 | |
2014-12-10 | Use LOCALBASE for finding the wrapper binaries, USE_CROSSBASE messes up | joerg | 1 | -2/+3 | |
PREFIX. | |||||
2014-12-10 | Remove "CC" from CWRAPPERS_ALIASES.cxx. | schmonz | 1 | -2/+2 | |
Motivation: with "USE_CWRAPPERS=yes" on the default case-insensitive OS X filesystem, linking the wrappers was failing, stopping the build. For example: ===> Creating toolchain wrappers for mess822-0.58nb3 ln: .../pkgsrc-current/mail/mess822/work/.cwrapper/bin/cc: File exists *** Error code 1 Stop. I never noticed this with the old wrappers, but they've also been failing to link "CC" as an alias to "c++"; it's just that the failure has been silent and I've never noticed a build failure for lack of a "CC" wrapper, despite there probably never having been such a wrapper. Given that jperkin's SmartOS bulk build with this change produced results similar to last week's non-cwrappers trunk build, we can conclude that across platforms, the need for a "CC" wrapper is very limited and we needn't try (and sometimes fail) to create one by default. | |||||
2014-12-10 | sort. | wiz | 1 | -1/+1 | |
2014-12-10 | Revert unintended commit. | wiz | 1 | -1/+7 | |
2014-12-10 | Describe dblatex-fig. | wiz | 2 | -7/+2 | |
2014-12-09 | Pass down ABI flags for cwrappers too. | joerg | 1 | -1/+4 | |
2014-12-09 | Use full path for CC, CXX and FC. | joerg | 1 | -5/+5 | |
2014-12-08 | Fix a typo. No functional change. | agc | 1 | -2/+2 | |
2014-12-07 | undefined PKGSRC_KEEP_BIN_PKGS must not be evaluated unconditionally. | obache | 1 | -2/+2 | |
2014-12-07 | Pass PKGNAME_REQD to su-real-package-install, for multiversion packages | obache | 1 | -1/+2 | |
not using default version. | |||||
2014-12-06 | Add a new definition, PKGSRC_KEEP_BIN_PKGS, which defaults to "no". | agc | 3 | -5/+17 | |
This definition controls whether the binary package which is built during package installation will be copied to pkgsrc/packages/All. To retain binary packages in pkgsrc/packages/All, set PKGSRC_KEEP_BIN_PKGS=yes in environment or MAKECONF. If this is not set, binary packages will not be preserved after their WRKDIR is removed. This may not be what you want. To preserve the status quo since 2013/05/22, and just delete the binary package after it's built, the default for PKGSRC_KEEP_BIN_PKGS is "no", or it can be explicitly set. As reviewed on tech-pkg. | |||||
2014-12-04 | Update MASTER_SITE_SUSE with paths that work. | rodent | 1 | -4/+4 | |
2014-12-04 | Add 'l10n' option. | schmonz | 1 | -0/+1 | |
2014-12-03 | cwrappers should get -Qunused-arguments too. | joerg | 1 | -1/+3 | |
2014-11-29 | Provide exec_path for cwrappers-20141129 and require that version. | joerg | 1 | -2/+3 | |
2014-11-29 | Move version part from LOWWER_OPSYS to LOWER_OPSYS_VERSUFFIX for sco. | obache | 1 | -3/+3 | |
2014-11-29 | Temporarily increase compat with old wrappers and add | joerg | 1 | -1/+6 | |
-I${PREFIX}/include. | |||||
2014-11-29 | Export CWRAPPERS_CONFIG_DIR directly for now to deal with Makefiles | joerg | 1 | -1/+4 | |
calling libtool or cc directly. Leave a note to fix those later. | |||||
2014-11-27 | Drop trivially redundant transforms. | joerg | 1 | -2/+2 | |
2014-11-27 | cwrappers-20141127: Rename environment variable to CWRAPPERS_CONFIG_DIR | joerg | 1 | -5/+5 | |
for consistency. | |||||
2014-11-27 | Correct libtool depends on factors like USE_LANGUAGES, so pick up | joerg | 1 | -3/+3 | |
whatever got choosen elsewhere. | |||||
2014-11-27 | Consistent indentation. | joerg | 1 | -7/+7 | |
2014-11-27 | Support wrappee specific transformations and use it to fix imake. | joerg | 1 | -2/+6 | |
2014-11-27 | Allow appending options on a per-wrappee base. | joerg | 1 | -1/+4 | |
2014-11-27 | Fix variable expansion. | joerg | 1 | -2/+2 | |
2014-11-27 | Sanitize environment. | joerg | 1 | -2/+2 | |
2014-11-25 | Fix typo | joerg | 1 | -2/+2 | |
2014-11-25 | Separate dependency from nada-rule. | joerg | 1 | -2/+4 | |
2014-11-25 | mk/buildlink3/* (via mk/wrapper/bsd.wrapper.mk") must be included before | joerg | 1 | -3/+3 | |
mk/cwrappers.mk, so fix include order. |