Import of pkgsrc-2015Q3
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# $NetBSD: mk.conf,v 1.256 2015/04/19 09:21:33 tnn Exp $
|
||||
# $NetBSD: mk.conf,v 1.260 2015/09/05 21:25:30 sevan Exp $
|
||||
#
|
||||
|
||||
# This file provides default values for variables that may be overridden
|
||||
@@ -215,16 +215,32 @@ PKGSRC_RUN_TEST?= no
|
||||
# Possible: yes, no
|
||||
# Default: no
|
||||
|
||||
.if (!empty(MACHINE_PLATFORM:MNetBSD-*-*) && \
|
||||
PKGSRC_USE_FORT?= no
|
||||
# Turns on substitute wrappers for commonly used functions that do not bounds
|
||||
# checking regularly, but could in some cases (with GCC for instance).
|
||||
# Possible: yes, no
|
||||
# Default: no
|
||||
|
||||
.if ${PKGSRC_USE_FORT:Uno} != "no"
|
||||
PKGSRC_USE_SSP?= yes
|
||||
.else
|
||||
PKGSRC_USE_SSP?= no
|
||||
.endif
|
||||
# Set this to YES to enable stack-smashing protection (on supported platforms).
|
||||
# Possible: yes, no
|
||||
# Default: no, except if PKGSRC_USE_FORT is set to "yes".
|
||||
|
||||
# The default PREFER_PKGSRC should be empty, but due to historical reasons we have the list below.
|
||||
# Please add your platform here once you have confirmed it is correct
|
||||
.if ${OPSYS} == "OpenBSD" || ${OPSYS} == "Bitrig"
|
||||
PREFER_PKGSRC?=
|
||||
.elif (!empty(MACHINE_PLATFORM:MNetBSD-*-*) && \
|
||||
exists(/usr/X11R7/lib/libX11.so))
|
||||
PREFER_PKGSRC?=
|
||||
.elif (!empty(MACHINE_PLATFORM:MNetBSD-*-*) && \
|
||||
exists(/usr/lib/libexpat.so))
|
||||
PREFER_PKGSRC?= MesaLib Xft2 Xrandr Xrender fontconfig \
|
||||
freetype2 glu randrproto renderproto xcursor
|
||||
.elif (!empty(MACHINE_PLATFORM:MOpenBSD-*-*) && \
|
||||
exists(/usr/X11R6/lib/X11/config/xorgversion.def))
|
||||
PREFER_PKGSRC?=
|
||||
.elif !empty(MACHINE_PLATFORM:MLinux-*-*) && \
|
||||
(!defined(X11_TYPE) || ${X11_TYPE} == "native")
|
||||
PREFER_PKGSRC?=
|
||||
@@ -302,7 +318,7 @@ VARBASE?= /var
|
||||
# Where Motif-2.0-compatible headers and libraries are installed
|
||||
# on the system.
|
||||
# Possible: any path
|
||||
# Default: ${X11PREFIX} or where motif, openmotif or lesstif is installed
|
||||
# Default: ${X11BASE} or where motif, openmotif or lesstif is installed
|
||||
|
||||
PKGINFODIR?= info
|
||||
# The subdirectory of PREFIX that holds the GNU info files and the
|
||||
|
||||
@@ -143,6 +143,7 @@ dvdread Enable reproduction of DVDs.
|
||||
dvi Enable device independent file format (mostly TeX) support.
|
||||
eaccelerator-disassembler Include disassembler.
|
||||
eaccelerator-doc-comment-inclusion Retain doc-comments in internal php structures.
|
||||
eai Enable EAI (Email Address Internationalization) support.
|
||||
eb Enable EB dictionary library support.
|
||||
ecl Use Embeddable Common Lisp.
|
||||
ecore Enable ecore library support.
|
||||
@@ -422,14 +423,11 @@ libvpx Enable libvpx support.
|
||||
libwildmidi Enable MIDI support using libwildmidi.
|
||||
libwww-aliases Install aliases for p5-libwww (e.g. HEAD, GET etc.).
|
||||
libxml2 Use the libxml2 library for XML support.
|
||||
liferea-gtkhtml Use libgtkhtml2 to render HTML.
|
||||
liferea-mozilla Use xulrunner to render HTML.
|
||||
lilypond Enable LilyPond music typesetter support.
|
||||
links Use and enable support for the links browser.
|
||||
links-xz Enable lzma support for the links WWW browser.
|
||||
links-zlib Enable zlib support for the links WWW browser.
|
||||
lirc Enable LIRC receiving and sending IR signals support.
|
||||
live Enable live555 support.
|
||||
llvm Enable run time generation with Low Level Virtual Machine.
|
||||
lmdb Enable lmdb support.
|
||||
lprng-priv-ports Connections must be made from privileged ports.
|
||||
lprng-suid Install LPRng executables setuid root.
|
||||
@@ -450,11 +448,8 @@ maintainer-zts Enable the Zend Thread Safety option for PHP.
|
||||
manual Include manual.
|
||||
marble Enable marble (virtual globe) support.
|
||||
mc-charset Enable charset selection and conversion.
|
||||
mc-edit Enable internal editor.
|
||||
mc-samba Enable smb virtual file system.
|
||||
mc-subshell Enable support for subshell.
|
||||
mc-vfs Support for VFS (virtual file system).
|
||||
mecab Use MeCab as the Japanese Morphological Analzer.
|
||||
memcached Enable memcached support.
|
||||
mex Enable matlab mex support (Linux and Solaris only).
|
||||
migemo Enable migemo (Japanese text search tool/library) support.
|
||||
mikmod Enable MikMod sound library.
|
||||
@@ -474,7 +469,6 @@ modplug Use for decoding mod-like music formats.
|
||||
motif Enable motif support.
|
||||
motoya Add motoya fonts.
|
||||
mozilla Use mozilla as gecko rendering engine.
|
||||
mozilla-enigmail Enable the Enigmail OpenPGP extension.
|
||||
mozilla-jemalloc Enable building with Mozilla'a jemalloc.
|
||||
mozilla-jit Enable nanojit javascript acceleration.
|
||||
mozilla-lightning Enable the lightning calendar extension.
|
||||
@@ -662,6 +656,7 @@ spamassassin-test-prefork Enable spamd prefork test (kills processes containing
|
||||
spandsp Enable spandsp support.
|
||||
speex Enable speex support.
|
||||
spf Enable Sender Policy Framework support.
|
||||
sphinx Enable Sphinx full-text search.
|
||||
sqlite Enable SQLite support.
|
||||
sqlite3 Enable SQLite3 support.
|
||||
squid-arp-acl Enable use of ARP ACL lists (ether address).
|
||||
|
||||
Reference in New Issue
Block a user