From owner-p4-projects@FreeBSD.ORG Mon Jul 2 06:15:00 2007 Return-Path: X-Original-To: p4-projects@freebsd.org Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 28F0116A468; Mon, 2 Jul 2007 06:15:00 +0000 (UTC) X-Original-To: perforce@freebsd.org Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CAE4416A41F for ; Mon, 2 Jul 2007 06:14:59 +0000 (UTC) (envelope-from gabor@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id BC64813C45A for ; Mon, 2 Jul 2007 06:14:59 +0000 (UTC) (envelope-from gabor@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l626ExdL070469 for ; Mon, 2 Jul 2007 06:14:59 GMT (envelope-from gabor@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l626ExZs070466 for perforce@freebsd.org; Mon, 2 Jul 2007 06:14:59 GMT (envelope-from gabor@freebsd.org) Date: Mon, 2 Jul 2007 06:14:59 GMT Message-Id: <200707020614.l626ExZs070466@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to gabor@freebsd.org using -f From: Gabor Kovesdan To: Perforce Change Reviews Cc: Subject: PERFORCE change 122704 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jul 2007 06:15:00 -0000 http://perforce.freebsd.org/chv.cgi?CH=122704 Change 122704 by gabor@gabor_server on 2007/07/02 06:14:34 IFC Affected files ... .. //depot/projects/soc2006/gabor_destdir/CHANGES#8 integrate .. //depot/projects/soc2006/gabor_destdir/GIDs#9 integrate .. //depot/projects/soc2006/gabor_destdir/MOVED#10 integrate .. //depot/projects/soc2006/gabor_destdir/Mk/bsd.port.mk#32 integrate Differences ... ==== //depot/projects/soc2006/gabor_destdir/CHANGES#8 (text+ko) ==== @@ -10,6 +10,13 @@ All ports committers are allowed to commit to this file. +20070701: +AUTHOR: portmgr@FreeBSD.org +The following change was made to the ports infrastructure: + + * Virtual category 'kld' was added. If the port installs kernel loadable + modules, it should be included in this category. + 20070524: AUTHOR: portmgr@FreeBSD.org The following changes were made to the ports infrastructure: @@ -1351,4 +1358,4 @@ Contact Erwin Lansing if you have any questions about your use of this document. -$FreeBSD: ports/CHANGES,v 1.72 2007/06/19 05:56:21 danfe Exp $ +$FreeBSD: ports/CHANGES,v 1.73 2007/07/01 15:09:37 pav Exp $ ==== //depot/projects/soc2006/gabor_destdir/GIDs#9 (text+ko) ==== @@ -1,4 +1,4 @@ -$FreeBSD: ports/GIDs,v 1.43 2007/06/27 21:13:24 beech Exp $ +$FreeBSD: ports/GIDs,v 1.44 2007/06/30 06:49:17 sat Exp $ # Please keep this file sorted by GID! smmsp:*:25: bind:*:53: @@ -53,6 +53,7 @@ mythtv:*:119: pdns:*:120 otrs:*:121: +zabbix:*:122: _ntp:*:123: fetchmail:*:124 postfix:*:125: ==== //depot/projects/soc2006/gabor_destdir/MOVED#10 (text+ko) ==== @@ -1,7 +1,7 @@ # # MOVED - a list of (recently) moved or removed ports # -# $FreeBSD: ports/MOVED,v 1.1399 2007/06/25 14:36:31 barner Exp $ +# $FreeBSD: ports/MOVED,v 1.1400 2007/06/30 19:52:38 miwi Exp $ # # Each entry consists of a single line containing the following four # fields in the order named, separated with the pipe (`|') character: @@ -2634,7 +2634,6 @@ ftp/gwget||2007-01-05|Has expired: fails to install multimedia/bsdav||2007-01-05|Has expired: does not work. We need to import bktv patches from OpenBSD to make it work multimedia/pitivi||2007-01-05|Has expired: Installs files during "make all" -misc/gnomesword||2007-01-05|Has expired: Configure fails graphics/opendx-samples||2007-01-05|Has expired: Changes permissions on installed file usr/local/dx/java/server/nets graphics/panorama||2007-01-05|Has expired: segfaults on startup (GUI only, render binary still works) graphics/qtutils||2007-01-05|Has expired: Does not build ==== //depot/projects/soc2006/gabor_destdir/Mk/bsd.port.mk#32 (text+ko) ==== @@ -1,7 +1,7 @@ #-*- mode: makefile; tab-width: 4; -*- # ex:ts=4 # -# $FreeBSD: ports/Mk/bsd.port.mk,v 1.572 2007/06/28 16:06:02 pav Exp $ +# $FreeBSD: ports/Mk/bsd.port.mk,v 1.573 2007/06/29 14:09:39 pav Exp $ # $NetBSD: $ # # bsd.port.mk - 940820 Jordan K. Hubbard. @@ -4961,7 +4961,7 @@ for child in $$children; do \ case $$state in \ 0) \ - if [ -d $child ]; then \ + if [ -d $$child ]; then \ ${ECHO_CMD} $$d; \ fi; \ state=1;; \ @@ -5000,7 +5000,7 @@ for child in $$children; do \ case $$state in \ 0) \ - if [ ! -d $child ]; then \ + if [ ! -d $$child ]; then \ break; \ fi; \ state=1; \