Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Sep 2012 22:43:21 GMT
From:      Armin Gruner <ag-freebsd@muc.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/171827: databases/mydumper lacks installation of "myloader"
Message-ID:  <201209202243.q8KMhLWQ090326@red.freebsd.org>
Resent-Message-ID: <201209202250.q8KMoBGI046790@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         171827
>Category:       ports
>Synopsis:       databases/mydumper lacks installation of "myloader"
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 20 22:50:10 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Armin Gruner
>Release:        9-STABLE
>Organization:
muc.de
>Environment:
N/A
>Description:
ports Makefile does not install "myloader" which is the opposite of "mydumper".
The second target exists since release 0.2.1 of mydumper.
>How-To-Repeat:
Install databases/mydumper from ports
>Fix:
See attached patch

Patch attached with submission follows:

--- Makefile.old	2012-01-06 11:02:41.000000000 +0100
+++ Makefile	2012-09-21 00:38:50.000000000 +0200
@@ -21,7 +21,7 @@
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION:S/a//}
 
 FETCH_ARGS?=	-pRr
-PLIST_FILES=	sbin/mydumper
+PLIST_FILES=	sbin/mydumper sbin/myloader
 USE_GNOME=	glib20
 USE_MYSQL=	yes
 USE_CMAKE=	yes
@@ -30,6 +30,6 @@
 	@${REINPLACE_CMD} -e 's|-Werror||' ${WRKSRC}/CMakeLists.txt
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/mydumper ${PREFIX}/sbin
+	${INSTALL_PROGRAM} ${WRKSRC}/mydumper ${WRKSRC}/myloader ${PREFIX}/sbin
 
 .include <bsd.port.mk>


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209202243.q8KMhLWQ090326>