Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Dec 2006 05:43:53 +0900 (JST)
From:      KIMURA Yasuhiro <yasu@utahime.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/107111: [PATCH] www/rubygem-mongrel_cluster: Fix breakage of pkg-plist
Message-ID:  <20061222204353.600D820@eastasia.home.utahime.org>
Resent-Message-ID: <200612222120.kBMLKASW067009@freefall.freebsd.org>

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

>Number:         107111
>Category:       ports
>Synopsis:       [PATCH] www/rubygem-mongrel_cluster: Fix breakage of pkg-plist
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 22 21:20:09 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     KIMURA Yasuhiro
>Release:        FreeBSD 6.1-RELEASE-p11 i386
>Organization:
>Environment:
System: FreeBSD xxxx 6.1-RELEASE-p11 FreeBSD 6.1-RELEASE-p11 #0: Wed Dec 6 21:28:24 JST 2006 xxxx i386


	
>Description:
	Fix breakage of pkg-plist.

	
>How-To-Repeat:
	
>Fix:

	

--- patch-rubygem-mongrel_cluster begins here ---
Index: Makefile
===================================================================
RCS file: /usr1/freebsd/cvsroot/ports/www/rubygem-mongrel_cluster/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile	10 Dec 2006 06:18:35 -0000	1.5
+++ Makefile	22 Dec 2006 20:34:13 -0000
@@ -16,8 +16,6 @@
 BUILD_DEPENDS=	rubygem-mongrel>=0.3.13.4:${PORTSDIR}/www/rubygem-mongrel
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
-BROKEN=		Incomplete pkg-plist
-
 USE_RC_SUBR=	mongrel_cluster
 
 # This target is only meant to be used by the port maintainer.
@@ -34,6 +32,9 @@
 		;s,^@dirrm (${SPEC_DIR}|${GEMS_DIR}|lib/ruby).*$$,,g \
 		' | ${TR} -s '\n') > temp-pkg-plist
 
+post-install:
+	${RMDIR} ${PREFIX}/${GEM_DOC_DIR}
+
 .include <bsd.port.pre.mk>
 .include "${PORTSDIR}/devel/ruby-gems/Makefile.common"
 .include <bsd.port.post.mk>
--- patch-rubygem-mongrel_cluster ends here ---


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



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