From owner-cvs-all@FreeBSD.ORG Sun Feb 5 13:39: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E04F16A420; Sun, 5 Feb 2006 13:39:42 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB42843D4C; Sun, 5 Feb 2006 13:39:41 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k15Ddfx8035479; Sun, 5 Feb 2006 13:39:41 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k15Ddf39035478; Sun, 5 Feb 2006 13:39:41 GMT (envelope-from netchild) Message-Id: <200602051339.k15Ddf39035478@repoman.freebsd.org> From: Alexander Leidinger Date: Sun, 5 Feb 2006 13:39:41 +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/devel/pwlib Makefile distinfo pkg-descr pkg-plist ports/devel/pwlib/files patch-configureac patch-configurein patch-make-common.mak patch-makefile patch-src-ptclib-ansper.cxx patch-src_ptlib_common_getdate.y patch-unix ... 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: Sun, 05 Feb 2006 13:39:42 -0000 netchild 2006-02-05 13:39:41 UTC FreeBSD ports repository Modified files: devel/pwlib Makefile distinfo pkg-descr pkg-plist net/openh323 Makefile distinfo Added files: devel/pwlib/files patch-configureac net/openh323 pkg-plist net/openh323/files patch-makefile.in patch-openh323u.mak.in Removed files: devel/pwlib/files patch-configurein patch-make-common.mak patch-makefile patch-src-ptclib-ansper.cxx patch-src_ptlib_common_getdate.y patch-unix patch-videoio net/openh323/files patch-configurein patch-include-ffh263codec.h patch-include-h263codec.h patch-include::gkserver.h patch-ixjlid patch-openh323uin patch-src+OpenH323.dtf patch-src+OpenH323d.dtf patch-src+OpenH323n.dtf patch-src-ffh263codec.cxx Log: This is an initial port of newer versions of: - pwlib -> 1.9.2 - openh323 -> 1.17.3 The decission of porting the development releases instead of the stable releases is based upon a discussion with the openh323 developers. They serve as a start to be able to porting newer versions of e.g. gnomemeeting et al. Further tweaks/improvements to them may be required when other ports start to use these versions. Unlike the previous versions of those ports, they install a shared lib now. So ports which depend upon them in the future should add a RUN_DEPENDS upon them. Additionally the build time for those ports will decrease, since they don't need to build pwlib/openh323 each time and grab them from the build directory. PR: 83396 Submitted by: Steve Ames In colaboration with: Steve Ames Revision Changes Path 1.19 +43 -18 ports/devel/pwlib/Makefile 1.5 +3 -3 ports/devel/pwlib/distinfo 1.1 +154 -0 ports/devel/pwlib/files/patch-configureac (new) 1.3 +0 -26 ports/devel/pwlib/files/patch-configurein (dead) 1.2 +0 -19 ports/devel/pwlib/files/patch-make-common.mak (dead) 1.3 +0 -14 ports/devel/pwlib/files/patch-makefile (dead) 1.2 +0 -56 ports/devel/pwlib/files/patch-src-ptclib-ansper.cxx (dead) 1.2 +0 -7 ports/devel/pwlib/files/patch-src_ptlib_common_getdate.y (dead) 1.3 +0 -70 ports/devel/pwlib/files/patch-unix (dead) 1.3 +0 -26 ports/devel/pwlib/files/patch-videoio (dead) 1.2 +0 -5 ports/devel/pwlib/pkg-descr 1.3 +180 -1 ports/devel/pwlib/pkg-plist 1.68 +13 -45 ports/net/openh323/Makefile 1.26 +3 -3 ports/net/openh323/distinfo 1.4 +0 -19 ports/net/openh323/files/patch-configurein (dead) 1.2 +0 -12 ports/net/openh323/files/patch-include-ffh263codec.h (dead) 1.2 +0 -19 ports/net/openh323/files/patch-include-h263codec.h (dead) 1.2 +0 -10 ports/net/openh323/files/patch-include::gkserver.h (dead) 1.2 +0 -21 ports/net/openh323/files/patch-ixjlid (dead) 1.1 +13 -0 ports/net/openh323/files/patch-makefile.in (new) 1.1 +13 -0 ports/net/openh323/files/patch-openh323u.mak.in (new) 1.3 +0 -53 ports/net/openh323/files/patch-openh323uin (dead) 1.2 +0 -11 ports/net/openh323/files/patch-src+OpenH323.dtf (dead) 1.2 +0 -11 ports/net/openh323/files/patch-src+OpenH323d.dtf (dead) 1.2 +0 -11 ports/net/openh323/files/patch-src+OpenH323n.dtf (dead) 1.2 +0 -19 ports/net/openh323/files/patch-src-ffh263codec.cxx (dead) 1.5 +90 -0 ports/net/openh323/pkg-plist (new)