summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2001-09-16 15:56:02 +0000
committerKevin Lo <kevlo@FreeBSD.org>2001-09-16 15:56:02 +0000
commitd7a1e18d943691bd907e9c38836543eb0884e559 (patch)
tree55689890415a72df9ae6cadebad5b198c8572932 /graphics
parentNOPORTDOCS support for pkg-plist (diff)
Update to version 1.1.2
PR: 30598 Submitted by: MAINTAINER
Notes
Notes: svn path=/head/; revision=47869
Diffstat (limited to 'graphics')
-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 992982e0698a..3a94e95cc7aa 100644
--- a/graphics/glass/Makefile
+++ b/graphics/glass/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= glass
-PORTVERSION= 1.1.1
+PORTVERSION= 1.1.2
CATEGORIES= graphics devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
diff --git a/graphics/glass/distinfo b/graphics/glass/distinfo
index 5d3b592c5c1f..06e6392810cf 100644
--- a/graphics/glass/distinfo
+++ b/graphics/glass/distinfo
@@ -1 +1 @@
-MD5 (glass-1.1.1.tar.gz) = 2bb0850bddc41ba9575dc5ef79f13d76
+MD5 (glass-1.1.2.tar.gz) = ec9518e961ee0341d91bef6697a6bec2
diff --git a/graphics/glass/files/patch-Makefile b/graphics/glass/files/patch-Makefile
index 64332c4515bf..1725bda2399e 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.1
+ GLASS_VERSION = 1.1.2
-CFLAGS = -g -O3 -Wall -DVERSION_STRING=\"$(GLASS_VERSION)\"
-LIBS = -lGL
+CFLAGS += -Wall -I/usr/X11R6/include -DVERSION_STRING=\"$(GLASS_VERSION)\"