From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 18 18:10:03 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8930416A468 for ; Mon, 18 Feb 2008 18:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6F4F013C467 for ; Mon, 18 Feb 2008 18:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m1IIA3CX085065 for ; Mon, 18 Feb 2008 18:10:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m1IIA3eg085064; Mon, 18 Feb 2008 18:10:03 GMT (envelope-from gnats) Resent-Date: Mon, 18 Feb 2008 18:10:03 GMT Resent-Message-Id: <200802181810.m1IIA3eg085064@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4F1B116A420 for ; Mon, 18 Feb 2008 18:01:28 +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 0A0B213C4D5 for ; Mon, 18 Feb 2008 18:01:27 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from localhost.localdomain (U049132.ppp.dion.ne.jp [218.222.49.132]) by msa105lp.auone-net.jp (au one net msa) with ESMTP id 0884050031 for ; Tue, 19 Feb 2008 03:01:24 +0900 (JST) Message-Id: <20080219030026.cce3bc33.tkato432@yahoo.com> Date: Tue, 19 Feb 2008 03:00:26 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/120819: Update port: math/fityk to 0.8.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Feb 2008 18:10:03 -0000 >Number: 120819 >Category: ports >Synopsis: Update port: math/fityk to 0.8.4 >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: Mon Feb 18 18:10:03 UTC 2008 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 6.3-RELEASE-p1 i386 >Organization: >Environment: >Description: - Update to version 0.8.4 New file: files/patch-xylib__xylib__util.cpp >How-To-Repeat: >Fix: diff -urN /usr/ports/math/fityk/Makefile math/fityk/Makefile --- /usr/ports/math/fityk/Makefile 2007-12-15 05:11:39.000000000 +0900 +++ math/fityk/Makefile 2008-02-16 23:59:36.000000000 +0900 @@ -7,7 +7,7 @@ # PORTNAME= fityk -PORTVERSION= 0.8.2 +PORTVERSION= 0.8.4 CATEGORIES= math MASTER_SITES= SF @@ -15,7 +15,6 @@ COMMENT= Free peak fitting software BUILD_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot -LIB_DEPENDS= boost_thread.4:${PORTSDIR}/devel/boost RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot USE_BZIP2= yes @@ -25,7 +24,7 @@ USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" -CONFIGURE_ARGS= --disable-3rdparty +CONFIGURE_ARGS= --includedir=${PREFIX}/fityk USE_LDCONFIG= yes MAN1= fityk.1 diff -urN /usr/ports/math/fityk/distinfo math/fityk/distinfo --- /usr/ports/math/fityk/distinfo 2007-12-15 05:11:39.000000000 +0900 +++ math/fityk/distinfo 2008-02-16 02:55:24.000000000 +0900 @@ -1,3 +1,3 @@ -MD5 (fityk-0.8.2.tar.bz2) = fc0fb1571f17f4415026193e8fb2ba38 -SHA256 (fityk-0.8.2.tar.bz2) = ec8782be043603dda6ddc5c34b5d0d5da5f1c603bbcb3fdeab75743c21602a4b -SIZE (fityk-0.8.2.tar.bz2) = 1332533 +MD5 (fityk-0.8.4.tar.bz2) = 61d744cc95c49edcee84e48c9bbfb5e3 +SHA256 (fityk-0.8.4.tar.bz2) = 4e2ebc403916123c3577244448819598b6f81bb8fc5710abf48593b55acbc91a +SIZE (fityk-0.8.4.tar.bz2) = 1502130 diff -urN /usr/ports/math/fityk/files/patch-xylib__xylib__util.cpp math/fityk/files/patch-xylib__xylib__util.cpp --- /usr/ports/math/fityk/files/patch-xylib__xylib__util.cpp 1970-01-01 09:00:00.000000000 +0900 +++ math/fityk/files/patch-xylib__xylib__util.cpp 2008-02-16 02:55:24.000000000 +0900 @@ -0,0 +1,11 @@ +--- 3rdparty/xylib/xylib/util.cpp.orig 2008-01-23 12:12:37.000000000 +0900 ++++ 3rdparty/xylib/xylib/util.cpp 2008-01-26 02:57:52.000000000 +0900 +@@ -74,7 +74,7 @@ + #if defined(BOOST_BIG_ENDIAN) + void le_to_host(void *ptr, int size) + { +- char *p = ptr; ++ char *p = (char *)ptr; + for (int i = 0; i < size/2; ++i) + swap(p[i], p[size-i-1]); + } diff -urN /usr/ports/math/fityk/pkg-plist math/fityk/pkg-plist --- /usr/ports/math/fityk/pkg-plist 2007-12-15 03:45:47.000000000 +0900 +++ math/fityk/pkg-plist 2008-02-16 23:58:48.000000000 +0900 @@ -1,15 +1,34 @@ bin/cfityk bin/fityk -include/fityk.h +include/fityk/brucker_raw.h +include/fityk/canberra_mca.h +include/fityk/cpi.h +include/fityk/dbws.h +include/fityk/fityk.h +include/fityk/gsas.h +include/fityk/pdcif.h +include/fityk/philips_raw.h +include/fityk/philips_udf.h +include/fityk/rigaku_dat.h +include/fityk/text.h +include/fityk/uxd.h +include/fityk/vamas.h +include/fityk/winspec_spe.h +include/fityk/xylib.h lib/libfityk.a lib/libfityk.la lib/libfityk.so lib/libfityk.so.0 +lib/libxy.a +lib/libxy.la +lib/libxy.so +lib/libxy.so.0 share/applications/fityk.desktop %%DATADIR%%/fitykhelp.htb share/mime/packages/fityk.xml share/pixmaps/fityk.png @dirrm %%DATADIR%% @dirrmtry share/applications +@dirrm include/fityk @exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime @unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime >Release-Note: >Audit-Trail: >Unformatted: