- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
23 lines
585 B
Text
23 lines
585 B
Text
|
|
$FreeBSD$
|
|
|
|
--- dist/util/arch_variables.orig
|
|
+++ dist/util/arch_variables
|
|
@@ -181,14 +181,14 @@
|
|
AWK=/usr/bin/awk
|
|
ECHO="/bin/echo"
|
|
RC_FILE=freebsd
|
|
- RC_PREFIX=/usr/local/etc/rc.d
|
|
+ RC_PREFIX=%%LOCALBASE%%/etc/rc.d
|
|
RC_SUFFIX=.sh
|
|
- XTERM=/usr/X11R6/bin/xterm
|
|
+ XTERM=%%LOCALBASE%%/bin/xterm
|
|
MAILER=/usr/bin/mail
|
|
QLOGIN_COMMAND=telnet
|
|
QLOGIN_DAEMON=/usr/libexec/telnetd
|
|
RLOGIN_DAEMON=/usr/libexec/rlogind
|
|
- GETTEXT=/usr/local/bin/gettext
|
|
+ GETTEXT=%%LOCALBASE%%/bin/gettext
|
|
RSH_DAEMON=undef
|
|
ROOTGROUP=wheel
|
|
LOADSENSOR_COMMAND=undef
|