aboutsummaryrefslogtreecommitdiffstats
path: root/databases/akonadi
diff options
context:
space:
mode:
authorrakuco <rakuco@FreeBSD.org>2011-09-19 07:19:08 +0800
committerrakuco <rakuco@FreeBSD.org>2011-09-19 07:19:08 +0800
commitff7e45f6e6a0de4de779027bf905502f63170a19 (patch)
treed2879fd71d98eb2f5fcc7cfa11c9e73bfdef2a74 /databases/akonadi
parent193fe677a6ab623752fb8449553968623699450e (diff)
downloadfreebsd-ports-gnome-ff7e45f6e6a0de4de779027bf905502f63170a19.tar.gz
freebsd-ports-gnome-ff7e45f6e6a0de4de779027bf905502f63170a19.tar.zst
freebsd-ports-gnome-ff7e45f6e6a0de4de779027bf905502f63170a19.zip
Remove unneeded sed hacks for entities.h.
This header file is not installed, and the current build directory is added to the include path list before LOCALBASE, so there should be no naming conflicts with graphics/gd. Approved by: avilla (mentor)
Diffstat (limited to 'databases/akonadi')
-rw-r--r--databases/akonadi/Makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/databases/akonadi/Makefile b/databases/akonadi/Makefile
index f67ca23c3f48..3991d478c07e 100644
--- a/databases/akonadi/Makefile
+++ b/databases/akonadi/Makefile
@@ -42,19 +42,6 @@ PLIST_SUB+= QT_PREFIX=${QT_PREFIX}
post-patch:
${REINPLACE_CMD} -e '/akonadi.pc/s|pkgconfig|../libdata/pkgconfig|' \
${PATCH_WRKSRC}/CMakeLists.txt
- ${CP} ${PATCH_WRKSRC}/server/src/storage/entities-header.xsl \
- ${PATCH_WRKSRC}/server/src/storage/entitiesKDE4.header.xsl
- cd ${PATCH_WRKSRC}/server && \
- ${REINPLACE_CMD} -e 's|entities.h|entitiesKDE4.h|g' \
- CMakeLists.txt \
- src/storage/entities.xsl \
- src/storage/doxygen-preprocess-entities.sh
-# graphics/gd installs entities.h to ${LOCALBASE}/include, rename kde's entities.h to fix build
-.for ext in *.cpp *.h
- ${FIND} ${PATCH_WRKSRC} -name ${ext} | ${XARGS} \
- ${REINPLACE_CMD} -e 's|include "entities.h"|include <entitiesKDE4.h>|g' \
- -e 's|include <entities.h>|include <entitiesKDE4.h>|g'
-.endfor
${REINPLACE_CMD} -e '/find_program/s|mysqld|mysqld_safe ${LOCALBASE}/bin|g' \
${PATCH_WRKSRC}/server/CMakeLists.txt
#prevent updating mime during build