Date: Thu, 3 Apr 2008 12:13:51 GMT From: Ganael Laplanche <ganael.laplanche@martymac.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/122411: Port fix: archivers/ppunpack - Remove quotes for RESTRICTED and rename patch Message-ID: <200804031213.m33CDp98082625@www.freebsd.org> Resent-Message-ID: <200804031220.m33CK0Ob094497@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 122411 >Category: ports >Synopsis: Port fix: archivers/ppunpack - Remove quotes for RESTRICTED and rename patch >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 Apr 03 12:20:00 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Ganael Laplanche >Release: 7.0-STABLE >Organization: http://contribs.martymac.com >Environment: FreeBSD home.martymac.com 7.0-STABLE FreeBSD 7.0-STABLE #11: Tue Mar 25 14:32:03 CET 2008 root@home.martymac.com:/usr/obj/usr/src/sys/MYKERNEL amd64 >Description: This patches fixes minor things for archivers/ppunpack : - remove quotes for RESTRICTED - rename the files/patch-aa to files/patch-depack.h >How-To-Repeat: >Fix: Patch attached with submission follows: diff -aurN ppunpack.orig/Makefile ppunpack/Makefile --- ppunpack.orig/Makefile 2008-04-03 14:07:31.000000000 +0200 +++ ppunpack/Makefile 2008-04-03 14:07:44.000000000 +0200 @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Decompresses Amiga PowerPacker files -RESTRICTED= "No commercial redistribution" +RESTRICTED= No commercial redistribution NO_CDROM= ${RESTRICTED} WRKSRC= ${WRKDIR}/PPUnpack diff -aurN ppunpack.orig/files/patch-aa ppunpack/files/patch-aa --- ppunpack.orig/files/patch-aa 2008-04-03 14:07:31.000000000 +0200 +++ ppunpack/files/patch-aa 1970-01-01 01:00:00.000000000 +0100 @@ -1,14 +0,0 @@ ---- depack.h.orig Sat May 22 21:55:32 1999 -+++ depack.h Sat May 22 21:56:18 1999 -@@ -4,8 +4,10 @@ - * see accompanying file README for distribution information - */ - -+#include <sys/types.h> -+ - typedef unsigned char ubyte; --typedef unsigned long ulong; -+#define ulong uint - - extern ulong depackedlen(ubyte *packed, ulong plen); - extern void ppdepack(ubyte *packed, ubyte *depacked, ulong plen, ulong unplen); diff -aurN ppunpack.orig/files/patch-depack.h ppunpack/files/patch-depack.h --- ppunpack.orig/files/patch-depack.h 1970-01-01 01:00:00.000000000 +0100 +++ ppunpack/files/patch-depack.h 2000-06-03 06:52:12.000000000 +0200 @@ -0,0 +1,14 @@ +--- depack.h.orig Sat May 22 21:55:32 1999 ++++ depack.h Sat May 22 21:56:18 1999 +@@ -4,8 +4,10 @@ + * see accompanying file README for distribution information + */ + ++#include <sys/types.h> ++ + typedef unsigned char ubyte; +-typedef unsigned long ulong; ++#define ulong uint + + extern ulong depackedlen(ubyte *packed, ulong plen); + extern void ppdepack(ubyte *packed, ubyte *depacked, ulong plen, ulong unplen); >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804031213.m33CDp98082625>