Skip site navigation (1)Skip section navigation (2)
Date:      Fri,  8 Sep 2000 14:32:58 -0700 (PDT)
From:      tkato@prontomail.ne.jp
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/21134: Update port: archivers/unace
Message-ID:  <20000908213258.5241B37B42C@hub.freebsd.org>

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

>Number:         21134
>Category:       ports
>Synopsis:       Update port: archivers/unace
>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 Sep 08 14:40:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.1-RELEASE i386
>Organization:
>Environment:
>Description:
- Use MASTER_SITE_SUNSITE to MASTER_SITES
- Support CC properly
- Update WWW: line of pkg/DESCR

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/archivers/unace/Makefile archivers/unace/Makefile
--- /usr/ports/archivers/unace/Makefile	Sun Apr  9 15:41:29 2000
+++ archivers/unace/Makefile	Tue Aug 22 02:22:29 2000
@@ -9,18 +9,13 @@
 PORTNAME=	unace
 PORTVERSION=	1.2b
 CATEGORIES=	archivers
-MASTER_SITES=	http://members.aol.com/mlemke6413/
-DISTNAME=	unacepub
+MASTER_SITES=	${MASTER_SITE_SUNSITE}
+MASTER_SITE_SUBDIR=	utils/compress
 
 MAINTAINER=	jonny@jonny.eng.br
 
-FETCH_BEFORE_ARGS=	-t
-
-USE_ZIP=	yes
 USE_GMAKE=	yes
-ALL_TARGET=	unace
-MAKEFILE=	unix/makefile
-NO_WRKSUBDIR=	yes
+ALL_TARGET=	clean unace
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/unace ${PREFIX}/bin
diff -urN /usr/ports/archivers/unace/files/md5 archivers/unace/files/md5
--- /usr/ports/archivers/unace/files/md5	Fri Apr  2 13:19:20 1999
+++ archivers/unace/files/md5	Tue Aug 22 02:06:25 2000
@@ -1 +1 @@
-MD5 (unacepub.zip) = 1a73dda37e4d8d8ef70f27a858e32a55
+MD5 (unace-1.2b.tar.gz) = da2b8d1bc4338ba14e11a682dde859a6
diff -urN /usr/ports/archivers/unace/patches/patch-aa archivers/unace/patches/patch-aa
--- /usr/ports/archivers/unace/patches/patch-aa	Fri Apr  2 13:19:20 1999
+++ archivers/unace/patches/patch-aa	Thu Jan  1 09:00:00 1970
@@ -1,13 +0,0 @@
-diff -ru ../../1/unix/makefile ./unix/makefile
---- ../../1/unix/makefile	Wed Jul  1 05:29:10 1998
-+++ ./unix/makefile	Tue Feb 23 20:48:11 1999
-@@ -16,7 +16,8 @@
- #CFLAGS = -Wall -O3 -s #-DNDEBUG
- #CFLAGS = -g -Wall -DMDEBUG
- #CFLAGS = -O3 -fno-strength-reduce -fomit-frame-pointer # These are for Linux
--CFLAGS = -O -g -Wall -dLO_HI_BYTE_ORDER
-+#CFLAGS = -O -g -Wall -dLO_HI_BYTE_ORDER
-+CFLAGS += -O3 -fno-strength-reduce -fomit-frame-pointer
- CHALLOC = challoc.o
- CHALLOC =
- CHNEW = chnew.o challoc.o
diff -urN /usr/ports/archivers/unace/patches/patch-ab archivers/unace/patches/patch-ab
--- /usr/ports/archivers/unace/patches/patch-ab	Thu Jan  1 09:00:00 1970
+++ archivers/unace/patches/patch-ab	Tue Aug 22 02:20:40 2000
@@ -0,0 +1,29 @@
+--- Makefile.orig	Wed May 12 16:10:27 1999
++++ Makefile	Tue Aug 22 02:20:26 2000
+@@ -13,14 +13,14 @@
+ #CFLAGS = -dNOSTRICMP         #for UNIX compilers not supporting stricmp()
+ #CFLAGS = -dHI_LO_BYTE_ORDER  #select correct byte order for your machine!!
+ 
+-#CFLAGS = -Wall -O3 -s #-DNDEBUG
++CFLAGS += -DNDEBUG
+ #CFLAGS = -g -Wall -DMDEBUG
+-CFLAGS = -O3 -fno-strength-reduce -fomit-frame-pointer # These are for Linux
++#CFLAGS = -O3 -fno-strength-reduce -fomit-frame-pointer # These are for Linux
+ #CFLAGS = -O -g -Wall -dLO_HI_BYTE_ORDER
+ CHALLOC = challoc.o
+ CHALLOC =
+ CHNEW = chnew.o challoc.o
+-CC = gcc
++CC ?= gcc
+ 
+ ifeq ($(OSTYPE), Linux)
+ CFLAGS += -DUNIX -DCASEINSENSE
+@@ -38,7 +38,7 @@
+ 
+ 
+ unace$(EXEEXT): $(OBJ) $(CHALLOC)
+-	gcc $(CFLAGS) -o $@ $^ $(LIBS)
++	$(CC) $(CFLAGS) -o $@ $^ $(LIBS)
+ 
+ clean:
+ 	rm -f *.o a.out core unace unace.exe
diff -urN /usr/ports/archivers/unace/pkg/DESCR archivers/unace/pkg/DESCR
--- /usr/ports/archivers/unace/pkg/DESCR	Mon May  3 06:16:48 1999
+++ archivers/unace/pkg/DESCR	Tue Aug 22 01:52:40 2000
@@ -1,5 +1,5 @@
 This is a port of a (un)archiver which deals with ACE archives.
 
-WWW: http://members.aol.com/mlemke6413/ace.html
+WWW: http://www.winace.com/
 
 - Joao Carlos Mendes Luis <jonny@jonny.eng.br>


>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?20000908213258.5241B37B42C>