ports/148672: [PATCH] java/eclipse-sysdeo-tomcat: update path for new eclipse version

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


>Number:         148672
>Category:       ports
>Synopsis:       [PATCH] java/eclipse-sysdeo-tomcat: update path 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 05:50: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 the installation path for the 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-sysdeo-tomcat-3.1.0_4.patch begins here ---
Index: Makefile
===================================================================
RCS file: /var/fcvs/ports/java/eclipse-sysdeo-tomcat/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- Makefile	28 Mar 2010 06:38:42 -0000	1.8
+++ Makefile	16 Jul 2010 05:42:26 -0000
@@ -25,11 +25,11 @@
 USE_ZIP=	yes
 
 do-install:
-		@${MKDIR} -p ${PREFIX}/eclipse
-		@${CP} -r ${WRKSRC}/com.sysdeo.eclipse.tomcat_${PORTVERSION} ${PREFIX}/eclipse/plugins
+		@${MKDIR} -p ${PREFIX}/lib/eclipse
+		@${CP} -r ${WRKSRC}/com.sysdeo.eclipse.tomcat_${PORTVERSION} ${PREFIX}/lib/eclipse/plugins
 		@(cd ${WRKSRC}; ${FIND} -s com.sysdeo.eclipse.tomcat_${PORTVERSION} -not -type d) \
-			| ${SED} -ne 's,^,eclipse/plugins/,p' >> ${TMPPLIST}
+			| ${SED} -ne 's,^,lib/eclipse/plugins/,p' >> ${TMPPLIST}
 		@(cd ${WRKSRC}; ${FIND} -s -d com.sysdeo.eclipse.tomcat_${PORTVERSION} -type d) \
-			| ${SED} -ne 's,^, at dirrm eclipse/plugins/,p' >> ${TMPPLIST}
+			| ${SED} -ne 's,^, at dirrm lib/eclipse/plugins/,p' >> ${TMPPLIST}
 
 .include <bsd.port.mk>
--- eclipse-sysdeo-tomcat-3.1.0_4.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list