Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Jul 2009 12:50:59 GMT
From:      Ganael Laplanche <ganael.laplanche@martymac.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/136931: Port fix: mail/alpine - Fix path to config file in alpine(1)
Message-ID:  <200907201250.n6KCoxek098777@www.freebsd.org>
Resent-Message-ID: <200907201300.n6KD0IMa092340@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         136931
>Category:       ports
>Synopsis:       Port fix: mail/alpine - Fix path to config file in alpine(1)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 20 13:00:18 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Ganael Laplanche
>Release:        8.0-CURRENT
>Organization:
http://contribs.martymac.com
>Environment:
FreeBSD laptop.martymac.com 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Wed Jul  8 14:34:08 UTC 2009     root@laptop.martymac.com:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
Alpine uses a config file located in ${PREFIX}/etc/alpine.conf, but alpine(1) says ${PREFIX}/etc/pine.conf, which is wrong. This small patch fixes that error.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -aurN alpine.orig/Makefile alpine/Makefile
--- alpine.orig/Makefile	2009-03-24 20:51:27.000000000 +0100
+++ alpine/Makefile	2009-07-20 14:38:35.000000000 +0200
@@ -164,6 +164,7 @@
 		    -e "s:/usr/local/lib/:${PREFIX}/etc/:g" \
 		    -e "s:@@PREFIX@@:${PREFIX}:g" \
 		    -e "s:/usr/local/pine.conf:${PREFIX}/etc/alpine.conf:g" \
+		    -e "s:${PREFIX}/etc/pine.conf:${PREFIX}/etc/alpine.conf:g" \
 		    $$i.presed > $$i ; \
 	done
 


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200907201250.n6KCoxek098777>