ports/107718: Update to 1.0.3

Ralf van der Enden tremere at cainites.net
Tue Jan 9 21:00:30 UTC 2007


>Number:         107718
>Category:       ports
>Synopsis:       Update to 1.0.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 09 21:00:29 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Ralf van der Enden
>Release:        FreeBSD 6.1-RELEASE-p11 i386
>Organization:
>Environment:
System: FreeBSD lan.cainites.net 6.1-RELEASE-p11 FreeBSD 6.1-RELEASE-p11 #0: Wed Dec 6 17:30:14 CET 2006 root at lan.cainites.net:/usr/obj/usr/src/sys/HELLKERNEL i386


	
>Description:
	
- Update to 1.0.3
- Clean up pkg-plist
- Some minor Makefile edits
>How-To-Repeat:
	
>Fix:

	

--- opendbx-1.0.3.diff begins here ---
diff -ruN opendbx/Makefile opendbx.new/Makefile
--- opendbx/Makefile	Sun Jul  9 16:26:40 2006
+++ opendbx.new/Makefile	Mon Jan  8 23:47:49 2007
@@ -2,11 +2,11 @@
 # Date Created:                         17 March 2006
 # Whom:                                 tremere at cainites.net
 #
-# $FreeBSD: ports/databases/opendbx/Makefile,v 1.1 2006/07/09 14:26:40 itetcu Exp $
+# $FreeBSD: ports/databases/opendbx-devel/Makefile Exp $
 #
 
 PORTNAME=	opendbx
-PORTVERSION=	1.0.0
+PORTVERSION=	1.0.3
 CATEGORIES=	databases
 MASTER_SITES=	http://www.linuxnetworks.de/opendbx/download/
 DISTNAME=	${PORTNAME}-${PORTVERSION}
@@ -16,7 +16,6 @@
 
 USE_GMAKE=		YES
 USE_AUTOTOOLS=		libtool:15
-USE_GETTEXT=		yes
 
 CPPFLAGS+=		-I${LOCALBASE}/include
 LDFLAGS+=		-L${LOCALBASE}/lib
@@ -26,21 +25,21 @@
 
 USE_LDCONFIG=		${PREFIX}/lib/opendbx
 
-OPTIONS=	MYSQL	"Support for the MySQL database" off \
-		PGSQL	"Support for the PostgreSQL database" on \
-		SQLITE2	"Support for the SQLite 2 database" off \
-		SQLITE	"Support for the SQLite 3 database" off
+OPTIONS=	MYSQL	"Support for the MySQL database" on \
+		PGSQL	"Support for the PostgreSQL database" off \
+		SQLITE	"Support for the SQLite 2 database" off \
+		SQLITE3	"Support for the SQLite 3 database" off
 
 .include <bsd.port.pre.mk>
 
 .if ${OSVERSION} < 500000
-IGNORE=		doesn't build on FreeBSd < 5.x
+IGNORE=		doesn't build on FreeBSD < 5.x
 #post-patch:
 #	${REINPLACE_CMD} 's/stdint.h/inttypes.h/' ${WRKSRC}/lib/odbxlib.h
 #	${REINPLACE_CMD} 's/stdint.h/inttypes.h/' ${WRKSRC}/lib/odbx.h
 .endif
 
-.if !defined(WITH_MYSQL) && !defined(WITH_PGSQL) && !defined(WITH_SQLITE2) && !defined(WITH_SQLITE)
+.if !defined(WITH_MYSQL) && !defined(WITH_PGSQL) && !defined(WITH_SQLITE) && !defined(WITH_SQLITE3)
 IGNORE=		you need to select at least one database
 .endif
 
@@ -62,7 +61,7 @@
 PLIST_SUB+=		WITHPGSQL="@comment "
 .endif
 
-.if defined(WITH_SQLITE2)
+.if defined(WITH_SQLITE)
 USE_SQLITE?=		2
 CONFIGURE_MODULES+=	"sqlite"
 PLIST_SUB+=		WITHSQLITE=""
@@ -70,7 +69,7 @@
 PLIST_SUB+=		WITHSQLITE="@comment "
 .endif
 
-.if defined(WITH_SQLITE)
+.if defined(WITH_SQLITE3)
 USE_SQLITE?=		3
 CONFIGURE_MODULES+=	"sqlite3"
 PLIST_SUB+=		WITHSQLITE3=""
diff -ruN opendbx/distinfo opendbx.new/distinfo
--- opendbx/distinfo	Sun Jul  9 16:26:40 2006
+++ opendbx.new/distinfo	Mon Jan  8 11:05:21 2007
@@ -1,3 +1,3 @@
-MD5 (opendbx-1.0.0.tar.gz) = 7b966fdd58ebe30201d912079ce38980
-SHA256 (opendbx-1.0.0.tar.gz) = 44734717c5ee9eb4f8a72c4354b8855437d299b06f40acf5f10c9e0a3514e90b
-SIZE (opendbx-1.0.0.tar.gz) = 398367
+MD5 (opendbx-1.0.3.tar.gz) = 13bed4226f49139cd31ab1d924182879
+SHA256 (opendbx-1.0.3.tar.gz) = 7c102f24c30518f5cadce4a83acfb1971f946836069f7e396a58de4080820a21
+SIZE (opendbx-1.0.3.tar.gz) = 409985
diff -ruN opendbx/pkg-plist opendbx.new/pkg-plist
--- opendbx/pkg-plist	Sun Jul  9 16:26:40 2006
+++ opendbx.new/pkg-plist	Mon Jan  8 10:42:18 2007
@@ -1,4 +1,3 @@
-bin/odbxtest
 include/odbx.h
 lib/libopendbx.a
 lib/libopendbx.la
--- opendbx-1.0.3.diff ends here ---


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



More information about the freebsd-ports-bugs mailing list