From owner-freebsd-ports Tue Aug 31 22:40: 9 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 7886F1516D for ; Tue, 31 Aug 1999 22:40:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA42774; Tue, 31 Aug 1999 22:40:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mail2.lig.bellsouth.net (mail2.lig.bellsouth.net [205.152.0.56]) by hub.freebsd.org (Postfix) with ESMTP id 1BE9A15092 for ; Tue, 31 Aug 1999 22:30:48 -0700 (PDT) (envelope-from gljohns@bellsouth.net) Received: from gforce.johnson.home (host-209-214-147-41.msy.bellsouth.net [209.214.147.41]) by mail2.lig.bellsouth.net (3.3.2/8.9.3) with ESMTP id BAA25710 for ; Wed, 1 Sep 1999 01:30:45 -0400 (EDT) Received: (from glenn@localhost) by gforce.johnson.home (8.9.3/8.9.3) id AAA10325; Wed, 1 Sep 1999 00:30:44 -0500 (CDT) (envelope-from glenn) Message-Id: <199909010530.AAA10325@gforce.johnson.home> Date: Wed, 1 Sep 1999 00:30:44 -0500 (CDT) From: gljohns@bellsouth.net Reply-To: gljohns@bellsouth.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13513: Fix biology/rasmol port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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 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