summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Collapse)AuthorFilesLines
2015-03-02LLVM's correlated value propagation pass is known to require a lot ofjoerg1-1/+3
memory and CPU time for certain input. Provide a variable (CLANG_NO_VALUE_PROPAGATION_PASS) for selectively disabling it in those places known to trigger it.
2015-03-02drop trailing spacetnn1-3/+3
2015-02-26Add mysqlnd, (MySQL native driver) for databases/php-mysql.mef1-0/+1
2015-02-25Removed outdated openjdk7-bin package. No objection from abs@tnn2-17/+6
2015-02-24Fix typo: NATIVE_MACHINE_ARCH, not NATIVE-MACHINE_ARCH. Thanks, prlw1!riastradh1-2/+2
2015-02-24Fix typo in comment.wiz1-2/+2
2015-02-24mozilla.mirror.ac.za is empty.ryoon1-2/+1
2015-02-24mirror.yandex.ru does not mirror mozilla/ anymore.ryoon1-2/+1
2015-02-24ftp://releases.mozilla.org/ is not available anymore.ryoon1-2/+1
2015-02-23Update config.guess and config.sub from GNU config.git on Savannah.riastradh2-283/+216
Requested by joerg. Noteworthy change: support for NetBSD/earm with -eabi(hf) suffix in MACHINE_GNU_PLATFORM, properly fixing PR 48126. XXX Maybe we should put these files on a vendor branch to make merging updates with local changes easier.
2015-02-21mysql.skynet.be for MASTER_SITE_MYSQL does not seem to available. Drop two ↵mef1-3/+1
lines.
2015-02-19Describe rpi option. Sort.wiz1-1/+2
2015-02-17rpath flag and directory are one option, don't pass the path withoutjoerg1-3/+2
-Wl prefix.
2015-02-16Switch MASTER_SITE_PGSQL over to non-https URL.jperkin1-2/+2
2015-02-16Put back implementation of MASTER_SITE_OPENBSD.jperkin1-1/+6
2015-02-16Put back additions of some native gettext tools.jperkin3-3/+36
2015-02-16Put back preference towards the gettext-m4 package when resolving dependency.jperkin1-2/+2
2015-02-16Put back PKGNAME_REQD fix for su-real-package-install.jperkin1-1/+2
2015-02-16Put back SCO LOWER_OPSYS changes.jperkin1-3/+3
2015-02-16Remove obsolete bulk build variables.jperkin3-22/+3
2015-02-16Put back the fix which checks the variables associated to each gettext tooljperkin1-2/+2
instead of checking those of msgfmt.
2015-02-16Put back MESSAGE_SRC_DFLT.jperkin1-18/+17
2015-02-14Accommodate an -eabi{,hf} suffix in GNU config.sub.riastradh1-1/+1
XXX Send this upstream... This, together with other commits to MACHINE_GNU_PLATFORM issues, should fix PR pkg/48126, at long last.
2015-02-14Accommodate an -eabi{,hf} suffix in MACHINE_GNU_PLATFORM.riastradh1-4/+26
This is necessary to match what NetBSD `build.sh tools' generates for cross-compiler toolchains on earm. Also, split APPEND_ELF into APPEND_ELF and NATIVE_APPEND_ELF, so we don't get a spurious netbsdelf in NATIVE_MACHINE_GNU_PLATFORM when cross-compiling on amd64 for earm.
2015-02-13Add bind-json-statistics-server option descriptionfhajny1-1/+2
2015-02-13set the default JVM for NetBSD/sparc64 and clean out nonexistent JVMstnn1-32/+11
2015-02-11Added keywords for "bmake help".rillig1-1/+3
2015-02-10As was proposed at pkgsrc-users@:mef1-11/+2
http://mail-index.netbsd.org/pkgsrc-users/2015/02/08/msg021031.html Some sites not found DNS on records are deleted. One hostname change included also. - ftp://ftp.gtlib.cc.gatech.edu/pub/kde/stable/ \ + ftp://ftp.gtlib.gatech.edu/pub/kde/stable/ \ Thank you,
2015-02-09Describe ndmp option.gdt1-0/+1
2015-02-09Add 8 to USE_HAVA2 description.ryoon1-3/+3
2015-02-08Infrastructure glue for openjdk8tnn1-8/+23
2015-02-07The SUNET archive is being decomissioned ( http://ftp.sunet.se/news.html )tnn1-7/+2
2015-02-04Improve STEP_MSG.tnn1-2/+2
(pkgsrc may seem like magic sometimes, but let's be honest here.)
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