Bug 113594 - net-mgmt/ocs-unix-agent: Fix a small issue portlint came up with
Summary: net-mgmt/ocs-unix-agent: Fix a small issue portlint came up with
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Pav Lucistnik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-11 20:20 UTC by Dennis Cabooter
Modified: 2007-06-16 00:20 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dennis Cabooter 2007-06-11 20:20:10 UTC

Fix: 

-#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>--uV8VBoyadUenHH7MI85o9cBY7adZOQTvSh7Ks9kpKXpmQF3Z
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-06-11 20:20:18 UTC
Class Changed
From-To: update->maintainer-update

Fix category (submitter is maintainer)
Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2007-06-15 15:19:55 UTC
State Changed
From-To: open->feedback

Why there is a ${PREFIW} in that CONFIGURE_ARGS line? PREFIW variable does not 
exist. I gather that line should read: 

CONFIGURE_ARGS=	--with-zlib=/usr
Comment 3 Pav Lucistnik freebsd_committer freebsd_triage 2007-06-15 15:19:55 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pav

Track
Comment 4 Pav Lucistnik freebsd_committer freebsd_triage 2007-06-16 00:13:06 UTC
State Changed
From-To: feedback->open

Feedback received
Comment 5 Pav Lucistnik freebsd_committer freebsd_triage 2007-06-16 00:13:26 UTC
State Changed
From-To: open->closed

Committed, thanks!
Comment 6 dfilter service freebsd_committer freebsd_triage 2007-06-16 00:15:00 UTC
pav         2007-06-15 23:14:52 UTC

  FreeBSD ports repository

  Modified files:
    net-mgmt/ocs-unix-agent Makefile 
  Log:
  - Style
  
  PR:             ports/113594
  Submitted by:   Dennis cabooter <freebsd@rootxs.org> (maintainer)
  
  Revision  Changes    Path
  1.2       +2 -4      ports/net-mgmt/ocs-unix-agent/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"