From nobody@FreeBSD.org  Thu Jun  2 17:10:20 2011
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id DECF810656AA
	for <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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 <shuvaev@physik.uni-wuerzburg.de>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [UPDATE] devel/libisofs to 1.0.8
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: fbsd@opal.com

>Number:         157532
>Category:       ports
>Synopsis:       [UPDATE] devel/libisofs to 1.0.8
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    wxs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 02 17:20:04 UTC 2011
>Closed-Date:    Fri Jun 17 16:12:20 UTC 2011
>Last-Modified:  Fri Jun 17 21:30:15 UTC 2011
>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 <string.h>
- #include <stdio.h>
- #include <stdarg.h>
-+#include <sys/types.h>
- 
- #include "libiso_msgs.h"
- #include "libisofs.h"


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Thu Jun 2 17:20:19 UTC 2011 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: fbsd@opal.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/157532: [UPDATE] devel/libisofs to 1.0.8
Date: Thu, 2 Jun 2011 17:20:17 UT

 Maintainer of devel/libisofs,
 
 Please note that PR ports/157532 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/157532
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: "J.R. Oldroyd" <fbsd@opal.com>
To: bug-followup@FreeBSD.ORG
Cc: edwin@FreeBSD.ORG
Subject: Re: ports/157532: [UPDATE] devel/libisofs to 1.0.8
Date: Fri, 3 Jun 2011 10:17:49 +0200

 --Sig_/OCy.smTxSA2vbv8O8ziYnm/
 Content-Type: text/plain; charset=US-ASCII
 Content-Transfer-Encoding: quoted-printable
 
 On Thu, 2 Jun 2011 17:20:17 UT, Edwin Groothuis <edwin@FreeBSD.ORG> wrote:
 >
 > Maintainer of devel/libisofs,
 >=20
 > Please note that PR ports/157532 has just been submitted.
 >=20
 > If it contains a patch for an upgrade, an enhancement or a bug fix
 > you agree on, reply to this email stating that you approve the patch
 > and a committer will take care of it.
 >=20
 > The full text of the PR can be found at:
 >     http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/157532
 >=20
 
 Sorry, but I do not currently have the time to maintain these
 ports.  I would be happy to approve a maintainer change.  The
 following four ports are associated and should be chowned as a
 group:
 	devel/libburn
 	devel/libisoburn
 	devel/libisofs
 	sysutils/xfburn
 
 Thanks,
 	-jr
 
 --Sig_/OCy.smTxSA2vbv8O8ziYnm/
 Content-Type: application/pgp-signature; name=signature.asc
 Content-Disposition: attachment; filename=signature.asc
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.10 (FreeBSD)
 
 iEYEARECAAYFAk3omK0ACgkQls33urr0k4mFgQCgo7zy6lNrQ66DcDDrbZRpUSqa
 ankAn2qDQIcuIBf5TK2qfcjwP2JYSza5
 =8/dB
 -----END PGP SIGNATURE-----
 
 --Sig_/OCy.smTxSA2vbv8O8ziYnm/--
Responsible-Changed-From-To: freebsd-ports-bugs->wxs 
Responsible-Changed-By: wxs 
Responsible-Changed-When: Sat Jun 11 01:53:36 UTC 2011 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=157532 
State-Changed-From-To: feedback->closed 
State-Changed-By: wxs 
State-Changed-When: Fri Jun 17 16:12:19 UTC 2011 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/157532: commit references a PR
Date: Fri, 17 Jun 2011 16:11:45 +0000 (UTC)

 wxs         2011-06-17 16:11:36 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/libisofs       Makefile distinfo 
   Removed files:
     devel/libisofs/files patch-libisofs-messages.c 
   Log:
   - Update to 1.0.8.
   - Reset maintainer.
   
   PR:             ports/157532
   Submitted by:   Alexey Shuvaev <shuvaev@physik.uni-wuerzburg.de>
   Approved by:    J.R. Oldroyd <fbsd@opal.com> (maintainer)
   
   Revision  Changes    Path
   1.4       +2 -2      ports/devel/libisofs/Makefile
   1.4       +2 -3      ports/devel/libisofs/distinfo
   1.2       +0 -10     ports/devel/libisofs/files/patch-libisofs-messages.c (dead)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/157532: commit references a PR
Date: Fri, 17 Jun 2011 16:12:16 +0000 (UTC)

 wxs         2011-06-17 16:12:03 UTC
 
   FreeBSD ports repository
 
   Modified files:
     sysutils/xfburn      Makefile 
   Log:
   - Reset maintainer.
   
   PR:             ports/157532
   
   Revision  Changes    Path
   1.16      +1 -1      ports/sysutils/xfburn/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/157532: commit references a PR
Date: Fri, 17 Jun 2011 21:29:45 +0000 (UTC)

 wxs         2011-06-17 21:29:30 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/libisofs       Makefile 
     devel/libburn        Makefile 
   Log:
   Assign maintainer to submitter of previous PR.
   
   PR:             ports/157531, ports/157532
   Submitted by:   Alexey Shuvaev <shuvaev@physik.uni-wuerzburg.de>
   
   Revision  Changes    Path
   1.6       +1 -1      ports/devel/libburn/Makefile
   1.5       +1 -1      ports/devel/libisofs/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
