ports/141661: [PATCH] databases/ap22-mysql-editor: APACHE_COMPAT is about to be removed

Philip M. Gollucci pgollucci at FreeBSD.org
Wed Dec 16 01:00:12 UTC 2009


>Number:         141661
>Category:       ports
>Synopsis:       [PATCH] databases/ap22-mysql-editor: APACHE_COMPAT is about to be removed
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 16 01:00:11 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Philip M. Gollucci
>Release:        FreeBSD 9.0-CURRENT amd64
>Organization:
RideCharge Inc.
>Environment:
System: FreeBSD frieza.p6m7g8.net 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Tue Dec  8 02:25:55 UTC
>Description:
- Replace APACHE_COMPAT with USE_APACHE=13
- Pet Portlint

Port maintainer (mi at aldan.algebra.com) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- ap22-mysql-editor-0.2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/databases/mysql-editor/Makefile,v
retrieving revision 1.9
diff -u -u -r1.9 Makefile
--- Makefile	1 Oct 2007 05:23:51 -0000	1.9
+++ Makefile	15 Dec 2009 21:57:14 -0000
@@ -16,11 +16,10 @@
 COMMENT=	CGI scripts in Perl to edit your MySQL tables
 
 BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
-RUN_DEPENDS=	${CGI_BIN}:${PORTSDIR}/${APACHE_PORT}	\
-		${BUILD_DEPENDS}
+RUN_DEPENDS=	${BUILD_DEPENDS}
 
-NO_BUILD=	True
-APACHE_COMPAT=	True
+USE_APACHE=	1.3
+NO_BUILD=	yes
 USE_PERL5=	yes
 
 CGI_BIN=	${LOCALBASE}/www/cgi-bin
@@ -32,7 +31,7 @@
 	${INSTALL_DATA} ${WRKSRC}/dat.conf ${CGI_BIN}/mysql-editor/dat.conf.sample
 .if !defined(NOPORTDOCS)
 	${MKDIR} ${PREFIX}/share/doc/mysql-editor
-	${INSTALL_DATA} ${WRKSRC}/readme.html ${PREFIX}/share/doc/mysql-editor
+	${INSTALL_DATA} ${WRKSRC}/readme.html ${DOCSDIR}/
 .endif
 
 .include <bsd.port.mk>
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/databases/mysql-editor/pkg-plist,v
retrieving revision 1.2
diff -u -u -r1.2 pkg-plist
--- pkg-plist	27 Sep 2001 00:29:35 -0000	1.2
+++ pkg-plist	16 Dec 2009 00:50:10 -0000
@@ -1,4 +1,4 @@
-%%PORTDOCS%%share/doc/mysql-editor/readme.html
+%%PORTDOCS%%%%DOCSDIR%%/readme.html
 www/cgi-bin/mysql-editor/addi.cgi
 www/cgi-bin/mysql-editor/addu.cgi
 www/cgi-bin/mysql-editor/dat.conf.sample
@@ -8,4 +8,4 @@
 www/cgi-bin/mysql-editor/insert.cgi
 www/cgi-bin/mysql-editor/view.cgi
 @dirrm www/cgi-bin/mysql-editor
-%%PORTDOCS%%@dirrm share/doc/mysql-editor
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
--- ap22-mysql-editor-0.2.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list