Date: Mon, 26 Sep 2005 18:41:10 GMT From: Martin Piayda <martin.piayda@udo.edu> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/86609: courier-imap 4.0.6 prefixed installation and configure cleanup Message-ID: <200509261841.j8QIfA2l093443@www.freebsd.org> Resent-Message-ID: <200509261850.j8QIoGmX092532@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 86609 >Category: ports >Synopsis: courier-imap 4.0.6 prefixed installation and configure cleanup >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 Sep 26 18:50:15 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Martin Piayda >Release: FreeBSD 5.4 >Organization: >Environment: FreeBSD themis 5.4-RELEASE-p5 FreeBSD 5.4-RELEASE-p5 >Description: I've updated the current Makefile for prefixed installations and enhanced the configure section to make it more readable >How-To-Repeat: always >Fix: diff -ruN bak/Makefile Makefile --- bak/Makefile Sat Sep 24 14:56:19 2005 +++ Makefile Mon Sep 26 20:24:26 2005 @@ -34,10 +34,13 @@ USE_GMAKE= yes USE_RC_SUBR= yes -CONFIGURE_ENV= CFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ - CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ - CXXFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ - LIBS="${LDFLAGS} -L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include -I${PREFIX}/include +LDFLAGS+= -L${LOCALBASE}/lib -L${PREFIX}/lib +CONFIGURE_ENV= REHASH=${SCRIPTDIR}/c_rehash \ + CPPFLAGS='${CPPFLAGS}' \ + CXXFLAGS='${CPPFLAGS}' \ + LDFLAGS='${LDFLAGS}' +MAKE_ENV:= ${CONFIGURE_ENV} # # options available: @@ -71,7 +74,8 @@ --enable-workarounds-for-imap-client-bugs \ --enable-unicode \ --disable-root-check \ - --with-locking-method=fcntl + --with-locking-method=fcntl \ + COURIERAUTHCONFIG=${PREFIX}/bin/courierauthconfig .include <bsd.port.pre.mk> >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200509261841.j8QIfA2l093443>