head	1.4;
access;
symbols
	RELEASE_4_8_0:1.3
	RELEASE_5_0_0:1.3
	RELEASE_4_7_0:1.3
	RELEASE_4_6_2:1.3
	RELEASE_4_6_1:1.3
	RELEASE_4_6_0:1.3
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1
	RELEASE_4_4_0:1.1
	RELEASE_4_3_0:1.1
	RELEASE_4_2_0:1.1
	RELEASE_4_1_1:1.1
	RELEASE_4_1_0:1.1
	RELEASE_3_5_0:1.1
	RELEASE_4_0_0:1.1;
locks; strict;
comment	@# @;


1.4
date	2003.05.06.03.49.05;	author kris;	state dead;
branches;
next	1.3;

1.3
date	2002.05.24.11.48.15;	author kris;	state Exp;
branches;
next	1.2;

1.2
date	2002.04.19.02.29.59;	author will;	state dead;
branches;
next	1.1;

1.1
date	2000.02.27.14.42.53;	author steve;	state Exp;
branches;
next	;


desc
@@


1.4
log
@As announced on 27 March 2003 in <20030328052350.GA18971@@rot13.obsecurity.org>,
remove these ports that have been broken for >4 months (in many cases much
longer) with no sign of a fix.
@
text
@--- zicon.y.orig	Wed Sep 24 00:09:52 1997
+++ zicon.y	Sat Feb 26 19:51:35 2000
@@@@ -3,6 +3,7 @@@@
 /* we pass a pointer to the painter into the  */
 #define YYPARSE_PARAM p
 
+#include <stdlib.h>
 #include "icon.hh"
 
 #define PROGRAM	((IconProgram *)p)
@@@@ -13,6 +14,10 @@@@
 int bufAlloc = 160 ;
 short int *buffer = new short int[bufAlloc] ;
 
+extern int yyerror(char *);
+extern "C" {
+	extern int yylex(void);
+};
 
 %}	
 
@


1.3
log
@Add back jafm which was prematurely removed by will, but mark it BROKEN
because it doesn't build with recent versions of bison.
@
text
@@


1.2
log
@Say goodbye to Qt 1.x and all of its dependents.  The one port I found
which probably isn't supposed to be removed is misc/instant-workstation,
which had a dependency on audio/xamp (being removed), so I removed that
dependency and bumped PORTREVISION.  All other ports are real dependents
upon Qt 1.x, including KDE 1.x stuff.

Code in bsd.kde.mk supporting these ports is also removed or adjusted.
Also, some adjustments made to accomodate Qt3/KDE3 ports, which will be
committed Real Soon Now (TM), pending repo-copies.

This commit made in impending view of Qt3/KDE3 entering ports tree.
@
text
@@


1.1
log
@Fix for new compiler in -current.
@
text
@@

