Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Feb 2010 06:06:14 GMT
From:      Rob Farmer <rfarmer@predatorlabs.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/143510: [PATCH] net/bbsnet utmp.h --> utmpx.h
Message-ID:  <201002030606.o1366EMa038360@www.freebsd.org>
Resent-Message-ID: <201002030610.o136A12Q079514@freefall.freebsd.org>

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

>Number:         143510
>Category:       ports
>Synopsis:       [PATCH] net/bbsnet utmp.h --> utmpx.h
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 03 06:10:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Rob Farmer
>Release:        9.0-CURRENT
>Organization:
>Environment:
FreeBSD coretwo.predatorlabs.net 9.0-CURRENT FreeBSD 9.0-CURRENT #0 r203366: Mon Feb  1 17:42:33 PST 2010     rfarmer@coretwo.predatorlabs.net:/usr/obj/usr/src/sys/CORETWO  amd64
>Description:
* Remove unneeded utmp.h include
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net/bbsnet/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile	21 Nov 2003 03:09:44 -0000	1.4
+++ Makefile	3 Feb 2010 06:03:51 -0000
@@ -16,6 +16,9 @@
 
 WRKSRC=		${WRKDIR}/bbsnet
 
+post-patch:
+	@${REINPLACE_CMD} -e 79d ${WRKSRC}/bbsnet.h
+
 do-install:
 	@${INSTALL_PROGRAM} ${WRKSRC}/bbsnet ${PREFIX}/bin
 	@${MKDIR} ${PREFIX}/etc/${PORTNAME}


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



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