ports/151425: [PATCH] editors/hexpert: porttools warning removal

Takefu takefu at airport.fm
Wed Oct 13 12:00:19 UTC 2010


>Number:         151425
>Category:       ports
>Synopsis:       [PATCH] editors/hexpert: porttools warning removal
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 13 12:00:18 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Takefu
>Release:        
>Organization:
FOX Amateur Radio Club
>Environment:
>Description:
>How-To-Repeat:
# port test
===> Validating port with portlint
looks fine.
===> flags: PREFIX=/tmp/hexpert-2.4.1 NO_DEPENDS=yes PKG_DBDIR=/tmp/pkg_db.tUIjwTkS --
===> Cleaning workspace before port test
===>  Cleaning for hexpert-2.4.1
===>  Vulnerability check disabled, database not found
===>  License check disabled, port has not defined LICENSE
=> hexpert-2.4.1.tar.gz doesn't seem to exist in /usr/ports/distfiles/.
=> Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/peter/.
hexpert-2.4.1.tar.gz                          100% of 6736  B 9375  Bps
===>  Extracting for hexpert-2.4.1
=> MD5 Checksum OK for hexpert-2.4.1.tar.gz.
=> SHA256 Checksum OK for hexpert-2.4.1.tar.gz.
===>  Patching for hexpert-2.4.1
===>  Configuring for hexpert-2.4.1
===>  Building for hexpert-2.4.1
"/usr/share/mk/bsd.compat.mk", line 35: warning: NOMAN is deprecated in favour of NO_MAN
Warning: Object directory not changed from original /usr/ports/editors/hexpert/work/hexpert-2.4.1
>Fix:
--- hexper.diff begins here ---
diff -ruN /usr/ports/editors/hexpert/files/patch-Makefile editors/hexpert/files/patch-Makefile
--- /usr/ports/editors/hexpert/files/patch-Makefile	1970-01-01 09:00:00.000000000 +0900
+++ editors/hexpert/files/patch-Makefile	2010-10-13 18:00:49.000000000 +0900
@@ -0,0 +1,14 @@
+--- Makefile.orig	2001-03-10 15:43:57.000000000 +0900
++++ Makefile	2010-10-13 18:00:22.000000000 +0900
+@@ -1,8 +1,10 @@
+ PROG=	hex
+-NOMAN=	bah
++NO_MAN=	bah
+ BINDIR=	${PREFIX}/bin
+
+ LDADD=	-lcurses
+ DPADD=	${LIBCURSES}
+
++NO_OBJ=	true
++
+ .include <bsd.prog.mk>
--- hexper.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list