PERFORCE change 122704 for review

Gabor Kovesdan gabor at FreeBSD.org
Mon Jul 2 06:15:00 UTC 2007


http://perforce.freebsd.org/chv.cgi?CH=122704

Change 122704 by gabor at 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 at 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 at 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;			\


More information about the p4-projects mailing list