summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Collapse)AuthorFilesLines
2015-01-17Define and use MASTER_SITE_OPENBSD.obache1-1/+6
2015-01-14PostgreSQL 9.4.0:adam1-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-14mk/pf.buildlink3.mk: any modern fbsd version has pfrumko1-2/+2
Ok@ wiz
2015-01-12Add some missing builtin gettext-tools path.obache3-3/+36
2015-01-11Retire openmotif support, superseded by x11/motif.joerg1-8/+2
2015-01-08Add links for automake-1.15.wiz1-3/+5
2015-01-08The list of licences pointed to from http://www.fsf.org/licensing/prlw11-2/+2
now points to http://www.gnu.org/licenses/license-list.html
2015-01-06pick up gettext-m4 package first.obache1-2/+2
2015-01-0310.9 also has Xcode 6.gdt1-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-03My OS X Yosemite machine says Xcode is version 6.1.1.ryoon1-2/+2
2015-01-01Add db6ryoon1-3/+3
2015-01-01Add a bunch of missing LP64PLATFORMS after reviewing the list in NetBSD'sdholland1-2/+4
build.sh: *-*-aarch64{,eb} *-*-ia64 *-*-mips64{eb,el} *-*-powerpc64 *-*-riscv64
2015-01-01Add BIGENDIANPLATFORMS and LITTLEENDIANPLATFORMS, like LP64PLATFORMS, fordholland1-1/+21
restricting broken packages.
2015-01-01Use PKG_SKIP_REASON instead of PKG_FAIL_REASON for some cases wheredholland5-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-01Add support for BROKEN_ON_PLATFORM and BROKEN_EXCEPT_ON_PLATFORM, as perdholland4-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-01Add gcc46-libs support code.ryoon1-2/+4
2014-12-30Remove pkg_views support, second part: infrastructure.wiz26-954/+54
2014-12-26typosdholland1-2/+2
2014-12-17Add gstreamer and sqlite3, as these were forgotten and will be required forrodent1-1/+3
the 32-bit packages to work correctly. Discussed with wiz@.
2014-12-12Use append for IMAKEOPTS and the real path for exec as IMAKE includesjoerg1-2/+3
the options.
2014-12-12Indexing starts by 1.joerg1-2/+2
2014-12-10Use LOCALBASE for finding the wrapper binaries, USE_CROSSBASE messes upjoerg1-2/+3
PREFIX.
2014-12-10Remove "CC" from CWRAPPERS_ALIASES.cxx.schmonz1-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-10sort.wiz1-1/+1
2014-12-10Revert unintended commit.wiz1-1/+7
2014-12-10Describe dblatex-fig.wiz2-7/+2
2014-12-09Pass down ABI flags for cwrappers too.joerg1-1/+4
2014-12-09Use full path for CC, CXX and FC.joerg1-5/+5
2014-12-08Fix a typo. No functional change.agc1-2/+2
2014-12-07undefined PKGSRC_KEEP_BIN_PKGS must not be evaluated unconditionally.obache1-2/+2
2014-12-07Pass PKGNAME_REQD to su-real-package-install, for multiversion packagesobache1-1/+2
not using default version.
2014-12-06Add a new definition, PKGSRC_KEEP_BIN_PKGS, which defaults to "no".agc3-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-04Update MASTER_SITE_SUSE with paths that work.rodent1-4/+4
2014-12-04Add 'l10n' option.schmonz1-0/+1
2014-12-03cwrappers should get -Qunused-arguments too.joerg1-1/+3
2014-11-29Provide exec_path for cwrappers-20141129 and require that version.joerg1-2/+3
2014-11-29Move version part from LOWWER_OPSYS to LOWER_OPSYS_VERSUFFIX for sco.obache1-3/+3
2014-11-29Temporarily increase compat with old wrappers and addjoerg1-1/+6
-I${PREFIX}/include.
2014-11-29Export CWRAPPERS_CONFIG_DIR directly for now to deal with Makefilesjoerg1-1/+4
calling libtool or cc directly. Leave a note to fix those later.
2014-11-27Drop trivially redundant transforms.joerg1-2/+2
2014-11-27cwrappers-20141127: Rename environment variable to CWRAPPERS_CONFIG_DIRjoerg1-5/+5
for consistency.
2014-11-27Correct libtool depends on factors like USE_LANGUAGES, so pick upjoerg1-3/+3
whatever got choosen elsewhere.
2014-11-27Consistent indentation.joerg1-7/+7
2014-11-27Support wrappee specific transformations and use it to fix imake.joerg1-2/+6
2014-11-27Allow appending options on a per-wrappee base.joerg1-1/+4
2014-11-27Fix variable expansion.joerg1-2/+2
2014-11-27Sanitize environment.joerg1-2/+2
2014-11-25Fix typojoerg1-2/+2
2014-11-25Separate dependency from nada-rule.joerg1-2/+4
2014-11-25mk/buildlink3/* (via mk/wrapper/bsd.wrapper.mk") must be included beforejoerg1-3/+3
mk/cwrappers.mk, so fix include order.