ports/76448: [PATCH] graphics/s10sh needs NO_MAN on recent -current

James E. Flemer jflemer at alum.rpi.edu
Wed Jan 19 03:50:02 UTC 2005


>Number:         76448
>Category:       ports
>Synopsis:       [PATCH] graphics/s10sh needs NO_MAN on recent -current
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 19 03:50:01 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     James E. Flemer
>Release:        kern.osreldate: 600007
>Organization:
n/a
>Environment:
FreeBSD null.speednaked.com 6.0-CURRENT FreeBSD 6.0-CURRENT #15: Sat Jan  8 19:33:12 MST 2005     jflemer at null.speednaked.com:/usr/obj/usr/src/sys/NULL6  i386
>Description:
      Building graphics/s10sh on recent -current (post 12/21/2005) fails with:
make: don't know how to make s10sh.1. Stop

The NOMAN make variable was renamed to NO_MAN.
>How-To-Repeat:
      cd /usr/ports/graphics/s10sh && make
>Fix:
      Add NO_MAN to the Makefile:

--- graphics/s10sh/files/Makefile.bsd   2 Mar 2001 18:05:21 -0000       1.1
+++ graphics/s10sh/files/Makefile.bsd   19 Jan 2005 03:41:34 -0000
@@ -1,5 +1,6 @@
 PROG   =       s10sh
-NOMAN  =       oh...
+NOMAN  =       true
+NO_MAN =       true
 
 SRCS   =       main.c crc.c serial.c common.c bar.c
 

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



More information about the freebsd-ports-bugs mailing list