svn commit: r323622 - in head/databases/db6: . files

Matthias Andree mandree at FreeBSD.org
Wed Jul 24 21:57:55 UTC 2013


Author: mandree
Date: Wed Jul 24 21:57:54 2013
New Revision: 323622
URL: http://svnweb.freebsd.org/changeset/ports/323622

Log:
  Simplify, for conciseness:
  Move function of patch file into post-patch target, too.

Deleted:
  head/databases/db6/files/
Modified:
  head/databases/db6/Makefile

Modified: head/databases/db6/Makefile
==============================================================================
--- head/databases/db6/Makefile	Wed Jul 24 21:35:51 2013	(r323621)
+++ head/databases/db6/Makefile	Wed Jul 24 21:57:54 2013	(r323622)
@@ -84,7 +84,9 @@ CONFIGURE_ARGS+=	--enable-debug --enable
 
 post-patch:
 	${REINPLACE_CMD} -e '/^DOCLIST/{s/csharp//;}' ${WRKSRC}/../dist/Makefile.in
-	${REINPLACE_CMD} -Ee 's/[[:<:]]atomic_init[[:>:]]/db_atomic_init/g' ${WRKSRC}/../src/mp/mp* ${WRKSRC}/../src/mutex/mut_*
+	${REINPLACE_CMD} -Ee 's/[[:<:]]atomic_init[[:>:]]/db_atomic_init/g' \
+	    ${WRKSRC}/../src/mp/mp* ${WRKSRC}/../src/mutex/mut_* \
+	    ${WRKSRC}/../src/dbinc/atomic.h
 
 post-install:
 .for i in libdb libdb_cxx libdb_stl ${libdb_sql} ${libdb_java}


More information about the svn-ports-all mailing list