Date: Wed, 1 Sep 1999 00:30:44 -0500 (CDT) From: gljohns@bellsouth.net To: FreeBSD-gnats-submit@freebsd.org Subject: ports/13513: Fix biology/rasmol port Message-ID: <199909010530.AAA10325@gforce.johnson.home>
next in thread | raw e-mail | index | archive | help
>Number: 13513 >Category: ports >Synopsis: Fix biology/rasmol port >Confidential: yes >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Aug 31 22:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Glenn Johnson >Release: FreeBSD 3.2-STABLE i386 >Organization: >Environment: >Description: This fixes the man page installation and the reinstall target for the biology/rasmol port. I also added a message about setting the color depth to match the X- server. >How-To-Repeat: >Fix: Apply the enclosed diff to ${PORTS}/biology/rasmol. diff -ruN rasmol.old/Makefile rasmol/Makefile --- rasmol.old/Makefile Tue Aug 31 23:52:08 1999 +++ rasmol/Makefile Wed Sep 1 00:25:49 1999 @@ -18,4 +18,11 @@ MAN1= rasmol.1 +pre-extract: + @${ECHO} "" + @${ECHO} You can set the color depth to match your X server in + @${ECHO} ${WRKSRC}Imakefile + @${ECHO} before building. + @${ECHO} "" + .include <bsd.port.mk> diff -ruN rasmol.old/patches/patch-aa rasmol/patches/patch-aa --- rasmol.old/patches/patch-aa Tue Aug 31 23:52:08 1999 +++ rasmol/patches/patch-aa Wed Sep 1 00:02:46 1999 @@ -9,7 +9,7 @@ -@@ -104,8 +104,9 @@ +@@ -104,8 +104,8 @@ ComplexProgramTarget(rasmol) MakeDirectories(install,$(RASMOLDIR)) InstallNonExec(rasmol.hlp,$(RASMOLDIR)) @@ -21,5 +21,4 @@ -rasmol.man:: doc/rasmol.1 - ln -s doc/rasmol.1 rasmol.man +rasmol.man:: -+ gunzip ../doc/rasmol.1.gz -+ ln -s ../doc/rasmol.man rasmol.man ++ gunzip -c ../doc/rasmol.1.gz > rasmol.man >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?199909010530.AAA10325>