Bug 20358

Summary: Bugfix for port MySQL++ (maintainer)
Product: Ports & Packages Reporter: Miklos Niedermayer <mico>
Component: Individual Port(s)Assignee: freebsd-ports (Nobody) <ports>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Miklos Niedermayer 2000-08-02 13:40:00 UTC
	A README file is installed id PREFIX/share/examples;
	should be in PREFIX/share/examples/mysql++
	Also, that README file isn't listed in PLIST

Fix: Apply this patch
Comment 1 jedgar 2000-08-03 01:15:44 UTC
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
Comment 2 Chris D.Faulhaber freebsd_committer freebsd_triage 2000-09-16 13:48:28 UTC
State Changed
From-To: open->closed

No response from submitter and patch appears to already be 
integrated in the port.