Date: Sat, 27 Jun 2009 18:30:04 GMT From: Maxim Ignatenko <gelraen.ua@gmail.com> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/136088: New ports: databases/mysql-workbench51 databases/mysql-workbench52 Message-ID: <200906271830.n5RIU4vX014890@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/136088; it has been noted by GNATS. From: Maxim Ignatenko <gelraen.ua@gmail.com> To: Andrzej Tobola <ato@iem.pw.edu.pl>, bug-followup@freebsd.org Cc: Subject: Re: ports/136088: New ports: databases/mysql-workbench51 databases/mysql-workbench52 Date: Sat, 27 Jun 2009 21:26:41 +0300 I've missed that some files was in DOS format, and gnats stripped \r's from shar :( Next patch should fix this --- mysql-workbench51/Makefile.orig 2009-06-27 21:06:16.000000000 +0300 +++ mysql-workbench51/Makefile 2009-06-27 21:19:16.000000000 +0300 @@ -29,6 +29,8 @@ ACLOCAL_ARGS= AUTOCONF_ARGS= SUBDIRS= ext/yassl/taocrypt ext/yassl . +USE_DOS2UNIX= yes +DOS2UNIX_REGEX= .*ext/yassl/.*(Makefile.am|configure.in) OPTIONS= PYTHON "Enable Python scripting and modules" off
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906271830.n5RIU4vX014890>