Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Feb 2001 02:06:52 +0000 (GMT)
From:      George Reid <greid@dogma.freebsd-uk.eu.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/25440: [PATCH] update www/asp2php -> 0.75.12
Message-ID:  <Pine.BSF.4.21.0102280205380.94859-100000@sobek.openirc.co.uk>

next in thread | raw e-mail | index | archive | help

>Number:         25440
>Category:       ports
>Synopsis:       [PATCH] update www/asp2php -> 0.75.12
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 27 18:00:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     George Reid
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
FreeBSD UKUG
>Environment:
n/a
>Description:
Update maintainerless port www/asp2php to version 0.75.12.
>How-To-Repeat:
n/a
>Fix:
Index: Makefile
===================================================================
RCS file: /usr/home/ncvs/ports/www/asp2php/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- Makefile	2000/12/26 14:58:16	1.7
+++ Makefile	2001/02/28 01:54:47
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	asp2php
-PORTVERSION=	0.75.11
+PORTVERSION=	0.75.12
 CATEGORIES=	www
 MASTER_SITES=	http://home.i1.net/~naken/asp2php/
 DISTNAME=	${PORTNAME}-${PORTVERSION}
Index: distinfo
===================================================================
RCS file: /usr/home/ncvs/ports/www/asp2php/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo	2000/12/21 09:07:50	1.2
+++ distinfo	2001/02/28 01:55:15
@@ -1 +1 @@
-MD5 (asp2php-0.75.11.tar.gz) = 6ba4723621c5f7253f226a99f588a985
+MD5 (asp2php-0.75.12.tar.gz) = dd2375e825ec98062ea257c8fde576c0
Index: files/patch-aa
===================================================================
RCS file: /usr/home/ncvs/ports/www/asp2php/files/patch-aa,v
retrieving revision 1.4
diff -u -r1.4 patch-aa
--- files/patch-aa	2000/12/21 22:55:58	1.4
+++ files/patch-aa	2001/02/28 02:04:37
@@ -1,26 +1,39 @@
---- Makefile	Mon Nov 27 07:43:28 2000
-+++ Makefile.new	Thu Dec 21 17:51:49 2000
-@@ -1,46 +1,21 @@
--
+--- Makefile	Tue Feb 27 08:50:21 2001
++++ Makefile.new	Wed Feb 28 02:02:56 2001
+@@ -1,51 +1,19 @@
++PROG=	asp2php
++NOMAN=	true
++CC?=	cc
++CFLAGS?=-O -pipe
++CFLAGS+=-Wall
++SRCS=	conditionals.c database.c evalelement.c expression.c general.c \
++	gettoken.c html.c loops.c mysql.c odbc.c oracle.c postgres.c \
++	response.c request.c session.c sybase.c asp2php.c
+ 
 -CC=gcc
 -
 -default:
--	$(CC) -c general.c -Wall
 -	$(CC) -c conditionals.c -Wall
 -	$(CC) -c database.c -Wall
--	$(CC) -c mysql.c -Wall
--	$(CC) -c sybase.c -Wall
--	$(CC) -c odbc.c -Wall
--	$(CC) -c oracle.c -Wall
--	$(CC) -c postgres.c -Wall
 -	$(CC) -c evalelement.c -Wall
+-	$(CC) -c expression.c -Wall
+-	$(CC) -c general.c -Wall
 -	$(CC) -c gettoken.c -Wall
 -	$(CC) -c html.c -Wall
 -	$(CC) -c loops.c -Wall
+-	$(CC) -c mysql.c -Wall
+-	$(CC) -c odbc.c -Wall
+-	$(CC) -c oracle.c -Wall
+-	$(CC) -c postgres.c -Wall
+-	$(CC) -c response.c -Wall
+-	$(CC) -c request.c -Wall
 -	$(CC) -c session.c -Wall
--	$(CC) -o asp2php asp2php.c general.o conditionals.o database.o \
--		evalelement.o gettoken.o html.o loops.o mysql.o\
--		sybase.o odbc.o oracle.o postgres.o session.o -Wall
+-	$(CC) -c sybase.c -Wall
+-	$(CC) -o asp2php asp2php.c conditionals.o database.o \
+-		evalelement.o expression.o general.o gettoken.o \
+-		html.o loops.o mysql.o \
+-		odbc.o oracle.o postgres.o response.o \
+-		request.o session.o sybase.o -Wall
 -	@echo ""
 -#	@echo "Done!  You may type: make gtkasp2php for the optional GUI now"
 -
@@ -30,30 +43,22 @@
 -	@if [ -e gtkasp2php ]; then rm gtkasp2php; fi;
 -	@if [ -e unipiss ]; then rm unipiss; fi;
 -	@echo "Clean!"
-+PROG=	asp2php
-+NOMAN=	true
-+CC?=	cc
-+CFLAGS?=-O -pipe
-+CFLAGS+=-Wall
-+SRCS=	general.c conditionals.c database.c mysql.c sybase.c odbc.c oracle.c \
-+	postgres.c evalelement.c gettoken.c html.c loops.c session.c asp2php.c
 +CLEANFILES+=	gtkasp2php.o gtkasp2php
  
  gtkasp2php: gtkasp2php.c
- 	$(CC) -o gtkasp2php gtkasp2php.c `gtk-config --cflags` `gtk-config --libs`
- 
+-	$(CC) -o gtkasp2php gtkasp2php.c `gtk-config --cflags` `gtk-config --libs`
+-
 -unipiss:
 -	$(CC) -o unipiss unipiss.c html.o general.o -Wall
--
++	$(CC) -o gtkasp2php gtkasp2php.c `/usr/X11R6/bin/gtk12-config --cflags` `/usr/X11R6/bin/gtk12-config --libs`
+ 
  install:
 -	@if [ -e asp2php ]; then cp asp2php /usr/local/bin; fi;
 -	@if [ -e unipiss ]; then cp unipiss /usr/local/bin; fi;
 -	@if [ -e gtkasp2php ]; then cp gtkasp2php /usr/local/bin; fi;
 -	@echo "Compiled programs have been installed in /usr/local/bin"
-+	@if [ -e asp2php ]; then $(BSD_INSTALL_PROGRAM) asp2php $(PREFIX)/bin; fi;
-+	@echo "Compiled programs have been installed in $(PREFIX)/bin"
- 	@echo ""
- 
+-	@echo ""
+-
 -all: default
 -
 +install-gtk:

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0102280205380.94859-100000>