Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Oct 2011 13:45:48 GMT
From:      George Liaskos <geo.liaskos@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/161900: [PATCH] unbreak x11-themes/emerald-themes
Message-ID:  <201110221345.p9MDjmc5052645@red.freebsd.org>
Resent-Message-ID: <201110221350.p9MDoACW068545@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         161900
>Category:       ports
>Synopsis:       [PATCH] unbreak x11-themes/emerald-themes
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 22 13:50:09 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     George Liaskos
>Release:        9.0-BETA3
>Organization:
Realize S.A
>Environment:
FreeBSD bumblebee.cybertron.gr 9.0-BETA3 FreeBSD 9.0-BETA3 #0: Wed Oct 19 21:02:32 EEST 2011     root@bumblebee.cybertron.gr:/usr/obj/usr/src/sys/BUMBLEBEE  amd64
>Description:
Unbreak x11-themes/emerald-themes by bumping version to 0.6.0 and changing mirror.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ru emerald-themes.orig/Makefile emerald-themes/Makefile
--- emerald-themes.orig/Makefile	2011-09-24 01:26:21.000000000 +0300
+++ emerald-themes/Makefile	2011-10-22 16:14:08.571901232 +0300
@@ -6,20 +6,19 @@
 #
 
 PORTNAME=	emerald-themes
-PORTVERSION=	0.5.2
+PORTVERSION=	0.6.0
 CATEGORIES=	x11-themes
-MASTER_SITES=	http://releases.compiz-fusion.org/${PORTVERSION}/
+MASTER_SITES=	http://cgit.compiz.org/fusion/decorators/emerald-themes/snapshot/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Themes for the Emerald Window Decorator
 
-BROKEN=	does not fetch
-
 BUILD_DEPENDS=	bash:${PORTSDIR}/shells/bash
 
 GNU_CONFIGURE=	yes
 USE_BZIP2=	yes
 USE_GMAKE=	yes
+USE_AUTOTOOLS=  autoconf:env automake:env aclocal:env autoheader:env
 
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
@@ -28,4 +27,7 @@
 	@${REINPLACE_CMD} 's|/bin/bash|${LOCALBASE}/bin/bash|' \
 			${WRKSRC}/themes/import.sh
 
+pre-configure:
+	@cd ${WRKSRC} && ./autogen.sh
+
 .include <bsd.port.mk>
diff -ru emerald-themes.orig/distinfo emerald-themes/distinfo
--- emerald-themes.orig/distinfo	2011-07-02 23:09:28.000000000 +0300
+++ emerald-themes/distinfo	2011-10-22 15:54:39.519909920 +0300
@@ -1,2 +1,2 @@
-SHA256 (emerald-themes-0.5.2.tar.bz2) = 1c2c77a0fff352569a2f013e8b6c1fd99e2b6f9185c9a64d2cf2e918d9de4841
-SIZE (emerald-themes-0.5.2.tar.bz2) = 1563758
+SHA256 (emerald-themes-0.6.0.tar.bz2) = 0aaeb874155a22a36a539a3e9a3ffa37a23abafc2441d314d0164e5a74e4df7f
+SIZE (emerald-themes-0.6.0.tar.bz2) = 1507219


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201110221345.p9MDjmc5052645>