ports/181463: [PATCH] irc/tircd: Fix build

Guido Falsi madpilot at FreeBSD.org
Thu Aug 22 11:50:00 UTC 2013


>Number:         181463
>Category:       ports
>Synopsis:       [PATCH] irc/tircd: Fix 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:   Thu Aug 22 11:50:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Guido Falsi
>Release:        FreeBSD 9.1-STABLE amd64
>Organization:
none
>Environment:
System: FreeBSD micro.madpilot.net 9.1-STABLE FreeBSD 9.1-STABLE #21 r252026: Thu Jun 20 16:27:06 CEST 2013 root at micro.madpilot.net:/usr/obj/usr/src/sys/MICRO amd64

>Description:

Fix build by updating to new USES=perl.

While here I also trimmed the Makefile header.

>How-To-Repeat:
>Fix:

Index: Makefile
===================================================================
--- Makefile	(revision 325184)
+++ Makefile	(working copy)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: tircd
-# Date created:		6th March 2010
-# Whom:			Gavin Atkinson <gavin at FreeBSD.org>
-#
+# Created by: Gavin Atkinson <gavin at FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	tircd
 PORTVERSION=	0.10
@@ -24,7 +20,8 @@
 		p5-POE>=0:${PORTSDIR}/devel/p5-POE \
 		p5-POE-Filter-IRCD>=0:${PORTSDIR}/irc/p5-POE-Filter-IRCD
 
-USE_PERL5=	yes
+USES=		perl5
+USE_PERL5=	patch
 NO_BUILD=	yes
 
 MAN1=		tircd.1
>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list