From owner-cvs-all@FreeBSD.ORG Thu Jul 5 19:12:51 2012 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 45E93106564A; Thu, 5 Jul 2012 19:12:51 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1963E8FC08; Thu, 5 Jul 2012 19:12:51 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id q65JCott055390; Thu, 5 Jul 2012 19:12:50 GMT (envelope-from ohauer@repoman.freebsd.org) Received: (from ohauer@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q65JCocI055389; Thu, 5 Jul 2012 19:12:50 GMT (envelope-from ohauer) Message-Id: <201207051912.q65JCocI055389@repoman.freebsd.org> From: Olli Hauer Date: Thu, 5 Jul 2012 19:12:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/mod_perl2 Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Jul 2012 19:12:51 -0000 ohauer 2012-07-05 19:12:50 UTC FreeBSD ports repository Modified files: www/mod_perl2 Makefile pkg-plist Log: - allow build a correct library with clang/gcc47+ by disabling APR_INLINE because FreeBSD default port settings not uses bundled apr from apache tarball. - force compiler to use gnu89 C standard. - bump PORTREVISION with hat apache@ PR: ports/168514 Submitted by: Dima Panov Revision Changes Path 1.79 +12 -2 ports/www/mod_perl2/Makefile 1.37 +3 -0 ports/www/mod_perl2/pkg-plist