mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
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)
30 lines
765 B
Makefile
30 lines
765 B
Makefile
# Created by: Dima Panov <fluffy@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= kio-upnp-ms
|
|
DISTVERSION= 1.0.0.git20110808
|
|
PORTREVISION= 4
|
|
CATEGORIES= net devel
|
|
#MASTER_SITES= ${MASTER_SITE_KDE}
|
|
#MASTER_SITE_SUBDIR= stable/${PORTNAME}/${PORTVERSION}/src
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= fluffy
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KIO slave to access UPnP MediaServers
|
|
|
|
LIB_DEPENDS= libHUpnp.so:${PORTSDIR}/net/hupnp
|
|
|
|
USES= cmake tar:bzip2
|
|
USE_KDE4= automoc4 kdehier kdeprefix kdelibs
|
|
USE_QT4= corelib network xml dbus gui \
|
|
qmake_build moc_build rcc_build uic_build
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME:C/.[^.]*$//}
|
|
|
|
PLIST_FILES= include/kio/upnp-ms-types.h \
|
|
lib/kde4/kio_upnp_ms.so \
|
|
share/kde4/services/kio_upnp_ms.protocol
|
|
|
|
.include <bsd.port.mk>
|