Date: Thu, 10 Apr 2003 15:00:34 -0700 (PDT) From: "Simon 'portlint' Schubert" <corecode@corecode.ath.cx> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/50672: New port submission Message-ID: <200304102200.h3AM0YtJ046589@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/50672; it has been noted by GNATS. From: Simon 'portlint' Schubert <corecode@corecode.ath.cx> To: Ferruccio Vitale <vitale@cs.tin.it> Cc: FreeBSD-gnats-submit@FreeBSD.org, foxfair@drago.fomokka.net Subject: Re: ports/50672: New port submission Date: Mon, 7 Apr 2003 20:21:59 +0200 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304102200.h3AM0YtJ046589>