mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +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)
25 lines
662 B
Makefile
25 lines
662 B
Makefile
# Created by: Martin Wilke <miwi@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= kdewebdev
|
|
PORTVERSION= ${KDE4_VERSION}
|
|
PORTREVISION= 1
|
|
CATEGORIES= www kde
|
|
MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src
|
|
DIST_SUBDIR= KDE/${PORTVERSION}
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Comprehensive html/website development environment
|
|
|
|
LIB_DEPENDS= libtidy-0.99.so:${PORTSDIR}/www/tidy-lib \
|
|
libboost_thread.so:${PORTSDIR}/devel/boost-libs
|
|
|
|
USE_GNOME= libxml2 libxslt
|
|
USE_KDE4= kdelibs pimlibs kdeprefix kdehier automoc4
|
|
USES= cmake:outsource tar:xz
|
|
USE_QT4= dbus porting_build \
|
|
qmake_build moc_build rcc_build uic_build uic3_build
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|