From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 20 14:00:01 2012 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 67484ED3 for ; Tue, 20 Nov 2012 14:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 432278FC12 for ; Tue, 20 Nov 2012 14:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id qAKE01XZ017284 for ; Tue, 20 Nov 2012 14:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qAKE01be017283; Tue, 20 Nov 2012 14:00:01 GMT (envelope-from gnats) Date: Tue, 20 Nov 2012 14:00:01 GMT Message-Id: <201211201400.qAKE01be017283@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: geoffroy desvernay Subject: Re: ports/171338: both databases/mariadb-scripts and databases/mariadb-server install /usr/local/bin/mysqld_multi X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: geoffroy desvernay List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Nov 2012 14:00:01 -0000 The following reply was made to PR ports/171338; it has been noted by GNATS. From: geoffroy desvernay To: bug-followup@FreeBSD.org, bartsch@dssgmbh.de Cc: Subject: Re: ports/171338: both databases/mariadb-scripts and databases/mariadb-server install /usr/local/bin/mysqld_multi Date: Tue, 20 Nov 2012 14:50:31 +0100 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig05600CB1A2D7368B46ABCB9F Content-Type: multipart/mixed; boundary="------------040008020500000500070101" This is a multi-part message in MIME format. --------------040008020500000500070101 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 2nd send - patch updated (first didn't reach gnats ?) Here is a working patch: Feature safe: yes --=20 *geoffroy desvernay* C.R.I - Administration syst=E8mes et r=E9seaux Ecole Centrale de Marseille --------------040008020500000500070101 Content-Type: text/x-patch; name="mariadb-scripts.patch" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="mariadb-scripts.patch" =3D=3D=3D> Generating patch =3D=3D=3D> Viewing diff with more diff -ruN --exclude=3DCVS ../mariadb-scripts.orig/files/patch-scripts__Ma= kefile.in ./files/patch-scripts__Makefile.in --- ../mariadb-scripts.orig/files/patch-scripts__Makefile.in 2012-04-28 2= 1:06:19.000000000 +0200 +++ ./files/patch-scripts__Makefile.in 2012-11-19 18:01:14.000000000 +010= 0 @@ -1,6 +1,6 @@ ---- scripts/Makefile.in.orig 2012-04-28 16:50:52.000000000 +0200 -+++ scripts/Makefile.in 2012-04-28 16:50:04.000000000 +0200 -@@ -495,16 +495,12 @@ +--- scripts/Makefile.in.orig 2012-08-25 16:14:23.000000000 +0200 ++++ scripts/Makefile.in 2012-10-17 18:48:35.000000000 +0200 +@@ -495,22 +495,10 @@ BUILT_SOURCES =3D mysql_fix_privilege_tables.sql \ mysql_fix_privilege_tables_sql.c =20 @@ -10,15 +10,22 @@ - mysql_fix_privilege_tables \ +bin_SCRIPTS =3D msql2mysql \ mysql_fix_extensions \ - mysql_setpermission \ - mysql_secure_installation \ - mysql_zap \ - mysqlaccess \ +- mysql_setpermission \ +- mysql_secure_installation \ +- mysql_zap \ +- mysqlaccess \ - mysqlbug \ - mysql_convert_table_format \ +- mysql_convert_table_format \ mysql_find_rows \ - mysqlhotcopy \ -@@ -811,7 +807,7 @@ +- mysqlhotcopy \ +- mytop \ +- mysqldumpslow \ +- mysqld_multi ++ mytop +=20 + noinst_SCRIPTS =3D make_binary_distribution \ + make_sharedlib_distribution \ +@@ -811,7 +799,7 @@ uninstall: uninstall-am =20 install-am: all-am diff -ruN --exclude=3DCVS ../mariadb-scripts.orig/pkg-plist ./pkg-plist --- ../mariadb-scripts.orig/pkg-plist 2012-04-28 21:06:19.000000000 +0200= +++ ./pkg-plist 2012-11-19 18:00:15.000000000 +0100 @@ -1,12 +1,2 @@ bin/msql2mysql bin/mytop -bin/mysql_convert_table_format -bin/mysql_find_rows -bin/mysql_fix_extensions -bin/mysql_secure_installation -bin/mysql_setpermission -bin/mysql_zap -bin/mysqlaccess -bin/mysqld_multi -bin/mysqldumpslow -bin/mysqlhotcopy diff -ruN --exclude=3DCVS ../mariadb-scripts.orig/pkg-plist.orig ./pkg-pl= ist.orig --- ../mariadb-scripts.orig/pkg-plist.orig 1970-01-01 01:00:00.000000000 = +0100 +++ ./pkg-plist.orig 2012-04-28 21:06:19.000000000 +0200 @@ -0,0 +1,12 @@ +bin/msql2mysql +bin/mytop +bin/mysql_convert_table_format +bin/mysql_find_rows +bin/mysql_fix_extensions +bin/mysql_secure_installation +bin/mysql_setpermission +bin/mysql_zap +bin/mysqlaccess +bin/mysqld_multi +bin/mysqldumpslow +bin/mysqlhotcopy =3D=3D=3D> Done --------------040008020500000500070101-- --------------enig05600CB1A2D7368B46ABCB9F Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) Comment: Using GnuPG with undefined - http://www.enigmail.net/ iQEcBAEBAgAGBQJQq4qnAAoJEC0NWrh8JT1S/vgH/2VxvhEBH5yy5rhphgTjGtmD jNG5HgH5R7ZsJL0p8YBTT2ne274wF8f/nJijyv06HMSnl66TSL6SAZpbXgGCWMQz LKoavG4WZrqmjbW1D7J/VbkHtFHtGCTfMTHdNbIasnFytkt8fGjLBha+QnK/B4Ry 1FWf3U+nHW9uk7NXwMfCnRJ4HlVonSqKNX4pNuyoqcvRSOg6xoaY1Amnv/luUPMN hZoEKzZIt+vIXHMGQQutSty8z9arIyxltIZolrLoewqy6YwD+0GrCo9I6koCHNS5 WMVtVClbqpu+gwgFK1caVCZBGNR25swxIomSJ1Lso79DvGRa+mDMG2OLpZ1jy1I= =zY5s -----END PGP SIGNATURE----- --------------enig05600CB1A2D7368B46ABCB9F--