diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2009-06-09 23:33:28 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2009-06-09 23:33:28 +0800 |
commit | c829dec847f90199d0d7d44713c95d02395e6d35 (patch) | |
tree | 9e45cea72b2ff3ed81fca7dceb4f892eb1f7b13d /science | |
parent | b246222bf190a67c421dcb4a82dc5bd01a13f149 (diff) | |
download | freebsd-ports-gnome-c829dec847f90199d0d7d44713c95d02395e6d35.tar.gz freebsd-ports-gnome-c829dec847f90199d0d7d44713c95d02395e6d35.tar.zst freebsd-ports-gnome-c829dec847f90199d0d7d44713c95d02395e6d35.zip |
Convert most of remaining ports that depend on xorg-libraries to
modular xorg.
- supply corresponding USE_XORG for all imake-using ports that need it
- USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG
- retire USE_X_PREFIX which is not really used anywhere after the
above change
- a few minor nits like whitespace and SF macro
Tested by: 2 tinderbox runs by pav
Approved by: portmgr (pav)
Diffstat (limited to 'science')
-rw-r--r-- | science/2d-rewriter/Makefile | 6 | ||||
-rw-r--r-- | science/gramps/Makefile | 3 | ||||
-rw-r--r-- | science/silo/Makefile | 3 |
3 files changed, 6 insertions, 6 deletions
diff --git a/science/2d-rewriter/Makefile b/science/2d-rewriter/Makefile index 282ac001304d..51b6dd36b913 100644 --- a/science/2d-rewriter/Makefile +++ b/science/2d-rewriter/Makefile @@ -6,7 +6,8 @@ # PORTNAME= 2d-rewriter -DISTVERSION= 1.3 +PORTVERSION= 1.3 +PORTREVISION= 1 CATEGORIES= science MASTER_SITES= http://www.crowdeduniverse.org/distfiles/ @@ -16,9 +17,10 @@ COMMENT= Cellular automata simulator MAN1= 2d-rewriter.1 MANCOMPRESSED= yes USE_IMAKE= yes +USE_XORG= x11 xext -post-install: .if !defined(NOPORTEXAMPLES) +post-install: ${MKDIR} ${EXAMPLESDIR} (cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} \* ${EXAMPLESDIR}) .endif diff --git a/science/gramps/Makefile b/science/gramps/Makefile index 4da6e5ea332e..211041bdaa7c 100644 --- a/science/gramps/Makefile +++ b/science/gramps/Makefile @@ -6,7 +6,7 @@ PORTNAME= gramps PORTVERSION= 3.0.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science gnome python MASTER_SITES= SF @@ -17,7 +17,6 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_bsddb.so:${PORTSDIR}/databases/py-bsddb \ ${PYTHON_LIBDIR}/site-packages/_xmlplus/__init__.py:${PORTSDIR}/textproc/py-xml USE_BDB= 43 -USE_XLIB= yes USE_PYTHON= yes USE_GETTEXT= yes USE_GMAKE= yes diff --git a/science/silo/Makefile b/science/silo/Makefile index 88e2cc5a4f05..949782759eb2 100644 --- a/science/silo/Makefile +++ b/science/silo/Makefile @@ -7,7 +7,7 @@ PORTNAME= silo PORTVERSION= 4.6.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science MASTER_SITES= https://wci.llnl.gov/codes/${PORTNAME}/silo-${PORTVERSION}/ @@ -26,7 +26,6 @@ USE_GMAKE= yes CONFIGURE_ARGS= --enable-shared USE_LDCONFIG= yes -USE_XLIB= yes USE_QT_VER= 3 QT_COMPONENTS= moc uic |