Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Jun 2007 03:35:59 +0400 (MSD)
From:      Yuri Pankov <yuri.pankov@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        philip@FreeBSD.org
Subject:   ports/113271: [PATCH] x11-themes/gtk-flat-theme2: fix objformat handling
Message-ID:  <200706022335.l52NZxWS029763@darklight.abyss>
Resent-Message-ID: <200706030010.l530A5eI081282@freefall.freebsd.org>

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

>Number:         113271
>Category:       ports
>Synopsis:       [PATCH] x11-themes/gtk-flat-theme2: fix objformat handling
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 03 00:10:05 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Yuri Pankov
>Release:        FreeBSD 7.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD darklight.abyss 7.0-CURRENT FreeBSD 7.0-CURRENT #1: Sat Jun  2 23:35:03 MSD
>Description:
Allow build on -CURRENT after objformat removal.

Port maintainer (philip@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- gtk-flat-theme2-0.1_8.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/x11-themes/gtk-flat-theme2.orig/Makefile /usr/ports/x11-themes/gtk-flat-theme2/Makefile
--- /usr/ports/x11-themes/gtk-flat-theme2.orig/Makefile	Sun Jun  3 03:16:16 2007
+++ /usr/ports/x11-themes/gtk-flat-theme2/Makefile	Sun Jun  3 03:34:16 2007
@@ -7,7 +7,7 @@
 
 PORTNAME=	gtk-flat-theme2
 PORTVERSION=	0.1
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	x11-themes
 MASTER_SITES=	${MASTER_SITE_THEMES}
 MASTER_SITE_SUBDIR=	gtk2flat
@@ -24,8 +24,7 @@
 
 .include <bsd.port.pre.mk>
 
-.if ${OSVERSION} >= 700029
-BROKEN=		Incorrect objformat handling
-.endif
+post-extract:
+	@${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure
 
 .include <bsd.port.post.mk>
--- gtk-flat-theme2-0.1_8.patch ends here ---

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



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