Just an upgrade which fixes this port for 10.0. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->rm I will take it.
Author: rm Date: Tue Mar 4 20:31:47 2014 New Revision: 347067 URL: http://svnweb.freebsd.org/changeset/ports/347067 QAT: https://qat.redports.org/buildarchive/r347067/ Log: x11/evilvte: update to 0.5.2~pre1 and fix build on 10.0 - update to 0.5.2~pre1, that should fix build on 10.0 while here: - remove stale MASTER_SITE - remove leading article from COMMENT - remove check for unsupported version of FreeBSD, and drop no more needed inclusions of bsd.port.[pre|post].mk - add INSTALLS_ICONS per portlint PR: 187197 Submitted by: Aragon Gouveia <aragon@phat.za.net> (maintainer) Added: head/x11/evilvte/files/patch-configure (contents, props changed) Modified: head/x11/evilvte/Makefile head/x11/evilvte/distinfo head/x11/evilvte/pkg-plist Modified: head/x11/evilvte/Makefile ============================================================================== --- head/x11/evilvte/Makefile Tue Mar 4 20:12:48 2014 (r347066) +++ head/x11/evilvte/Makefile Tue Mar 4 20:31:47 2014 (r347067) @@ -2,27 +2,20 @@ # $FreeBSD$ PORTNAME= evilvte -PORTVERSION= 0.5.0 -PORTREVISION= 1 +DISTVERSION= 0.5.2~pre1 CATEGORIES= x11 gnome -MASTER_SITES= http://www.calno.com/${PORTNAME}/ \ - LOCAL/glarkin +MASTER_SITES= http://www.calno.com/${PORTNAME}/ MAINTAINER= aragon@phat.za.net -COMMENT= A VTE based, super lightweight terminal emulator +COMMENT= VTE based, super lightweight terminal emulator USES= pkgconfig gmake USE_XZ= yes HAS_CONFIGURE= yes ALL_TARGET= evilvte +INSTALLS_ICONS= yes USE_GNOME= vte -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 700000 -BROKEN= does not compile on 6.X -.endif - pre-everything:: .if !defined(EVILVTE_CONF) @${ECHO_MSG} @@ -46,4 +39,4 @@ post-install: ${INSTALL_MAN} ${WRKSRC}/misc/evilvte.1 ${STAGEDIR}${PREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/misc/showvte.1 ${STAGEDIR}${PREFIX}/man/man1 -.include <bsd.port.post.mk> +.include <bsd.port.mk> Modified: head/x11/evilvte/distinfo ============================================================================== --- head/x11/evilvte/distinfo Tue Mar 4 20:12:48 2014 (r347066) +++ head/x11/evilvte/distinfo Tue Mar 4 20:31:47 2014 (r347067) @@ -1,2 +1,2 @@ -SHA256 (evilvte-0.5.0.tar.xz) = 8d32dd9f3b192e00c8111c406a90cc0da2e674e0f8c5a03854287d384e7edea8 -SIZE (evilvte-0.5.0.tar.xz) = 58436 +SHA256 (evilvte-0.5.2~pre1.tar.xz) = d51e75f7e1daad12fa55289c17cb2cfb35bcfdbd61b0dfce3b16a966f64e81ec +SIZE (evilvte-0.5.2~pre1.tar.xz) = 60804 Added: head/x11/evilvte/files/patch-configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/evilvte/files/patch-configure Tue Mar 4 20:31:47 2014 (r347067) @@ -0,0 +1,11 @@ +--- configure.orig 2014-03-02 17:52:26.000000000 +0200 ++++ configure 2014-03-02 17:53:07.000000000 +0200 +@@ -93,6 +93,8 @@ + LIBS_VTE_L=`pkg-config --libs-only-L vte-2.90 2> /dev/null` + fi + ++LIBS_VTE="${LIBS_VTE} -lintl" ++ + if [ "$real_gtk" = "2+3" ] || [ "$real_gtk" = "3+2" ]; then + real_gtk="all" + LIBS_VTE="-ldl" Modified: head/x11/evilvte/pkg-plist ============================================================================== --- head/x11/evilvte/pkg-plist Tue Mar 4 20:12:48 2014 (r347066) +++ head/x11/evilvte/pkg-plist Tue Mar 4 20:31:47 2014 (r347067) @@ -15,10 +15,7 @@ share/icons/hicolor/48x48/apps/evilvte.p share/icons/hicolor/64x64/apps/evilvte.png share/icons/hicolor/72x72/apps/evilvte.png share/icons/hicolor/96x96/apps/evilvte.png -share/icons/hicolor/scalable/apps/evilvte.svg share/pixmaps/evilvte.png -@dirrmtry share/icons/hicolor/scalable/apps -@dirrmtry share/icons/hicolor/scalable @dirrmtry share/icons/hicolor/96x96/apps @dirrmtry share/icons/hicolor/96x96 @dirrmtry share/icons/hicolor/72x72/apps _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, thank you!