From owner-cvs-all@FreeBSD.ORG Fri Dec 29 21:12:42 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9AF8A16A407; Fri, 29 Dec 2006 21:12:42 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 8ACCD13C448; Fri, 29 Dec 2006 21:12:42 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBTLCgiX040335; Fri, 29 Dec 2006 21:12:42 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBTLCg2H040334; Fri, 29 Dec 2006 21:12:42 GMT (envelope-from alepulver) Message-Id: <200612292112.kBTLCg2H040334@repoman.freebsd.org> From: Alejandro Pulver Date: Fri, 29 Dec 2006 21:12:42 +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/games/quakeforge Makefile pkg-plist ports/games/quakeforge/files patch-configure patch-libs__video__renderer__Makefile.in 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: Fri, 29 Dec 2006 21:12:42 -0000 alepulver 2006-12-29 21:12:42 UTC FreeBSD ports repository Modified files: games/quakeforge Makefile pkg-plist games/quakeforge/files patch-configure Added files: games/quakeforge/files patch-libs__video__renderer__Makefile.in Log: - Fix clients statically linked to libQFrenderer_sw being unable to load console_client.so (the game menus) by making it a dynamic library [1]. - Change INSTALLS_SHLIB to USE_LDCONFIG. - Remove STATIC_PLUGINS option. - Bump PORTREVISION. Reported by: scalopus@gmail.com Obtained from: https://bugzilla.altlinux.org/show_bug.cgi?id=8853 [1] Revision Changes Path 1.60 +5 -12 ports/games/quakeforge/Makefile 1.5 +11 -2 ports/games/quakeforge/files/patch-configure 1.1 +11 -0 ports/games/quakeforge/files/patch-libs__video__renderer__Makefile.in (new) 1.13 +31 -27 ports/games/quakeforge/pkg-plist