summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Collapse)AuthorFilesLines
2017-01-17Bump LIBTOOL_REQD, newer version needed for cwrappers.wiz2-4/+3
PR 51826.
2017-01-17Cache and use computed variables.jperkin1-2/+6
2017-01-15Fixed inconsistencies in comments.rillig1-30/+28
2017-01-15Document the gcc-graphite option, used by lang/gcc*sevan1-0/+1
https://gcc.gnu.org/wiki/Graphite
2017-01-09Add checkpassword-suid option, off by default.schmonz1-0/+1
2017-01-05Add a test for resize_term(3).roy1-28/+38
2017-01-05Add a test for set_escdelayroy2-9/+19
2017-01-04Support FAKE_NCURSES=yes for pdcurses and ncursesw.roy1-13/+15
2017-01-02Add support for detecting the ncurses extension getsyx(3) in system curses.roy1-1/+11
2017-01-02Update djbware configury for new bglibs file locations.schmonz1-3/+3
2017-01-01Update comment with default Emacs versiontron1-2/+2
2016-12-30Corrected an inaccurate comment. No actual changes in behaviour.jaapb1-2/+2
2016-12-29Remove last mentions of gcc45,46,47 in mk/.maya1-60/+1
No functional change intended.
2016-12-29Remove some of the mentions for gcc{45,46,47}.maya1-34/+5
No functional change intended. Still a few left.
2016-12-29Make GCC_REQD+= 4.5 to 4.8 resolve to 4.8 (dropping the possibility tomaya1-12/+3
match for 4.5, 4.6, 4.7, which will soon be dropped). This commit is the functional change. Cleanup will be done in separate commits.
2016-12-29Fix USE_CURSES feature support.roy1-18/+18
2016-12-17Add optional caching of extracted build options. As the number of usersjoerg2-4/+17
of this feature has exploded over recent years, this avoids quadratic complexity for many packages during scan and build phase of a bulk build. Pbulk logic for exploiting this feature will be committed separately. Over all, this saves ~66% for wm/xfce4-wm with initially empty cache and ~90% when the cache is populated. Total scan time can be cut in half.
2016-12-16Enable OpenJDK 7 and 8 on Linux. Add builtin support.asau1-1/+5
Tested on openSUSE 11-42.
2016-12-11Update MASTER_SITE_XEMACS:hauke1-6/+5
- remove three defunct mirrors - remove xemacs.org - its hoster tux.org went down, and the master site as well as all the *.xemacs.org DNS entries are gone - add two mirrors that run under their own domain name
2016-12-09Update to Emacs 25 by default.asau1-2/+2
"There's no reason not to upgrade it."
2016-12-04Remove ex-CPAN mirror.wiz1-2/+1
2016-12-04Enable cwrappers for Dragonfly and FreeBSD. Remove Linux emulation (gone)bsiegert2-3/+5
for Dragonfly. From David Shao in PR pkg/51688.
2016-12-01Add PKG_DISABLED_OPTIONS.wiz1-1/+12
This variable contains the options that are NOT enabled for a package.
2016-11-25Upgrade USE_LANGUAGES=ada to use lang/gcc5-aux instead of lang/gcc-auxmarino1-8/+8
This large commit accomplishes the following: 1) Switch USE_LANGUAGES=ada to require lang/gcc5-aux (gcc 5.4) instead of lang/gcc-aux (gcc 4.9.2) on gcc.mk 2) Bump affected ports and fix paths as necessary 3) Upgrade devel/gprbuild to the latest release - No longer requires lang/gnat_util - gprslave requires gcc6-aux, so it was disabled for now 4) Fix lang/gnat_util but set PKG_SKIP_REASON - It has no further purpose in the pkgsrc tree - It has no practical purpose outside of the pkgsrc tree - Indicate intent to remove from tree in Jan. 2017 5) Set devel/GPS as failed with PKG_FAIL_REASON - This version of GPS is several years old and at the time they were strongly tied to compiler. - Latest release of GPS require gcc6-aux (not available) and several new and complex dependencies - maintainer (me) has no interest to continue supporting it - Leaving GPS in place until Jan 2017 to give another person chance to upgrade and take over support - Latest version in FreeBSD Ports Collection as a reference point
2016-11-25Don't try to adjust BUILDLINK_INCDIRS.curses by a non existing prefix.joerg1-2/+2
2016-11-21fuse.h requires that _NETBSD_SOURCE is definedpho1-2/+2
2016-11-18add unicode to DEFAULT_ACCEPTABLE_LICENSESspz1-1/+2
2016-11-13fix the test for <poll.h>/<sys/poll.h> - use _OPSYS_INCLUDE_DIRS insteadjdolecek1-2/+2
of assuming /usr/include; this fixes compilation of net/socat, which has broken !HAVE_POLL code
2016-11-10Prepend the ABI flags to allow interested programs like qemu tojoerg1-4/+4
overwrite them on demand. This allows building ROM images and the like with a special target ABI. Discussed a while ago with jperkin.
2016-11-10Handle optional ctfmerge/ctfconvert presence on NetBSD by explicitlyjoerg2-2/+11
passing down NOCTF when they don't exist.
2016-10-30Added postgresql96 supportadam1-3/+12
2016-10-28Enable cwrappers by default on OpenBSD.jperkin1-1/+3
2016-10-27Enable cwrappers by default on NetBSD.wiz1-1/+3
2016-10-27Add support for enabling cwrappers automatically. USE_CWRAPPERS now defaultsjperkin5-12/+30
to "auto", which will enable cwrappers if the _OPSYS_SUPPORTS_CWRAPPERS platform variable is set to "yes". Switch over to cwrappers by default for Darwin, Linux, and SunOS (except when using the sunpro compiler).
2016-10-25DragonFly: Update _OPSYS_SYSTEM_RPATHmarino1-2/+2
It's going on 10 years since gcc 3.4 and gcc 4.1 were part of DragonFly. DF Release 4.4 is the earliest with any kind of support and the earliest possible GCC version is 4.7 there.
2016-10-21Add support for overloading CMAKE_INSTALL_PREFIXkamil1-2/+7
By default CMAKE_INSTALL_PREFIX points to PREFIX, but some software requres custom subprefix. At least blender and brlcad are in this category. To set new prefix it's sufficient to set CMAKE_INSTALL_PREFIX in a package, for example (in brlcad): CMAKE_INSTALL_PREFIX=${PREFIX}/brlcad Reviewed by <joerg> and <jperkin>.
2016-10-18Remove outdated netlib mirror.wiz1-2/+1
2016-10-10Fix mips ABI setup which cannot have possibly worked for a long time.jperkin1-19/+7
2016-10-09Bump pgsql default to 95.wiz1-2/+2
2016-10-05Hook up the prepend support.joerg1-1/+4
2016-10-03Allow sissl-1.1 per defaultwiz1-1/+2
See https://opensource.org/licenses/sisslpl
2016-10-03ibm-public-license-1.0 -> ipl-1.0wiz1-2/+2
2016-09-24Appease pkglint(1) - replace () with {}kamil1-3/+3
No functional change
2016-09-21Added support for mysql57adam1-4/+14
2016-09-19Omit pkg_tarup during replace in destdir modegdt1-2/+2
In destdir mode (the default), make replace creates the replacement binary package without modifying the installed system, and then installs it via pkg_add -u. Thus, the new package is known to have built and packaged ok before the system is changed, and the risk of trouble is low; thus the benefit of tarring up the installed package is very low, especially since the newly-tarred-up package is removed by "make clean". Using pkg_tarup costs cycles to run and more importantly causes users to have to install it since it is not an automatic dependency. In addition, binary packages are now kept by default when building, so the old version should be accessible in case of trouble. This commit does not change the non-destdir case. Almost no one uses that method, and the relative benefit of tarup is much higher.
2016-09-18Change default setting of PKGSRC_KEEP_BIN_PKGS to "yes". During the build phase,agc1-1/+6
binary packages will be preserved under the ${PACKAGES} directory by default.
2016-09-18Add emacs25 and emacs25nox to possible valuesryoon1-2/+3
2016-09-18support native linux implementations of ossrichard1-1/+2
2016-09-17set LIBABISUFFIX to /aarch64-linux-gnu for arm64richard1-4/+5
simplifies _OPSYS_SYSTEM_RPATH and _OPSYS_LIB_DIRS permitting lots of stuff using LIBABISUFFIX to work now. TODO: probably similar for the armv7 platforms as the pattern '${MACHINE_ARCH}-${LOWER_OPSYS}-gnu${APPEND_ABI}' seems like it should work for both.
2016-09-16Allow '-l m' like '-lm' and update the comment for -l and -Dryoon1-3/+4
O.k. by jperkin@ and dholland@