Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Feb 2014 17:30:08 GMT
From:      Jason Bacon <jwbacon@tds.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/186981: maintainer update: devel/libsysinfo
Message-ID:  <201402231730.s1NHU820005033@cgiserv.freebsd.org>
Resent-Message-ID: <201402231740.s1NHe4JW066357@freefall.freebsd.org>

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

>Number:         186981
>Category:       ports
>Synopsis:       maintainer update: devel/libsysinfo
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 23 17:40:03 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Jason Bacon
>Release:        10.0-RELEASE
>Organization:
Acadix Consulting, LLC
>Environment:
FreeBSD freebie.jbacon.dyndns.org 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Thu Jan 16 22:34:59 UTC 2014     root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
Verify that PR 170674 has been resolved (no changes required).

Eliminate NO_STAGE.

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN --exclude=CVS --exclude=.svn /usr/ports/devel/libsysinfo/Makefile /usr/wip/devel/libsysinfo/Makefile
--- /usr/ports/devel/libsysinfo/Makefile	2014-01-22 11:00:46.000000000 -0600
+++ /usr/wip/devel/libsysinfo/Makefile	2014-02-23 11:22:17.000000000 -0600
@@ -3,7 +3,7 @@
 
 PORTNAME=	libsysinfo
 PORTVERSION=	0.0.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 MASTER_SITES=	GOOGLE_CODE
 
@@ -23,7 +23,8 @@
 	lib/libsysinfo.so.0
 PLIST_DIRSTRY=	include/sys
 
+MAKE_ARGS+=	STAGEDIR=${STAGEDIR}
+
 MAN3=		sysinfo.3
 
-NO_STAGE=	yes
 .include <bsd.port.mk>
diff -ruN --exclude=CVS --exclude=.svn /usr/ports/devel/libsysinfo/files/patch-Makefile /usr/wip/devel/libsysinfo/files/patch-Makefile
--- /usr/ports/devel/libsysinfo/files/patch-Makefile	1969-12-31 18:00:00.000000000 -0600
+++ /usr/wip/devel/libsysinfo/files/patch-Makefile	2014-02-23 11:15:10.000000000 -0600
@@ -0,0 +1,12 @@
+--- Makefile.orig	2012-04-15 09:37:42.000000000 -0500
++++ Makefile	2014-02-23 11:15:06.000000000 -0600
+@@ -1,7 +1,7 @@
+ LIB		= sysinfo
+ LIBDIR		= ${PREFIX}/lib/
+-INCLUDEDIR 	= ${PREFIX}/include/sys/
+-MANDIR		= ${PREFIX}/man/man3
++INCLUDEDIR 	= ${STAGEDIR}${PREFIX}/include/sys/
++MANDIR		= ${STAGEDIR}${PREFIX}/man/man3
+ SHLIB_MAJOR	= 0
+ WITHOUT_PROFILE = yes
+ MAKEOBJDIRPREFIX= /


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



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