ports/143107: [PATCH] misc/cwish Fix build without utmp.h, take maintainership

Rob Farmer rfarmer at predatorlabs.net
Sat Jan 23 05:20:02 UTC 2010


>Number:         143107
>Category:       ports
>Synopsis:       [PATCH] misc/cwish Fix build without utmp.h, take maintainership
>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:   Sat Jan 23 05:20:02 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Rob Farmer
>Release:        9.0-CURRENT
>Organization:
>Environment:
FreeBSD pentium4.predatorlabs.net 9.0-CURRENT FreeBSD 9.0-CURRENT #0 r202659: Tue Jan 19 16:02:39 PST 2010     rfarmer at pentium4.predatorlabs.net:/obj/usr/src/sys/PENTIUM4  i386
>Description:
* Fix build on current by removing unused utmp.h include
* Add a master site
* Take maintainership
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN cwish.old/Makefile cwish/Makefile
--- cwish.old/Makefile	2007-02-09 00:40:41.000000000 -0800
+++ cwish/Makefile	2010-01-22 20:59:48.000000000 -0800
@@ -9,10 +9,10 @@
 PORTNAME=	cwish
 PORTVERSION=	3.52
 PORTREVISION=	1
-CATEGORIES=	misc
-MASTER_SITES=	# none
+CATEGORIES=	misc shells
+MASTER_SITES=	http://www.predatorlabs.net/dl/
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	rfarmer at predatorlabs.net
 COMMENT=	Curses based user friendly windowing shell
 
 NO_WRKSUBDIR=	yes
@@ -23,6 +23,9 @@
 pre-configure:
 	${CP} ${WRKSRC}/Makefile.FreeBSD ${WRKSRC}/Makefile
 
+post-patch:
+	${REINPLACE_CMD} -e 65d ${WRKSRC}/cwish.h
+
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/cwish ${PREFIX}/bin
 	${INSTALL_MAN} ${WRKSRC}/cwish.1 ${MANPREFIX}/man/man1


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



More information about the freebsd-ports-bugs mailing list