diff options
author | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-05-18 02:45:02 +0800 |
---|---|---|
committer | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-05-18 02:45:02 +0800 |
commit | 78ecad6f8619148eaa2fb8d32a76355ec68bb86b (patch) | |
tree | 9cf56f515b7c46af61e74da6411dfc6d0e9bfae9 | |
parent | f1502fe8181e3cefba15522055db973c284b595e (diff) | |
download | marcuscom-ports-78ecad6f8619148eaa2fb8d32a76355ec68bb86b.tar marcuscom-ports-78ecad6f8619148eaa2fb8d32a76355ec68bb86b.tar.gz marcuscom-ports-78ecad6f8619148eaa2fb8d32a76355ec68bb86b.tar.bz2 marcuscom-ports-78ecad6f8619148eaa2fb8d32a76355ec68bb86b.tar.lz marcuscom-ports-78ecad6f8619148eaa2fb8d32a76355ec68bb86b.tar.xz marcuscom-ports-78ecad6f8619148eaa2fb8d32a76355ec68bb86b.tar.zst marcuscom-ports-78ecad6f8619148eaa2fb8d32a76355ec68bb86b.zip |
Fix zenity3 and evolution. Those install scripts not shebanged; those
scripts are .in files that get patched and renamed during the build. Fixing
that with USES=+perl5 is easier than patching the .in file and then
using shebangfix.
Reported by: poudriere
Discussed with: kwm
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19671 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | mail/evolution/Makefile | 4 | ||||
-rw-r--r-- | x11/zenity3/Makefile | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index ef6552d0a..8425ebc6f 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -4,6 +4,7 @@ PORTNAME= evolution PORTVERSION= 3.12.2 +PORTREVISION= 1 CATEGORIES= mail gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -23,7 +24,7 @@ LIB_DEPENDS= libnss3.so:${PORTSDIR}/security/nss \ RUN_DEPENDS= highlight:${PORTSDIR}/textproc/highlight USES= desktop-file-utils bison gettext gmake libtool:keepla \ - pathfix pkgconfig shebangfix tar:xz + pathfix perl5 pkgconfig tar:xz USE_GNOME= evolutiondataserver3 gnomedesktop3 gnomeprefix gtkhtml4 \ intlhack GNU_CONFIGURE= yes @@ -36,7 +37,6 @@ CONFIGURE_ARGS= --enable-nss=yes \ CONFIGURE_ARGS+=--disable-image-inline CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -SHEBANG_FILES= addressbook/tools/csv2vcard GLIB_SCHEMAS= org.gnome.evolution.gschema.xml \ org.gnome.evolution.addressbook.gschema.xml \ diff --git a/x11/zenity3/Makefile b/x11/zenity3/Makefile index 1d6d899eb..4ec63524b 100644 --- a/x11/zenity3/Makefile +++ b/x11/zenity3/Makefile @@ -4,6 +4,7 @@ PORTNAME= zenity PORTVERSION= 3.12.1 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= GNOME PKGNAMESUFFIX= 3 @@ -18,7 +19,7 @@ BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool CONFLICTS= gtkada-1.2.* zenity-2.* -USES= gettext gmake pathfix pkgconfig tar:xz +USES= gettext gmake pathfix pkgconfig perl5 tar:xz USE_GNOME= gnomeprefix gtk30 intlhack USE_XORG= x11 GNU_CONFIGURE= yes |