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

(-)Makefile (-11 / +21 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	thunar-vcs-plugin
4
PORTNAME=	thunar-vcs-plugin
5
PORTVERSION=	0.1.5
5
PORTVERSION=	0.1.5
6
PORTREVISION=	1
6
CATEGORIES=	devel xfce
7
CATEGORIES=	devel xfce
7
MASTER_SITES=	XFCE/src/thunar-plugins/${PORTNAME}/${PORTVERSION:R}
8
MASTER_SITES=	XFCE/src/thunar-plugins/${PORTNAME}/${PORTVERSION:R}
8
DIST_SUBDIR=	xfce4
9
DIST_SUBDIR=	xfce4
Lines 10-32 Link Here
10
MAINTAINER=	sergey.dyatko@gmail.com
11
MAINTAINER=	sergey.dyatko@gmail.com
11
COMMENT=	Version Control System plugin for Thunar
12
COMMENT=	Version Control System plugin for Thunar
12
13
14
LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
15
		libfreetype.so:print/freetype2 \
16
		libapr-1.so:devel/apr1
17
18
USES=		gettext-tools gmake libtool localbase pkgconfig tar:bzip2 \
19
		xfce
20
USE_GNOME=	cairo glib20 gtk20 intlhack intltool
21
USE_XFCE=	libexo thunar
22
13
GNU_CONFIGURE=	yes
23
GNU_CONFIGURE=	yes
14
USE_GNOME=	gtk20 glib20 intltool intlhack
15
USE_XFCE=	thunar
16
INSTALLS_ICONS=	yes
24
INSTALLS_ICONS=	yes
17
USES=		gettext-tools gmake libtool localbase pkgconfig tar:bzip2 \
18
		xfce
19
INSTALL_TARGET=	install-strip
25
INSTALL_TARGET=	install-strip
20
26
21
OPTIONS_DEFINE=	NLS GIT SVN
27
OPTIONS_DEFINE=		NLS GIT SVN
22
OPTIONS_DEFAULT=	SVN
28
OPTIONS_DEFAULT=	SVN
23
GIT_DESC=	Git support
29
OPTIONS_SUB=		yes
24
NLS_USES=	gettext-runtime
30
31
GIT_DESC=		Git support
32
33
GIT_CONFIGURE_ENABLE=	git
34
GIT_RUN_DEPENDS=	git:devel/git
35
25
NLS_CONFIGURE_ENABLE=	nls
36
NLS_CONFIGURE_ENABLE=	nls
26
GIT_RUN_DEPENDS=	git:devel/git
37
NLS_USES=		gettext-runtime
27
GIT_CONFIGURE_ENABLE=	git
38
39
SVN_CONFIGURE_ENABLE=	subversion
28
SVN_LIB_DEPENDS=	libsvn_client-1.so:devel/subversion
40
SVN_LIB_DEPENDS=	libsvn_client-1.so:devel/subversion
29
SVN_CONFIGURE_ENABLE=	subversion
30
OPTIONS_SUB=	yes
31
41
32
.include <bsd.port.mk>
42
.include <bsd.port.mk>
(-)files/patch-configure (-11 lines)
Lines 1-11 Link Here
1
--- ./configure.orig	2011-03-20 12:30:24.000000000 +0000
2
+++ ./configure	2013-10-23 18:05:44.000000000 +0000
3
@@ -12997,7 +12997,7 @@
4
 
5
     fi
6
   fi
7
-     USE_NLS=yes
8
+     #USE_NLS=yes
9
 
10
 
11
     gt_cv_have_gettext=no

Return to bug 235126