From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 2 17:20:09 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 827521065670 for ; Thu, 2 Jun 2011 17:20:09 +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 3E9338FC0C for ; Thu, 2 Jun 2011 17:20:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p52HK5sK056918 for ; Thu, 2 Jun 2011 17:20:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p52HK5tF056917; Thu, 2 Jun 2011 17:20:05 GMT (envelope-from gnats) Resent-Date: Thu, 2 Jun 2011 17:20:05 GMT Resent-Message-Id: <201106021720.p52HK5tF056917@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, Alexey Shuvaev Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DECF810656AA for ; Thu, 2 Jun 2011 17:10:20 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id B48E88FC1F for ; Thu, 2 Jun 2011 17:10:20 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p52HAKEv028020 for ; Thu, 2 Jun 2011 17:10:20 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p52HAK7J028019; Thu, 2 Jun 2011 17:10:20 GMT (envelope-from nobody) Message-Id: <201106021710.p52HAK7J028019@red.freebsd.org> Date: Thu, 2 Jun 2011 17:10:20 GMT From: Alexey Shuvaev To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/157532: [UPDATE] devel/libisofs to 1.0.8 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: Thu, 02 Jun 2011 17:20:09 -0000 >Number: 157532 >Category: ports >Synopsis: [UPDATE] devel/libisofs to 1.0.8 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Jun 02 17:20:04 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Alexey Shuvaev >Release: 9.0-CURRENT >Organization: Vienna University of Technology >Environment: FreeBSD localhost.my.domain 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Sat Apr 30 15:09:12 CEST 2011 root@:/mnt/usr/obj/amd64.amd64/mnt/usr/src/sys/GENERIC amd64 >Description: Update devel/libburn and devel/libisofs to latest releases. The compile (-I/${PREFIX}/include) and linking (-L/${PREFIX}/lib -liconv) flags seem to be handled by upstream build system, so they are not needed in the Makefile anymore. The patch to libisofs/messages.c is also merged upstream, so the port patch patch-libisofs-messages.c and "files" directory are removed. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN libisofs.orig/Makefile libisofs/Makefile --- libisofs.orig/Makefile 2009-08-13 18:19:02.000000000 +0200 +++ libisofs/Makefile 2011-06-02 18:54:40.000000000 +0200 @@ -6,7 +6,7 @@ # PORTNAME= libisofs -PORTVERSION= 0.6.20 +PORTVERSION= 1.0.8 CATEGORIES= devel MASTER_SITES= http://files.libburnia-project.org/releases/ @@ -16,7 +16,6 @@ LIB_DEPENDS= burn.4:${PORTSDIR}/devel/libburn GNU_CONFIGURE= yes -CONFIGURE_ARGS= CFLAGS="-I${PREFIX}/include" LDFLAGS="-L${PREFIX}/lib -liconv" USE_ICONV= yes USE_LDCONFIG= yes diff -ruN libisofs.orig/distinfo libisofs/distinfo --- libisofs.orig/distinfo 2009-08-13 18:19:02.000000000 +0200 +++ libisofs/distinfo 2011-06-02 18:46:02.000000000 +0200 @@ -1,3 +1,2 @@ -MD5 (libisofs-0.6.20.tar.gz) = 52621c4a3fbfde268a210993b2919395 -SHA256 (libisofs-0.6.20.tar.gz) = 846472765a31cf5e5fa20732008c32cbc64a98057038a593a6861f33ed6748dd -SIZE (libisofs-0.6.20.tar.gz) = 619741 +SHA256 (libisofs-1.0.8.tar.gz) = 4de57bacf16ae8b97971f01ed11198dbf6ad75213f804e0d3fc7fadfe2e35c8e +SIZE (libisofs-1.0.8.tar.gz) = 699081 diff -ruN libisofs.orig/files/patch-libisofs-messages.c libisofs/files/patch-libisofs-messages.c --- libisofs.orig/files/patch-libisofs-messages.c 2008-11-15 23:05:39.000000000 +0100 +++ libisofs/files/patch-libisofs-messages.c 1970-01-01 01:00:00.000000000 +0100 @@ -1,10 +0,0 @@ ---- libisofs/messages.c.orig 2008-10-06 02:44:52.000000000 -0400 -+++ libisofs/messages.c 2008-11-06 16:48:40.000000000 -0500 -@@ -9,6 +9,7 @@ - #include - #include - #include -+#include - - #include "libiso_msgs.h" - #include "libisofs.h" >Release-Note: >Audit-Trail: >Unformatted: