ports/50672: New port submission

Simon 'portlint' Schubert corecode at corecode.ath.cx
Thu Apr 10 22:00:35 UTC 2003


The following reply was made to PR ports/50672; it has been noted by GNATS.

From: Simon 'portlint' Schubert <corecode at corecode.ath.cx>
To: Ferruccio Vitale <vitale at cs.tin.it>
Cc: FreeBSD-gnats-submit at FreeBSD.org, foxfair at 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 at 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



More information about the freebsd-ports-bugs mailing list