ports/86164: mail/exilog incomplete pkg_plist

Alex Samorukov samm at os2.kiev.ua
Thu Sep 15 15:30:12 UTC 2005


>Number:         86164
>Category:       ports
>Synopsis:       mail/exilog incomplete pkg_plist
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 15 15:30:11 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Alex  Samorukov
>Release:        5.4-STABLE
>Organization:
Shevchenko Didkovskiy & Partners
>Environment:
FreeBSD samm.loc 5.4-STABLE FreeBSD 5.4-STABLE #15: Mon Aug  8 10:59:05 EEST 2005     root at samm.loc:/usr/obj/usr/src/sys/SAMMKRNL  i386
>Description:
Incomplete pkg_plist which does not include icon files for the WEB interface
>How-To-Repeat:
Install mail/exilog, setup web interface and point your brouwer to it. You will not see any image. Also, images are absent in pkg_info -L output.
>Fix:
Here is a diff to files in port tree:

diff -ur /usr/ports/mail/exilog/Makefile /home/samm/src/exilog/Makefile
--- /usr/ports/mail/exilog/Makefile	Mon Sep 12 13:54:07 2005
+++ /home/samm/src/exilog/Makefile	Thu Sep 15 18:23:55 2005
@@ -65,7 +65,10 @@
 
 do-install:
 	@${MKDIR} ${EXILOGDIR}
+	@${MKDIR} ${EXILOGDIR}/icons
 	@${CP} ${WRKSRC}/*.pm ${WRKSRC}/*.css ${WRKSRC}/*.js ${EXILOGDIR}
+	@${CP} ${WRKSRC}/icons/*  ${EXILOGDIR}/icons
+	
 .if !defined(NO_AGENT)
 	@${INSTALL_SCRIPT} ${WRKSRC}/exilog_agent.pl ${PREFIX}/sbin
 .endif
Only in /home/samm/src/exilog/: diff
diff -ur /usr/ports/mail/exilog/pkg-plist /home/samm/src/exilog/pkg-plist
--- /usr/ports/mail/exilog/pkg-plist	Sun Jun  5 21:22:26 2005
+++ /home/samm/src/exilog/pkg-plist	Thu Sep 15 18:22:49 2005
@@ -15,11 +15,50 @@
 %%EXILOGDIR%%/exilog_jscript.js
 %%EXILOGDIR%%/exilog_stylesheet.css
 %%EXILOGDIR%%/.htaccess
+%%EXILOGDIR%%/icons/address.png
+%%EXILOGDIR%%/icons/arrival.png
+%%EXILOGDIR%%/icons/arrival_auth.png
+%%EXILOGDIR%%/icons/arrival_local.png
+%%EXILOGDIR%%/icons/arrival_normal.png
+%%EXILOGDIR%%/icons/arrival_tls.png
+%%EXILOGDIR%%/icons/arrival_tls_auth.png
+%%EXILOGDIR%%/icons/deferral_normal.png
+%%EXILOGDIR%%/icons/deferral_tls.png
+%%EXILOGDIR%%/icons/deferred.png
+%%EXILOGDIR%%/icons/delivered.png
+%%EXILOGDIR%%/icons/delivery.png
+%%EXILOGDIR%%/icons/delivery_normal.png
+%%EXILOGDIR%%/icons/delivery_tls.png
+%%EXILOGDIR%%/icons/dns.png
+%%EXILOGDIR%%/icons/dsn_warning.png
+%%EXILOGDIR%%/icons/errmsg.png
+%%EXILOGDIR%%/icons/error.png
+%%EXILOGDIR%%/icons/error_normal.png
+%%EXILOGDIR%%/icons/error_tls.png
+%%EXILOGDIR%%/icons/event_type.png
+%%EXILOGDIR%%/icons/find.png
+%%EXILOGDIR%%/icons/frozen.png
+%%EXILOGDIR%%/icons/helo.png
+%%EXILOGDIR%%/icons/ident.png
+%%EXILOGDIR%%/icons/queue_deferred.png
+%%EXILOGDIR%%/icons/queue_frozen.png
+%%EXILOGDIR%%/icons/queue_normal.png
+%%EXILOGDIR%%/icons/queued.png
+%%EXILOGDIR%%/icons/reject_postdata.png
+%%EXILOGDIR%%/icons/reject_predata.png
+%%EXILOGDIR%%/icons/router_transport.png
+%%EXILOGDIR%%/icons/server.png
+%%EXILOGDIR%%/icons/server_normal.png
+%%EXILOGDIR%%/icons/size.png
+%%EXILOGDIR%%/icons/stats_h24.png
+%%EXILOGDIR%%/icons/stopwatch.png
+%%EXILOGDIR%%/icons/timerange.png
+%%EXILOGDIR%%/icons/unknown.png
 etc/exilog.conf-dist
 %%PORTDOCS%%%%DOCSDIR%%/Changelog
 %%PORTDOCS%%%%DOCSDIR%%/exilog.txt
 %%PORTDOCS%%%%DOCSDIR%%/mysql-db-script.sql
 %%PORTDOCS%%%%DOCSDIR%%/pgsql-db-script.sql
-
+ at dirrm %%EXILOGDIR%%/icons
 @dirrm %%EXILOGDIR%%
 %%PORTDOCS%%@dirrm %%DOCSDIR%%

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



More information about the freebsd-ports-bugs mailing list