From owner-svn-ports-head@FreeBSD.ORG Thu Oct 31 23:44:50 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 37EF7EB6; Thu, 31 Oct 2013 23:44:50 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0B6D82C83; Thu, 31 Oct 2013 23:44:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9VNinar015644; Thu, 31 Oct 2013 23:44:49 GMT (envelope-from garga@svn.freebsd.org) Received: (from garga@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9VNinGU015641; Thu, 31 Oct 2013 23:44:49 GMT (envelope-from garga@svn.freebsd.org) Message-Id: <201310312344.r9VNinGU015641@svn.freebsd.org> From: Renato Botelho Date: Thu, 31 Oct 2013 23:44:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r332317 - in head/security/scanhill: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Oct 2013 23:44:50 -0000 Author: garga Date: Thu Oct 31 23:44:49 2013 New Revision: 332317 URL: http://svnweb.freebsd.org/changeset/ports/332317 Log: . Simplify Makefile . Use space on WWW line Added: head/security/scanhill/files/ head/security/scanhill/files/patch-configure (contents, props changed) Modified: head/security/scanhill/Makefile head/security/scanhill/pkg-descr (contents, props changed) Modified: head/security/scanhill/Makefile ============================================================================== --- head/security/scanhill/Makefile Thu Oct 31 23:43:44 2013 (r332316) +++ head/security/scanhill/Makefile Thu Oct 31 23:44:49 2013 (r332317) @@ -19,12 +19,8 @@ PORTDOCS= README.txt INSTALL.txt mysql.s OPTIONS_DEFINE= MYSQL DOCS -.include - -.if ${PORT_OPTIONS:MMYSQL} -CONFIGURE_ARGS+= --enable-mysql -USE_MYSQL= yes -.endif +MYSQL_USE= MYSQL=yes +MYSQL_CONFIGURE_ENABLE= mysql post-patch: @${REINPLACE_CMD} -e 's/-liconv/${ICONV_LIB}/' ${WRKSRC}/configure @@ -32,14 +28,9 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/scanhill ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/scanhill.conf ${STAGEDIR}${PREFIX}/etc/scanhill.conf-dist -.if !exists(${PREFIX}/etc/scanhill.conf) - ${INSTALL_DATA} ${WRKSRC}/scanhill.conf ${STAGEDIR}${PREFIX}/etc/ -.endif -.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${STAGEDIR}${DOCSDIR} -. for f in ${PORTDOCS} +.for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} -. endfor -.endif +.endfor -.include +.include Added: head/security/scanhill/files/patch-configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/scanhill/files/patch-configure Thu Oct 31 23:44:49 2013 (r332317) @@ -0,0 +1,11 @@ +--- configure.orig 2013-10-30 11:38:52.000000000 -0200 ++++ configure 2013-10-30 11:39:25.000000000 -0200 +@@ -975,7 +975,7 @@ + done + + # Check whether --enable-mysql or --disable-mysql was given. +-if test "${enable_mysql+set}" = set; then ++if test "${enable_mysql}" = "yes"; then + enableval="$enable_mysql" + + for ac_hdr in mysql/mysql.h Modified: head/security/scanhill/pkg-descr ============================================================================== --- head/security/scanhill/pkg-descr Thu Oct 31 23:43:44 2013 (r332316) +++ head/security/scanhill/pkg-descr Thu Oct 31 23:44:49 2013 (r332317) @@ -5,4 +5,4 @@ used, stored instant messages can be rea written in PHP language. Please see the INSTALL.txt file for instructions on how to install, configure and run EnderUNIX scanhill. -WWW: http://www.enderunix.org/scanhill/ +WWW: http://www.enderunix.org/scanhill/