ports/166478: [PATCH] www/mod_auth_openid: change depends from sqlite3 to sqlite34

Baptiste Daroussin bapt at FreeBSD.org
Thu Mar 29 07:30:11 UTC 2012


>Number:         166478
>Category:       ports
>Synopsis:       [PATCH] www/mod_auth_openid: change depends from sqlite3 to sqlite34
>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:   Thu Mar 29 07:30:10 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Baptiste Daroussin
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD azathoth.lan 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r233418M: Sat Mar 24 13:45:31 CET
>Description:
Make it depends on sqlite3 instead of sqlite34
While here remove the pre 7.x bits

Port maintainer (zhoushuqun at gmail.com) is cc'd.

Generated with FreeBSD Port Tools 0.99_4 (mode: change, diff: CVS)
>How-To-Repeat:
>Fix:

--- ap22-mod_auth_openid-0.6_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/www/mod_auth_openid/Makefile,v
retrieving revision 1.9
diff -u -u -r1.9 Makefile
--- Makefile	14 Feb 2012 19:16:24 -0000	1.9
+++ Makefile	29 Mar 2012 07:22:31 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	mod_auth_openid
 PORTVERSION=	0.6
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	http://butterfat.net/releases/mod_auth_openid/
 PKGNAMEPREFIX=	${APACHE_PKGNAMEPREFIX}
@@ -15,9 +16,9 @@
 COMMENT=	An authentication module for the Apache 2 webserver with OpenID
 
 LIB_DEPENDS=	opkele:${PORTSDIR}/devel/libopkele \
-		sqlite3:${PORTSDIR}/databases/sqlite34
+		sqlite3:${PORTSDIR}/databases/sqlite3
 
-MAKE_JOBS_SAFE=  yes
+MAKE_JOBS_SAFE=	yes
 
 PLIST_FILES=	${APACHEMODDIR}/mod_auth_openid.so
 
@@ -28,10 +29,4 @@
 
 CFLAGS+=	-I${LOCALBASE}/include -I/usr/include/openssl
 
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 700000
-BROKEN=		Doesn't compile on 6.x
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
--- ap22-mod_auth_openid-0.6_1.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list