summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Collapse)AuthorFilesLines
2015-02-04Ensure that BUILDLINK_PKGNAME.curses is always defined.pho1-2/+2
2015-02-04Ensure additional C99 flags are passed via cwrappers too.jperkin1-1/+2
2015-02-02Ensure BUILDLINK_{INCDIRS,LIBDIRS}.curses are always definedpho1-16/+15
These variables are for packages where populating -I/-L flags into {C,CPP,LD}FLAGS is not enough and need to know accurate paths to header and library directories. This is particularly important for ncurses because its headers sometimes reside in "${BUILDLINK_PREFIX.ncurses}/include/ncurses" and sometimes in "${BUILDLINK_PREFIX.ncurses}/include" while no pkg-config .pc files are available. The same goes for ncursesw.
2015-02-02Revertobache1-17/+18
introduce MESSAGE_SRC_DFLT, same as PLIST_SRC_DFLT for PLIST_SRC. proposed/discussed is required for such changes.
2015-02-01Remove postgres mirror, none of them worked for me nor ftp.netbsd.org.wiz1-53/+2
Add main postgres site.
2015-02-01Revertobache1-2/+2
Requirement of gettext tools from pkgsrc depend on existence of the tool itself, not msgfmt tool. proposed/discussed is required for such changes.
2015-02-01Revert "Drop obsolated old bulk build related variable settings."obache3-3/+22
proposed/discussed is required for such changes.
2015-02-01Revert "Move version part from LOWWER_OPSYS to LOWER_OPSYS_VERSUFFIX for sco.",obache1-3/+3
proposed/discussed is required for such changes.
2015-02-01Revert "Pass PKGNAME_REQD to su-real-package-install",obache1-2/+1
proposed/discussed is required for such infrastructure changes.
2015-02-01Revert "pick up gettext-m4 package first.",obache1-2/+2
proposed/discussed is required for such changes.
2015-02-01Revert "Add some missing builtin gettext-tools path.",obache3-36/+3
proposed/discussed is required for such changes.
2015-02-01Revert "Define and use MASTER_SITE_OPENBSD.",obache1-6/+1
proposed/discussed is required for such changes.
2015-02-01revert "Add unlink as a tool.", I cannot describe why is it on the Earth.obache14-35/+15
proposed/discussed is required for such changes, from PMC gdt@.
2015-01-30Uniq BUILD_DEFS and BUILD_DEFS_EFFECTS before printing.jperkin1-3/+3
2015-01-30Add unlink as a tool.obache14-15/+35
2015-01-27ressurect support for PKGSRC_FORTRAN=gfortran and point it at gcc48dbj1-0/+117
This is useful on x86_64 darwin, which isn't supported by g95
2015-01-20Added ocaml-tyxml option (for devel/js_of_ocaml)jaapb1-0/+1
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