[Midnightbsd-cvs] CVS Commit: Makefile: mark as broken for now.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Aug 9 17:10:22 EDT 2007


Log Message:
-----------
mark as broken for now.

Modified Files:
--------------
    mports/databases/db3:
        Makefile (r1.1 -> r1.2)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/databases/db3/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -Ldatabases/db3/Makefile -Ldatabases/db3/Makefile -u -r1.1 -r1.2
--- databases/db3/Makefile
+++ databases/db3/Makefile
@@ -6,6 +6,8 @@
 # $MidnightBSD$
 #
 
+BROKEN=		fails to fake properly.
+
 PORTNAME=	db3
 PORTVERSION=	3.3.11
 PORTREVISION=	3
@@ -22,17 +24,20 @@
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	The Berkeley DB package, revision 3.3
 
+LICENSE=	bdb
+
 WRKSRC=		${WRKDIR}/${DISTNAME}/build_unix
 
-INSTALLS_SHLIB=		yes
+USE_LDCONFIG=		yes
 GNU_CONFIGURE=	yes
 CONFIGURE_SCRIPT=	../dist/configure
 LIBTOOLFILES=		${CONFIGURE_SCRIPT}
 CONFIGURE_ARGS=		--enable-compat185 \
 			--enable-dump185 --enable-cxx \
 			--enable-dynamic \
-			--prefix=${PREFIX} \
-			--includedir=${PREFIX}/include/db3
+			--prefix=${DESTDIR}${PREFIX} \
+			--exec-prefix=${DESTDIR}${PREFIX} \
+			--includedir=${DESTDIR}${PREFIX}/include/db3
 CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd6.0
 INSTALL_TARGET=		install_include install_lib install_utilities
 .if !defined(NOPORTDOCS)
@@ -57,11 +62,11 @@
 
 post-patch:
 	@${CHMOD} 755 ${WRKSRC}/${CONFIGURE_SCRIPT}
-	@${REINPLACE_CMD} -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/../dist/configure
+	@${REINPLACE_CMD} -e "s|%%LOCALBASE%%|${DESTDIR}${PREFIX}|g" ${WRKSRC}/../dist/configure
 
 post-configure:
 .if defined(WITH_TCL_VER)
-	@${REINPLACE_CMD} -e "s|TCFLAGS=.*|TCFLAGS=-I${LOCALBASE}/include/tcl${WITH_TCL_VER} -L${LOCALBASE}/lib/tcl${WITH_TCL_VER}|g" ${WRKSRC}/Makefile
+	@${REINPLACE_CMD} -e "s|TCFLAGS=.*|TCFLAGS=-I${LOCALBASE}/include/tcl${WITH_TCL_VER} -L${PREFIX}/lib/tcl${WITH_TCL_VER}|g" ${WRKSRC}/Makefile
 .endif
 
 post-install:


More information about the Midnightbsd-cvs mailing list