Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Oct 2001 02:31:00 +0100 (CET)
From:      Cyrille Lefevre <clefevre@citeweb.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/31541: Maintainer update: some ports fixed regarding fenner's errorlogs
Message-ID:  <200110280131.f9S1V0V87204@gits.dyndns.org>

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

>Number:         31541
>Category:       ports
>Synopsis:       Maintainer update: some ports fixed regarding fenner's errorlogs
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 27 18:40:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Cyrille Lefevre
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
ACME
>Environment:
System: FreeBSD gits 4.4-STABLE FreeBSD 4.4-STABLE #9: Sun Oct 21 22:55:26 CEST 2001 root@gits:/disk2/4.x-stable/src/sys/compile/CUSTOM i386

>Description:
	regarding the following report log, I've fixed some port I maintain.
	http://people.freebsd.org/~fenner/errorlogs/clefevre@citeweb.net.html

	astro/seti_applet/Makefile
		setiathome not found in RUN_DEPENDS
	textproc/docbook-to-man/pkg-plist
		extra directories not removed
	x11-toolkits/fl_editor/pkg-plist
		extra directories not removed
	x11-toolkits/flvw/pkg-plist
		extra directories not removed
>How-To-Repeat:
	make install deinstall
>Fix:

Index: astro/seti_applet/Makefile
===================================================================
RCS file: /home/ncvs/ports/astro/seti_applet/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- astro/seti_applet/Makefile	2001/10/05 08:38:12	1.9
+++ astro/seti_applet/Makefile	2001/10/25 23:58:43
@@ -18,7 +18,7 @@
 
 LIB_DEPENDS=	gtop.1:${PORTSDIR}/devel/libgtop \
 		intl.1:${PORTSDIR}/devel/gettext
-RUN_DEPENDS=	setiathome:${PORTSDIR}/astro/setiathome
+RUN_DEPENDS=	${LOCALBASE}/sbin/setiathome:${PORTSDIR}/astro/setiathome
 
 USE_X_PREFIX=	yes
 USE_GNOME=	yes
Index: textproc/docbook-to-man/pkg-plist
===================================================================
RCS file: /home/ncvs/ports/textproc/docbook-to-man/pkg-plist,v
retrieving revision 1.1
diff -u -r1.1 pkg-plist
--- textproc/docbook-to-man/pkg-plist	2001/10/07 16:33:04	1.1
+++ textproc/docbook-to-man/pkg-plist	2001/10/25 23:54:29
@@ -4,3 +4,5 @@
 share/sgml/otranspec/docbook-to-man.ts
 share/sgml/otranspec/roff.cmap
 share/sgml/otranspec/roff.sdata
+@dirrm share/sgml/otranspec
+@exec rmdir %D/share/sgml 2> /dev/null || :
Index: x11-toolkits/fl_editor/pkg-plist
===================================================================
RCS file: /home/ncvs/ports/x11-toolkits/fl_editor/pkg-plist,v
retrieving revision 1.1
diff -u -r1.1 pkg-plist
--- x11-toolkits/fl_editor/pkg-plist	2001/09/03 18:46:33	1.1
+++ x11-toolkits/fl_editor/pkg-plist	2001/10/25 23:52:59
@@ -47,3 +47,4 @@
 %%PORTDOCS%%share/doc/fl_editor/Fl_StatusPanel.html
 %%PORTDOCS%%share/doc/fl_editor/Fl_StatusPanel.jpg
 %%PORTDOCS%%share/doc/fl_editor/index.html
+%%PORTDOCS%%@dirrm share/doc/fl_editor
Index: x11-toolkits/flvw/pkg-plist
===================================================================
RCS file: /home/ncvs/ports/x11-toolkits/flvw/pkg-plist,v
retrieving revision 1.1
diff -u -r1.1 pkg-plist
--- x11-toolkits/flvw/pkg-plist	2001/09/03 18:41:37	1.1
+++ x11-toolkits/flvw/pkg-plist	2001/10/25 23:53:22
@@ -40,3 +40,4 @@
 %%PORTDOCS%%share/doc/flvw/scroll_bar.html
 %%PORTDOCS%%share/doc/flvw/stylebasics.html
 %%PORTDOCS%%share/doc/flvw/widget_features.html
+%%PORTDOCS%%@dirrm share/doc/flvw
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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