Date: Sun, 14 Nov 1999 21:40:01 -0800 (PST) From: FUJISHIMA Satsuki <k5@cheerful.com> To: freebsd-ports@FreeBSD.org Subject: Re: ports/14887: improvements for archivers/linux_rar port Makefile Message-ID: <199911150540.VAA43736@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/14887; it has been noted by GNATS. From: FUJISHIMA Satsuki <k5@cheerful.com> 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 <bsd.port.mk> 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?199911150540.VAA43736>