Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Nov 2013 18:09:45 +0900
From:      Takefu <takefu@airport.fm>
To:        freebsd-gnats-submit@freebsd.org
Subject:   ports/183918: [maintainer] devel/libunistring: fix StageDIR
Message-ID:  <528341D9.6040003@airport.fm>
Resent-Message-ID: <201311130920.rAD9K0n3026260@freefall.freebsd.org>

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

>Number:         183918
>Category:       ports
>Synopsis:       [maintainer] devel/libunistring: fix StageDIR
>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 Nov 13 09:20:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Takefu
>Release:        FreeBSD 8.4-RELEASE-p4 i386
>Organization:
FOX Amature Radio Club
>Environment:
System: FreeBSD RELENG84-ix86.localIPv4.airport.fm 8.4-RELEASE-p4 FreeBSD 8.4-RELEASE-p4 #0: Wed Sep 25 14:55:36 JST 2013
>Description:
fix
  - StageDir
  - TAB to space

>How-To-Repeat:
>Fix:

--- libunistring-0.9.3.patch begins here ---
diff -ruN /usr/ports/devel/libunistring/Makefile ./Makefile
--- /usr/ports/devel/libunistring/Makefile	2013-09-21 02:13:42.000000000 +0900
+++ ./Makefile	2013-11-13 18:02:02.000000000 +0900
@@ -1,4 +1,3 @@
-# Created by: Takefu
 # $FreeBSD: devel/libunistring/Makefile 327724 2013-09-20 17:13:42Z bapt $

 PORTNAME=	libunistring
@@ -11,18 +10,16 @@

 LICENSE=	GPLv3 LGPL3
 LICENSE_COMB=	dual
-LICENSE_FILE_GPLv3=	${WRKSRC}/COPYING
-LICENSE_FILE_LGPL3=	${WRKSRC}/COPYING.LIB

-USES=		charsetfix iconv
-USE_GMAKE=	yes
+USES=		charsetfix iconv gmake
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 INFO=		${PORTNAME}

-NO_STAGE=	yes
+.include <bsd.port.pre.mk>
+
 pre-patch:
-.if defined(NOPORTDOCS)
+.if !${PORT_OPTIONS:MDOCS}
 	cd ${WRKSRC}/doc && ${REINPLACE_CMD}\
 	-e 's!install-data-local:!#install-data-local:!' Makefile.in
 .endif
diff -ruN /usr/ports/devel/libunistring/pkg-descr ./pkg-descr
--- /usr/ports/devel/libunistring/pkg-descr	2012-07-14 22:54:48.000000000 +0900
+++ ./pkg-descr	2013-09-24 12:00:27.000000000 +0900
@@ -3,4 +3,4 @@
 This library provides functions for manipulating Unicode strings and
 for manipulating C strings according to the Unicode standard.

-WWW:	http://www.gnu.org/software/libunistring/
+WWW: http://www.gnu.org/software/libunistring/
--- libunistring-0.9.3.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



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