Date: Wed, 26 Aug 2015 09:49:42 +0000 (UTC) From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395359 - head/x11/kde4-workspace Message-ID: <201508260949.t7Q9ngx8073475@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rakuco Date: Wed Aug 26 09:49:42 2015 New Revision: 395359 URL: https://svnweb.freebsd.org/changeset/ports/395359 Log: Drop USES=iconv. The port only has a run-time dependency on iconv(1) in a small font-related Perl script, and iconv(1) is part of base in all FreeBSD releases we support. Modified: head/x11/kde4-workspace/Makefile Modified: head/x11/kde4-workspace/Makefile ============================================================================== --- head/x11/kde4-workspace/Makefile Wed Aug 26 09:31:50 2015 (r395358) +++ head/x11/kde4-workspace/Makefile Wed Aug 26 09:49:42 2015 (r395359) @@ -2,7 +2,7 @@ PORTNAME= kde-workspace PORTVERSION= ${KDE4_WORKSPACE_VERSION} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 kde MASTER_SITES= KDE/${KDE4_BRANCH}/${KDE4_VERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} @@ -44,7 +44,7 @@ USE_GL= glu USE_GNOME= glib20 USE_KDE4= kactivities kdelibs kdeprefix nepomuk-core oxygen \ pimlibs akonadi automoc4 ontologies qimageblitz soprano strigi -USES= cmake:outsource compiler:c++11-lib gettext gmake iconv jpeg \ +USES= cmake:outsource compiler:c++11-lib gettext gmake jpeg \ pkgconfig shebangfix tar:xz USE_QT4= corelib dbus declarative designer_build gui network \ opengl phonon qtestlib script sql webkit xml \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508260949.t7Q9ngx8073475>