Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Dec 2013 13:20:47 +0100 (CET)
From:      Rodrigo Osorio <rodrigo@bebik.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/184536: devel/libhash fix stage 
Message-ID:  <201312061220.rB6CKlSB097923@q.workgroup>
Resent-Message-ID: <201312061230.rB6CU0Nd049444@freefall.freebsd.org>

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

>Number:         184536
>Category:       ports
>Synopsis:       devel/libhash fix stage
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 06 12:30:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Rodrigo Osorio
>Release:        FreeBSD 10.0-BETA3 i386
>Organization:
>Environment:
System: FreeBSD q 10.0-BETA3 FreeBSD 10.0-BETA3 #0 r257580: Sun Nov 3 21:15:32 UTC 2013 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	Fix staging
	
>How-To-Repeat:
	
>Fix:

	

--- libhash.diff begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 335669)
+++ Makefile	(working copy)
@@ -12,23 +12,6 @@
 
 WRKSRC=		${WRKDIR}/libhash
 
-MAN3=		libhash.3 libhash_convenience.3
-MANCOMPRESSED=	maybe
-MLINKS=		libhash.3 hash_initialise.3 \
-		libhash.3 hash_insert.3 \
-		libhash.3 hash_retrieve.3 \
-		libhash.3 hash_delete.3 \
-		libhash.3 hash_iterator_initialise.3 \
-		libhash.3 hash_fetch_next.3 \
-		libhash.3 hash_iterator_deinitialise.3 \
-		libhash.3 hash_deinitialise.3 \
-		libhash_convenience.3 hash_compare_int.3 \
-		libhash_convenience.3 hash_compare_string.3 \
-		libhash_convenience.3 hash_hash_int.3 \
-		libhash_convenience.3 hash_hash_string.3 \
-		libhash_convenience.3 hash_copy_int.3 \
-		libhash_convenience.3 hash_copy_string.3
-
 USE_LDCONFIG=	yes
 
 .if defined(NO_PROFILE)
@@ -37,5 +20,4 @@
 PLIST_SUB+=	PROFILE=""
 .endif
 
-NO_STAGE=	yes
 .include <bsd.port.mk>
Index: pkg-plist
===================================================================
--- pkg-plist	(revision 335669)
+++ pkg-plist	(working copy)
@@ -3,3 +3,19 @@
 lib/libhash.so
 lib/libhash.a
 %%PROFILE%%lib/libhash_p.a
+man/man3/hash_compare_int.3.gz
+man/man3/hash_compare_string.3.gz
+man/man3/hash_copy_int.3.gz
+man/man3/hash_copy_string.3.gz
+man/man3/hash_deinitialise.3.gz
+man/man3/hash_delete.3.gz
+man/man3/hash_fetch_next.3.gz
+man/man3/hash_hash_int.3.gz
+man/man3/hash_hash_string.3.gz
+man/man3/hash_initialise.3.gz
+man/man3/hash_insert.3.gz
+man/man3/hash_iterator_deinitialise.3.gz
+man/man3/hash_iterator_initialise.3.gz
+man/man3/hash_retrieve.3.gz
+man/man3/libhash.3.gz
+man/man3/libhash_convenience.3.gz
--- libhash.diff ends here ---


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



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