From owner-freebsd-ports Sun Nov 14 21:40: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D47E714CAD for ; Sun, 14 Nov 1999 21:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA43736; Sun, 14 Nov 1999 21:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sun, 14 Nov 1999 21:40:01 -0800 (PST) Message-Id: <199911150540.VAA43736@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: FUJISHIMA Satsuki Subject: Re: ports/14887: improvements for archivers/linux_rar port Makefile Reply-To: FUJISHIMA Satsuki Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/14887; it has been noted by GNATS. From: FUJISHIMA Satsuki To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: Re: ports/14887: improvements for archivers/linux_rar port Makefile Date: Mon, 15 Nov 1999 14:38:50 +0900 Hi, I'm a maintainer of this port. This seems to be reasonable. But I made some additional changes to Oleg's: o add NO_CDROM. Strictly following their license term is good idea. Even though archivers/rar was there for years without any problem. This change obtained from OpenBSD's ports/archivers/rar. o 'shareware' and 'freeware' are both undefined in the license.txt. So they should be avoided IMO. -- FUJISHIMA Satsuki Index: Makefile =================================================================== RCS file: /home/ncvs/ports/archivers/linux_rar/Makefile,v retrieving revision 1.8 diff -u -r1.8 Makefile --- Makefile 1999/11/14 02:15:27 1.8 +++ Makefile 1999/11/15 03:41:26 @@ -21,6 +21,7 @@ NO_BUILD= yes ONLY_FOR_ARCHS= i386 +NO_CDROM= NOFEE: Can not charge for distribution NO_PACKAGE= Only unmodified original package can be distributed EXTRACT_CMD= # empty @@ -66,7 +67,11 @@ post-install: @/usr/bin/brandelf -t Linux ${PREFIX}/bin/rar - @${ECHO_MSG} "This is 40days trial version of commercial software." + @${ECHO_MSG} "This is 40 days trial version of commercial software." @${ECHO_MSG} "Read texts in ${PREFIX}/share/doc/rar before use." +.if defined(WITH_UNRAR) + @/usr/bin/brandelf -t Linux ${PREFIX}/bin/unrar + @${ECHO_MSG} "However, unrar can be used for free." +.endif .include To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message