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)
24 lines
640 B
Makefile
24 lines
640 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= krename
|
|
PORTVERSION= 4.0.9
|
|
PORTREVISION= 7
|
|
CATEGORIES= sysutils kde
|
|
MASTER_SITES= SF/${PORTNAME}/KDE4%20${PORTNAME}-stable/${PORTVERSION}
|
|
|
|
MAINTAINER= makc@FreeBSD.org
|
|
COMMENT= Powerful batch file renamer for KDE
|
|
|
|
LIB_DEPENDS= libtag.so:${PORTSDIR}/audio/taglib \
|
|
libexiv2.so:${PORTSDIR}/graphics/exiv2 \
|
|
libpodofo.so:${PORTSDIR}/graphics/podofo
|
|
|
|
USES= cmake:outsource tar:bzip2
|
|
USE_KDE4= kdeprefix kdelibs automoc4
|
|
USE_QT4= qmake_build moc_build rcc_build uic_build
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} 's,FREETYPE_INCLUDE_DIR,FREETYPE_INCLUDE_DIR_freetype2,' \
|
|
${WRKSRC}/src/CMakeLists.txt
|
|
|
|
.include <bsd.port.mk>
|