svn commit: r322626 - head/Mk
Baptiste Daroussin
bapt at FreeBSD.org
Wed Jul 10 07:41:14 UTC 2013
Author: bapt
Date: Wed Jul 10 07:41:13 2013
New Revision: 322626
URL: http://svnweb.freebsd.org/changeset/ports/322626
Log:
Remove USE_MOTIF as it is not used anymore
Modified:
head/Mk/bsd.port.mk
Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk Wed Jul 10 07:40:18 2013 (r322625)
+++ head/Mk/bsd.port.mk Wed Jul 10 07:41:13 2013 (r322626)
@@ -352,13 +352,6 @@ FreeBSD_MAINTAINER= portmgr at FreeBSD.org
# Supported components are: glut, glu, glw, and gl.
# If set to "yes", this is equivalent to "glu". Note that
# glew and glut depend on glu, glw and glu depend on gl.
-# USE_MOTIF - If set, this port uses a Motif toolkit. Implies USE_XORG+= xpm
-# NO_OPENMOTIF - If set, this port uses a custom Motif toolkit
-# instead of Openmotif.
-# Used only when USE_MOTIF is set.
-# WANT_LESSTIF - If set, this port uses Lesstif as Motif toolkit.
-# Used only when USE_MOTIF is set. Implies
-# NO_OPENMOTIF.
##
# USE_SDL - If set, this port uses the sdl libraries.
# See bsd.sdl.mk for more information.
@@ -1888,17 +1881,6 @@ IGNORE= cannot be built: there is no em
RUN_DEPENDS+= ${LINUX_BASE_PORT}
.endif
-.if defined(USE_MOTIF)
-USE_XORG+= xpm
-.if defined(WANT_LESSTIF)
-LIB_DEPENDS+= Xm:${PORTSDIR}/x11-toolkits/lesstif
-NO_OPENMOTIF= yes
-.endif
-.if !defined(NO_OPENMOTIF)
-LIB_DEPENDS+= Xm.4:${PORTSDIR}/x11-toolkits/open-motif
-.endif
-.endif
-
.if defined(USE_DISPLAY) && !defined(DISPLAY)
BUILD_DEPENDS+= Xvfb:${PORTSDIR}/x11-servers/xorg-vfbserver \
${LOCALBASE}/lib/X11/fonts/misc/8x13O.pcf.gz:${PORTSDIR}/x11-fonts/xorg-fonts-miscbitmaps \
@@ -2137,7 +2119,7 @@ MAKE_FLAGS?= -f
MAKEFILE?= Makefile
MAKE_ENV+= PREFIX=${PREFIX} \
LOCALBASE=${LOCALBASE} \
- MOTIFLIB="${MOTIFLIB}" LIBDIR="${LIBDIR}" \
+ LIBDIR="${LIBDIR}" \
CC="${CC}" CFLAGS="${CFLAGS}" \
CPP="${CPP}" CPPFLAGS="${CPPFLAGS}" \
LDFLAGS="${LDFLAGS}" \
@@ -2393,8 +2375,6 @@ PKG_SUFX?= .tbz
# where pkg_add records its dirty deeds.
PKG_DBDIR?= /var/db/pkg
-MOTIFLIB?= -L${LOCALBASE}/lib -lXm -lXp
-
ALL_TARGET?= all
INSTALL_TARGET?= install
INSTALL_TARGET+= ${LATE_INSTALL_ARGS}
More information about the svn-ports-head
mailing list