Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Sep 2007 11:59:48 +0200 (CEST)
From:      Martin Tournoij <carpetsmoker@xs4all.nl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/116628: [PATCH] ports-mgmt/portbrowser Fix runtime warnings/errors
Message-ID:  <20070925095949.0B4CB6D43F@mail.rwxrwxrwx.net>
Resent-Message-ID: <200709251000.l8PA02fo050556@freefall.freebsd.org>

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

>Number:         116628
>Category:       ports
>Synopsis:       [PATCH] ports-mgmt/portbrowser Fix runtime warnings/errors
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 25 10:00:01 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Martin Tournoij
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
>Environment:
FreeBSD phong.rwxrwxrwx.net 6.2-STABLE FreeBSD 6.2-STABLE #0: Fri Aug 24 07:26:43 CEST 2007 carpetsmoker@phong.rwxrwxrwx.net:/usr/obj/usr/src/sys/GENERIC i386

>Description:
Fix runtime warnings/errors for ports-mgmt/portbrowser

>How-To-Repeat:

>Fix:
gram-obsd.y needs to be replaced with gram-fbsd.y

--- portbrowser.diff begins here ---
--- Makefile.orig	2007-06-25 17:03:38.000000000 +0200
+++ Makefile	2007-09-25 11:55:57.000000000 +0200
@@ -6,6 +6,7 @@
 
 PORTNAME=	portbrowser
 PORTVERSION=	0.5.20050618
+PORTREVISION=	1
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	${MASTER_SITE_LOCAL}
 MASTER_SITE_SUBDIR=	hrs
@@ -25,4 +26,8 @@
 
 MAN1=		pbrowser.1
 
+post-patch:
+	@${REINPLACE_CMD} 's|gram-obsd.y|gram-fbsd.y|' \
+		${WRKSRC}/src/Makefile
+
 .include <bsd.port.mk>
--- portbrowser.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
 



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