svn commit: r395924 - in head/x11/kdelibs4: . files
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed Sep 2 22:49:41 UTC 2015
Author: amdmi3
Date: Wed Sep 2 22:49:40 2015
New Revision: 395924
URL: https://svnweb.freebsd.org/changeset/ports/395924
Log:
- Drop 8.x support
Approved by: portmgr blanket
Deleted:
head/x11/kdelibs4/files/extra-patch-ConfigureChecks.cmake
Modified:
head/x11/kdelibs4/Makefile
Modified: head/x11/kdelibs4/Makefile
==============================================================================
--- head/x11/kdelibs4/Makefile Wed Sep 2 22:49:14 2015 (r395923)
+++ head/x11/kdelibs4/Makefile Wed Sep 2 22:49:40 2015 (r395924)
@@ -63,13 +63,6 @@ SHEBANG_FILES= kdecore/kconfig_compiler/
kio/proxytype.pl \
kioslave/http/kcookiejar/kcookiescfg.pl
-.include <bsd.port.pre.mk>
-
-.if ${OPSYS} == FreeBSD && ${OSVERSION} < 900004
-LIB_DEPENDS+= libutempter.so:${PORTSDIR}/sysutils/libutempter
-EXTRA_PATCHES= ${FILESDIR}/extra-patch-ConfigureChecks.cmake
-.endif
-
post-patch:
${REINPLACE_CMD} -e 's,/usr/local,${LOCALBASE},g' \
${PATCH_WRKSRC}/kde3support/kdeui/k3sconfig.cpp \
@@ -109,4 +102,4 @@ post-install:
${MKDIR} ${STAGEDIR}/${PREFIX}/share/mime/all \
${STAGEDIR}/${PREFIX}/share/mime/uri
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
More information about the svn-ports-all
mailing list