Date: Sun, 17 Feb 2002 22:27:27 +0100 (CET) From: Stefan `Sec` Zehl <sec@ice.42.org> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/35063: Update of audio/shorten port Message-ID: <20020217212727.C019345D@ice.42.org>
next in thread | raw e-mail | index | archive | help
>Number: 35063 >Category: ports >Synopsis: Update of audio/shorten port >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Feb 17 13:30:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Stefan `Sec` Zehl >Release: FreeBSD 4.5-STABLE i386 >Organization: >Environment: System: FreeBSD ice 4.5-STABLE FreeBSD 4.5-STABLE #10: Tue Jan 29 13:21:53 CET 2002 root@ice:/usr/export/obj/usr/export/src/sys/ICE i386 >Description: The audio/shorten port once again needs to be updated. The patch below contains one new file (files/patch-include::binary.h) It is not strictly necessary, but reduces the compile-time warnigs. This patch was basically submitted by <naddy@freebsd.org>. >How-To-Repeat: >Fix: diff -burN /usr/ports/audio/shorten/Makefile shorten/Makefile --- /usr/ports/audio/shorten/Makefile Thu Aug 23 21:51:55 2001 +++ shorten/Makefile Sun Feb 17 22:22:20 2002 @@ -6,13 +6,13 @@ # PORTNAME= shorten -PORTVERSION= 3.3 +PORTVERSION= 3.4 CATEGORIES= audio archivers -MASTER_SITES= http://shnutils.etree.org/misc/ +MASTER_SITES= http://shnutils.etree.org/shorten/source/ MAINTAINER= sec@42.org -RESTRICTED= "May not be sold." +RESTRICTED= "May not be sold, may not be used commercially." GNU_CONFIGURE= yes diff -burN /usr/ports/audio/shorten/Makefile.org shorten/Makefile.org --- /usr/ports/audio/shorten/Makefile.org Thu Jan 1 01:00:00 1970 +++ shorten/Makefile.org Sun Feb 17 22:13:22 2002 @@ -0,0 +1,21 @@ +# New ports collection makefile for: shorten +# Date created: 17 Feb 1999 +# Whom: Stefan Zehl <sec@42.org> +# +# $FreeBSD: ports/audio/shorten/Makefile,v 1.7 2001/08/23 19:51:55 dwcjr Exp $ +# + +PORTNAME= shorten +PORTVERSION= 3.4 +CATEGORIES= audio archivers +MASTER_SITES= http://shnutils.etree.org/shorten/source/ + +MAINTAINER= sec@42.org + +RESTRICTED= "May not be sold." + +GNU_CONFIGURE= yes + +MAN1= shorten.1 + +.include <bsd.port.mk> diff -burN /usr/ports/audio/shorten/distinfo shorten/distinfo --- /usr/ports/audio/shorten/distinfo Thu Aug 23 21:51:55 2001 +++ shorten/distinfo Sun Feb 17 22:13:22 2002 @@ -1 +1 @@ -MD5 (shorten-3.3.tar.gz) = 1db8d2d9f70892538c1c273e3d9c665f +MD5 (shorten-3.4.tar.gz) = 16d459939544442d6a30175c0bf69e93 diff -burN /usr/ports/audio/shorten/files/patch-include::binary.h shorten/files/patch-include::binary.h --- /usr/ports/audio/shorten/files/patch-include::binary.h Thu Jan 1 01:00:00 1970 +++ shorten/files/patch-include::binary.h Sun Feb 17 22:13:22 2002 @@ -0,0 +1,13 @@ + +$FreeBSD$ + +--- include/binary.h.orig Mon Feb 11 17:33:19 2002 ++++ include/binary.h Mon Feb 11 17:33:23 2002 +@@ -10,7 +10,6 @@ + #include <limits.h> + #include <assert.h> + #include <math.h> +-#include <malloc.h> + + + #if defined _WIN32 || defined __TURBOC__ || defined __ZTC__ || defined _MSC_VER >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?20020217212727.C019345D>