Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Nov 2007 09:43:16 GMT
From:      Ildar <dar.quonb@gmai.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/117914: broken mail/roundcube installation
Message-ID:  <200711080943.lA89hGwY028963@www.freebsd.org>
Resent-Message-ID: <200711080950.lA89o1Ao007839@freefall.freebsd.org>

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

>Number:         117914
>Category:       ports
>Synopsis:       broken mail/roundcube installation
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 08 09:50:01 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     Ildar
>Release:        FreeBSD 6.2
>Organization:
>Environment:
FreeBSD <...> 6.2-RELEASE-p8 FreeBSD 6.2-RELEASE-p8 #0: Fri Oct 12 12:25:42 MSD 2007     root@<...>:/usr/obj/usr/src/sys/DARKERNEL  i386
>Description:
The current mail/rouncube port doesn't install "roundcube/bin" directory that has appeared in recent sources.
>How-To-Repeat:
Just install port
>Fix:
Apply patch

Patch attached with submission follows:

diff -Naur mail/roundcube.old/Makefile mail/roundcube/Makefile
--- mail/roundcube.old/Makefile	Thu Nov  8 12:30:55 2007
+++ mail/roundcube/Makefile	Thu Nov  8 12:31:46 2007
@@ -7,6 +7,7 @@
 
 PORTNAME=	roundcube
 PORTVERSION=	0.1.${SNAPSHOT}
+PORTREVISION=	1
 CATEGORIES=	mail
 MASTER_SITES=	http://www.farrokhi.net/roundcube/:unixified \
 		${MASTER_SITE_LOCAL:S/$/:freebsd/g}
@@ -25,7 +26,7 @@
 RCUBEDIR?=	www/${PORTNAME}
 
 RCUBEROOT=	${PREFIX}/${RCUBEDIR}
-RCUBECOMP=	SQL config index.php logs program skins temp
+RCUBECOMP=	SQL bin config index.php logs program skins temp
 PORTDOCS=	CHANGELOG INSTALL LICENSE README UPGRADING
 
 PLIST_SUB=	RCUBEDIR=${RCUBEDIR}
diff -Naur mail/roundcube.old/pkg-plist mail/roundcube/pkg-plist
--- mail/roundcube.old/pkg-plist	Thu Nov  8 12:30:55 2007
+++ mail/roundcube/pkg-plist	Thu Nov  8 12:34:54 2007
@@ -7,6 +7,10 @@
 %%RCUBEDIR%%/SQL/postgres.update.sql
 %%RCUBEDIR%%/SQL/sqlite.initial.sql
 %%RCUBEDIR%%/SQL/sqlite.update.sql
+%%RCUBEDIR%%/bin/html2text.php
+%%RCUBEDIR%%/bin/makedoc.sh
+%%RCUBEDIR%%/bin/msgimport
+%%RCUBEDIR%%/bin/quotaimg.php
 %%RCUBEDIR%%/config/.htaccess
 %%RCUBEDIR%%/config/db.inc.php.dist
 %%RCUBEDIR%%/config/main.inc.php.dist
@@ -724,6 +728,7 @@
 @dirrm %%RCUBEDIR%%/program/include
 @dirrm %%RCUBEDIR%%/program
 @dirrm %%RCUBEDIR%%/SQL
+@dirrm %%RCUBEDIR%%/bin
 @dirrmtry %%RCUBEDIR%%/temp
 @dirrmtry %%RCUBEDIR%%/logs
 @dirrmtry %%RCUBEDIR%%/config


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



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