View | Details | Raw Unified | Return to bug 157532
Collapse All | Expand All

(-)libisofs/Makefile (-2 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	libisofs
8
PORTNAME=	libisofs
9
PORTVERSION=	0.6.20
9
PORTVERSION=	1.0.8
10
CATEGORIES=	devel
10
CATEGORIES=	devel
11
MASTER_SITES=	http://files.libburnia-project.org/releases/
11
MASTER_SITES=	http://files.libburnia-project.org/releases/
12
12
Lines 16-22 Link Here
16
LIB_DEPENDS=	burn.4:${PORTSDIR}/devel/libburn
16
LIB_DEPENDS=	burn.4:${PORTSDIR}/devel/libburn
17
17
18
GNU_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
19
CONFIGURE_ARGS=	CFLAGS="-I${PREFIX}/include" LDFLAGS="-L${PREFIX}/lib -liconv"
20
19
21
USE_ICONV=	yes
20
USE_ICONV=	yes
22
USE_LDCONFIG=	yes
21
USE_LDCONFIG=	yes
(-)libisofs/distinfo (-3 / +2 lines)
Lines 1-3 Link Here
1
MD5 (libisofs-0.6.20.tar.gz) = 52621c4a3fbfde268a210993b2919395
1
SHA256 (libisofs-1.0.8.tar.gz) = 4de57bacf16ae8b97971f01ed11198dbf6ad75213f804e0d3fc7fadfe2e35c8e
2
SHA256 (libisofs-0.6.20.tar.gz) = 846472765a31cf5e5fa20732008c32cbc64a98057038a593a6861f33ed6748dd
2
SIZE (libisofs-1.0.8.tar.gz) = 699081
3
SIZE (libisofs-0.6.20.tar.gz) = 619741
(-)libisofs/files/patch-libisofs-messages.c (-10 lines)
Lines 1-10 Link Here
1
--- libisofs/messages.c.orig 2008-10-06 02:44:52.000000000 -0400
2
+++ libisofs/messages.c  2008-11-06 16:48:40.000000000 -0500
3
@@ -9,6 +9,7 @@
4
 #include <string.h>
5
 #include <stdio.h>
6
 #include <stdarg.h>
7
+#include <sys/types.h>
8
 
9
 #include "libiso_msgs.h"
10
 #include "libisofs.h"

Return to bug 157532