Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 08 Sep 2007 17:20:31 -0500
From:      Larry Rosenman <ler@lerctr.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        pav@FreeBSD.org, Thomas Abthorpe <tabthorpe@FreeBSD.org>
Subject:   ports/116208: [MAINTAINER] mail/cone: Fix breakage
Message-ID:  <E1IU8fH-000I59-OE@borg.lerctr.org>
Resent-Message-ID: <200709082230.l88MU1pK078672@freefall.freebsd.org>

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

>Number:         116208
>Category:       ports
>Synopsis:       [MAINTAINER] mail/cone: Fix breakage
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 08 22:30:01 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Larry Rosenman
>Release:        FreeBSD 7.0-CURRENT amd64
>Organization:
LERCTR Consulting
>Environment:
System: FreeBSD borg.lerctr.org 7.0-CURRENT FreeBSD 7.0-CURRENT #16: Fri Sep  7 15:50:41 CDT
>Description:
Fix breakage with the rootcerts install step.

Pointyhat to: ler@lerctr.org

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- cone-0.71_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/mail/cone/Makefile /home/ler/ports/mail/cone/Makefile
--- /usr/ports/mail/cone/Makefile	2007-09-06 23:06:30.000000000 -0500
+++ /home/ler/ports/mail/cone/Makefile	2007-09-08 17:03:00.457022647 -0500
@@ -7,6 +7,7 @@
 
 PORTNAME=	cone
 PORTVERSION=	0.71
+PORTREVISION=	1
 CATEGORIES=	mail
 # This is for beta versions, leave it in please:
 #MASTER_SITES=	http://www.courier-mta.org/beta/${PORTNAME}/ \
@@ -32,7 +33,7 @@
 USE_GMAKE=	yes
 CPPFLAGS=	-I${LOCALBASE}/include
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	-C --without-db --with-certdb --prefix=${PREFIX} --exec-prefix=${PREFIX}
+CONFIGURE_ARGS=	-C --without-db --with-certdb=${PREFIX}/share/cone/rootcerts --prefix=${PREFIX} --exec-prefix=${PREFIX}
 
 CONFIGURE_ENV=	REHASH="${PERL} ${SCRIPTDIR}/c_rehash" LDFLAGS=-L${LOCALBASE}/lib \
 		CPPFLAGS="${CPPFLAGS}"
diff -ruN --exclude=CVS /usr/ports/mail/cone/pkg-plist /home/ler/ports/mail/cone/pkg-plist
--- /usr/ports/mail/cone/pkg-plist	2007-06-03 07:33:23.000000000 -0500
+++ /home/ler/ports/mail/cone/pkg-plist	2007-09-08 16:58:24.074168233 -0500
@@ -93,6 +93,7 @@
 %%DATADIR%%/header-mime.html
 %%DATADIR%%/header-plain.html
 %%DATADIR%%/index.html
+%%DATADIR%%/icon.gif
 %%DATADIR%%/INSTALL.html
 %%DATADIR%%/leaf.html
 %%DATADIR%%/libmail-folder.html
--- cone-0.71_1.patch ends here ---

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1IU8fH-000I59-OE>