aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorflz <flz@FreeBSD.org>2009-01-24 00:28:36 +0800
committerflz <flz@FreeBSD.org>2009-01-24 00:28:36 +0800
commite1fa8d8895aee835b4a658dd8fed60b6fe0166f2 (patch)
treecf2e3d4f30a1b913cafbd708b8f9c5081f8aec9d /lang
parent7fd0312bdcb554dba77af4cae101782e5fb32587 (diff)
downloadfreebsd-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 'lang')
-rw-r--r--lang/drscheme/Makefile2
-rw-r--r--lang/fpc/Makefile.units3
-rw-r--r--lang/hugs/Makefile2
-rw-r--r--lang/lush/Makefile1
-rw-r--r--lang/plt-scheme/Makefile1
-rw-r--r--lang/racket-textual/Makefile1
-rw-r--r--lang/racket/Makefile1
-rw-r--r--lang/ypsilon/Makefile2
8 files changed, 9 insertions, 4 deletions
diff --git a/lang/drscheme/Makefile b/lang/drscheme/Makefile
index b3e2c4e497d..1f8dbb680c0 100644
--- a/lang/drscheme/Makefile
+++ b/lang/drscheme/Makefile
@@ -7,7 +7,7 @@
PORTNAME= drscheme
PORTVERSION= 370
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= lang scheme
MASTER_SITES= http://download.plt-scheme.org/bundles/${PORTVERSION}/plt/ \
http://www.cs.utah.edu/plt/download/${PORTVERSION}/plt/ \
diff --git a/lang/fpc/Makefile.units b/lang/fpc/Makefile.units
index eb4c7aa961a..d58ba73ac76 100644
--- a/lang/fpc/Makefile.units
+++ b/lang/fpc/Makefile.units
@@ -180,8 +180,7 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png
.if ${PKGNAMESUFFIX} == "-opengl"
. if defined(WITH_OPENGL)
-USE_GL= yes
-LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut
+USE_GL= glut
. endif
HAVE_EXAMPLES= true
.endif
diff --git a/lang/hugs/Makefile b/lang/hugs/Makefile
index 8d582cb8e9d..c4622615747 100644
--- a/lang/hugs/Makefile
+++ b/lang/hugs/Makefile
@@ -7,7 +7,7 @@
PORTNAME= hugs98
PORTVERSION= 200609
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= lang haskell
MASTER_SITES= http://cvs.haskell.org/Hugs/downloads/2006-09/
DISTNAME= ${PORTNAME}-plus-${HUGS_DATE}
diff --git a/lang/lush/Makefile b/lang/lush/Makefile
index f3e10000ecd..aa99719bb08 100644
--- a/lang/lush/Makefile
+++ b/lang/lush/Makefile
@@ -14,6 +14,7 @@ MAINTAINER= dyeske@gmail.com
COMMENT= A high level object-oriented programming language
USE_GETTEXT= yes
+USE_XORG= xt xft
USE_GL= yes
USE_SDL= sdl image
GNU_CONFIGURE= yes
diff --git a/lang/plt-scheme/Makefile b/lang/plt-scheme/Makefile
index 2d72cd948e2..a5221a9200f 100644
--- a/lang/plt-scheme/Makefile
+++ b/lang/plt-scheme/Makefile
@@ -7,6 +7,7 @@
PORTNAME= plt-scheme
PORTVERSION= 4.1.4
+PORTREVISION= 1
CATEGORIES= lang scheme
MASTER_SITES= http://download.plt-scheme.org/bundles/${PORTVERSION}/plt/\
http://plt.cs.uchicago.edu/bundles/${PORTVERSION}/plt/\
diff --git a/lang/racket-textual/Makefile b/lang/racket-textual/Makefile
index 2d72cd948e2..a5221a9200f 100644
--- a/lang/racket-textual/Makefile
+++ b/lang/racket-textual/Makefile
@@ -7,6 +7,7 @@
PORTNAME= plt-scheme
PORTVERSION= 4.1.4
+PORTREVISION= 1
CATEGORIES= lang scheme
MASTER_SITES= http://download.plt-scheme.org/bundles/${PORTVERSION}/plt/\
http://plt.cs.uchicago.edu/bundles/${PORTVERSION}/plt/\
diff --git a/lang/racket/Makefile b/lang/racket/Makefile
index 2d72cd948e2..a5221a9200f 100644
--- a/lang/racket/Makefile
+++ b/lang/racket/Makefile
@@ -7,6 +7,7 @@
PORTNAME= plt-scheme
PORTVERSION= 4.1.4
+PORTREVISION= 1
CATEGORIES= lang scheme
MASTER_SITES= http://download.plt-scheme.org/bundles/${PORTVERSION}/plt/\
http://plt.cs.uchicago.edu/bundles/${PORTVERSION}/plt/\
diff --git a/lang/ypsilon/Makefile b/lang/ypsilon/Makefile
index f9b03e8ec42..090ad528902 100644
--- a/lang/ypsilon/Makefile
+++ b/lang/ypsilon/Makefile
@@ -7,6 +7,7 @@
PORTNAME= ypsilon
PORTVERSION= 0.9.6.3
+PORTREVISION= 1
CATEGORIES= lang scheme
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
DISTNAME= ${PORTNAME}-0.9.6.update3
@@ -14,6 +15,7 @@ DISTNAME= ${PORTNAME}-0.9.6.update3
MAINTAINER= vmagerya@gmail.com
COMMENT= Scheme implementation for real-time applications
+USE_GL= glut
USE_GMAKE= yes
MAKE_ARGS= DATADIR="${DATADIR}" \
PTHREAD_LIBS="${PTHREAD_LIBS}"