[Midnightbsd-cvs] mports: Makefile: Remove sqlite support from this port

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Feb 28 09:47:58 EST 2008


Log Message:
-----------
Remove sqlite support from this port

Modified Files:
--------------
    mports/audio/libsndfile:
        Makefile (r1.1 -> r1.2)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/audio/libsndfile/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -L audio/libsndfile/Makefile -L audio/libsndfile/Makefile -u -r1.1 -r1.2
--- audio/libsndfile/Makefile
+++ audio/libsndfile/Makefile
@@ -17,24 +17,17 @@
 
 USE_GNOME=	gnomehack gnometarget pkgconfig
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--enable-justsrc --disable-gcc-pipe
+CONFIGURE_ARGS=	--enable-justsrc --disable-gcc-pipe --disable-sqlite
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 		LDFLAGS="-L${LOCALBASE}/lib"
 USE_LDCONFIG=	yes
 
 MAN1=		sndfile-convert.1 sndfile-info.1 sndfile-play.1
 
-OPTIONS=	FLAC "Enable flac support" On \
-		SQLITE3 "Enable Sqlite3 support" Off
+OPTIONS=	FLAC "Enable flac support" On
 
 .include <bsd.port.pre.mk>
 
-.if defined(WITH_SQLITE3)
-LIB_DEPENDS+=	sqlite3.8:${PORTSDIR}/databases/sqlite3
-.else
-CONFIGURE_ARGS=	--disable-sqlite
-.endif
-
 .if !defined(WITHOUT_FLAC) || exists(${LOCALBASE}/lib/libFLAC.a)
 LIB_DEPENDS+=	FLAC.7:${PORTSDIR}/audio/flac
 .endif


More information about the Midnightbsd-cvs mailing list