ports/171827: databases/mydumper lacks installation of "myloader"

Armin Gruner ag-freebsd at muc.de
Thu Sep 20 22:50:11 UTC 2012


>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:



More information about the freebsd-ports-bugs mailing list