From owner-cvs-ports@FreeBSD.ORG Tue Jan 20 01:14:12 2004 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A2F516A4CE; Tue, 20 Jan 2004 01:14:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9901043D1F; Tue, 20 Jan 2004 01:14:10 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0K9EA0B019911; Tue, 20 Jan 2004 01:14:10 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0K9EAJY019910; Tue, 20 Jan 2004 01:14:10 -0800 (PST) (envelope-from marcus) Message-Id: <200401200914.i0K9EAJY019910@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 20 Jan 2004 01:14:10 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/Mk bsd.emacs.mk bsd.gnome.mk bsd.gnustep.mk bsd.java.mk bsd.openssl.mk bsd.port.mk bsd.port.subdir.mk bsd.python.mk ports/games/moonlander Makefile ports/security/snort Makefile X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jan 2004 09:14:12 -0000 marcus 2004/01/20 01:14:10 PST FreeBSD ports repository Modified files: Mk bsd.emacs.mk bsd.gnome.mk bsd.gnustep.mk bsd.java.mk bsd.openssl.mk bsd.port.mk bsd.port.subdir.mk bsd.python.mk games/moonlander Makefile security/snort Makefile Log: Here come the patches! * Add ghostscript knobs [1] * Add per-port persistent build options with a menu-driven front-end [2] * Allow porters to override the message generated when do-configure fails [3] * Add patch to obviate many pkg-plist files [4] * Fix the PKG_DBDIR comment [5] * Make ports framework more robust with regard to make index [6] * Add new command macros to bsd.port.mk [7] * Remove direct command use from bsd.port.mk [8] * Make the ports system respect WITHOUT_CPU_CFLAGS [9] * Break the SDL code out into bsd.sdl.mk [10] * Add working support for USE_SIZE [11] * Fix RANDOMIZE_MASTER_SITES on -CURRENT [12] * Convert some spaces to tabs [13] * Add new physcial categories accessibility and x11-themes [14] * Speed up GNU configure scripts [15] * Remove "//" from MLINKS items in PLISTs and fix make -s install and make -s deinstall [16] * Be more specific about looking for files in distinfo [17] * Add new run-autotools target, and resort configure targets [18] * Make CONFLICTS compare prefix for installed packages and PREFIX [19] * Change directory to ${.CURDIR} before running certain make commands [20] * When INSTALL_AS_USER is set, run ldconfig with failures ignored [21] * Speed up the security check phase [22] * Fix some corner cases in the PORTDOCS code [23] * Add a new DEPRECATED macro [24] * Make INDEX breakage more informative [25] Look for a full write-up to follow on ports@ and ports-developers@. PR: 36112 [1] 59909 [4] 61351 [6] 59058 [7] 59058 [8] 59493 [9] 55494 [10] 59058 [11] 59315 [12] 59058 [13] 59811 [15] 59058 [16] 59058 [17] 60882 [18] 58149 [19] 59058 [20] 61133 [21] 55331 [22] 59070 [23] 59362 [24] 59626 [25] Submitted by: linimon [1] eivind [2] marcus [3] trevor [4] gerald [5] linimon [6] eik [7] eik [8] jeh [9] edwin [10] eik [11] Sergey Matveychuk [12] eik [13] trevor gnome [14] adamw [15] eik [16] eik [17] edwin [18] clement [19] eik [20] edwin lev [21] Eugene M. Kim [22] eik [23] linimon [24] eik [25] Revision Changes Path 1.29 +3 -3 ports/Mk/bsd.emacs.mk 1.58 +4 -12 ports/Mk/bsd.gnome.mk 1.9 +4 -1 ports/Mk/bsd.gnustep.mk 1.37 +7 -7 ports/Mk/bsd.java.mk 1.12 +6 -6 ports/Mk/bsd.openssl.mk 1.475 +534 -193 ports/Mk/bsd.port.mk 1.51 +39 -3 ports/Mk/bsd.port.subdir.mk 1.43 +3 -3 ports/Mk/bsd.python.mk 1.3 +5 -1 ports/games/moonlander/Makefile 1.45 +8 -1 ports/security/snort/Makefile