Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Aug 2013 13:36:01 +0200 (CEST)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        gavin@FreeBSD.org
Subject:   ports/181463: [PATCH] irc/tircd: Fix build
Message-ID:  <3cLNwd3bNRz2mq@micro.madpilot.net>
Resent-Message-ID: <201308221150.r7MBo0o7037489@freefall.freebsd.org>

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

>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@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@FreeBSD.org>
-#
+# Created by: Gavin Atkinson <gavin@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:



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