Bug 50672 - New port: databases/mysqlcc
Summary: New port: databases/mysqlcc
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-07 12:50 UTC by Ferruccio Vitale
Modified: 2003-09-07 01:57 UTC (History)
1 user (show)

See Also:


Attachments
mysqlcc.port (2.55 KB, text/plain)
2003-04-07 12:50 UTC, Ferruccio Vitale
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ferruccio Vitale 2003-04-07 12:50:18 UTC
	New port submission: MySQL Control Center
Comment 1 corecode@corecode.ath.cx 2003-04-07 19:21:59 UTC
Lately Ferruccio Vitale told:

> sed 's/^X//' >mysqlcc/Makefile << 'END-of-mysqlcc/Makefile'
> X# New ports collection makefile for:	mysqlcc
> X# Date created:	03 April 2002
> X# Whom:	vitale
> X#
> X# $FreeBSD$
> X#
> X
> XPORTNAME=	mysqlcc
> XPORTVERSION=	0.9.1
> XCATEGORIES=	databases
> XMASTER_SITES=	http://www.teta.it/mysql/Downloads/MySQLCC/
> XDISTNAME=	${PORTNAME}-${PORTVERSION}-src
> X
> XMAINTAINER=	ferruccio.vitale@tin.it
> XCOMMENT=	A platform-independent GUI administration client for the MySQL server
> X
> XBUILD_DEPENDS+=	qmake:${PORTSDIR}/x11-toolkits/qt31
> XBUILD_DEPENDS+=	mysql:${PORTSDIR}/databases/mysql40-client

+= is bad when the port is sucked in as dependecy. consider using = as
the first assignment operator
also, isn't there USE_QT_VER=3 ?

> XGNU_CONFIGURE=	yes
> XCONFIGURE_ARGS=	--with-qt=${X11BASE}
> X
> XSHARE_DATA=	error.wav warning.wav syntax.txt
> X
> Xdo-install:
> X		${INSTALL_PROGRAM} ${WRKSRC}/mysqlcc ${PREFIX}/bin
> X		${MKDIR} ${DATADIR}
> X.for f in ${SHARE_DATA}
> X		${CP} -R ${WRKSRC}/${f} ${DATADIR}

use ${INSTALL_DATA} ?

cheers
  simon

-- 
/"\   http://corecode.ath.cx/#donate
\ /
 \     ASCII Ribbon Campaign
/ \  Against HTML Mail and News
Comment 2 Mathieu Arnold freebsd_committer freebsd_triage 2003-09-03 09:00:17 UTC
Class Changed
From-To: update->change-request

wrong class
Comment 3 Anders Nordby freebsd_committer freebsd_triage 2003-09-07 01:57:00 UTC
State Changed
From-To: open->closed

Committed (with modifications), thanks!