aboutsummaryrefslogtreecommitdiff
path: root/graphics/ayam
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2005-03-18 18:07:42 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2005-03-18 18:07:42 +0000
commitcdf2cf4883931d031560cb3a1215a788a8bf491f (patch)
treed418af734033691fd2c12e9be988cddb9ff2b1f6 /graphics/ayam
parent543896a513d028163c5021fa48dc692e8e080a13 (diff)
downloadports-cdf2cf4883931d031560cb3a1215a788a8bf491f.tar.gz
ports-cdf2cf4883931d031560cb3a1215a788a8bf491f.zip
Notes
Diffstat (limited to 'graphics/ayam')
-rw-r--r--graphics/ayam/Makefile2
-rw-r--r--graphics/ayam/distinfo4
-rw-r--r--graphics/ayam/files/patch-Makefile.shared4
3 files changed, 5 insertions, 5 deletions
diff --git a/graphics/ayam/Makefile b/graphics/ayam/Makefile
index 9c004216c7c2..fced5541583a 100644
--- a/graphics/ayam/Makefile
+++ b/graphics/ayam/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= ayam
-PORTVERSION= 1.8
+PORTVERSION= 1.8.1
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
diff --git a/graphics/ayam/distinfo b/graphics/ayam/distinfo
index 16d68d471c7d..611f3a8052d0 100644
--- a/graphics/ayam/distinfo
+++ b/graphics/ayam/distinfo
@@ -1,2 +1,2 @@
-MD5 (ayam1.8.src.tar.gz) = 893f8c533efded07226b1514777d5403
-SIZE (ayam1.8.src.tar.gz) = 2714421
+MD5 (ayam1.8.1.src.tar.gz) = 262b114ff1695d55eb828d4c7f001fdf
+SIZE (ayam1.8.1.src.tar.gz) = 2809528
diff --git a/graphics/ayam/files/patch-Makefile.shared b/graphics/ayam/files/patch-Makefile.shared
index ac87f8e4c5a0..b8926bafaad4 100644
--- a/graphics/ayam/files/patch-Makefile.shared
+++ b/graphics/ayam/files/patch-Makefile.shared
@@ -24,7 +24,7 @@ $FreeBSD$
+CC ?= cc
#CC = gcc
- # the C++ compiler (just in use for the Aycsg plugin)
+ # the C++ compiler (just in use for the AyCSG and onio plugin)
-CXX = CC
+CXX = ${CC}
#CXX = g++-3.0
@@ -170,7 +170,7 @@ $FreeBSD$
# Ayso Plugin (RenderDotC, RDC)
RDCDIR = /usr/local/rdc
-@@ -413,9 +418,9 @@
+@@ -422,9 +427,9 @@
.cpp.o:
$(CXX) -c $(CFLAGS) $*.cpp -o $@ -I. -IMF3D -I$(TOGLINCDIR) $(TCLINC) $(TKINC) -I$(BMRTINCDIR) -I$(GLINCDIR) -I$(AFFINEINCDIR) -I$(AQSISINCDIR) -I$(OPENCSGINCDIR) -I$(GLEWINCDIR) -Iplugins