View | Details | Raw Unified | Return to bug 66456
Collapse All | Expand All

(-)sysutils/xfce4-netload-plugin/Makefile (-3 / +4 lines)
Lines 6-15 Link Here
6
#
6
#
7
7
8
PORTNAME=	xfce4-netload-plugin
8
PORTNAME=	xfce4-netload-plugin
9
PORTVERSION=	0.2.0
9
PORTVERSION=	0.2.2
10
PORTREVISION=	2
11
CATEGORIES=	sysutils xfce
10
CATEGORIES=	sysutils xfce
12
MASTER_SITES=	http://download.berlios.de/xfce-goodies/
11
MASTER_SITES=	http://download.berlios.de/xfce-goodies/ \
12
		http://matt.nerim.net/xfce-goodies/ \
13
		http://xfce.org/~kelnos/mirrors/xfce-goodies/
13
DIST_SUBDIR=	xfce4
14
DIST_SUBDIR=	xfce4
14
15
15
MAINTAINER=	demon@FreeBSD.org
16
MAINTAINER=	demon@FreeBSD.org
(-)sysutils/xfce4-netload-plugin/files/patch-configure (-12 lines)
Lines 1-12 Link Here
1
--- configure.orig	Wed Sep  3 18:00:58 2003
2
+++ configure	Wed Sep  3 18:01:55 2003
3
@@ -18497,7 +18497,8 @@
4
 
5
 
6
 # This can be used to rebuild libtool when needed
7
-LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
8
+LIBTOOL_DEPS="--disable-ltlibs /usr/local/share/libtool13/ltmain.sh"
9
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
10
 
11
 # Always use our own libtool.
12
 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
(-)sysutils/xfce4-netload-plugin/pkg-descr (-1 / +5 lines)
Lines 1-3 Link Here
1
Network Load plugin for XFce4.
1
Network Load plugin for XFce4.
2
2
3
WWW: http://www.xfce.org/
3
Author: Benedikt Meurer <benedikt.meurer@unix-ag.uni-siegen.de>
4
	Bernhard Walle <bernhard.walle@gmx.de>
5
	Hendrik Scholz <hscholz@raisdorf.net> (Wormulon code base)
6
7
WWW: http://xfce-goodies.berlios.de/
(-)sysutils/xfce4-netload-plugin/pkg-plist (-1 / +2 lines)
Lines 1-3 Link Here
1
lib/xfce4/panel-plugins/libnetload.a
2
lib/xfce4/panel-plugins/libnetload.la
1
lib/xfce4/panel-plugins/libnetload.so
3
lib/xfce4/panel-plugins/libnetload.so
2
@unexec rmdir %D/lib/xfce4/panel-plugins 2>/dev/null || true
4
@unexec rmdir %D/lib/xfce4/panel-plugins 2>/dev/null || true
3
@unexec rmdir %D/lib/xfce4 2>/dev/null || true

Return to bug 66456