mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
- fix apache module building (r341335 regression) [1]
- add all necessary KDE dependencies to KDE_KWALLET (r331808 regression) [2] - fix shebank (the old way!) [3] PR: ports/186167 , Tang Jianfeng <tangjfn@gmail.com> [1] PR: ports/186361 , PeterK <fbsdq@peterk.org> [1] PR: ports/185494 , Raphael Kubo da Costa <rakuco@FreeBSD.org> [2] PR: ports/184295 , Matthias Andree <mandree@FreeBSD.org> [3] Approved by: lev (implicit)
This commit is contained in:
parent
7f0de4322c
commit
3f79abcacb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342334
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= subversion
|
||||
PORTVERSION= 1.8.5
|
||||
PORTREVISION?= 0
|
||||
PORTREVISION?= 1
|
||||
CATEGORIES+= devel
|
||||
MASTER_SITES= ${MASTER_SITE_APACHE}
|
||||
DIST_SUBDIR= subversion18
|
||||
@ -45,7 +45,7 @@ GNOME_KEYRING_LIB_DEPENDS= libgcr.so:${PORTSDIR}/security/gnome-keyring
|
||||
|
||||
KDE_KWALLET_CONFIGURE_OFF= --without-kwallet
|
||||
KDE_KWALLET_CONFIGURE_ON= --with-kwallet=${KDE4_PREFIX}
|
||||
KDE_KWALLET_USE= KDE4=kdelibs runtime
|
||||
KDE_KWALLET_USE= KDE4=kdelibs,runtime
|
||||
|
||||
MAINTAINER_DEBUG_CFLAGS= -g
|
||||
MAINTAINER_DEBUG_CONFIGURE_ON= --enable-maintainer-mode --enable-debug
|
||||
@ -113,3 +113,9 @@ post-patch:
|
||||
.if ${PORT_OPTIONS:MFREEBSD_TEMPLATE} && defined(ORGANIZATION)
|
||||
@${ECHO_CMD} "#define ORGANIZATION_NAME \"${ORGANIZATION}\"" > ${WRKSRC}/subversion/freebsd-organization.h
|
||||
.endif
|
||||
# shebangfix
|
||||
${GREP} -Rl -e '#!/bin/b' -e '#!/bin/env' -e '#!/usr/bin/p' ${WRKSRC}/tools/ \
|
||||
| ${XARGS} ${REINPLACE_CMD} -e '1s|#\!/bin/b|#\!/usr/local/bin/b|' \
|
||||
-e '1s|#\!/bin/env|#\!/usr/bin/env|' \
|
||||
-e '1s|#\!/usr/bin/p|#\!/usr/local/bin/p|'
|
||||
|
||||
|
@ -12,12 +12,3 @@ This patch is required to build SVN Apache modules with staging support
|
||||
|
||||
javahl_javadir = @libdir@/svn-javahl
|
||||
javahl_javahdir = @libdir@/svn-javahl/include
|
||||
@@ -207,7 +207,7 @@
|
||||
LINK_CXX_LIB = $(LINK_CXX) $(LT_SO_VERSION)
|
||||
|
||||
# special link rule for mod_dav_svn
|
||||
-LINK_APACHE_MOD = $(LIBTOOL) $(LTFLAGS) --mode=link $(CC) $(LT_LDFLAGS) $(CFLAGS) $(LDFLAGS) -rpath $(APACHE_LIBEXECDIR) -avoid-version -module $(APACHE_LDFLAGS)
|
||||
+LINK_APACHE_MOD = $(LIBTOOL) $(LTFLAGS) --mode=link $(CC) $(LT_LDFLAGS) $(CFLAGS) $(LDFLAGS) -rpath $(APACHE_LIBEXECDIR) -avoid-version -module $(APACHE_LDFLAGS) -inst-prefix-dir ${DESTDIR}
|
||||
|
||||
# Special LDFLAGS for some libraries
|
||||
libsvn_auth_gnome_keyring_LDFLAGS = @libsvn_auth_gnome_keyring_LDFLAGS@
|
||||
|
@ -199,7 +199,7 @@ post-install: ${MKREPOS_TARGET}
|
||||
@${MAKE} -C ${WRKSRC} install-tools ${MAKE_ARGS}
|
||||
.endif
|
||||
@${MKDIR} ${STAGEDIR}${DATADIR}
|
||||
@(cd ${WRKSRC}/tools.examples && ${TAR} --exclude '*.in' -cf - * | ${TAR} -C ${STAGEDIR}${DATADIR} -xof - )
|
||||
@(cd ${WRKSRC}/tools.examples && ${TAR} --exclude '*.in' --exclude '*.bak' -cf - * | ${TAR} -C ${STAGEDIR}${DATADIR} -xof - )
|
||||
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_MAN} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= subversion
|
||||
PORTVERSION= 1.7.14
|
||||
PORTREVISION?= 0
|
||||
PORTREVISION?= 1
|
||||
CATEGORIES+= devel
|
||||
MASTER_SITES= ${MASTER_SITE_APACHE}
|
||||
DIST_SUBDIR= subversion17
|
||||
@ -47,7 +47,7 @@ GNOME_KEYRING_LIB_DEPENDS= libgcr.so:${PORTSDIR}/security/gnome-keyring
|
||||
|
||||
KDE_KWALLET_CONFIGURE_OFF= --without-kwallet
|
||||
KDE_KWALLET_CONFIGURE_ON= --with-kwallet=${KDE4_PREFIX}
|
||||
KDE_KWALLET_USE= KDE4=kdelibs runtime
|
||||
KDE_KWALLET_USE= KDE4=kdelibs,runtime
|
||||
|
||||
MAINTAINER_DEBUG_CFLAGS= -g
|
||||
MAINTAINER_DEBUG_CONFIGURE_ON= --enable-maintainer-mode --enable-debug
|
||||
@ -123,3 +123,9 @@ post-patch:
|
||||
.if ${PORT_OPTIONS:MFREEBSD_TEMPLATE} && defined(ORGANIZATION)
|
||||
@${ECHO_CMD} "#define ORGANIZATION_NAME \"${ORGANIZATION}\"" > ${WRKSRC}/subversion/freebsd-organization.h
|
||||
.endif
|
||||
# shebangfix
|
||||
${GREP} -Rl -e '#!/bin/b' -e '#!/bin/env' -e '#!/usr/bin/p' ${WRKSRC}/tools/ \
|
||||
| ${XARGS} ${REINPLACE_CMD} -e '1s|#\!/bin/b|#\!/usr/local/bin/b|' \
|
||||
-e '1s|#\!/bin/env|#\!/usr/bin/env|' \
|
||||
-e '1s|#\!/usr/bin/p|#\!/usr/local/bin/p|'
|
||||
|
||||
|
@ -1,15 +0,0 @@
|
||||
========================================================================
|
||||
This patch is required to build SVN Apache modules with staging support
|
||||
========================================================================
|
||||
--- ./Makefile.in.orig 2013-10-21 19:51:16.000000000 +0200
|
||||
+++ ./Makefile.in 2013-10-21 19:51:31.000000000 +0200
|
||||
@@ -209,7 +209,8 @@
|
||||
LINK_CXX_LIB = $(LINK_CXX) $(LT_SO_VERSION)
|
||||
|
||||
# special link rule for mod_dav_svn
|
||||
-LINK_APACHE_MOD = $(LIBTOOL) $(LTFLAGS) --mode=link $(CC) $(LT_LDFLAGS) $(CFLAGS) $(LDFLAGS) -rpath $(APACHE_LIBEXECDIR) -avoid-version -module $(APACHE_LDFLAGS)
|
||||
+LINK_APACHE_MOD = $(LIBTOOL) $(LTFLAGS) --mode=link $(CC) $(LT_LDFLAGS) $(CFLAGS) $(LDFLAGS) -rpath $(APACHE_LIBEXECDIR) -avoid-version -module $(APACHE_LDFLAGS) -inst-prefix-dir ${DESTDIR}
|
||||
+
|
||||
|
||||
# Special LDFLAGS for some libraries
|
||||
libsvn_auth_gnome_keyring_LDFLAGS = @libsvn_auth_gnome_keyring_LDFLAGS@
|
Loading…
Reference in New Issue
Block a user