Date: Thu, 28 Sep 2000 08:14:49 -0700 (PDT) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org Subject: ports/21610: Update port: databases/sqsh Message-ID: <20000928151449.87B4F37B43C@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 21610 >Category: ports >Synopsis: Update port: databases/sqsh >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Sep 28 08:20:03 PDT 2000 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.1.1-RELEASE i386 >Organization: >Environment: >Description: - Support LOCALBASE properly No responce from maintainer. >How-To-Repeat: >Fix: diff -urN /usr/ports/databases/sqsh/Makefile databases/sqsh/Makefile --- /usr/ports/databases/sqsh/Makefile Sun Apr 9 15:44:03 2000 +++ databases/sqsh/Makefile Wed Jul 19 04:37:06 2000 @@ -22,4 +22,9 @@ MAN1= sqsh.1 +post-patch: +.for file in configure autoconf/install-man + @${PERL} -pi -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/${file} +.endfor + .include <bsd.port.mk> diff -urN /usr/ports/databases/sqsh/patches/patch-ab databases/sqsh/patches/patch-ab --- /usr/ports/databases/sqsh/patches/patch-ab Sat Jan 29 13:42:13 2000 +++ databases/sqsh/patches/patch-ab Wed Jul 19 04:36:44 2000 @@ -7,7 +7,7 @@ -# +# -- it should have some defaults... + -+SYBASE=/usr/local/ ++SYBASE=%%LOCALBASE%%/ + echo $ac_n "checking Open Client installation""... $ac_c" 1>&6 echo "configure:1053: checking Open Client installation" >&5 diff -urN /usr/ports/databases/sqsh/patches/patch-ac databases/sqsh/patches/patch-ac --- /usr/ports/databases/sqsh/patches/patch-ac Sat Jan 29 13:42:13 2000 +++ databases/sqsh/patches/patch-ac Wed Jul 19 04:36:54 2000 @@ -2,7 +2,7 @@ +++ autoconf/install-man Fri Jan 14 21:20:00 2000 @@ -1,4 +1,4 @@ -#!/bin/sh -+#!/usr/local/bin/bash ++#!%%LOCALBASE%%/bin/bash # # install-man -- install or uninstall compressed or uncompressed man pages. # >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?20000928151449.87B4F37B43C>