From tkato432@yahoo.com  Fri Mar 22 18:31:18 2013
Return-Path: <tkato432@yahoo.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	by hub.freebsd.org (Postfix) with ESMTP id CA2F05AF
	for <FreeBSD-gnats-submit@FreeBSD.org>; Fri, 22 Mar 2013 18:31:16 +0000 (UTC)
	(envelope-from tkato432@yahoo.com)
Received: from msa105lp.auone-net.jp (msa105lp.auone-net.jp [222.3.140.168])
	by mx1.freebsd.org (Postfix) with ESMTP id 838458C5
	for <FreeBSD-gnats-submit@FreeBSD.org>; Fri, 22 Mar 2013 18:31:16 +0000 (UTC)
Received: from localhost.localdomain (ZT028162.ppp.dion.ne.jp [59.128.28.162])
	by msa105lp.auone-net.jp (au one net msa) with ESMTP id A859950036
	for <FreeBSD-gnats-submit@FreeBSD.org>; Sat, 23 Mar 2013 03:31:08 +0900 (JST)
Message-Id: <20130323032659.85013390cbf054fb5e19b830@yahoo.com>
Date: Sat, 23 Mar 2013 03:26:59 +0900
From: KATO Tsuguru <tkato432@yahoo.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: devel/ace: Update to version 6.1.8

>Number:         177256
>Category:       ports
>Synopsis:       devel/ace: Update to version 6.1.8
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 22 18:40:04 UTC 2013
>Closed-Date:    Sun Mar 24 15:59:53 UTC 2013
>Last-Modified:  Sun Mar 24 16:10:04 UTC 2013
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.4-RELEASE-p10 i386
>Organization:
>Environment:
>Description:
- Update to version 6.1.8

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/devel/ace/Makefile devel/ace/Makefile
--- /usr/ports/devel/ace/Makefile	2013-02-08 03:10:37.000000000 +0900
+++ devel/ace/Makefile	2013-03-17 22:12:25.000000000 +0900
@@ -2,7 +2,7 @@
 # $FreeBSD: head/devel/ace/Makefile 311840 2013-02-07 14:23:11Z miwi $
 
 PORTNAME=	ace
-PORTVERSION=	6.1.7
+PORTVERSION=	6.1.8
 CATEGORIES=	devel
 MASTER_SITES=	ftp://download.dre.vanderbilt.edu/previous_versions/ \
 		http://download.dre.vanderbilt.edu/previous_versions/
@@ -109,7 +109,11 @@
 		&& ${ECHO_CMD} "LDFLAGS=	${LDFLAGS}" >> platform_macros.GNU \
 		&& ${ECHO_CMD} "DCFLAGS=" >> platform_macros.GNU \
 		&& ${ECHO_CMD} "OCFLAGS=	${CFLAGS}" >> platform_macros.GNU \
-		&& ${ECHO_CMD} "INSTALL_PREFIX=	${PREFIX}" >> platform_macros.GNU
+		&& ${ECHO_CMD} "INSTALL_PREFIX=	${PREFIX}" >> platform_macros.GNU \
+		&& ${ECHO_CMD} "PLATFORM_TK_CPPFLAGS=	\$$(shell . ${TK_LIBDIR}/tkConfig.sh && ${ECHO_CMD} -n \$$\$$TK_INCLUDE_SPEC)" >> platform_macros.GNU \
+		&& ${ECHO_CMD} "PLATFORM_TK_LIBS=	\$$(shell . ${TK_LIBDIR}/tkConfig.sh && ${ECHO_CMD} -n \$$\$$TK_LIB_FLAG)" >> platform_macros.GNU \
+		&& ${ECHO_CMD} "PLATFORM_TCL_CPPFLAGS=	\$$(shell . ${TCL_LIBDIR}/tclConfig.sh && ${ECHO_CMD} -n \$$\$$TCL_INCLUDE_SPEC)" >> platform_macros.GNU \
+		&& ${ECHO_CMD} "PLATFORM_TCL_LIBS=	\$$(shell . ${TCL_LIBDIR}/tclConfig.sh && ${ECHO_CMD} -n \$$\$$TCL_LIB_FLAG)" >> platform_macros.GNU
 
 post-install:
 	@for f in `${LS} -d \
diff -urN /usr/ports/devel/ace/distinfo devel/ace/distinfo
--- /usr/ports/devel/ace/distinfo	2013-02-08 03:10:37.000000000 +0900
+++ devel/ace/distinfo	2013-03-17 16:42:11.000000000 +0900
@@ -1,2 +1,2 @@
-SHA256 (ACE-6.1.7.tar.bz2) = 79938515b042f30a1e508e0c38c5f5e4262458b30b193413cb18a1221c3d2063
-SIZE (ACE-6.1.7.tar.bz2) = 8016380
+SHA256 (ACE-6.1.8.tar.bz2) = eecf80f2de3d1997f0b5105fd2d9028c8ebc58f269d0fdd42f85f7c57ee14c20
+SIZE (ACE-6.1.8.tar.bz2) = 8018734
diff -urN /usr/ports/devel/ace/pkg-plist devel/ace/pkg-plist
--- /usr/ports/devel/ace/pkg-plist	2012-12-01 17:12:32.000000000 +0900
+++ devel/ace/pkg-plist	2013-03-17 23:01:15.000000000 +0900
@@ -1100,7 +1100,7 @@
 include/ace/config-macosx-iOS-simulator.h
 include/ace/config-macosx-leopard.h
 include/ace/config-macosx-lion.h
-include/ace/config-macosx-mountain-lion.h
+include/ace/config-macosx-mountainlion.h
 include/ace/config-macosx-panther.h
 include/ace/config-macosx-snowleopard.h
 include/ace/config-macosx-tiger.h
@@ -1500,7 +1500,7 @@
 %%DATADIR%%/include/makeinclude/platform_macosx_icc.GNU
 %%DATADIR%%/include/makeinclude/platform_macosx_leopard.GNU
 %%DATADIR%%/include/makeinclude/platform_macosx_lion.GNU
-%%DATADIR%%/include/makeinclude/platform_macosx_mountain_lion.GNU
+%%DATADIR%%/include/makeinclude/platform_macosx_mountainlion.GNU
 %%DATADIR%%/include/makeinclude/platform_macosx_panther.GNU
 %%DATADIR%%/include/makeinclude/platform_macosx_snowleopard.GNU
 %%DATADIR%%/include/makeinclude/platform_macosx_tiger.GNU
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Mar 22 18:41:29 UTC 2013 
Responsible-Changed-Why:  
miwi@ wants this submitter's PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=177256 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Sun Mar 24 15:59:52 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/177256: commit references a PR
Date: Sun, 24 Mar 2013 15:59:59 +0000 (UTC)

 Author: miwi
 Date: Sun Mar 24 15:59:45 2013
 New Revision: 315133
 URL: http://svnweb.freebsd.org/changeset/ports/315133
 
 Log:
   - Update to 6.1.8
   
   PR:		177256
   Submitted by:	Ports Fury
 
 Modified:
   head/devel/ace/Makefile
   head/devel/ace/distinfo
   head/devel/ace/pkg-plist   (contents, props changed)
 
 Modified: head/devel/ace/Makefile
 ==============================================================================
 --- head/devel/ace/Makefile	Sun Mar 24 15:52:23 2013	(r315132)
 +++ head/devel/ace/Makefile	Sun Mar 24 15:59:45 2013	(r315133)
 @@ -2,7 +2,7 @@
  # $FreeBSD$
  
  PORTNAME=	ace
 -PORTVERSION=	6.1.7
 +PORTVERSION=	6.1.8
  CATEGORIES=	devel
  MASTER_SITES=	ftp://download.dre.vanderbilt.edu/previous_versions/ \
  		http://download.dre.vanderbilt.edu/previous_versions/
 @@ -109,7 +109,11 @@ do-configure:
  		&& ${ECHO_CMD} "LDFLAGS=	${LDFLAGS}" >> platform_macros.GNU \
  		&& ${ECHO_CMD} "DCFLAGS=" >> platform_macros.GNU \
  		&& ${ECHO_CMD} "OCFLAGS=	${CFLAGS}" >> platform_macros.GNU \
 -		&& ${ECHO_CMD} "INSTALL_PREFIX=	${PREFIX}" >> platform_macros.GNU
 +		&& ${ECHO_CMD} "INSTALL_PREFIX=	${PREFIX}" >> platform_macros.GNU \
 +		&& ${ECHO_CMD} "PLATFORM_TK_CPPFLAGS=	\$$(shell . ${TK_LIBDIR}/tkConfig.sh && ${ECHO_CMD} -n \$$\$$TK_INCLUDE_SPEC)" >> platform_macros.GNU \
 +		&& ${ECHO_CMD} "PLATFORM_TK_LIBS=	\$$(shell . ${TK_LIBDIR}/tkConfig.sh && ${ECHO_CMD} -n \$$\$$TK_LIB_FLAG)" >> platform_macros.GNU \
 +		&& ${ECHO_CMD} "PLATFORM_TCL_CPPFLAGS=	\$$(shell . ${TCL_LIBDIR}/tclConfig.sh && ${ECHO_CMD} -n \$$\$$TCL_INCLUDE_SPEC)" >> platform_macros.GNU \
 +		&& ${ECHO_CMD} "PLATFORM_TCL_LIBS=	\$$(shell . ${TCL_LIBDIR}/tclConfig.sh && ${ECHO_CMD} -n \$$\$$TCL_LIB_FLAG)" >> platform_macros.GNU
  
  post-install:
  	@for f in `${LS} -d \
 
 Modified: head/devel/ace/distinfo
 ==============================================================================
 --- head/devel/ace/distinfo	Sun Mar 24 15:52:23 2013	(r315132)
 +++ head/devel/ace/distinfo	Sun Mar 24 15:59:45 2013	(r315133)
 @@ -1,2 +1,2 @@
 -SHA256 (ACE-6.1.7.tar.bz2) = 79938515b042f30a1e508e0c38c5f5e4262458b30b193413cb18a1221c3d2063
 -SIZE (ACE-6.1.7.tar.bz2) = 8016380
 +SHA256 (ACE-6.1.8.tar.bz2) = eecf80f2de3d1997f0b5105fd2d9028c8ebc58f269d0fdd42f85f7c57ee14c20
 +SIZE (ACE-6.1.8.tar.bz2) = 8018734
 
 Modified: head/devel/ace/pkg-plist
 ==============================================================================
 --- head/devel/ace/pkg-plist	Sun Mar 24 15:52:23 2013	(r315132)
 +++ head/devel/ace/pkg-plist	Sun Mar 24 15:59:45 2013	(r315133)
 @@ -1100,7 +1100,7 @@ include/ace/config-macosx-iOS-hardware.h
  include/ace/config-macosx-iOS-simulator.h
  include/ace/config-macosx-leopard.h
  include/ace/config-macosx-lion.h
 -include/ace/config-macosx-mountain-lion.h
 +include/ace/config-macosx-mountainlion.h
  include/ace/config-macosx-panther.h
  include/ace/config-macosx-snowleopard.h
  include/ace/config-macosx-tiger.h
 @@ -1500,7 +1500,7 @@ libdata/pkgconfig/Kokyu.pc
  %%DATADIR%%/include/makeinclude/platform_macosx_icc.GNU
  %%DATADIR%%/include/makeinclude/platform_macosx_leopard.GNU
  %%DATADIR%%/include/makeinclude/platform_macosx_lion.GNU
 -%%DATADIR%%/include/makeinclude/platform_macosx_mountain_lion.GNU
 +%%DATADIR%%/include/makeinclude/platform_macosx_mountainlion.GNU
  %%DATADIR%%/include/makeinclude/platform_macosx_panther.GNU
  %%DATADIR%%/include/makeinclude/platform_macosx_snowleopard.GNU
  %%DATADIR%%/include/makeinclude/platform_macosx_tiger.GNU
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
