From owner-cvs-all@FreeBSD.ORG Mon Jul 21 22:29:22 2008 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 E7C93106567D; Mon, 21 Jul 2008 22:29:22 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CDBF58FC14; Mon, 21 Jul 2008 22:29:22 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m6LMTMGR000238; Mon, 21 Jul 2008 22:29:22 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.2/8.14.1/Submit) id m6LMTM1Y000237; Mon, 21 Jul 2008 22:29:22 GMT (envelope-from pav) Message-Id: <200807212229.m6LMTM1Y000237@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 21 Jul 2008 22:29:22 +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/Mk bsd.ldap.mk bsd.port.mk ports/dns/bind9-dlz Makefile ports/mail/postfix1 Makefile ports/security/seahorse Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jul 2008 22:29:23 -0000 pav 2008-07-21 22:29:22 UTC FreeBSD ports repository Modified files: Mk bsd.port.mk dns/bind9-dlz Makefile mail/postfix1 Makefile security/seahorse Makefile Added files: Mk bsd.ldap.mk Log: - Separate OpenLDAP related code into bsd.ldap.mk - Change default OpenLDAP version to 2.4 - Remove OpenLDAP 2.2 support, the port has been gone for some time now - Add -DDEPRECATED to CFLAGS for all OpenLDAP using ports PR: ports/123602, ports/124115, ports/125605 Submitted by: delphij, Jens Rehsack , Yuri Pankov - Remove USE_GTK, it's no longer used PR: ports/123528 Submitted by: mezz - Use PATCH_WRKSRC instead of WRKSRC in do-patch target PR: ports/124169 Submitted by: Max Brazhnikov - Remove USE_XPM, it's been replaced by USE_XORG+=xpm PR: ports/124506 Submitted by: Alex Kozlov - Minor fixups for bsd.port.mk PR: ports/122675 Submitted by: linimon - Remove stale comment about USE_GETOPT_LONG PR: ports/124521 Submitted by: Alex Kozlov - Correct comment about default fetch arguments PR: ports/125334 Submitted by: Gary Palmer Revision Changes Path 1.1 +95 -0 ports/Mk/bsd.ldap.mk (new) 1.598 +15 -39 ports/Mk/bsd.port.mk 1.46 +1 -1 ports/dns/bind9-dlz/Makefile 1.93 +0 -3 ports/mail/postfix1/Makefile 1.71 +0 -3 ports/security/seahorse/Makefile