ports/116208: [MAINTAINER] mail/cone: Fix breakage
Larry Rosenman
ler at lerctr.org
Sat Sep 8 22:30:02 UTC 2007
>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 at 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:
More information about the freebsd-ports-bugs
mailing list