515db2ed10
GCC 4.2 in FreeBSD 8.X/9.X base is now too old to compile OpenEXR, so GCC-based systems will upgrade to the default ports compiler (GCC 4.7 currently.) Add two patches to OpenEXR to permit building it in a live system with the older OpenEXR version installed. Bug report filed to upstream Github at https://github.com/openexr/openexr/issues/130 Couple OpenEXR more tightly to ilmbase and require its exact .so version. Add UPDATING note, and bump PORTREVISION of all dependent ports. Proto-STAGE hugin-devel, and mark it IGNORE because hugin is newer. Approved by: portmgr (implicit for bumping PORTREVISION on unstaged ports)
33 lines
927 B
Makefile
33 lines
927 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= polkit-kde
|
|
DISTVERSION= 0.0-${PORTDATE}
|
|
PORTREVISION= 2
|
|
CATEGORIES= sysutils kde
|
|
MASTER_SITES= LOCAL/avilla
|
|
PKGNAMEPREFIX= kcm-
|
|
DISTNAME= ${PORTNAME}-kcmodules-1-${PORTDATE}
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Polkit-KDE configuration module
|
|
|
|
LIB_DEPENDS= libpolkit-qt-agent-1.so:${PORTSDIR}/sysutils/polkit-qt
|
|
RUN_DEPENDS= ${KDE4_PREFIX}/lib/kde4/libexec/polkit-kde-authentication-agent-1:${PORTSDIR}/sysutils/polkit-kde
|
|
|
|
USE_KDE4= kdehier kdelibs kdeprefix automoc4
|
|
USE_QT4= dbus xml moc_build qmake_build rcc_build uic_build
|
|
USES= cmake gmake pkgconfig tar:bzip2
|
|
USE_LDCONFIG= yes
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-kcmodules-1
|
|
|
|
PORTDATE= 20121008
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -e 's,/usr,${KDE4_PREFIX},' \
|
|
-e 's,/etc,${KDE4_PREFIX}/etc,' \
|
|
${WRKSRC}/helper/polkitkde1helper.cpp \
|
|
${WRKSRC}/polkitactions/ActionWidget.cpp \
|
|
${WRKSRC}/polkitconfig/kcmpolkitconfig.cpp
|
|
|
|
.include <bsd.port.mk>
|