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)
35 lines
828 B
Makefile
35 lines
828 B
Makefile
# Created by: Dima Panov <fluffy@Fluffy.Khv.RU>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= polkit-kde
|
|
PORTVERSION= 0.99.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= sysutils kde
|
|
MASTER_SITES= ${MASTER_SITE_KDE}
|
|
MASTER_SITE_SUBDIR= stable/apps/KDE4.x/admin/
|
|
DISTNAME= ${PORTNAME}-agent-1-${PORTVERSION:C/1$/0/}
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Polkit authentication UI for KDE Workspaces
|
|
|
|
LICENSE= GPLv2
|
|
|
|
LIB_DEPENDS= libpolkit-qt-agent-1.so:${PORTSDIR}/sysutils/polkit-qt
|
|
|
|
USE_KDE4= kdehier kdelibs kdeprefix automoc4
|
|
USE_QT4= moc_build qmake_build rcc_build uic_build
|
|
USES= cmake tar:bzip2
|
|
|
|
OPTIONS_DEFINE= NLS
|
|
OPTIONS_SUB= yes
|
|
|
|
NLS_CMAKE_OFF= -DBUILD_po:BOOL=FALSE
|
|
NLS_USES= gettext
|
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -e 's|$${LIB_INSTALL_DIR}/pkgconfig|libdata/pkgconfig|' \
|
|
${WRKSRC}/CMakeLists.txt
|
|
|
|
.include <bsd.port.mk>
|