Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Apr 2002 18:52:08 +0200 (CEST)
From:      Cyrille Lefevre <cyrille.lefevre@laposte.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/37102: Maintainer update: databases/mysql-gui (portsurvey fix)
Message-ID:  <200204151652.g3FGq8m29534@gits.dyndns.org>

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

>Number:         37102
>Category:       ports
>Synopsis:       Maintainer update: databases/mysql-gui (portsurvey fix)
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 15 10:00:02 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Cyrille Lefevre
>Release:        FreeBSD 4.5-PRERELEASE i386
>Organization:
ACME
>Environment:
System: FreeBSD gits 4.5-PRERELEASE FreeBSD 4.5-PRERELEASE #14: Fri Jan 11 00:18:07 CET 2002 root@gits:/disk2/4.x-stable/src/sys/compile/CUSTOM i386


>Description:
	regarding fenner's portsurvey, mysql-gui files aren't fetchable
	anymore :
http://people.freebsd.org/~fenner/portsurvey/cyrille.lefevre@laposte.net.html
	this patch solve this problem.

	Makefile
		MASTER_SITES and MASTER_SITE_SUBDIR updated
>How-To-Repeat:
	make fetch
>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/databases/mysql-gui/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile	3 Sep 2001 18:54:20 -0000	1.1
+++ Makefile	15 Apr 2002 16:49:11 -0000
@@ -8,12 +8,18 @@
 PORTNAME=	mysql-gui
 PORTVERSION=	1.7.5
 CATEGORIES=	databases
-MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR=	mirrors/mysql/Downloads/mysqlgui
+MASTER_SITES=	http://www.mysql.com/Downloads/%SUBDIR%/ \
+ 		ftp://mysql.nixc.net/pub/mysql/Downloads/%SUBDIR%/ \
+		ftp://sunsite.dk/ftp/mirrors/mysql/Downloads/%SUBDIR%/ \
+		ftp://ftp.sunet.se/pub/unix/databases/relational/mysql/Downloads/%SUBDIR%/
+MASTER_SITE_SUBDIR=	mysqlgui
 DISTNAME=	${PORTNAME:S/-//}-${PORTVERSION}
 
 MAINTAINER=	cyrille.lefevre@laposte.net
 
+# Global variables
+#
+
 LIB_DEPENDS=	sqlplus.1:${PORTSDIR}/databases/mysql++ \
  		intl.1:${PORTSDIR}/devel/gettext \
  		glut.3:${PORTSDIR}/graphics/Mesa3 \
@@ -27,18 +33,27 @@
 MAKE_ARGS=	PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
 		PTHREAD_LIBS="${PTHREAD_LIBS}"
 
+# Local Variables
+#
+
 OLD_FILES=	Fl_Editor.h Fl_FancyEditor.h Fl_ProgressBox.h \
 		Fl_StatusPanel.h Flv_CStyle.H Flv_List.H Flv_Style.H \
 		Flv_Table.H Flve_Check_Button.H Flve_Combo.H Flve_Input.H \
 		editor.h math.h strings.h vartypes.h wstrings.h
 NEW_FILES=	Fl_Editor.H editengine.h
 
+# Post-extract
+#
+
 post-extract: remove-inc
 
 remove-inc:
 .for file in ${OLD_FILES}
 	@${RM} -f ${WRKSRC}/FL/${file}
 .endfor
+
+# Pre-patch
+#
 
 pre-patch: copy-inc
 
>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?200204151652.g3FGq8m29534>