From rafan@svm.csie.ntu.edu.tw  Thu Nov 30 10:46:26 2006
Return-Path: <rafan@svm.csie.ntu.edu.tw>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 4CCD516A504
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 30 Nov 2006 10:46:26 +0000 (UTC)
	(envelope-from rafan@svm.csie.ntu.edu.tw)
Received: from svm.csie.ntu.edu.tw (svm.csie.ntu.edu.tw [140.112.90.75])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 6566043CED
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 30 Nov 2006 10:46:08 +0000 (GMT)
	(envelope-from rafan@svm.csie.ntu.edu.tw)
Received: from svm.csie.ntu.edu.tw (localhost [127.0.0.1])
	by svm.csie.ntu.edu.tw (8.13.8/8.13.8) with ESMTP id kAUAkE8Z095057;
	Thu, 30 Nov 2006 18:46:14 +0800 (CST)
	(envelope-from rafan@svm.csie.ntu.edu.tw)
Received: (from rafan@localhost)
	by svm.csie.ntu.edu.tw (8.13.8/8.13.8/Submit) id kAUAkEes015148;
	Thu, 30 Nov 2006 18:46:14 +0800 (CST)
	(envelope-from rafan)
Message-Id: <200611301046.kAUAkEes015148@svm.csie.ntu.edu.tw>
Date: Thu, 30 Nov 2006 18:46:14 +0800 (CST)
From: Rong-En Fan <rafan@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: josh@tcbug.org
Subject: [PATCH] astro/xephem: Respect X11BASE, portlint(1)
X-Send-Pr-Version: 3.113
X-GNATS-Notify: josh@tcbug.org

>Number:         106055
>Category:       ports
>Synopsis:       [PATCH] astro/xephem: Respect X11BASE, portlint(1)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    rafan
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 30 10:50:11 GMT 2006
>Closed-Date:    Thu Nov 30 13:22:10 GMT 2006
>Last-Modified:  Thu Nov 30 13:22:10 GMT 2006
>Originator:     Rong-En Fan
>Release:        FreeBSD 6.2-PRERELEASE amd64
>Organization:
NTU CSIE
>Environment:
>Description:
- Respect X11BASE
- portlint(1)
- use MANPREFIX instead of PREFIX for manual pages

Port maintainer (josh@tcbug.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- xephem-3.7.1_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /big/freebsd-cvsup/ncvs/ports/astro/xephem/Makefile,v
retrieving revision 1.46
diff -u -u -r1.46 Makefile
--- Makefile	11 Oct 2006 08:36:46 -0000	1.46
+++ Makefile	30 Nov 2006 10:45:39 -0000
@@ -25,7 +25,7 @@
 
 MAN1=		xephem.1
 
-RESTRICTED=	"Personal use only"
+RESTRICTED=	Personal use only
 
 # XXX needs to be the same as DISTFILES
 XEPHEMSRC=	${PORTNAME}-${PORTVERSION}.tar.gz
@@ -43,7 +43,9 @@
 .endfor
 
 post-patch:
-	@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/Makefile
+	@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \
+		-e 's|/usr/X11R6|${X11BASE}' \
+		${WRKSRC}/Makefile
 	@${FIND} ${WRKSRC}/../.. -name Makefile -type f | \
 		${XARGS} ${REINPLACE_CMD} -e 's|CC =|CC?=|g ; \
 		s|CFLAGS=|CFLAGS+=|g ; \
@@ -58,7 +60,7 @@
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/xephem ${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/xephem.1 ${PREFIX}/man/man1 
+	${INSTALL_MAN} ${WRKSRC}/xephem.1 ${MANPREFIX}/man/man1
 	${INSTALL_DATA} ${WRKSRC}/XEphem.ad ${PREFIX}/lib/X11/app-defaults/XEphem
 	@${MKDIR} ${PREFIX}/lib/X11/xephem
 	${TAR} -C ${WRKSRC} -cf - auxil catalogs fifos fits gallery help lo tools \
--- xephem-3.7.1_1.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->rafan 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Nov 30 10:50:43 UTC 2006 
Responsible-Changed-Why:  
Submitter has GNATS access 

http://www.freebsd.org/cgi/query-pr.cgi?pr=106055 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Thu Nov 30 10:51:01 UTC 2006 
State-Changed-Why:  
Awaiting maintainers feedback 

http://www.freebsd.org/cgi/query-pr.cgi?pr=106055 

From: Josh Paetzel <josh@tcbug.org>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: ports/106055: [PATCH] astro/xephem: Respect X11BASE, portlint(1)
Date: Thu, 30 Nov 2006 05:38:51 -0600

 On Thursday 30 November 2006 04:50, Edwin Groothuis wrote:
 > Maintainer of astro/xephem,
 >
 > Please note that PR ports/106055 has just been submitted.
 >
 > If it contains a patch for an upgrade, an enhancement or a bug fix
 > you agree on, reply to this email stating that you approve the
 > patch and a committer will take care of it.
 >
 > The full text of the PR can be found at:
 >     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/106055
 
 Yeah, that's fine.
 
 -- 
 Thanks,
 
 Josh Paetzel

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/106055: commit references a PR
Date: Thu, 30 Nov 2006 13:19:24 +0000 (UTC)

 rafan       2006-11-30 13:17:58 UTC
 
   FreeBSD ports repository
 
   Modified files:
     astro/xephem         Makefile 
   Log:
   - Respect X11BASE
   - portlint(1)
   - use MANPREFIX instead of PREFIX for manual pages
   
   PR:             ports/106055
   Submitted by:   rafan
   Approved by:    Josh Paetzel <josh at tcbug.org> (maintainer)
   
   Revision  Changes    Path
   1.47      +5 -3      ports/astro/xephem/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: feedback->closed 
State-Changed-By: rafan 
State-Changed-When: Thu Nov 30 13:22:08 UTC 2006 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=106055 
>Unformatted:
