diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-02-14 07:51:07 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-02-14 07:51:07 +0000 |
commit | c2112a6439b272d3548c612241ec5d7e9c889bf6 (patch) | |
tree | b3cd1542987f178df60fc78da25b5eaf86bc5916 | |
parent | 83cfa0f9ee865c582c2043711686e2e243690004 (diff) |
Notes
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | x11-fm/Makefile | 1 | ||||
-rw-r--r-- | x11-fm/fsv/Makefile | 31 | ||||
-rw-r--r-- | x11-fm/fsv/distinfo | 2 | ||||
-rw-r--r-- | x11-fm/fsv/files/patch-aa | 36 | ||||
-rw-r--r-- | x11-fm/fsv/files/patch-lib::Makefile.in | 24 | ||||
-rw-r--r-- | x11-fm/fsv/pkg-descr | 3 | ||||
-rw-r--r-- | x11-fm/fsv/pkg-plist | 19 |
8 files changed, 1 insertions, 116 deletions
@@ -4059,3 +4059,4 @@ lang/tcl86-thread||2013-02-06|Threads are now enabled by default x11-toolkits/tk84-thread||2013-02-06|Threads are now enabled by default x11-toolkits/tk85-thread||2013-02-06|Threads are now enabled by default x11-toolkits/tk86-thread||2013-02-06|Threads are now enabled by default +x11-fm/fsv||2013-02-14|Depends on expired x11-toolkits/gtkglarea diff --git a/x11-fm/Makefile b/x11-fm/Makefile index 5c63b40bca32..1801466ba3cc 100644 --- a/x11-fm/Makefile +++ b/x11-fm/Makefile @@ -12,7 +12,6 @@ SUBDIR += emelfm2 SUBDIR += ezfm SUBDIR += filerunner - SUBDIR += fsv SUBDIR += gentoo SUBDIR += gnome-commander2 SUBDIR += gprename diff --git a/x11-fm/fsv/Makefile b/x11-fm/fsv/Makefile deleted file mode 100644 index 66416f837c50..000000000000 --- a/x11-fm/fsv/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: fsv -# Date created: 06 February 2000 -# Whom: Yukihiro Nakai <nakai@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= fsv -PORTVERSION= 0.9 -PORTREVISION= 6 -CATEGORIES= x11-fm -MASTER_SITES= SF - -MAINTAINER= lx@redundancy.redundancy.org -COMMENT= 3D filesystem visualizer - -LIB_DEPENDS= gtkgl.5:${PORTSDIR}/x11-toolkits/gtkglarea - -USE_GETTEXT= yes -USE_GL= gl -USE_GNOME= gtk12 -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-GL-prefix=${LOCALBASE}/lib - -CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} -LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} - -post-extract: - -@${RM} ${WRKSRC}/lib/getopt* - -.include <bsd.port.mk> diff --git a/x11-fm/fsv/distinfo b/x11-fm/fsv/distinfo deleted file mode 100644 index 37b85bef6904..000000000000 --- a/x11-fm/fsv/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (fsv-0.9.tar.gz) = a645cc0df0e554435cd83742a1d2aa997a12e87d23af6807c16dfa3cdddfb40d -SIZE (fsv-0.9.tar.gz) = 325572 diff --git a/x11-fm/fsv/files/patch-aa b/x11-fm/fsv/files/patch-aa deleted file mode 100644 index 4286cc109117..000000000000 --- a/x11-fm/fsv/files/patch-aa +++ /dev/null @@ -1,36 +0,0 @@ ---- src/fsv.c.orig Wed Jan 26 20:49:55 2000 -+++ src/fsv.c Sun Aug 6 19:14:34 2000 -@@ -26,6 +26,9 @@ - #include "common.h" - #include "fsv.h" - -+#ifdef __FreeBSD__ -+#include <floatingpoint.h> -+#endif - #include <gtk/gtk.h> - #include <gtkgl/gdkgl.h> - #include "getopt.h" -@@ -215,6 +218,10 @@ - int opt_id; - char *root_dir; - -+#ifdef __FreeBSD__ -+ fpsetmask(fpgetmask() & ~(FP_X_DZ|FP_X_INV)); -+#endif -+ - /* Initialize global variables */ - globals.fstree = NULL; - globals.history = NULL; -@@ -311,6 +318,12 @@ - - gtk_main( ); - -+#ifdef __FreeBSD__ -+#ifdef __i386__ -+ fpresetsticky(FP_X_DZ|FP_X_INV); -+#endif -+ fpsetmask(FP_X_DZ|FP_X_INV); -+#endif - return 0; - } - diff --git a/x11-fm/fsv/files/patch-lib::Makefile.in b/x11-fm/fsv/files/patch-lib::Makefile.in deleted file mode 100644 index d3587ce0f513..000000000000 --- a/x11-fm/fsv/files/patch-lib::Makefile.in +++ /dev/null @@ -1,24 +0,0 @@ ---- lib/Makefile.in.orig Sun Jan 16 09:44:24 2000 -+++ lib/Makefile.in Sat Mar 13 21:08:23 2004 -@@ -99,10 +99,10 @@ - - INCLUDES = @GTK_CFLAGS@ - --noinst_HEADERS = gnome-i18nP.h gnome-color-picker.h gnome-dateedit.h getopt.h nvstore.h -+noinst_HEADERS = gnome-i18nP.h gnome-color-picker.h gnome-dateedit.h nvstore.h - - libgnomeui_a_SOURCES = gnome-color-picker.c gnome-dateedit.c --libmisc_a_SOURCES = getopt.c getopt1.c nvstore.c -+libmisc_a_SOURCES = nvstore.c - libmisc_a_LIBADD = @LIBOBJS@ - - EXTRA_DIST = README.gnome -@@ -119,7 +119,7 @@ - libgnomeui_a_LIBADD = - libgnomeui_a_OBJECTS = gnome-color-picker.o gnome-dateedit.o - libmisc_a_DEPENDENCIES = @LIBOBJS@ --libmisc_a_OBJECTS = getopt.o getopt1.o nvstore.o -+libmisc_a_OBJECTS = nvstore.o - AR = ar - CFLAGS = @CFLAGS@ - COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) diff --git a/x11-fm/fsv/pkg-descr b/x11-fm/fsv/pkg-descr deleted file mode 100644 index 52d0ca8f31df..000000000000 --- a/x11-fm/fsv/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -3D filesystem visualizer - -WWW: http://fsv.sourceforge.net/ diff --git a/x11-fm/fsv/pkg-plist b/x11-fm/fsv/pkg-plist deleted file mode 100644 index 76520d120c96..000000000000 --- a/x11-fm/fsv/pkg-plist +++ /dev/null @@ -1,19 +0,0 @@ -bin/fsv -share/fsv/about.html -share/fsv/back.png -share/fsv/beyeview.png -share/fsv/cd-root.png -share/fsv/cd-up.png -share/fsv/dirtree.png -share/fsv/filelist.png -share/fsv/fsv.html -share/fsv/mapv.png -share/fsv/menus.html -share/fsv/mouse.html -share/fsv/startup.html -share/fsv/t1.html -share/fsv/treev.png -share/fsv/viewport.png -share/fsv/window.html -share/fsv/window.png -@dirrm share/fsv |