Skip site navigation (1)Skip section navigation (2)
Date:      Tue,  5 Sep 2006 00:36:04 +0800 (CST)
From:      Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        jw@innerewut.de
Subject:   ports/102855: [PATCH] devel/ruby18-gems: customize GEM_NAME in Makefile.common
Message-ID:  <20060904163604.8CD837E9A6@FreeBSD.csie.nctu.edu.tw>
Resent-Message-ID: <200609041640.k84GeJeg031027@freefall.freebsd.org>

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

>Number:         102855
>Category:       ports
>Synopsis:       [PATCH] devel/ruby18-gems: customize GEM_NAME in Makefile.common
>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:   Mon Sep 04 16:40:18 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Ying-Chieh Liao
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
FreeBSD @ Taiwan
>Environment:
System: FreeBSD FreeBSD.csie.nctu.edu.tw 6.1-STABLE FreeBSD 6.1-STABLE #9: Thu May 11 14:31:45 CST 2006
>Description:
[DESCRIBE CHANGES]
I think it's better let users/porters define GEM_NAME in their Makefile

Port maintainer (jw@innerewut.de) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- ruby18-gems-0.8.11.patch begins here ---
Index: Makefile.common
===================================================================
RCS file: /home/pcvs/ports/devel/ruby-gems/Makefile.common,v
retrieving revision 1.5
diff -u -u -r1.5 Makefile.common
--- Makefile.common	4 May 2006 21:41:06 -0000	1.5
+++ Makefile.common	4 Sep 2006 16:28:43 -0000
@@ -18,7 +18,7 @@
 DOC_DIR=	${GEMS_BASE_DIR}/doc
 CACHE_DIR=	${GEMS_BASE_DIR}/cache
 SPEC_DIR=	${GEMS_BASE_DIR}/specifications
-GEM_NAME=	${PORTNAME}-${PORTVERSION}
+GEM_NAME?=	${PORTNAME}-${PORTVERSION}
 GEM_LIB_DIR=	${GEMS_DIR}/${GEM_NAME}
 GEM_DOC_DIR=	${DOC_DIR}/${GEM_NAME}
 GEM_SPEC=	${SPEC_DIR}/${GEM_NAME}.gemspec
--- ruby18-gems-0.8.11.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?20060904163604.8CD837E9A6>