Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Jun 2002 18:13:52 -0500
From:      Dave Glowacki <dglo@hyde.ssec.wisc.edu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/39899: Maintainer update: Fixes for databases/mysql-jdbc-mm
Message-ID:  <200206262313.g5QNDq919817@hyde.ssec.wisc.edu>

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

>Number:         39899
>Category:       ports
>Synopsis:       Maintainer update: Fixes for databases/mysql-jdbc-mm
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 26 16:50:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Dave Glowacki
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
>Environment:
System: FreeBSD eusebius.glowacki.org 4.6-STABLE FreeBSD 4.6-STABLE #8: Tue Jun 25 16:32:43 CDT 2002 dglo@eusebius.glowacki.org:/usr/src/sys/compile/EUSEBIUS i386

>Description:
	Two files included in the previous update to the
	databases/mysql-jdbc-mm port were not added, so
	the port will not build.  Also, a user pointed out that
	the mysql-jdbc-mm Makefile is missing a dependency on
	'ant'.

>How-To-Repeat:
	For the missing files, try to build the port:

	% make
	===>  Patching for mysql-jdbc-mm-2.0.14
	mv: rename j1c to j1c.patched: No such file or directory
	*** Error code 1

	Likewise, for the missing dependency, try building the
	port without having 'ant' installed, and you'll see
	a compile error.

>Fix:

	Add the 'files' directory in the enclosed uuencode'd
	gzip'd tar file (they're packaged like this because
	files/patch-build.xml contains embedded ^M characters,
	which sabotaged a couple of previous attempts to get
	these files committed.)

begin 644 files.tar.gz
M'XL(`&PP&CT``^V46W/20!3'>849O\,QEA?39'=S@8KB@&V=5J&MT*GZQ(1D
M"Z&Y8!*PV.&[NYL$6L%6':75<7\/0-ASR_GO.>>N1V-4V"A@X*II0@&`5$W"
MOQDX_\X?H&KBBJ%C3'1FAG6-%,#<;%D9DSBQ(H"",_#"N^P^#RGU[J.@^^4\
MU7]L)?90&1%[(SD(9M(:M^NOZ_J*_AJN:@7`&ZEFA?]<?T51@.FNAI$[*)X.
M)W`43D%[!J12TRHUO`,:DZ0DRS*W6C?0*YE!HP$*WL8@D^TJ-!HE^<ECU'<#
M%`]+<DE^TSQK[O9(O5P^Z>R_/OQ0+J.1<T%4HNZD5B-K:MG<<!+$-`%NWCLX
M;N]#:Z_7.GS5:78^]DZ:IP?\F45H'3?W8+?5[';YG]R/7E(;I*T\C\1^-J32
M0[?VG^#F_/<GKN>HE_Z?ON8_F']2,5?G7]<-(N;_/N#SO]0]VP)=*X&V-0.R
MPX2HF;AF&GS(M70++&W7S8S<C.\"O@86NP!>C*-P1.T$`LNG=:G=5MNS[KN6
M!`X]MR9>4I<<-TXDZ%LQ==RH+JG2RT<E*'*_,8V26>XXI5'LAH$$4\N;L&=-
MQ2HQ),2,E35COE/XAAF&/EUZV+7EXKG#S6;G9.FS=74SU/QZ8:41Y)]+_)W-
M=X?[MP64R^\[;[N=7>Y+LJQ03/O#;NZ`+MKJ!FZ2]:WX@DUU0B-(P@L:U*6S
M_4[W\/CHQAOEG9RGP;A>%8T+EGYRQ=:CVZ$_9JM"&3E]FW#EQC1PXBSK-BQ.
M[3"BBQK2G9S)B=);@WQ?]6?Q)T^Y+@"%T0`-1@D[0^D9RA-P[TEB];VE`FE3
MYE*J&@O/B@//#=BQ,@#%]JPX9EML"%M7^36:WY[U^:JFGMM':0@:JU_<,3Q5
M^7FNT&\FJ_U",MXWQ%\]N_\HDR`7_*%7A4`@$`@$`H%`(!`(!`*!0"`0"`0"
/@4`@^,OY"FG*M<,`*```
`
end

	To fix the dependency problem, apply the following patch
	to the Makefile in databases/mysql-jdbc-mm:

--- Makefile.orig	Wed May 22 14:44:01 2002
+++ Makefile	Wed Jun 26 16:55:57 2002
@@ -15,6 +15,8 @@
 
 MAINTAINER=	dglo@SSEC.WISC.EDU
 
+BUILD_DEPENDS=	${LOCALBASE}/bin/ant:${PORTSDIR}/devel/jakarta-ant
+
 USE_JAVA=	1.2+
 NEED_JAVAC=	YES
 
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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