Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 May 2002 23:05:20 +0200 (CEST)
From:      Oliver Braun <obraun@informatik.unibw-muenchen.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/38523: Unbreak port: audio/workman
Message-ID:  <20020524210520.A41F21AB04@unsane.de>

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

>Number:         38523
>Category:       ports
>Synopsis:       Unbreak port: audio/workman
>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:   Fri May 24 14:10:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Oliver Braun
>Release:        FreeBSD 4.6-RC i386
>Organization:
>Environment:
System: FreeBSD galore.unsane.de 4.6-RC FreeBSD 4.6-RC #1: Sun May 19 18:16:38 CEST 2002 root@galore.unsane.de:/usr/obj/usr/src/sys/GALORE_OB i386

>Description:

audio/workman fails to package because of html manpage not available.
I have set XFREE86_HTML_MAN=no, since not both manpages will be installed as
html. I have added the html manpage which will be installed to pkg-plist.
Maybe not as elegant as it could be, but it fixes the problem.

Regards,
         Olli
>How-To-Repeat:
>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/audio/workman/Makefile,v
retrieving revision 1.18
diff -u -r1.18 Makefile
--- Makefile	2002/05/17 09:41:52	1.18
+++ Makefile	2002/05/24 21:02:01
@@ -14,14 +14,13 @@
 
 MAINTAINER=	ports@FreeBSD.Org
 
-BROKEN=		"Fails to package (html manpages)"
-
 LIB_DEPENDS=	xview.3:${PORTSDIR}/x11-toolkits/xview
 
 WRKSRC=		${WRKDIR}/workman
 USE_IMAKE=	yes
 MAN1=		workman.1
 MAN5=		workmandb.5
+XFREE86_HTML_MAN=no
 
 post-install:
 	${GZIP_CMD} ${X11BASE}/man/man5/workmandb.5
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/audio/workman/pkg-plist,v
retrieving revision 1.2
diff -u -r1.2 pkg-plist
--- pkg-plist	1998/09/28 01:54:26	1.2
+++ pkg-plist	2002/05/24 21:02:01
@@ -1,2 +1,3 @@
 bin/workman
 lib/help/workman.info
+lib/X11/doc/html/workman.1.html
>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?20020524210520.A41F21AB04>