FreeBSD Bugzilla – Attachment 198137 Details for
Bug 232248
databases/sqlite3: Update to 3.25.2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
sqlite3-20181014.diff (text/plain), 2.38 KB, created by
Pavel Volkov
on 2018-10-14 15:05:04 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Pavel Volkov
Created:
2018-10-14 15:05:04 UTC
Size:
2.38 KB
patch
obsolete
>diff -urNd databases/sqlite3.orig/Makefile databases/sqlite3/Makefile >--- databases/sqlite3.orig/Makefile 2018-10-14 08:12:16.227038000 +0000 >+++ databases/sqlite3/Makefile 2018-10-14 13:31:38.787238000 +0000 >@@ -2,7 +2,7 @@ > # $FreeBSD: head/databases/sqlite3/Makefile 480212 2018-09-20 21:05:36Z swills $ > > PORTNAME= sqlite3 >-DISTVERSION= 3.25.1 >+DISTVERSION= 3.25.2 > CATEGORIES= databases > MASTER_SITES= https://www.sqlite.org/2018/ http://www2.sqlite.org/2018/ http://www3.sqlite.org/2018/ > DISTNAME= sqlite-autoconf-${PORTVERSION:C/\.([[:digit:]])[[:>:]]/0\1/g:S/.//g}00 >@@ -12,9 +12,24 @@ > > LICENSE= PD > >+FLAVORS= default icu >+FLAVOR?= ${FLAVORS:[1]} >+default_CONFLICTS_INSTALL= ${PORTNAME}${icu_PKGNAMESUFFIX} >+icu_CONFLICTS_INSTALL= ${PORTNAME} >+icu_PKGNAMESUFFIX= -icu >+icu_BUILD_DEPENDS= ${ICU_BUILD_DEPENDS} >+icu_LIB_DEPENDS= ${ICU_LIB_DEPENDS} >+.if ${FLAVOR:U} == icu >+COMMENT+= (${FLAVOR} flavor) >+CPPFLAGS+= ${ICU_CPPFLAGS} >+LIBS+= ${ICU_LIBS} >+OPTIONS_EXCLUDE= ICU >+.endif >+ > USES= libtool ncurses pathfix >-GNU_CONFIGURE= yes > USE_LDCONFIG= yes >+ >+GNU_CONFIGURE= yes > INSTALL_TARGET= install-strip > > MAKE_JOBS_UNSAFE= yes >diff -urNd databases/sqlite3.orig/distinfo databases/sqlite3/distinfo >--- databases/sqlite3.orig/distinfo 2018-10-14 08:12:16.227035000 +0000 >+++ databases/sqlite3/distinfo 2018-10-14 13:32:23.150601000 +0000 >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1537452866 >-SHA256 (sqlite-autoconf-3250100.tar.gz) = 96ed46bd87f093073ca8afd613020def847009b611c89f397bc24bd932ec6fd1 >-SIZE (sqlite-autoconf-3250100.tar.gz) = 2763831 >+TIMESTAMP = 1539523929 >+SHA256 (sqlite-autoconf-3250200.tar.gz) = da9a1484423d524d3ac793af518cdf870c8255d209e369bd6a193e9f9d0e3181 >+SIZE (sqlite-autoconf-3250200.tar.gz) = 2763876 >diff -urNd databases/sqlite3.orig/files/patch-configure databases/sqlite3/files/patch-configure >--- databases/sqlite3.orig/files/patch-configure 2018-10-14 08:12:16.227041000 +0000 >+++ databases/sqlite3/files/patch-configure 1970-01-01 00:00:00.000000000 +0000 >@@ -1,11 +0,0 @@ >---- configure.orig 2018-09-18 20:36:42 UTC >-+++ configure >-@@ -13638,7 +13638,7 @@ if test "${enable_session+set}" = set; t >- fi >- >- if test x"$enable_session" = "xyes"; then >-- BUILD_CFLAGS="$BUILD_CFLAGS-DSQLITE_ENABLE_SESSION -DSQLITE_ENABLE_PREUPDATE_HOOK" >-+ BUILD_CFLAGS="$BUILD_CFLAGS -DSQLITE_ENABLE_SESSION -DSQLITE_ENABLE_PREUPDATE_HOOK" >- fi >- #----------------------------------------------------------------------- >-
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
pavelivolkov
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 232248
: 198137 |
198138
|
198139