Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Nov 2004 21:56:43 GMT
From:      Leonid Zolotarev <leoz@saunalahti.fi>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/73838: [maintainer update] net/acx100: install headers
Message-ID:  <200411112156.iABLuhd8026740@www.freebsd.org>
Resent-Message-ID: <200411112200.iABM0Vab031105@freefall.freebsd.org>

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

>Number:         73838
>Category:       ports
>Synopsis:       [maintainer update] net/acx100: install headers
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 11 22:00:31 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Leonid Zolotarev
>Release:        5.2.1-RELEASE-p9 i386
>Organization:
>Environment:
FreeBSD inspiron.leoz.org 5.2.1-RELEASE-p9 FreeBSD 5.2.1-RELEASE-p9 #0: Mon Jul 12 16:02:25 EEST 2004     root@inspiron.leoz.org:/usr/obj/usr/src/sys/INSPIRON  i386

>Description:
      Install headers.
>How-To-Repeat:
      
>Fix:
diff -ruN acx100.orig/Makefile acx100/Makefile
--- acx100.orig/Makefile	Thu Nov 11 22:43:33 2004
+++ acx100/Makefile	Thu Nov 11 22:59:20 2004
@@ -44,15 +44,11 @@
 
 pre-install:
 	@${INSTALL_MAN} ${WRKSRC}/if_acx.4 ${PREFIX}/man/man4
-#
-#   Comment this out when headers will be up to date.
-#
-#.if !exists($INCLUDEDIR})
-#	@${MKDIR} ${INCLUDEDIR}
-#.endif
-#	@${CP} ${WRKSRC}/include/if_acxioctl.h  ${INCLUDEDIR}
-#	@${CP} ${WRKSRC}/include/if_acxpacket.h ${INCLUDEDIR}
-#
+
+.if !exists($INCLUDEDIR})
+	@${MKDIR} ${INCLUDEDIR}
+.endif
+	@${CP} ${WRKSRC}/include/if_acxioctl.h  ${INCLUDEDIR}
 
 post-install:
 	@${CAT} ${PKGMESSAGE}
diff -ruN acx100.orig/pkg-plist acx100/pkg-plist
--- acx100.orig/pkg-plist	Thu Nov 11 22:43:33 2004
+++ acx100/pkg-plist	Thu Nov 11 23:01:24 2004
@@ -1,10 +1,5 @@
 @comment $FreeBSD: ports/net/acx100/pkg-plist,v 1.1 2004/07/05 20:39:47 pav Exp $
-@comment
-@comment Comment this out when headers will be up to date.
-@comment
-@comment include/acx/if_acxioctl.h
-@comment include/acx/if_acxpacket.h
-@comment @dirrm include/acx
-@comment
+include/acx/if_acxioctl.h
+@dirrm include/acx
 @cwd /boot/kernel
 if_acx.ko

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



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