Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jan 2001 10:00:03 -0800 (PST)
From:      FUJISHIMA Satsuki <sf@FreeBSD.org>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/24126: databases/mysql++ doesn't install some necessary header files
Message-ID:  <200101211800.f0LI03X80204@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/24126; it has been noted by GNATS.

From: FUJISHIMA Satsuki <sf@FreeBSD.org>
To: mico@bsd.hu
Cc: FreeBSD-gnats-submit@freebsd.org
Subject: Re: ports/24126: databases/mysql++ doesn't install some necessary header files
Date: Mon, 22 Jan 2001 02:54:17 +0900

 > -	@${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/sqlplusint/mysql++ ${WRKDIR}/${DISTNAME}/sqlplusint/*.hh ${PREFIX}/include/mysql
 > +	@${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/sqlplusint/{mysql++,defs,undef_short,define_short} ${WRKDIR}/${DISTNAME}/sqlplusint/*.hh ${PREFIX}/include/mysql
 
 This line fails for me. How about change to following?
 
 -	@${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/sqlplusint/mysql++ ${WRKDIR}/${DISTNAME}/sqlplusint/*.hh ${PREFIX}/include/mysql
 +	@(cd ${WRKDIR}/${DISTNAME}/sqlplusint/; \
 +	 ${INSTALL_DATA} mysql++ defs undef_short define_short *.hh ${PREFIX}/include/mysql)
 
 > diff -uNr mysql++-old/pkg-comment mysql++/pkg-comment
 > --- mysql++-old/pkg-comment	Fri Jul 21 07:12:24 2000
 > +++ mysql++/pkg-comment	Sat Jan  6 20:14:18 2001
 > @@ -1 +1 @@
 > -Complex C++ API for MySQL (needs mysql-client)
 > +Complex C++ API for MySQL (needs mysql-client 3.23)
 
 Package name and version number in pkg-comment should be avoided and
 they don't add any information.
 
 --- pkg-comment	2000/07/21 05:12:24	1.2
 +++ pkg-comment	2001/01/21 09:35:42
 @@ -1 +1 @@
 -Complex C++ API for MySQL (needs mysql-client)
 +Complex C++ API for MySQL
 
 Except for these two points it looks OK.
 


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?200101211800.f0LI03X80204>