ports/157532: [UPDATE] devel/libisofs to 1.0.8

Alexey Shuvaev shuvaev at physik.uni-wuerzburg.de
Thu Jun 2 17:20:09 UTC 2011


>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 <string.h>
- #include <stdio.h>
- #include <stdarg.h>
-+#include <sys/types.h>
- 
- #include "libiso_msgs.h"
- #include "libisofs.h"


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list