aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/kgtk
diff options
context:
space:
mode:
authoritetcu <itetcu@FreeBSD.org>2008-05-20 20:03:02 +0800
committeritetcu <itetcu@FreeBSD.org>2008-05-20 20:03:02 +0800
commite61f70d48f0102ee061bcc1fd5299444f244574d (patch)
tree78d895fe7fdb07950803b55d2d57300f509929d7 /sysutils/kgtk
parent2a1630620b8b2259893e87fe81f66334b2cea02a (diff)
downloadfreebsd-ports-graphics-e61f70d48f0102ee061bcc1fd5299444f244574d.tar.gz
freebsd-ports-graphics-e61f70d48f0102ee061bcc1fd5299444f244574d.tar.zst
freebsd-ports-graphics-e61f70d48f0102ee061bcc1fd5299444f244574d.zip
- REINPLACE bash with sh in all files that need it.
- bump PORTREVISION Requested by: miwi@ promted by bsd.cmake.mk work
Diffstat (limited to 'sysutils/kgtk')
-rw-r--r--sysutils/kgtk/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/sysutils/kgtk/Makefile b/sysutils/kgtk/Makefile
index 5ffbd40ef08..d6901ec88ff 100644
--- a/sysutils/kgtk/Makefile
+++ b/sysutils/kgtk/Makefile
@@ -7,7 +7,7 @@
PORTNAME= kgtk
PORTVERSION= 0.9.4
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= sysutils kde
MASTER_SITES= http://source.antisupport.com/kgtk/ \
http://home.freeuk.com/cpdrummond/
@@ -49,8 +49,11 @@ EXTRA_PATCHES+= ${PATCHDIR}/opt-patch-kgtk-wrapper \
.endif
post-patch:
- @${REINPLACE_CMD} -e 's| -ldl||' ${WRKSRC}/gtk2/CMakeLists.txt ${WRKSRC}/qt3/CMakeLists.txt ${WRKSRC}/qt4/CMakeLists.txt
- @${REINPLACE_CMD} -e 's|#!/bin/bash|#!/bin/sh|' ${WRKSRC}/mangled.sh
+ @${REINPLACE_CMD} -e 's| -ldl||' ${WRKSRC}/gtk2/CMakeLists.txt \
+ ${WRKSRC}/qt3/CMakeLists.txt ${WRKSRC}/qt4/CMakeLists.txt
+ @${REINPLACE_CMD} -e 's|#!/bin/bash|#!/bin/sh|' ${WRKSRC}/qt3/kqt3-wrapper.cmake \
+ ${WRKSRC}/gtk2/kgtk2-wrapper.cmake ${WRKSRC}/qt4/kqt4-wrapper.cmake \
+ ${WRKSRC}/mangled.sh ${WRKSRC}/kdialogd-wrapper ${WRKSRC}/kgtk-wrapper
@${CP} ${PATCHDIR}/ru.po ${WRKSRC}/kdialogd3/po/
pre-configure:
@${MKDIR} ${WRKSRC}/${CMAKE_BUILD_DIR}
m?h=dependabot/npm_and_yarn/devel/electron6/files/ini-1.3.8&id=fab688a7c4153e7aad8d81aa6c70167666bae3d8'>Add missing USE_OPENSSL=yestijl2015-01-151-1/+2 * Cleanup plistbapt2014-10-201-1/+0 * - Support stagingehaupt2014-02-162-6/+8 * Reduce over inclusion of bsd.port.mkbapt2014-01-161-3/+1 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1 * - Add GSSAPI-related options to enable/control GSSAPI functionalityzi2013-03-245-22/+114 * - Convert to OPTIONSNG.kuriyama2012-12-221-7/+3 * Move the rc.d scripts of the form *.sh.in to *.indougb2012-08-06