Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Nov 2002 10:04:12 +0100
From:      Igor Pokrovsky <igor.pokrovsky@cnrm.meteo.fr>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/45471: Update port: archivers/szip Moving from binary to source distribution
Message-ID:  <3DD9FE8C.71A5DE08@cnrm.meteo.fr>

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

>Number:         45471
>Category:       ports
>Synopsis:       Update port: archivers/szip Moving from binary to source distribution
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 19 01:10:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Igor Pokrovsky
>Release:        FreeBSD 4.6-20020828-STABLE i386
>Organization:
Meteo-France
>Environment:
System: FreeBSD p2 4.6-20020828-STABLE FreeBSD 4.6-20020828-STABLE #0:
Sun Oct 6 15:29:52 GMT 2002 igor@p2:/usr/src/sys/compile/KERNEL i386


	
>Description:
	
	Finally source code of szip is available. This fix moves binary based
	port to source based.

>How-To-Repeat:
	
>Fix:

	

--- szip.diff begins here ---
diff -ru /usr/ports/archivers/szip/Makefile ./szip/Makefile
--- /usr/ports/archivers/szip/Makefile	Sun Feb 17 07:58:57 2002
+++ ./szip/Makefile	Mon Nov 18 19:49:08 2002
@@ -9,12 +9,15 @@
 PORTVERSION=	1.12b
 CATEGORIES=	archivers
 MASTER_SITES=	http://www.compressconsult.com/szip/
-DISTNAME=	${PORTNAME}_${PORTVERSION:S/.//}_FreeBSD
+DISTNAME=	sz${PORTVERSION:S/.//}_src
 
 MAINTAINER=	tiamat@telegraph.spb.ru
 
-NO_BUILD=	yes
+USE_GMAKE=	yes
 ONLY_FOR_ARCHS=	i386
+
+do-build:
+	${GMAKE} -C ${WRKDIR}
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin
diff -ru /usr/ports/archivers/szip/distinfo ./szip/distinfo
--- /usr/ports/archivers/szip/distinfo	Sun Feb 17 07:58:57 2002
+++ ./szip/distinfo	Mon Nov 18 19:41:17 2002
@@ -1 +1 @@
-MD5 (szip_112b_FreeBSD.tar.gz) = fbcf065b8889acd4d0eb22300450ea60
+MD5 (sz112b_src.tar.gz) = eb70ed7712f2adab945b5dbe9ca2c525
--- szip.diff ends here ---

>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?3DD9FE8C.71A5DE08>