ports/66878: fix port: java/javel

Yen-Ming Lee leeym at utopia.leeym.com
Wed May 19 13:40:36 UTC 2004


>Number:         66878
>Category:       ports
>Synopsis:       fix port: java/javel
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 19 06:40:23 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 5.2.1-RELEASE-p6 i386
>Organization:
>Environment:
System: FreeBSD utopia.leeym.com 5.2.1-RELEASE-p6 FreeBSD 5.2.1-RELEASE-p6 #94: Mon May 17 05:16:45 CST 2004 root at utopia.leeym.com:/usr/obj/usr/src/sys/UTOPIA i386


	
>Description:

add USE_GCC=2.95 and unbreak this port.

>How-To-Repeat:

http://bento.freebsd.org/errorlogs/i386-5-latest/javel-0.3.2.log

>Fix:

	

--- javel.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/java/javel/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- Makefile	6 Feb 2004 13:11:35 -0000	1.6
+++ Makefile	19 May 2004 13:30:34 -0000
@@ -18,16 +18,11 @@
 NO_WRKSUBDIR=	yes
 USE_REINPLACE=	yes
 MAKEFILE=	makefile
+USE_GCC=	2.95
 
 MAN1=		javel.1
 PLIST_FILES=	bin/javel
 
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 500035
-BROKEN=		"Does not compile on 5.0"
-.endif
-
 post-patch:
 	@${REINPLACE_CMD} -e "s,^CC,#CC,g ; s,^CFLAGS,#CFLAGS,g ; \
 		s,CC,CXX,g ; s,CFLAGS,CXXFLAGS,g" ${WRKSRC}/${MAKEFILE}
@@ -36,4 +31,4 @@
 	${INSTALL_PROGRAM} ${WRKSRC}/javel ${PREFIX}/bin
 	${INSTALL_MAN} ${WRKSRC}/javel.1 ${MAN1PREFIX}/man/man1
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
--- javel.diff ends here ---


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



More information about the freebsd-ports-bugs mailing list