FreeBSD Bugzilla – Attachment 197827 Details for
Bug 231992
databases/sqlcached: Switch to sqlite3 and respect {C,LD}FLAGS
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
sqlcached.diff
sqlcached.diff (text/plain), 1.99 KB, created by
Tobias Kortkamp
on 2018-10-06 07:40:07 UTC
(
hide
)
Description:
sqlcached.diff
Filename:
MIME Type:
Creator:
Tobias Kortkamp
Created:
2018-10-06 07:40:07 UTC
Size:
1.99 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 481292) >+++ Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= sqlcached > PORTVERSION= r6 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= databases net > MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} > >@@ -10,12 +10,8 @@ > MAINTAINER= ivoras@FreeBSD.org > COMMENT= Cache daemon using SQL for data manipulation > >-LIB_DEPENDS= libsqlite.so:databases/sqlite2 >+USES= localbase ncurses readline sqlite tar:tgz > >-USES= readline ncurses tar:tgz >- >-LDFLAGS+= -L${LOCALBASE}/lib >- > WRKSRC= ${WRKDIR}/${PORTNAME} > > PORTDOCS= ${PORTNAME}.html ${PORTNAME}.txt >Index: files/patch-Makefile >=================================================================== >--- files/patch-Makefile (nonexistent) >+++ files/patch-Makefile (working copy) >@@ -0,0 +1,21 @@ >+--- Makefile.orig 2013-09-26 13:45:50 UTC >++++ Makefile >+@@ -1,7 +1,5 @@ >+-MYCFLAGS=-O3 -Wall -I/usr/local/include #-g -pg >+-MYLDFLAGS=-L/usr/local/lib -lsqlite #-g -pg >+-#MYCFLAGS=-O3 -Wall -I/usr/local/include -DSQLITE3 >+-#MYLDFLAGS=-L/usr/local/lib -lsqlite3 >++MYCFLAGS= ${CFLAGS} -DSQLITE3 >++MYLDFLAGS= ${LDFLAGS} -lsqlite3 >+ >+ all: sqlcached sc_client sc_client_bench libsqlcached_client.so libsqlcached_client.a >+ >+@@ -20,7 +18,7 @@ server_protocol.o: server_protocol.c common.h >+ cc -o server_protocol.o -c server_protocol.c ${MYCFLAGS} >+ >+ sc_client: client.o sqlcached_client.o >+- cc -o sc_client client.o sqlcached_client.o ${MYLDFLAGS} -lreadline -lcurses >++ cc -o sc_client client.o sqlcached_client.o ${MYLDFLAGS} -lreadline -lncurses >+ >+ client.o: client.c common.h >+ cc -o client.o -c client.c ${MYCFLAGS} > >Property changes on: files/patch-Makefile >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
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:
tobik
:
maintainer-approval?
(
ivoras
)
Actions:
View
|
Diff
Attachments on
bug 231992
: 197827