Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Aug 2002 17:05:22 -0700 (PDT)
From:      KATO Tsuguru <tkato@prontomail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/41729: Update port: archivers/cabextract to 0.6
Message-ID:  <200208170005.g7H05M2S078668@www.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         41729
>Category:       ports
>Synopsis:       Update port: archivers/cabextract to 0.6
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 16 17:10:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.6.2-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 0.6

Remove file:
files/patch-Makefile.in

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/archivers/cabextract/Makefile archivers/cabextract/Makefile
--- /usr/ports/archivers/cabextract/Makefile	Mon Aug 27 19:45:43 2001
+++ archivers/cabextract/Makefile	Mon Aug 12 18:53:00 2002
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	cabextract
-PORTVERSION=	0.5
+PORTVERSION=	0.6
 CATEGORIES=	archivers
 MASTER_SITES=	http://www.kyz.uklinux.net/downloads/
 
@@ -15,8 +15,8 @@
 LIB_DEPENDS=	gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
 
 GNU_CONFIGURE=	yes
-CONFIGURE_ENV=	CPPFLAGS=-I${LOCALBASE}/include \
-		LDFLAGS=-L${LOCALBASE}/lib
+CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
+		LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt"
 
 MAN1=		cabextract.1
 
diff -urN /usr/ports/archivers/cabextract/distinfo archivers/cabextract/distinfo
--- /usr/ports/archivers/cabextract/distinfo	Mon Aug 27 19:45:43 2001
+++ archivers/cabextract/distinfo	Mon Aug 12 18:49:48 2002
@@ -1 +1 @@
-MD5 (cabextract-0.5.tar.gz) = 7c48be6b93483409ba94022a08d1ee09
+MD5 (cabextract-0.6.tar.gz) = 1e6e7d35d4ca4e5bd9cfc86aa315163b
diff -urN /usr/ports/archivers/cabextract/files/patch-Makefile.in archivers/cabextract/files/patch-Makefile.in
--- /usr/ports/archivers/cabextract/files/patch-Makefile.in	Mon Aug 27 19:45:44 2001
+++ archivers/cabextract/files/patch-Makefile.in	Thu Jan  1 09:00:00 1970
@@ -1,14 +0,0 @@
-
-$FreeBSD: ports/archivers/cabextract/files/patch-Makefile.in,v 1.3 2001/08/27 08:35:40 sobomax Exp $
-
---- Makefile.in.orig	Mon Aug 20 11:06:55 2001
-+++ Makefile.in	Mon Aug 27 11:33:35 2001
-@@ -70,7 +70,7 @@
- bin_PROGRAMS = cabextract
- man_MANS = cabextract.1
- cabextract_SOURCES = cabextract.c
--cabextract_LDADD = @LIBOBJS@
-+cabextract_LDADD = @LIBOBJS@ -lgnugetopt
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
- mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
- CONFIG_HEADER = config.h

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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200208170005.g7H05M2S078668>