ports/113594: net-mgmt/ocs-unix-agent: Fix a small issue portlint came up with

Dennis cabooter freebsd at rootxs.org
Mon Jun 11 19:20:11 UTC 2007


>Number:         113594
>Category:       ports
>Synopsis:       net-mgmt/ocs-unix-agent: Fix a small issue portlint came up with
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 11 19:20:10 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Dennis cabooter
>Release:        6.2-RELEASE-p4
>Organization:
Snow
>Environment:
FreeBSD eclipse.rootxs.nl 6.2-RELEASE-p4 FreeBSD 6.2-RELEASE-p4 #0: Thu Apr 26 17:40:53 UTC 2007     root at i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  i386
>Description:

>How-To-Repeat:

>Fix:
diff -Nru ocs-unix-agent.orig/Makefile ocs-unix-agent/Makefile
--- ocs-unix-agent.orig/Makefile        Mon Jun 11 21:07:10 2007
+++ ocs-unix-agent/Makefile     Mon Jun 11 21:11:31 2007
@@ -19,8 +19,8 @@
 USE_GMAKE=     yes
 USE_GNOME=     libxml2

-#NOTES: that's not a mistake it's a bug in configure.
-#Author will fix this with next uptream release.
+# NOTE: This is not a mistake, it's a bug in configure.
+# Author will fix this with next upstream release.
 CONFIGURE_ARGS=        --with-zlib=${PREFIW}/usr

 PLIST_SUB=     RELEASE=${RELEASE}
@@ -29,6 +29,6 @@

 .include <bsd.port.pre.mk>

-RELEASE!=      /usr/bin/uname -r
+RELEASE!=      ${UNAME} -r

 .include <bsd.port.post.mk>

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



More information about the freebsd-ports-bugs mailing list