| Server IP : 82.208.35.60 / Your IP : 216.73.216.238 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/textproc/ssddiff/ |
Upload File : |
PORTNAME= ssddiff
PORTVERSION= 0.2
PORTREVISION= 4
CATEGORIES= textproc
MASTER_SITES= http://freebsd.nsu.ru/distfiles/ \
http://ftp.is.co.za/FreeBSD/ports/distfiles/ \
ftp://ftp.rediris.es/sites/ftp.freebsd.org/pub/FreeBSD/ports/distfiles/ \
http://ftp.nchc.org.tw/BSD/FreeBSD/ports/distfiles/ \
ftp://ftp.eunet.cz/FreeBSD/ports/distfiles/ \
https://alioth.debian.org/frs/download.php/file/1469/
MAINTAINER= ports@FreeBSD.org
COMMENT= Diff application for semistructured data such as XML files
WWW= http://ssddiff.alioth.debian.org/
LICENSE= GPLv2+
GNU_CONFIGURE= yes
USES= autoreconf gnome pkgconfig tar:bzip2
USE_GNOME= libxml2
PLIST_FILES= bin/xmldiff
post-patch:
@${FIND} ${WRKSRC} -type l -delete
@${REINPLACE_CMD} -e \
's|^CXXFLAGS|AM_CPPFLAGS|' ${WRKSRC}/src/Makefile.am
@${REINPLACE_CMD} -e \
's|"getopt\.h"|<unistd.h>|' ${WRKSRC}/src/main.cc
@${REINPLACE_CMD} \
-e 's/hash</__gnu_cxx::&/' -e 's/hash<char/& const/' \
${WRKSRC}/src/doc.h ${WRKSRC}/src/out_common.cc \
${WRKSRC}/src/out_merged.cc ${WRKSRC}/src/out_xupdate.cc \
${WRKSRC}/src/out_xupdate.h ${WRKSRC}/src/ustring.cc \
${WRKSRC}/src/ustring.h
.include <bsd.port.mk>