diff options
author | flz <flz@FreeBSD.org> | 2009-01-24 00:28:36 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2009-01-24 00:28:36 +0800 |
commit | e1fa8d8895aee835b4a658dd8fed60b6fe0166f2 (patch) | |
tree | cf2e3d4f30a1b913cafbd708b8f9c5081f8aec9d /astro | |
parent | 7fd0312bdcb554dba77af4cae101782e5fb32587 (diff) | |
download | freebsd-ports-graphics-e1fa8d8895aee835b4a658dd8fed60b6fe0166f2.tar.gz freebsd-ports-graphics-e1fa8d8895aee835b4a658dd8fed60b6fe0166f2.tar.zst freebsd-ports-graphics-e1fa8d8895aee835b4a658dd8fed60b6fe0166f2.zip |
- Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG).
Diffstat (limited to 'astro')
-rw-r--r-- | astro/boinc-setiathome-enhanced/Makefile | 3 | ||||
-rw-r--r-- | astro/celestia/Makefile | 5 | ||||
-rw-r--r-- | astro/openuniverse/Makefile | 2 | ||||
-rw-r--r-- | astro/xtide/Makefile | 2 |
4 files changed, 7 insertions, 5 deletions
diff --git a/astro/boinc-setiathome-enhanced/Makefile b/astro/boinc-setiathome-enhanced/Makefile index 32a719ae842..faf5d0094e1 100644 --- a/astro/boinc-setiathome-enhanced/Makefile +++ b/astro/boinc-setiathome-enhanced/Makefile @@ -6,6 +6,7 @@ PORTNAME= boinc-setiathome-enhanced PORTVERSION= ${SETI_PORTVERSION_FULL}.${AP_PORTVERSION_FULL} +PORTREVISION= 1 CATEGORIES= astro MASTER_SITES= ftp://rene-ladan.nl/pub/distfiles/ DISTFILES= astropulse-${AP_PORTVERSION_FULL}.tar.bz2 setiathome-${SETI_PORTVERSION_FULL}.tar.bz2 @@ -24,7 +25,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/fftw3.h:${PORTSDIR}/math/fftw3 \ RUN_DEPENDS= boinc_client:${PORTSDIR}/net/boinc-client LIB_DEPENDS= fftw3f:${PORTSDIR}/math/fftw3-float \ jpeg.9:${PORTSDIR}/graphics/jpeg \ - xcb.1:${PORTSDIR}/x11/libxcb + xcb.2:${PORTSDIR}/x11/libxcb USE_GL= gl glu glut USE_XORG= ice sm x11 xau xext xi xdamage xdmcp xfixes xmu xt xxf86vm diff --git a/astro/celestia/Makefile b/astro/celestia/Makefile index da05f8708e1..e272c753954 100644 --- a/astro/celestia/Makefile +++ b/astro/celestia/Makefile @@ -7,7 +7,7 @@ PORTNAME= celestia PORTVERSION= 1.4.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= astro MASTER_SITES= SF PKGNAMESUFFIX= -${CELESTIA_UI} @@ -21,6 +21,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes USE_GL= gl +USE_XORG= x11 xt xext xmu xi USE_GETTEXT= yes WANT_GNOME= yes @@ -35,7 +36,7 @@ CONFLICTS= ${UI_LIST:S|${CELESTIA_UI}||:S|^|celestia-|:S|$|-[0-9]*|} # lol .if ${CELESTIA_UI} == "glut" CONFIGURE_ARGS+= --with-glut -LIB_DEPENDS+= glut:${PORTSDIR}/graphics/libglut +USE_GL+= glut .elif ${CELESTIA_UI} == "gtk" CONFIGURE_ARGS+= --with-gtk USE_GNOME+= gtk20 diff --git a/astro/openuniverse/Makefile b/astro/openuniverse/Makefile index 74a482dc303..c3dcb51c932 100644 --- a/astro/openuniverse/Makefile +++ b/astro/openuniverse/Makefile @@ -7,7 +7,7 @@ PORTNAME= openuniverse DISTVERSION= 1.0beta3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= astro MASTER_SITES= SF diff --git a/astro/xtide/Makefile b/astro/xtide/Makefile index 94929245301..9f97ba878d6 100644 --- a/astro/xtide/Makefile +++ b/astro/xtide/Makefile @@ -7,7 +7,7 @@ PORTNAME= xtide PORTVERSION= 2.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= astro geography MASTER_SITES= ftp://ftp.flaterco.com/xtide/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ |