summaryrefslogtreecommitdiff
path: root/www/asp2php
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-03-31 18:09:56 +0000
committerPatrick Li <pat@FreeBSD.org>2002-03-31 18:09:56 +0000
commit0edf96725ddead76dc7006ef8956e2eb0ccd12c6 (patch)
treed87285f460a6dbbdcf9200611d857b07fec6272a /www/asp2php
parentAdd a link to the erl_call utility in ${LOCALBASE}/bin (useful for shell (diff)
Update to 0.76.4a
PR: 36586 Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes
Notes: svn path=/head/; revision=57078
Diffstat (limited to 'www/asp2php')
-rw-r--r--www/asp2php/Makefile4
-rw-r--r--www/asp2php/distinfo2
-rw-r--r--www/asp2php/files/patch-Makefile15
3 files changed, 18 insertions, 3 deletions
diff --git a/www/asp2php/Makefile b/www/asp2php/Makefile
index b8fb4866451a..27b8c4aadd4c 100644
--- a/www/asp2php/Makefile
+++ b/www/asp2php/Makefile
@@ -6,13 +6,13 @@
#
PORTNAME= asp2php
-PORTVERSION= 0.76.3
+PORTVERSION= 0.76.4a
CATEGORIES= www
MASTER_SITES= http://home.i1.net/~naken/asp2php/
MAINTAINER= ports@FreeBSD.org
-WRKSRC= ${WRKDIR}/${DISTNAME}/src
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/a//}/src
WANT_GTK= yes
MAKE_ENV= FLAGS="${CFLAGS}"
diff --git a/www/asp2php/distinfo b/www/asp2php/distinfo
index d8099d66bd01..15d25be00bc1 100644
--- a/www/asp2php/distinfo
+++ b/www/asp2php/distinfo
@@ -1 +1 @@
-MD5 (asp2php-0.76.3.tar.gz) = 3d3da1daf4536a998d044cfa73f227c6
+MD5 (asp2php-0.76.4a.tar.gz) = 3fe1f334828f597e3875e2204c80c61d
diff --git a/www/asp2php/files/patch-Makefile b/www/asp2php/files/patch-Makefile
new file mode 100644
index 000000000000..ae1664367e99
--- /dev/null
+++ b/www/asp2php/files/patch-Makefile
@@ -0,0 +1,15 @@
+--- Makefile.orig Sun Mar 31 13:05:47 2002
++++ Makefile Sun Mar 31 13:06:07 2002
+@@ -1,5 +1,4 @@
+
+-CC=gcc
+ #FLAGS=-DDEBUG
+
+ default:
+@@ -38,5 +37,5 @@
+ rm -f *.o
+
+ gui:
+- $(CC) -o gtkasp2php gtkasp2php.c `gtk-config --cflags` `gtk-config --libs`
++ $(CC) -o gtkasp2php gtkasp2php.c `${GTK_CONFIG} --cflags` `${GTK_CONFIG} --libs`
+