Date: Sat, 23 Mar 2013 03:26:59 +0900 From: KATO Tsuguru <tkato432@yahoo.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/177256: devel/ace: Update to version 6.1.8 Message-ID: <20130323032659.85013390cbf054fb5e19b830@yahoo.com> Resent-Message-ID: <201303221840.r2MIe4c5020186@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 177256 >Category: ports >Synopsis: devel/ace: Update to version 6.1.8 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Mar 22 18:40:04 UTC 2013 >Closed-Date: >Last-Modified: >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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130323032659.85013390cbf054fb5e19b830>