Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Apr 2014 22:42:27 +0600 (BDT)
From:      Muhammad Moinur Rahman <5u623l20@gmail.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/189115: [PATCH] lang/guile: Added LICENSE, Added NLS knob, take maintainership
Message-ID:  <201404291642.s3TGgR1I037918@bofh.1asiacom.net>
Resent-Message-ID: <201404291650.s3TGo0CB038561@freefall.freebsd.org>

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

>Number:         189115
>Category:       ports
>Synopsis:       [PATCH] lang/guile: Added LICENSE, Added NLS knob, take maintainership
>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:   Tue Apr 29 16:50:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Muhammad Moinur Rahman
>Release:        FreeBSD 11.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD bofh.1asiacom.net 11.0-CURRENT FreeBSD 11.0-CURRENT #1 r263870: Fri Mar 28 16:37:49 BDT
>Description:
- Added LICENSE
- Added NLS knob
- Take maintainership

Generated with FreeBSD Port Tools 1.01 (mode: change, diff: ports)
>How-To-Repeat:
>Fix:

--- guile-1.8.8.patch begins here ---
diff -ruN /usr/ports//lang/guile/Makefile ./Makefile
--- /usr/ports//lang/guile/Makefile	2013-10-10 06:20:42.000000000 +0600
+++ ./Makefile	2014-04-29 22:14:36.780391352 +0600
@@ -4,17 +4,20 @@
 
 PORTNAME=	guile
 PORTVERSION=	1.8.8
+PORTREVISION=	1
 CATEGORIES=	lang scheme
 MASTER_SITES=	${MASTER_SITE_GNU}
 MASTER_SITE_SUBDIR=	guile
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	5u623l20@gmail.com
 COMMENT=	GNU Ubiquitous Intelligent Language for Extension
 
+LICENSE=	LGPL21
+
 LIB_DEPENDS=	libgmp.so:${PORTSDIR}/math/gmp
 
 USE_AUTOTOOLS=	autoconf libltdl
-USES=		gettext gmake ncurses
+USES=		gmake ncurses
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 LDFLAGS+=	-L${LOCALBASE}/lib
@@ -29,6 +32,13 @@
 
 INFO=		goops guile-tut guile r5rs
 
+OPTIONS_DEFINE=		NLS
+OPTIONS_DEFAULT=
+OPTIONS_SUB=		yes
+
+NLS_USES=		gettext
+NLS_CONFIGURE_OFF=	--disable-nls
+
 post-extract:
 	cd ${WRKSRC}; ${CHMOD} u+w ${REINPLACE_FILES}
 	@${FIND} ${WRKSRC}/doc -name "*.info*" -delete
--- guile-1.8.8.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?201404291642.s3TGgR1I037918>