ports/75640: [Maintainer-update] comms/xlog not cleaning up after itself

Matt Dawson matt at mattsnetwork.co.uk
Wed Dec 29 23:30:27 UTC 2004


>Number:         75640
>Category:       ports
>Synopsis:       [Maintainer-update] comms/xlog not cleaning up after itself
>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:   Wed Dec 29 23:30:26 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Matt Dawson
>Release:        FreeBSD 5.3-RELEASE-p2 i386
>Organization:
N/A
>Environment:
System: FreeBSD workstation1 5.3-RELEASE-p2 FreeBSD 5.3-RELEASE-p2 #1: Tue Dec 
7 21:23:42 GMT 2004 md001 at workstation1:/usr/obj/usr/src/sys/WORKSTATION1 i386


	
>Description:
The xlog port does not clean up the mime database after
deinstallation due to a missing dependency.
	
>How-To-Repeat:
	
>Fix:
Diff attached

	

--- xlog-1.0_1.diff begins here ---
diff -ruN /usr/ports/comms/xlog/Makefile ./xlog/Makefile
--- /usr/ports/comms/xlog/Makefile	Thu Dec 23 15:47:26 2004
+++ ./xlog/Makefile	Wed Dec 29 17:46:39 2004
@@ -6,12 +6,15 @@
 
 PORTNAME=	xlog
 PORTVERSION=	1.0
+PORTREVISION=	1
 CATEGORIES=	comms
 MASTER_SITES=	http://pg4i.mattsnetwork.co.uk/download/ \
 		http://www.qsl.net/pg4i/download/
 
 MAINTAINER=	matt at mattsnetwork.co.uk
 COMMENT=	Amateur Radio logging application
+
+BUILD_DEPENDS=	update-mime-database:${PORTSDIR}/misc/shared-mime-info
 
 NOT_FOR_ARCHS=	alpha
 
diff -ruN /usr/ports/comms/xlog/pkg-plist ./xlog/pkg-plist
--- /usr/ports/comms/xlog/pkg-plist	Sat Dec 11 04:37:39 2004
+++ ./xlog/pkg-plist	Wed Dec 29 17:29:39 2004
@@ -42,3 +42,4 @@
 @dirrm share/pixmaps/xlog
 @exec update-mime-database %D/share/mime
 @unexec update-mime-database %D/share/mime
+
--- xlog-1.0_1.diff ends here ---


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



More information about the freebsd-ports-bugs mailing list