Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Jun 2002 22:17:41 +0200 (CEST)
From:      Oliver Braun <obraun@informatik.unibw-muenchen.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/39480: [MAINTAINER UPDATE] Update port: lang/nhc98
Message-ID:  <20020618201741.8549919A@unsane.de>

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

>Number:         39480
>Category:       ports
>Synopsis:       [MAINTAINER UPDATE] Update port: lang/nhc98
>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:   Tue Jun 18 13:20:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Oliver Braun
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
>Environment:
System: FreeBSD galore.unsane.de 4.6-STABLE FreeBSD 4.6-STABLE #0: Sun Jun 16 12:43:32 CEST 2002 root@galore.unsane.de:/usr/obj/usr/src/sys/GALORE_OB i386


>Description:

Do not install hat-related manpages. Hat is no longer part of nhc98. I am
currently working on a hat port which installs these manpages.

Added files/patch-configure

Regards,
         Olli

>How-To-Repeat:
>Fix:


Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/lang/nhc98/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- Makefile	2002/06/16 19:13:18	1.9
+++ Makefile	2002/06/18 20:10:35
@@ -32,8 +32,7 @@
 CONFIGURE_ARGS+=	--docdir=${PREFIX}/share/doc/nhc98 +docs
 .endif
 
-MAN1=		harch.1 hmake.1	hp2graph.1 nhc98.1 \
-		hat-detect.1 hat-observe.1 hat-stack.1 hat-trail.1
+MAN1=		harch.1 hmake.1	hp2graph.1 nhc98.1
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|-O3|${CFLAGS}|' ${WRKSRC}/Makefile.inc

##########################################################################
# files/patch-configure
##########################################################################

--- configure.orig	Tue Jun 18 20:21:59 2002
+++ configure	Tue Jun 18 20:24:20 2002
@@ -748,7 +748,7 @@
     then mkdir -p $DESTDIR$MANDIR;  echo ' (created)'
     else echo ' (exists)'
     fi
-    for file in man/*
+    for file in man/harch.1 man/hmake.1 man/hp2graph.1 man/nhc98.1
     do
       echo "	`basename $file` "
       cp $file $DESTDIR$MANDIR
>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?20020618201741.8549919A>