mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- update to 2.0.3
- use a pre-generated xxdiff.html from ${MASTER_SITE_LOCAL} instead of generating it. to generate it using --help-html, xxdiff needs to connect to an X server because it uses a QDoc object to generate the HTML - add USE_BISON
This commit is contained in:
parent
b666502afd
commit
0018e0ba79
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=52073
@ -6,15 +6,22 @@
|
||||
#
|
||||
|
||||
PORTNAME= xxdiff
|
||||
PORTVERSION= 2.0.1
|
||||
PORTVERSION= 2.0.3
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL:S/%SUBDIR%/petef/g} \
|
||||
${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} xxdiff-${PORTVERSION}.html
|
||||
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
|
||||
.endif
|
||||
|
||||
MAINTAINER= petef@FreeBSD.org
|
||||
|
||||
BUILD_DEPENDS= tmake:${PORTSDIR}/devel/tmake
|
||||
|
||||
USE_BISON= yes
|
||||
USE_GMAKE= yes
|
||||
USE_QT_VER= 2
|
||||
TMAKEENV= TMAKEPATH=${LOCALBASE}/share/tmake/freebsd-g++ QTDIR=${X11BASE}
|
||||
@ -30,8 +37,8 @@ do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/xxdiff ${PREFIX}/bin
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
${WRKSRC}/xxdiff --help-html > ${WRKDIR}/xxdiff.html
|
||||
${INSTALL_DATA} ${WRKDIR}/xxdiff.html ${DOCSDIR}
|
||||
${INSTALL_DATA} ${DISTDIR}/xxdiff-${PORTVERSION}.html \
|
||||
${DOCSDIR}/xxdiff.html
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1,2 @@
|
||||
MD5 (xxdiff-2.0.1.tar.gz) = 501e1fd749061e8d0d1b7c9c8767fdd6
|
||||
MD5 (xxdiff-2.0.3.tar.gz) = 9fdc8ebae7f9242a5dd05949dc8110f3
|
||||
MD5 (xxdiff-2.0.3.html) = f995e3692a01d9252c1d8adee7bffb49
|
||||
|
Loading…
Reference in New Issue
Block a user