Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Apr 2011 21:24:58 +0200 (CEST)
From:      Geoffroy Desvernay <dgeo@centrale-marseille.fr>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/156744: [MAINTAINER] databases/mariadb: whitespaces cleanup in Makefile
Message-ID:  <20110430192458.494621CD10@dgeo.sysadm.ec-m.fr>
Resent-Message-ID: <201104301930.p3UJU8Q6034011@freefall.freebsd.org>

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

>Number:         156744
>Category:       ports
>Synopsis:       [MAINTAINER] databases/mariadb: whitespaces cleanup in Makefile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 30 19:30:08 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Geoffroy Desvernay
>Release:        FreeBSD 8.2-RELEASE-p1 amd64
>Organization:
Ecole Centrale de Marseille
>Environment:
System: FreeBSD dgeo.sysadm.ec-m.fr 8.2-RELEASE-p1 FreeBSD 8.2-RELEASE-p1 #0: Fri Apr 22 01:04:23 CEST 2011
>Description:
Juste a cleanup to let portlint say it's clean :)

whitespaces vs tabs...

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- mariadb-5.2.5.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/databases/mariadb.orig/Makefile /usr/ports/databases/mariadb/Makefile
--- /usr/ports/databases/mariadb.orig/Makefile	2011-04-29 18:24:56.000000000 +0200
+++ /usr/ports/databases/mariadb/Makefile	2011-04-30 05:43:40.000000000 +0200
@@ -19,11 +19,11 @@
 
 MAINTAINER=	dgeo@centrale-marseille.fr
 COMMENT=	A database server - drop-in replacement functionality for MySQL
-  
+
 LICENSE=	GPLv2
-  
+
 CONFLICTS=	mysql-server-[0-9]* mysql-client-[0-9]* mysql-scripts-[0-9]*
-  
+
 CONFIGURE_ARGS=	--with-embedded-server
 
 CPPFLAGS+=	-I${LOCALBASE}/include
@@ -125,7 +125,7 @@
 CONFIGURE_ARGS+=	--with-libevent=bundled
 .endif
 .if defined(WITH_ARIADB)
-PLIST_SUB+=   ARIADB=""
+PLIST_SUB+=	ARIADB=""
 CONFIGURE_ARGS+=	--with-plugin-aria --with-aria-tmp-tables
 .else
 CONFIGURE_ARGS+=	--without-plugin-aria
@@ -176,8 +176,8 @@
 .if defined(WITH_XTRADB)
 PLIST_SUB+=	XTRADB=""
 .else
-CONFIGURE_ARGS+=      --without-plugin-xtradb
-PLIST_SUB+=   XTRADB="@comment "
+CONFIGURE_ARGS+=	--without-plugin-xtradb
+PLIST_SUB+=	XTRADB="@comment "
 .endif
 .if defined(WITH_OQGRAPH)
 CONFIGURE_ARGS+=	--with-plugin-oqgraph
@@ -208,7 +208,7 @@
 #     ndb_print_backup_file.1 ndb_print_schema_file.1 \
 #     ndb_print_sys_file.1 ndb_restore.1 ndb_select_all.1 \
 #     ndb_select_count.1 ndb_show_tables.1 ndb_size.pl.1 ndb_waiter.1
-PLIST_SUB+=   NDB=""
+PLIST_SUB+=	NDB=""
 .else
 CONFIGURE_ARGS+=	--without-plugin-ndbcluster
 PLIST_SUB+=	NDB="@comment "
@@ -235,12 +235,12 @@
 	@${ECHO} "      WITH_XCHARSET=list      Define other built-in charsets (selected: ${WITH_XCHARSET})."
 	@${ECHO} "      WITH_COLLATION=collate  Define default collation (def: latin1_swedish_ci selected: ${WITH_COLLATION})."
 	@${ECHO} ""
-  
+
 post-patch:
 	@${REINPLACE_CMD} -e '/^install:/ s|^\(install:\).*$$|\1|' \
 		${WRKSRC}/mysql-test/Makefile.in ${WRKSRC}/sql-bench/Makefile.in
-  
+
 port-install:
 	@${CAT} pkg-message
- 
+
 .include <bsd.port.mk>
--- mariadb-5.2.5.patch ends here ---

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



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