Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Apr 2011 16:51:30 +0400 (MSD)
From:      Pavel I Volkov <pavelivolkov@googlemail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/156420: [MAINTAINER] databases/sqlite3: update to 3.7.6.1
Message-ID:  <201104151251.p3FCpUK9030732@cvs0.catervaska.dyndns.org>
Resent-Message-ID: <201104151320.p3FDK51G021467@freefall.freebsd.org>

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

>Number:         156420
>Category:       ports
>Synopsis:       [MAINTAINER] databases/sqlite3: update to 3.7.6.1
>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:   Fri Apr 15 13:20:05 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Pavel I Volkov
>Release:        FreeBSD 8.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD cvs0.catervaska.dyndns.org 8.2-STABLE FreeBSD 8.2-STABLE #0: Sat Apr  9 20:20:05 MSD
>Description:
- Update to 3.7.6.1
- Changing the test conditions.

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

--- sqlite3-3.7.6.1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/databases/sqlite3.orig/Makefile /usr/ports/databases/sqlite3/Makefile
--- /usr/ports/databases/sqlite3.orig/Makefile	2011-04-14 14:16:57.000000000 +0400
+++ /usr/ports/databases/sqlite3/Makefile	2011-04-15 08:34:13.000000000 +0400
@@ -6,10 +6,10 @@
 #
 
 PORTNAME=	sqlite3
-PORTVERSION=	3.7.5
+PORTVERSION=	3.7.6.1
 CATEGORIES=	databases
 MASTER_SITES=	http://www.sqlite.org/ http://www2.sqlite.org/
-DISTNAME=	sqlite-src-3070500
+DISTNAME=	sqlite-src-3070601
 
 MAINTAINER=	pavelivolkov@googlemail.com
 COMMENT=	An SQL database engine in a C library
@@ -174,6 +174,7 @@
 
 .if !defined(WITHOUT_THREADSAFE)
 CONFIGURE_ARGS+=	--enable-threadsafe
+LDFLAGS+=		-lpthread
 .else
 CONFIGURE_ARGS+=	--disable-threadsafe
 .endif
@@ -209,7 +210,7 @@
 .endif
 
 test: build
-	@(cd ${WRKSRC} && ${CHOWN} -R ${TESTUSER} ${WRKSRC} && su ${TESTUSER} -c "${MAKE} test"; ${CHOWN} ${USER} ${WRKSRC})
+	@(cd ${WRKSRC} && ${CHOWN} -R ${TESTUSER} ${WRKSRC} && su ${TESTUSER} -c "limits -n 1999 ${MAKE} test"; ${CHOWN} ${USER} ${WRKSRC})
 
 post-build:
 	@${ECHO_CMD}
diff -ruN --exclude=CVS /usr/ports/databases/sqlite3.orig/distinfo /usr/ports/databases/sqlite3/distinfo
--- /usr/ports/databases/sqlite3.orig/distinfo	2011-04-14 14:16:57.000000000 +0400
+++ /usr/ports/databases/sqlite3/distinfo	2011-04-14 14:20:47.000000000 +0400
@@ -1,2 +1,2 @@
-SHA256 (sqlite-src-3070500.zip) = 1bb838c02b4946c514e28cfcd1c15b0079f8626f5fbcfcf2b48e2a075acc5c51
-SIZE (sqlite-src-3070500.zip) = 3987471
+SHA256 (sqlite-src-3070601.zip) = 74450f442a22ea57056bfe09719fb4eeee7e18e83d8cae149c963bc7876e6c08
+SIZE (sqlite-src-3070601.zip) = 4469325
--- sqlite3-3.7.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?201104151251.p3FCpUK9030732>