Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Mar 2012 07:23:48 GMT
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        zhoushuqun@gmail.com
Subject:   ports/166478: [PATCH] www/mod_auth_openid: change depends from sqlite3 to sqlite34
Message-ID:  <201203290723.q2T7Nm5L019515@freefall.freebsd.org>
Resent-Message-ID: <201203290730.q2T7UA1u036461@freefall.freebsd.org>

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

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201203290723.q2T7Nm5L019515>