Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Sep 2012 02:23:54 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/172014: graphics/backfract: Remove USE_PERL5_BUILD
Message-ID:  <20120926022354.e36685b81e9ade39fee1a3b7@yahoo.com>
Resent-Message-ID: <201209251810.q8PIASui021134@freefall.freebsd.org>

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

>Number:         172014
>Category:       ports
>Synopsis:       graphics/backfract: Remove USE_PERL5_BUILD
>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:   Tue Sep 25 18:10:27 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.4-RELEASE-p10 i386
>Organization:
>Environment:
>Description:
- Add LICENSE
- Remove USE_PERL5_BUILD
- Update WWW: line

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/graphics/backfract/Makefile graphics/backfract/Makefile
--- /usr/ports/graphics/backfract/Makefile	2009-11-20 07:07:40.000000000 +0900
+++ graphics/backfract/Makefile	2012-09-25 03:34:18.000000000 +0900
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	backfract
-# Date created:		8 August 2000
-# Whom:			Patrick Gardella <patrick@freebsd.org>
-#
+# Created by: Patrick Gardella <patrick@freebsd.org>
 # $FreeBSD: ports/graphics/backfract/Makefile,v 1.11 2009/11/19 22:07:40 pav Exp $
-#
 
 PORTNAME=	backfract
 PORTVERSION=	1.1.2
@@ -14,16 +10,20 @@
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Fractal image animated wallpaper program
 
+LICENSE=	GPLv2 # (or later)
+
 USE_XORG=	x11
-PLIST_FILES=	bin/backfract
 GNU_CONFIGURE=	yes
-USE_PERL5_BUILD=yes
-NO_INSTALL_MANPAGE=	yes
 ALL_TARGET= 	# none
 MAKE_JOBS_UNSAFE=	yes
 
-pre-configure:
-	${PERL} -pi -e "s@-O3@${CFLAGS}@g" ${WRKSRC}/configure
+PLIST_FILES=	bin/backfract
+
+post-patch:
+	@${REINPLACE_CMD} -e \
+		"/'-O3'/s|^|#| ; \
+		 /'-O'/s|^|#| ; \
+		 s|linux/soundcard.h|sys/soundcard.h|" ${WRKSRC}/configure
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/backfract ${PREFIX}/bin
diff -urN /usr/ports/graphics/backfract/pkg-descr graphics/backfract/pkg-descr
--- /usr/ports/graphics/backfract/pkg-descr	2012-01-08 16:01:20.000000000 +0900
+++ graphics/backfract/pkg-descr	2012-07-08 23:01:49.000000000 +0900
@@ -4,4 +4,4 @@
 zooms in, it uses a simple heuristic to try to stay with 
 "interesting" scenes. 
 
-WWW: http://www.inetarena.com/~wms/comp/backfract/
+WWW: http://www.igoweb.org/~wms/comp/backfract/
>Release-Note:
>Audit-Trail:
>Unformatted:



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