From 4078b62f30c69fae6b10e135e9c6bb0375f66a82 Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Sun, 11 May 2003 19:21:46 +0000 Subject: [PATCH] Retire fltk-xunicode since the maintenance had been discontinued. --- MOVED | 1 + x11-toolkits/Makefile | 1 - x11-toolkits/fltk-xunicode/Makefile | 17 ----------------- 3 files changed, 1 insertion(+), 18 deletions(-) delete mode 100644 x11-toolkits/fltk-xunicode/Makefile diff --git a/MOVED b/MOVED index 528a3c2c7d3e..a322bd38553b 100644 --- a/MOVED +++ b/MOVED @@ -314,3 +314,4 @@ x11-servers/Xatm||2003-05-05|port was broken with no sign of a fix audio/gdcd||2003-05-05|port was broken with no sign of a fix devel/SN|devel/sourcenav|2003-05-07|renamed by upstream www/orion-devel|www/orion|2003-05-08|stable version caught up with development version +x11-toolkits/fltk-xunicode|x11-toolkits/fltk|2003-05-011|maintenance discontinued diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index d0e3dd852bb6..442937b2dff4 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -17,7 +17,6 @@ SUBDIR += engradient SUBDIR += fl_editor SUBDIR += fltk - SUBDIR += fltk-xunicode SUBDIR += flvw SUBDIR += fox SUBDIR += fox-devel diff --git a/x11-toolkits/fltk-xunicode/Makefile b/x11-toolkits/fltk-xunicode/Makefile deleted file mode 100644 index 7a87942a9a78..000000000000 --- a/x11-toolkits/fltk-xunicode/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# New ports collection makefile for: fltk-xunicode -# Date created: 25 Aug 2000 -# Whom: Akinori MUSHA aka knu -# -# $FreeBSD$ -# - -MASTERDIR= ${.CURDIR}/../fltk - -MAINTAINER= knu@FreeBSD.org -COMMENT= FLTK with Unicode support - -BROKEN= "Does not fetch" - -WITH_XUNICODE= yes - -.include "${MASTERDIR}/Makefile"