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)
29 lines
707 B
Makefile
29 lines
707 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kdeadmin
|
|
PORTVERSION= ${KDE4_VERSION}
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils kde
|
|
DISTFILES= #
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KDE Administration applications (meta port)
|
|
|
|
USE_KDE4= kdeprefix
|
|
NO_BUILD= yes
|
|
NO_INSTALL= yes
|
|
NO_MTREE= yes
|
|
|
|
OPTIONS_DEFINE= KCRON KSYSTEMLOG KUSER
|
|
OPTIONS_DEFAULT= ${OPTIONS_DEFINE}
|
|
|
|
KCRON_DESC= Task scheduler
|
|
KCRON_RUN_DEPENDS= ${KDE4_PREFIX}/lib/kde4/kcm_cron.so:${PORTSDIR}/sysutils/kcron
|
|
|
|
KSYSTEMLOG_DESC= System log viewer
|
|
KSYSTEMLOG_RUN_DEPENDS= ${KDE4_PREFIX}/bin/ksystemlog:${PORTSDIR}/sysutils/ksystemlog
|
|
|
|
KUSER_DESC= User management application
|
|
KUSER_RUN_DEPENDS= ${KDE4_PREFIX}/bin/kuser:${PORTSDIR}/sysutils/kuser
|
|
|
|
.include <bsd.port.mk>
|