ports/172014: graphics/backfract: Remove USE_PERL5_BUILD
KATO Tsuguru
tkato432 at yahoo.com
Tue Sep 25 18:10:28 UTC 2012
>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 at freebsd.org>
-#
+# Created by: Patrick Gardella <patrick at 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 at 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 at -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:
More information about the freebsd-ports-bugs
mailing list