From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 9 23:10:14 2011 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 EFA041065678 for ; Fri, 9 Dec 2011 23:10:14 +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 C95078FC18 for ; Fri, 9 Dec 2011 23:10:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id pB9NAEVb069009 for ; Fri, 9 Dec 2011 23:10:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id pB9NAEto069008; Fri, 9 Dec 2011 23:10:14 GMT (envelope-from gnats) Resent-Date: Fri, 9 Dec 2011 23:10:14 GMT Resent-Message-Id: <201112092310.pB9NAEto069008@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, Guido Falsi Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 327801065672 for ; Fri, 9 Dec 2011 23:08:38 +0000 (UTC) (envelope-from mad@madpilot.net) Received: from megatron.madpilot.net (megatron.madpilot.net [88.149.173.206]) by mx1.freebsd.org (Postfix) with ESMTP id 74F728FC0C for ; Fri, 9 Dec 2011 23:08:37 +0000 (UTC) Received: from megatron.madpilot.net (localhost [127.0.0.1]) by megatron.madpilot.net (Postfix) with ESMTP id 1491313DD for ; Sat, 10 Dec 2011 00:08:36 +0100 (CET) Received: from megatron.madpilot.net ([127.0.0.1]) by megatron.madpilot.net (megatron.madpilot.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 8Gxde9r3IejN for ; Sat, 10 Dec 2011 00:08:32 +0100 (CET) Received: by megatron.madpilot.net (Postfix, from userid 1000) id C66E513DC; Sat, 10 Dec 2011 00:08:32 +0100 (CET) Message-Id: <20111209230832.C66E513DC@megatron.madpilot.net> Date: Sat, 10 Dec 2011 00:08:32 +0100 (CET) From: Guido Falsi To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/163158: [maintainer-update] comms/gnokii: update to 0.6.31 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Guido Falsi List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Dec 2011 23:10:15 -0000 >Number: 163158 >Category: ports >Synopsis: [maintainer-update] comms/gnokii: update to 0.6.31 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Dec 09 23:10:14 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Guido Falsi >Release: FreeBSD 9.0-RC1 amd64 >Organization: none >Environment: System: FreeBSD megatron.madpilot.net 9.0-RC1 FreeBSD 9.0-RC1 #1: Mon Oct 31 13:48:49 CET 2011 root@megatron.madpilot.net:/usr/obj/usr/src/sys/MEGATRON amd64 >Description: Update to 0.6.31 >How-To-Repeat: >Fix: diff -ruN gnokii.old/Makefile gnokii/Makefile --- gnokii.old/Makefile 2011-12-10 00:00:21.491205586 +0100 +++ gnokii/Makefile 2011-12-10 00:00:33.752209197 +0100 @@ -6,7 +6,7 @@ # PORTNAME= gnokii -PORTVERSION= 0.6.30 +PORTVERSION= 0.6.31 PORTEPOCH= 1 CATEGORIES= comms MASTER_SITES= http://www.gnokii.org/download/gnokii/ \ @@ -32,8 +32,7 @@ USE_GNOME= intltool GNU_CONFIGURE= yes CPPFLAGS+= ${CFLAGS} -I${LOCALBASE}/include -fPIC -CONFIGURE_ARGS+= --with-libintl-prefix=${LOCALBASE} --enable-security \ - --with-xgnokiidir=${PREFIX}/share +CONFIGURE_ARGS+= --enable-security CONFIGURE_ENV+= MSGFMT="${LOCALBASE}/bin/msgfmt" \ XGETTEXT="${LOCALBASE}/bin/xgettext" \ LIBS="-L${WRKSRC}/common -L${LOCALBASE}/lib" \ @@ -103,13 +102,14 @@ CONFIGURE_ARGS+= --without-x PLIST_SUB+= X11='@comment ' .else +CONFIGURE_ARGS+= --with-x USE_XORG= xpm USE_GNOME+= gtk20 PLIST_SUB+= X11='' .endif FIXPREFIX= Docs/man/gnokiid.8 Docs/DataCalls-QuickStart Docs/README \ - common/cfgreader.c po/et.po po/sl.po + common/cfgreader.c post-patch: .for f in ${FIXPREFIX} @${REINPLACE_CMD} -e "s:/etc/gnokiirc:${PREFIX}/etc/gnokiirc:g" \ diff -ruN gnokii.old/distinfo gnokii/distinfo --- gnokii.old/distinfo 2011-12-10 00:00:21.493224645 +0100 +++ gnokii/distinfo 2011-12-10 00:00:33.753211130 +0100 @@ -1,2 +1,2 @@ -SHA256 (gnokii-0.6.30.tar.bz2) = 337c75369901cc6665219e3b92e29949fc83823e8d63608979230d72fe2e1dd4 -SIZE (gnokii-0.6.30.tar.bz2) = 1320209 +SHA256 (gnokii-0.6.31.tar.bz2) = 8f5a083b05c1a66a3402ca5cd80084e14c2c0632c991bb53b03c78e9adb02501 +SIZE (gnokii-0.6.31.tar.bz2) = 1237865 diff -ruN gnokii.old/files/patch-configure gnokii/files/patch-configure --- gnokii.old/files/patch-configure 2011-12-10 00:00:21.484225726 +0100 +++ gnokii/files/patch-configure 2011-12-10 00:00:33.741209390 +0100 @@ -1,6 +1,6 @@ ---- configure.orig 2010-04-21 15:49:32.000000000 +0200 -+++ configure 2010-04-25 18:02:53.185508083 +0200 -@@ -1060,7 +1060,7 @@ +--- configure.orig 2011-12-02 15:54:03.000000000 +0100 ++++ configure 2011-12-09 16:57:35.591360321 +0100 +@@ -955,7 +955,7 @@ psdir='${docdir}' libdir='${exec_prefix}/lib' localedir='${datarootdir}/locale' @@ -9,11 +9,10 @@ ac_prev= ac_dashdash= -@@ -7909,20 +7909,6 @@ - +@@ -7939,19 +7939,6 @@ fi -- + -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if building on FreeBSD" >&5 -$as_echo_n "checking if building on FreeBSD... " >&6; } - @@ -30,7 +29,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking if building on NetBSD" >&5 $as_echo_n "checking if building on NetBSD... " >&6; } -@@ -14858,7 +14844,7 @@ +@@ -15803,7 +15790,7 @@ $as_echo_n "checking if more special flags are required for pthreads... " >&6; } flag=no case "${host_cpu}-${host_os}" in @@ -39,34 +38,43 @@ *solaris* | *-osf* | *-hpux*) flag="-D_REENTRANT";; esac { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${flag}" >&5 -@@ -15461,7 +15447,7 @@ +@@ -16399,7 +16386,7 @@ + if test "$enable_libical" = "yes"; then +- ICAL_LIBS="$ICAL_LIBS -lpthread -lical" ++ ICAL_LIBS="$ICAL_LIBS -pthread -lical" OLD_CFLAGS="$CFLAGS" -- LIBS="$LIBS $ICAL_LIBS -lpthread -lical" -+ LIBS="$LIBS $ICAL_LIBS -pthread -lical" - CFLAGS="$CFLAGS $ICAL_CFLAGS" - { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether libical is installed" >&5 - $as_echo_n "checking whether libical is installed... " >&6; } -@@ -15883,7 +15869,7 @@ + OLD_LIBS="$LIBS" + LIBS="$LIBS $ICAL_LIBS" +@@ -16716,7 +16703,7 @@ + $as_echo "#define HAVE_BLUETOOTH_BLUEZ /**/" >>confdefs.h + + USE_BLUETOOTH="yes" +- BLUETOOTH_LIBS="-lbluetooth" ++ BLUETOOTH_LIBS="-lsdp -lbluetooth" + + fi + fi +@@ -16849,7 +16836,7 @@ $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS -LIBS="-lbluetooth $LIBS" -+LIBS="-lsdp -lbluetooth $LIBS" ++LIBS="-sdp -lbluetooth $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ -@@ -15914,7 +15900,7 @@ +@@ -16880,7 +16867,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bluetooth_bt_aton" >&5 $as_echo "$ac_cv_lib_bluetooth_bt_aton" >&6; } - if test "x$ac_cv_lib_bluetooth_bt_aton" = x""yes; then : + if test "x$ac_cv_lib_bluetooth_bt_aton" = xyes; then : - BLUETOOTH_LIBS="-lbluetooth" ac_cv_have_bt_lib=yes + BLUETOOTH_LIBS="-lsdp -lbluetooth" ac_cv_have_bt_lib=yes else ac_cv_have_bt_lib=no fi -@@ -16011,7 +15997,7 @@ +@@ -16977,7 +16964,7 @@ $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS @@ -75,21 +83,40 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ -@@ -16042,7 +16028,7 @@ +@@ -17008,7 +16995,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bluetooth_bt_aton" >&5 $as_echo "$ac_cv_lib_bluetooth_bt_aton" >&6; } - if test "x$ac_cv_lib_bluetooth_bt_aton" = x""yes; then : + if test "x$ac_cv_lib_bluetooth_bt_aton" = xyes; then : - BLUETOOTH_LIBS="-lbluetooth" ac_cv_have_bt_lib=yes + BLUETOOTH_LIBS="-lsdp -lbluetooth" ac_cv_have_bt_lib=yes else ac_cv_have_bt_lib=no fi -@@ -16612,7 +16598,7 @@ +@@ -17488,8 +17475,7 @@ + $as_echo_n "(cached) " >&6 + else + ac_check_lib_save_LIBS=$LIBS +-LIBS="-lXpm $XLIBS -lX11 +- $LIBS" ++LIBS="-lXpm $XLIBS -lX11 $LIBS" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + +@@ -17521,7 +17507,7 @@ $as_echo "$ac_cv_lib_Xpm_XpmWriteFileFromXpmImage" >&6; } - if test "x$ac_cv_lib_Xpm_XpmWriteFileFromXpmImage" = x""yes; then : + if test "x$ac_cv_lib_Xpm_XpmWriteFileFromXpmImage" = xyes; then : XPM_CFLAGS="$XINCL" - XPM_LIBS="$XLIBS -lXpm -lX11" + XPM_LIBS="$XLIBS -lXpm -lX11 -lroken -lcrypt" $as_echo "#define XPM 1" >>confdefs.h +@@ -17556,7 +17542,7 @@ + fi + fi + +- if test "x$_support" = "xyes"; then ++ if test "x$x_support" = "xyes"; then + XGNOKII_TRUE= + XGNOKII_FALSE='#' + else diff -ruN gnokii.old/pkg-plist gnokii/pkg-plist --- gnokii.old/pkg-plist 2011-12-10 00:00:21.495223481 +0100 +++ gnokii/pkg-plist 2011-12-10 00:00:33.752209197 +0100 @@ -27,19 +27,13 @@ sbin/gnokiid sbin/mgnokiidev %%SMSD%%sbin/smsd -share/locale/cs/LC_MESSAGES/gnokii.mo share/locale/de/LC_MESSAGES/gnokii.mo -share/locale/et/LC_MESSAGES/gnokii.mo share/locale/fi/LC_MESSAGES/gnokii.mo share/locale/fr/LC_MESSAGES/gnokii.mo share/locale/it/LC_MESSAGES/gnokii.mo -share/locale/nl/LC_MESSAGES/gnokii.mo share/locale/pl/LC_MESSAGES/gnokii.mo share/locale/pt/LC_MESSAGES/gnokii.mo -share/locale/sk/LC_MESSAGES/gnokii.mo -share/locale/sl/LC_MESSAGES/gnokii.mo share/locale/sv/LC_MESSAGES/gnokii.mo -share/locale/zh_CN/LC_MESSAGES/gnokii.mo %%SMSD%%share/smsd/README %%SMSD%%share/smsd/action %%SMSD%%lib/smsd/libsmsd_file.a >Release-Note: >Audit-Trail: >Unformatted: