head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2004.07.12.19.37.42;	author pav;	state dead;
branches;
next	1.1;

1.1
date	2004.05.02.18.31.39;	author pav;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- Update to 2.1.0

PR:		ports/68755
Submitted by:	Udo Schweigert <udo.schweigert@@siemens.com> (maintainer)
@
text
@--- plugins/make_world.orig	Sun Jun  9 13:07:06 2002
+++ plugins/make_world	Wed Apr 28 17:03:30 2004
@@@@ -15,14 +15,7 @@@@
 do if [ -d $i -a $i != CVS ]; then
  if [ "$i" = "3com_hub" ];
  then
-  libnet-config && {
-  	cd $i
-	${MAKE:-make} $MAKEFLAG $1
-	 if [ $? -ne 0 ];then
-   		BADPLUGINS="$BADPLUGINS $i"
- 	fi
-	cd ..
-  }
+  	BADPLUGINS="$BADPLUGINS $i";
  else
  cd $i
  ${MAKE:-make} $MAKEFLAG $1
@


1.1
log
@- Unbreak on amd64: disable offending plugin

PR:		ports/66051
Submitted by:	Udo Schweigert <udo.schweigert@@siemens.com>
@
text
@@

