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

(-)/usr/home/rakuco/dev/ports/subversion/devel/subversion/Makefile (+1 lines)
Lines 29-34 Link Here
29
		SVNAUTHZ_VALIDATE	"install svnauthz-validate" off \
29
		SVNAUTHZ_VALIDATE	"install svnauthz-validate" off \
30
		STATIC		"Build static version (no shared libs)" off \
30
		STATIC		"Build static version (no shared libs)" off \
31
		GNOME_KEYRING	"Build with GNOME Keyring auth support" off \
31
		GNOME_KEYRING	"Build with GNOME Keyring auth support" off \
32
		KDE_KWALLET	"Build with KDE KWallet auth support" off \
32
		BOOK		"Install the Subversion Book" off
33
		BOOK		"Install the Subversion Book" off
33
34
34
.include "${.CURDIR}/../../devel/subversion/Makefile.common"
35
.include "${.CURDIR}/../../devel/subversion/Makefile.common"
(-)/usr/home/rakuco/dev/ports/subversion/devel/subversion/Makefile.common (+10 lines)
Lines 24-29 Link Here
24
MAKE_JOBS_SAFE=	yes
24
MAKE_JOBS_SAFE=	yes
25
USE_BZIP2=	yes
25
USE_BZIP2=	yes
26
USE_AUTOTOOLS=	libtool
26
USE_AUTOTOOLS=	libtool
27
USE_KDE4=	# Used below if KWallet support is enabled
27
28
28
CONFIGURE_ARGS=	--with-ssl
29
CONFIGURE_ARGS=	--with-ssl
29
30
Lines 165-170 Link Here
165
CONFIGURE_ARGS+=--without-gnome-keyring
166
CONFIGURE_ARGS+=--without-gnome-keyring
166
.endif
167
.endif
167
168
169
.if defined(WITH_KDE_KWALLET)
170
USE_KDE4=	kdelibs
171
CONFIGURE_ARGS+=--with-kwallet=${KDE4_PREFIX}
172
PLIST_SUB+=	KDE_KWALLET_ENABLED=""
173
.else
174
CONFIGURE_ARGS+=--without-kwallet
175
PLIST_SUB+=	KDE_KWALLET_ENABLED="@comment "
176
.endif
177
168
post-extract:
178
post-extract:
169
	@${RM} -rf ${WRKSRC}/neon
179
	@${RM} -rf ${WRKSRC}/neon
170
	@${RM} -rf ${WRKSRC}/apr
180
	@${RM} -rf ${WRKSRC}/apr
(-)/usr/home/rakuco/dev/ports/subversion/devel/subversion/pkg-plist (+4 lines)
Lines 53-58 Link Here
53
include/subversion-1/svn_wc.h
53
include/subversion-1/svn_wc.h
54
include/subversion-1/svn_xml.h
54
include/subversion-1/svn_xml.h
55
@dirrm include/subversion-1
55
@dirrm include/subversion-1
56
%%KDE_KWALLET_ENABLED%%lib/libsvn_auth_kwallet-1.a
57
%%KDE_KWALLET_ENABLED%%lib/libsvn_auth_kwallet-1.la
58
%%DYNAMIC_ENABLED%%%%KDE_KWALLET_ENABLED%%lib/libsvn_auth_kwallet-1.so
59
%%DYNAMIC_ENABLED%%%%KDE_KWALLET_ENABLED%%lib/libsvn_auth_kwallet-1.so.0
56
lib/libsvn_client-1.a
60
lib/libsvn_client-1.a
57
lib/libsvn_client-1.la
61
lib/libsvn_client-1.la
58
%%DYNAMIC_ENABLED%%lib/libsvn_client-1.so
62
%%DYNAMIC_ENABLED%%lib/libsvn_client-1.so

Return to bug 155419