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

(-)xfe.patched/Makefile (-1 / +5 lines)
Lines 16-30 Link Here
16
COMMENT=	Fast MS-Explorer like filemanager for X
16
COMMENT=	Fast MS-Explorer like filemanager for X
17
17
18
LIB_DEPENDS=	FOX:${PORTSDIR}/x11-toolkits/fox \
18
LIB_DEPENDS=	FOX:${PORTSDIR}/x11-toolkits/fox \
19
		png.5:${PORTSDIR}/graphics/png
19
		png.5:${PORTSDIR}/graphics/png \
20
		intl.5:${PORTSDIR}/devel/gettext \
21
		iconv.3:${PORTSDIR}/converters/libiconv
20
22
21
GNU_CONFIGURE=	yes
23
GNU_CONFIGURE=	yes
24
USE_AUTOCONF=	yes
22
CONFIGURE_ENV+=	CFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
25
CONFIGURE_ENV+=	CFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
23
		CPPFLAGS="-I${LOCALBASE}/include" \
26
		CPPFLAGS="-I${LOCALBASE}/include" \
24
		LDFLAGS="-L${LOCALBASE}/lib"
27
		LDFLAGS="-L${LOCALBASE}/lib"
25
CONFIGURE_ARGS+=--x-includes=${X11BASE}/include \
28
CONFIGURE_ARGS+=--x-includes=${X11BASE}/include \
26
		--x-libraries=${X11BASE}/lib \
29
		--x-libraries=${X11BASE}/lib \
27
		--with-x
30
		--with-x
31
28
USE_GMAKE=	yes
32
USE_GMAKE=	yes
29
USE_REINPLACE=	yes
33
USE_REINPLACE=	yes
30
34
(-)xfe.patched/files/patch-aclocal.m4 (+46 lines)
Line 0 Link Here
1
2
$FreeBSD: ports/audio/gqmpeg/files/patch-aclocal.m4,v 1.1 2002/07/19 14:10:42 naddy Exp $
3
4
--- aclocal.m4.orig	Wed Jul 17 20:48:30 2002
5
+++ aclocal.m4	Thu Jul 18 16:38:49 2002
6
@@ -545,7 +545,7 @@
7
   rm -f conf.gdk_pixbuftest
8
 ])
9
 
10
-# gettext.m4 serial 13 (gettext-0.11.1)
11
+# gettext.m4 serial 14 (gettext-0.11.2)
12
 dnl Copyright (C) 1995-2002 Free Software Foundation, Inc.
13
 dnl This file is free software, distributed under the terms of the GNU
14
 dnl General Public License.  As a special exception to the GNU General
15
@@ -689,14 +689,13 @@
16
             dnl Now see whether libintl exists and does not depend on libiconv.
17
             AC_TRY_LINK([#include <libintl.h>
18
 extern int _nl_msg_cat_cntr;
19
-extern int *_nl_domain_bindings;
20
 extern
21
 #ifdef __cplusplus
22
 "C"
23
 #endif
24
 const char *_nl_expand_alias ();],
25
               [bindtextdomain ("", "");
26
-return (int) gettext ("")]ifelse([$2], [need-ngettext], [ + (int) ngettext ("", "", 0)], [])[ + _nl_msg_cat_cntr + *_nl_domain_bindings + *_nl_expand_alias (0)],
27
+return (int) gettext ("")]ifelse([$2], [need-ngettext], [ + (int) ngettext ("", "", 0)], [])[ + _nl_msg_cat_cntr + *_nl_expand_alias (0)],
28
               gt_cv_func_gnugettext_libintl=yes,
29
               gt_cv_func_gnugettext_libintl=no)
30
             dnl Now see whether libintl exists and depends on libiconv.
31
@@ -704,14 +703,13 @@
32
               LIBS="$LIBS $LIBICONV"
33
               AC_TRY_LINK([#include <libintl.h>
34
 extern int _nl_msg_cat_cntr;
35
-extern int *_nl_domain_bindings;
36
 extern
37
 #ifdef __cplusplus
38
 "C"
39
 #endif
40
 const char *_nl_expand_alias ();],
41
                 [bindtextdomain ("", "");
42
-return (int) gettext ("")]ifelse([$2], [need-ngettext], [ + (int) ngettext ("", "", 0)], [])[ + _nl_msg_cat_cntr + *_nl_domain_bindings + *_nl_expand_alias (0)],
43
+return (int) gettext ("")]ifelse([$2], [need-ngettext], [ + (int) ngettext ("", "", 0)], [])[ + _nl_msg_cat_cntr + *_nl_expand_alias (0)],
44
                [LIBINTL="$LIBINTL $LIBICONV"
45
                 LTLIBINTL="$LTLIBINTL $LTLIBICONV"
46
                 gt_cv_func_gnugettext_libintl=yes
(-)xfe.patched/pkg-plist (-2 lines)
Lines 1-7 Link Here
1
bin/xfe
1
bin/xfe
2
bin/xfq
2
bin/xfq
3
bin/xfv
3
bin/xfv
4
lib/charset.alias
5
lib/foxicons/a_32x32.gif
4
lib/foxicons/a_32x32.gif
6
lib/foxicons/bak_16x16.gif
5
lib/foxicons/bak_16x16.gif
7
lib/foxicons/bak_32x32.gif
6
lib/foxicons/bak_32x32.gif
Lines 141-147 Link Here
141
lib/foxrc/Desktop
140
lib/foxrc/Desktop
142
share/locale/fr/LC_MESSAGES/xfe.mo
141
share/locale/fr/LC_MESSAGES/xfe.mo
143
share/locale/de/LC_MESSAGES/xfe.mo
142
share/locale/de/LC_MESSAGES/xfe.mo
144
share/locale/locale.alias
145
share/locale/pt_BR/LC_MESSAGES/xfe.mo
143
share/locale/pt_BR/LC_MESSAGES/xfe.mo
146
share/locale/pl/LC_MESSAGES/xfe.mo
144
share/locale/pl/LC_MESSAGES/xfe.mo
147
share/pixmaps/xfe.png
145
share/pixmaps/xfe.png

Return to bug 58541