aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-05-25 03:45:24 +0000
committerPatrick Li <pat@FreeBSD.org>2002-05-25 03:45:24 +0000
commit1626da1ec875c7a3176fbe525eef37261656aa4f (patch)
tree7f563613419874ef6c6cd5a4e82ea7335898c0e3
parent98c763ca4a434f215f6131865485cb24e37bd4a5 (diff)
downloadports-1626da1ec875c7a3176fbe525eef37261656aa4f.tar.gz
ports-1626da1ec875c7a3176fbe525eef37261656aa4f.zip
Update to 1.1.5
Notes
Notes: svn path=/head/; revision=59954
-rw-r--r--graphics/glass/Makefile2
-rw-r--r--graphics/glass/distinfo2
-rw-r--r--graphics/glass/files/patch-Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/graphics/glass/Makefile b/graphics/glass/Makefile
index cad3625ba461..fefba6a0d2bf 100644
--- a/graphics/glass/Makefile
+++ b/graphics/glass/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= glass
-PORTVERSION= 1.1.2
+PORTVERSION= 1.1.5
CATEGORIES= graphics devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
diff --git a/graphics/glass/distinfo b/graphics/glass/distinfo
index 06e6392810cf..97f8e3f3a60c 100644
--- a/graphics/glass/distinfo
+++ b/graphics/glass/distinfo
@@ -1 +1 @@
-MD5 (glass-1.1.2.tar.gz) = ec9518e961ee0341d91bef6697a6bec2
+MD5 (glass-1.1.5.tar.gz) = 2acec0c795bb345d77621b7bfb91fc2e
diff --git a/graphics/glass/files/patch-Makefile b/graphics/glass/files/patch-Makefile
index 1725bda2399e..4a26c553599f 100644
--- a/graphics/glass/files/patch-Makefile
+++ b/graphics/glass/files/patch-Makefile
@@ -2,7 +2,7 @@
+++ Makefile Thu Aug 23 10:06:34 2001
@@ -1,12 +1,11 @@
-CC = gcc
- GLASS_VERSION = 1.1.2
+ GLASS_VERSION = 1.1.5
-CFLAGS = -g -O3 -Wall -DVERSION_STRING=\"$(GLASS_VERSION)\"
-LIBS = -lGL
+CFLAGS += -Wall -I/usr/X11R6/include -DVERSION_STRING=\"$(GLASS_VERSION)\"