ports/148663: [PATCH] java/eclipse-log4e: update patch for new eclipse version

Greg Lewis glewis at FreeBSD.org
Fri Jul 16 03:10:03 UTC 2010


>Number:         148663
>Category:       ports
>Synopsis:       [PATCH] java/eclipse-log4e: update patch for new eclipse version
>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:   Fri Jul 16 03:10:02 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Greg Lewis
>Release:        FreeBSD 7.3-RELEASE i386
>Organization:
>Environment:
System: FreeBSD misty.eyesbeyond.com 7.3-RELEASE FreeBSD 7.3-RELEASE #0: Sat Apr 10 10:48:33 PDT 2010
>Description:
. Update installation location for new version of eclipse.

Port maintainer (sugimura at jp.FreeBSD.ORG) is cc'd.

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

--- eclipse-log4e-1.1.6_4.patch begins here ---
Index: Makefile
===================================================================
RCS file: /var/fcvs/ports/java/eclipse-log4e/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- Makefile	28 Mar 2010 06:38:40 -0000	1.8
+++ Makefile	13 Jul 2010 06:28:59 -0000
@@ -25,13 +25,13 @@
 USE_ZIP=	yes
 
 do-install:
-		@${MKDIR} -p ${PREFIX}/eclipse
-		@${CP} -r ${WRKSRC}/plugins ${PREFIX}/eclipse
-		@${CP} -r ${WRKSRC}/features ${PREFIX}/eclipse
+		@${MKDIR} -p ${PREFIX}/lib/eclipse
+		@${CP} -r ${WRKSRC}/plugins ${PREFIX}/lib/eclipse
+		@${CP} -r ${WRKSRC}/features ${PREFIX}/lib/eclipse
 		@(cd ${WRKSRC}; ${FIND} -s features plugins -not -type d) \
-			| ${SED} -ne 's,^,eclipse/,p' >> ${TMPPLIST}
+			| ${SED} -ne 's,^,lib/eclipse/,p' >> ${TMPPLIST}
 		@(cd ${WRKSRC}; ${FIND} -s -d features plugins -type d) \
 			| ${GREP} -vE 'plugins$$|features$$' \
-			| ${SED} -ne 's,^, at dirrm eclipse/,p' >> ${TMPPLIST}
+			| ${SED} -ne 's,^, at dirrm lib/eclipse/,p' >> ${TMPPLIST}
 
 .include <bsd.port.mk>
--- eclipse-log4e-1.1.6_4.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list