mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
Update to 3.0y
PR: ports/147642 Submitted by: Anonymous <swell.k at gmail.com>
This commit is contained in:
parent
df6082c222
commit
a5df5680d2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=257643
@ -6,22 +6,46 @@
|
||||
#
|
||||
|
||||
PORTNAME= xdelta
|
||||
PORTVERSION= 3.0u
|
||||
CATEGORIES= misc devel
|
||||
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
||||
DISTNAME= ${PORTNAME}${PORTVERSION}
|
||||
DISTVERSION= 3.0y
|
||||
PORTREVISION?= 0
|
||||
PORTEPOCH?= 1
|
||||
CATEGORIES?= misc devel
|
||||
MASTER_SITES= GOOGLE_CODE
|
||||
DISTNAME= ${PORTNAME}${DISTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Open-source binary diff, VCDIFF/RFC 3284 delta compression
|
||||
MAINTAINER?= ports@FreeBSD.org
|
||||
COMMENT?= Open-source binary diff, VCDIFF/RFC 3284 delta compression
|
||||
|
||||
ALL_TARGET= xdelta3
|
||||
USE_GMAKE= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${SLAVE_PORT:Mno}
|
||||
PLIST_FILES= bin/xdelta3
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -E -e 's/^(CFLAGS)=/\1+=/' ${WRKSRC}/Makefile
|
||||
|
||||
post-patch: .SILENT
|
||||
${REINPLACE_CMD} -e '/^CFLAGS/s/=/+&/' \
|
||||
-e 's/-O3//; s/-g//' \
|
||||
-e '/^all:/,/^$$/ { s/:.*/: xdelta3/; /testing/d; }' \
|
||||
${WRKSRC}/Makefile
|
||||
.if ${SLAVE_PORT:Myes}
|
||||
${REINPLACE_CMD} -i.slave.bak -e '/^SWIG_FLAGS/s/=/& `python$$(PYVER)-config --cflags` -fpic/' \
|
||||
-e '/^xdelta3module\.so:/,/^$$/ { s/ld/$$(CC)/; \
|
||||
s/.*libpython.*\.so.*/`python$$(PYVER)-config --ldflags`/; \
|
||||
/-lc/d; }' \
|
||||
-e 's|/usr/include/python$$(PYVER)|${PYTHON_INCLUDEDIR}|' \
|
||||
-e 's|/usr/lib/python$$(PYVER)|${PYTHON_LIBDIR}|' \
|
||||
-e 's|/usr/lib/libpython|${LOCALBASE}/lib/libpython|' \
|
||||
-e '/^all:/s/:.*/: swigtgt/' \
|
||||
-e '/^PYVER/s/=.*/= ${PYTHON_VER}/' \
|
||||
${WRKSRC}/Makefile
|
||||
${REINPLACE_CMD} -e "/^REL/s/=.*/='${PORTVERSION}'/" \
|
||||
-e "/extra_compile_args.*\[/,/]/ { s/'-O3',//; s/'-g',//; }" \
|
||||
${WRKSRC}/${PYSETUP}
|
||||
.else
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/xdelta3 ${PREFIX}/bin/
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (xdelta3.0u.tar.gz) = 361e9be8d5a833bb40050c779d26066d
|
||||
SHA256 (xdelta3.0u.tar.gz) = 218c5fc7e44beae2937a1af5d6fe9896350ac5224a8df1b32a868e42f96dc5d2
|
||||
SIZE (xdelta3.0u.tar.gz) = 219264
|
||||
MD5 (xdelta3.0y.tar.gz) = 8246e6ba89a5a6b9efc24f9552fcf940
|
||||
SHA256 (xdelta3.0y.tar.gz) = 13fc809e51016d5633b12029efed2dd0c8cb050154809684938dc291faf16a79
|
||||
SIZE (xdelta3.0y.tar.gz) = 228808
|
||||
|
Loading…
Reference in New Issue
Block a user