From nobody@FreeBSD.org  Sun Apr 22 08:58:54 2007
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id E912316A400
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 22 Apr 2007 08:58:54 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [69.147.83.33])
	by mx1.freebsd.org (Postfix) with ESMTP id DA37713C480
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 22 Apr 2007 08:58:54 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l3M8wsAL025938
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 22 Apr 2007 08:58:54 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id l3M8rqGm024990;
	Sun, 22 Apr 2007 08:53:52 GMT
	(envelope-from nobody)
Message-Id: <200704220853.l3M8rqGm024990@www.freebsd.org>
Date: Sun, 22 Apr 2007 08:53:52 GMT
From: Kiyoshi Matsui<kmatsui@t3.rim.or.jp>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [maintainer update] devel/mcpp: revising Makefile
X-Send-Pr-Version: www-3.0

>Number:         111999
>Category:       ports
>Synopsis:       [maintainer update] devel/mcpp: revising Makefile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    rafan
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 22 09:00:11 GMT 2007
>Closed-Date:    Sat Apr 28 10:08:13 GMT 2007
>Last-Modified:  Sat Apr 28 10:10:04 GMT 2007
>Originator:     Kiyoshi Matsui
>Release:        FreeBSD 6.2-RELEASE
>Organization:
none
>Environment:
FreeBSD banten_bsd.private 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 10:40:27 UTC 2007     root@dessler.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386

>Description:
Revised the install directory of the man page.

>How-To-Repeat:

>Fix:
diff -u mcpp/Makefile mcpp.new/Makefile
--- mcpp/Makefile       Mon Apr 16 03:59:37 2007
+++ mcpp.new/Makefile   Sun Apr 22 16:48:58 2007
@@ -7,6 +7,7 @@
 
 PORTNAME=      mcpp
 PORTVERSION=   2.6.3
+PORTREVISION=  1
 CATEGORIES=    devel
 MASTER_SITES=  http://prdownloads.sourceforge.net/mcpp/ \
                http://jaist.dl.sourceforge.net/sourceforge/mcpp/
@@ -16,6 +17,9 @@
 
 GNU_CONFIGURE= yes
 CONFIGURE_TARGET=      --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+.if (! empty(PREFIX) && $(PREFIX) != $(LOCALBASE))
+CONFIGURE_ARGS= --mandir=$(PREFIX)/share/man
+.endif
 MAN1=          mcpp.1
 
 PLIST_FILES=   bin/mcpp    \

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->rafan 
Responsible-Changed-By: rafan 
Responsible-Changed-When: Sun Apr 22 09:20:45 UTC 2007 
Responsible-Changed-Why:  
I'll take it. 

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

From: Kiyoshi Matsui<kmatsui@t3.rim.or.jp>
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/111999: [maintainer update] devel/mcpp: revising Makefile again
Date: Sat, 28 Apr 2007 09:09:54 GMT

 >Submitter-Id:	current-users
 >Originator:	Kiyoshi Matsui
 >Organization:	none
 >Confidential:	no
 >Synopsis:	Re: ports/111999: [maintainer update] devel/mcpp: revising Makefile again
 >Severity:	non-critical
 >Priority:	low
 >Category:	ports
 >Class:		maintainer-update
 >Release:	FreeBSD 6.2-RELEASE i386
 >Environment:	FreeBSD banten_bsd.private 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 10:40:27 UTC 2007 root@dessler.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386
 >Description:
 I want to revise again the Makefile using ${MANPREFIX} as below:
 (thanks to rafan).
 This is a diff against the V.2.6.3, not against the 2.6.3_1.
 
 Sorry for this late response, because I did not understood how to respond.
 
 >How-To-Repeat:
 
 >Fix:
 diff -u mcpp/Makefile mcpp.new/Makefile
 --- mcpp/Makefile	Mon Apr 16 03:59:37 2007
 +++ mcpp.new/Makefile	Mon Apr 23 15:15:30 2007
 @@ -7,6 +7,7 @@
  
  PORTNAME=	mcpp
  PORTVERSION=	2.6.3
 +PORTREVISION=	2
  CATEGORIES=	devel
  MASTER_SITES=	http://prdownloads.sourceforge.net/mcpp/ \
  		http://jaist.dl.sourceforge.net/sourceforge/mcpp/
 @@ -16,6 +17,7 @@
  
  GNU_CONFIGURE=	yes
  CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 +CONFIGURE_ARGS= --mandir=${MANPREFIX}/man
  MAN1=		mcpp.1
  
  PLIST_FILES=	bin/mcpp    \
 
State-Changed-From-To: open->closed 
State-Changed-By: rafan 
State-Changed-When: Sat Apr 28 10:08:08 UTC 2007 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/111999: commit references a PR
Date: Sat, 28 Apr 2007 10:07:56 +0000 (UTC)

 rafan       2007-04-28 10:07:50 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/mcpp           Makefile 
   Log:
   - Correct set mandir
   
   PR:             111999
   Submitted by:   Kiyoshi Matsui <kmatsui at t3.rim.or.jp> (maintainet)
   
   Revision  Changes    Path
   1.2       +1 -0      ports/devel/mcpp/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"
 
>Unformatted:
