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

(-)Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
7
8
PORTNAME=	tsclient
8
PORTNAME=	tsclient
9
PORTVERSION=	0.148
9
PORTVERSION=	0.148
10
PORTREVISION=	2
10
PORTREVISION=	3
11
CATEGORIES=	net gnome
11
CATEGORIES=	net gnome
12
MASTER_SITES=	http://www.gnomepro.com/tsclient/
12
MASTER_SITES=	http://www.gnomepro.com/tsclient/
13
13
(-)pkg-plist (+1 lines)
Lines 1-4 Link Here
1
bin/tsclient
1
bin/tsclient
2
libexec/tsclient-applet
2
share/gnome/application-registry/tsclient.applications
3
share/gnome/application-registry/tsclient.applications
3
share/gnome/applications/tsclient.desktop
4
share/gnome/applications/tsclient.desktop
4
share/gnome/mime-info/tsclient.keys
5
share/gnome/mime-info/tsclient.keys
(-)files/patch-Makefile.in (-9 lines)
Lines 1-14 Link Here
1
--- Makefile.in.bak	Sun Oct  8 03:03:52 2006
1
--- Makefile.in.bak	Sun Oct  8 03:03:52 2006
2
+++ Makefile.in	Sun Oct  8 03:04:10 2006
2
+++ Makefile.in	Sun Oct  8 03:04:10 2006
3
@@ -145,7 +145,7 @@
4
 sysconfdir = @sysconfdir@
5
 target_alias = @target_alias@
6
 
7
-SUBDIRS = src applet po
8
+SUBDIRS = src po
9
 
10
 appicondir = $(datadir)/pixmaps
11
 appicon_DATA = tsclient.png
12
@@ -161,7 +161,7 @@
3
@@ -161,7 +161,7 @@
13
 mime_DATA = tsclient.mime tsclient.keys
4
 mime_DATA = tsclient.mime tsclient.keys
14
 
5
 
(-)files/patch-configure (-27 lines)
Removed Link Here
1
--- configure.	Fri Oct 13 03:55:18 2006
2
+++ configure	Fri Oct 13 03:55:40 2006
3
@@ -4198,7 +4198,6 @@
4
 
5
 
6
 pkg_modules="libgnomeui-2.0"
7
-pkg_modules="libpanelapplet-2.0"
8
 
9
   succeeded=no
10
 
11
@@ -5614,7 +5613,7 @@
12
 fi
13
 
14
 
15
-                                        ac_config_files="$ac_config_files Makefile src/Makefile applet/Makefile po/Makefile.in"
16
+                                        ac_config_files="$ac_config_files Makefile src/Makefile po/Makefile.in"
17
 cat >confcache <<\_ACEOF
18
 # This file is a shell script that caches the results of configure
19
 # tests run on this system so they can be shared between configure
20
@@ -6188,7 +6187,6 @@
21
   # Handling of arguments.
22
   "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
23
   "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
24
-  "applet/Makefile" ) CONFIG_FILES="$CONFIG_FILES applet/Makefile" ;;
25
   "po/Makefile.in" ) CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;;
26
   "default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
27
   "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
(-)files/patch-define-gnome (+11 lines)
Added Link Here
1
--- configure.orig	2007-06-28 01:27:14.000000000 +0400
2
+++ configure	2007-06-28 01:27:31.000000000 +0400
3
@@ -5689,7 +5689,7 @@
4
 }'
5
 fi
6
 
7
-DEFS=-DHAVE_CONFIG_H
8
+DEFS="-DHAVE_CONFIG_H -DHAVE_GNOME"
9
 
10
 ac_libobjs=
11
 ac_ltlibobjs=

Return to bug 116042