Date: Wed, 2 Aug 2000 17:20:02 -0700 (PDT) From: "Chris D. Faulhaber" <jedgar@fxp.org> To: freebsd-ports@FreeBSD.org Subject: Re: ports/20358: Bugfix for port MySQL++ (maintainer) Message-ID: <200008030020.RAA63880@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/20358; it has been noted by GNATS. From: "Chris D. Faulhaber" <jedgar@fxp.org> To: Miklos Niedermayer <mico@bsd.hu> Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/20358: Bugfix for port MySQL++ (maintainer) Date: Wed, 2 Aug 2000 20:15:44 -0400 (EDT) On 2 Aug 2000, Miklos Niedermayer wrote: > >Fix: > > Apply this patch > > diff -uNr mysql++.old/Makefile mysql++/Makefile > --- mysql++.old/Makefile Wed Aug 2 12:56:41 2000 > +++ mysql++/Makefile Wed Aug 2 12:56:57 2000 > @@ -35,6 +35,6 @@ > ${INSTALL_DATA} ${WRKSRC}/doc/man-text/* ${PREFIX}/share/doc/mysql++ > ${MKDIR} ${PREFIX}/include/mysql > ${INSTALL_DATA} ${WRKSRC}/sqlplusint/mysql++ ${WRKSRC}/sqlplusint/*.hh ${PREFIX}/include/mysql > - ${INSTALL_DATA} ${FILESDIR}/README ${PREFIX}/share/examples > + ${INSTALL_DATA} ${FILESDIR}/README ${PREFIX}/share/examples/mysql++ > > .include <bsd.port.mk> > diff -uNr mysql++.old/pkg/PLIST mysql++/pkg/PLIST > --- mysql++.old/pkg/PLIST Wed Aug 2 12:56:41 2000 > +++ mysql++/pkg/PLIST Wed Aug 2 12:57:21 2000 > @@ -106,6 +106,7 @@ > share/examples/mysql++/sinisa_ex.cc > share/examples/mysql++/updel_x_.cc > share/examples/mysql++/util.cc > +share/examples/mysql++/README > @unexec rmdir include/mysql 2>/dev/null || true > @dirrm share/doc/mysql++ > @dirrm share/examples/mysql++ > Unless I am missing something obvious, share/examples/mysql++/README is already installed/recorded properly in the port. ----- Chris D. Faulhaber - jedgar@fxp.org - jedgar@FreeBSD.org -------------------------------------------------------- FreeBSD: The Power To Serve - http://www.FreeBSD.org 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?200008030020.RAA63880>