- Update to 2.11.65

- Restore documentation in English, French and German. Spanish still broken.
This commit is contained in:
Pietro Cerutti 2008-12-03 15:52:49 +00:00
parent b1a748a022
commit 14d4ea6315
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=223730
3 changed files with 2628 additions and 3967 deletions

View File

@ -8,7 +8,7 @@
#
PORTNAME= lilypond
PORTVERSION= 2.11.64
PORTVERSION= 2.11.65
CATEGORIES= print audio
MASTER_SITES= http://download.linuxaudio.org/lilypond/sources/v2.11/:src \
http://download.linuxaudio.org/lilypond/binaries/freebsd-x86/:bin
@ -22,7 +22,8 @@ COMMENT= The GNU music typesetter
BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX \
mftrace:${PORTSDIR}/print/mftrace \
rarian-sk-config:${PORTSDIR}/textproc/rarian \
texi2html:${PORTSDIR}/textproc/texi2html
texi2html:${PORTSDIR}/textproc/texi2html \
texi2dvi:${PORTSDIR}/print/texinfo
LIB_DEPENDS= guile.19:${PORTSDIR}/lang/guile
RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX \
mftrace:${PORTSDIR}/print/mftrace
@ -51,10 +52,6 @@ PLIST_SUB= PORTVERSION=${PORTVERSION}
.include <bsd.port.pre.mk>
.if defined(WITH_WEBDOCS)
IGNORE= documentation is broken. Run make config again and uncheck WEBDOCS
.endif
.if !defined(NOPORTDOCS) && defined(WITH_WEBDOCS)
BUILD_DEPENDS+= pbmpscale:${PORTSDIR}/graphics/netpbm
ALL_TARGET+= web
@ -77,6 +74,11 @@ post-patch:
${WRKSRC}/configure
${REINPLACE_CMD} -e 's|<FlexLexer.h>|"/usr/include/FlexLexer.h"|' \
${WRKSRC}/lily/include/includable-lexer.hh
# Documentation in Spanish does not build...
${REINPLACE_CMD} -e '70s|es, ||' ${WRKSRC}/python/langdefs.py
.if defined(WITHOUT_NLS)
${REINPLACE_CMD} -e '17,21d' ${WRKSRC}/po/GNUmakefile
.endif
post-install:
@${LN} -s ${DATADIR}/${PORTVERSION} ${DATADIR}/current

View File

@ -1,6 +1,6 @@
MD5 (lilypond-2.11.64.tar.gz) = 4fca15362ebf4c2bcfdaa11a54c8bba4
SHA256 (lilypond-2.11.64.tar.gz) = 08ed934f48e8ae38dd02abda1ade4397207397547138fb2fb385ef102d353950
SIZE (lilypond-2.11.64.tar.gz) = 4389140
MD5 (lilypond-2.11.64-1.freebsd-x86.sh) = 3d2569fc49a3e2fe067c01800952b92b
SHA256 (lilypond-2.11.64-1.freebsd-x86.sh) = 70a138c575b296a3386d0a2590478ecbdb709e8628f5afdf1da192de01838e37
SIZE (lilypond-2.11.64-1.freebsd-x86.sh) = 16920486
MD5 (lilypond-2.11.65.tar.gz) = 8693e2956d056800f8d61fa06743968f
SHA256 (lilypond-2.11.65.tar.gz) = cd0dbd1086e102e745c539f065668dbd3677a99602e0fa98a2bc0373ad721b75
SIZE (lilypond-2.11.65.tar.gz) = 4411024
MD5 (lilypond-2.11.65-1.freebsd-x86.sh) = 381e6caca024b5053e389687a17b21dc
SHA256 (lilypond-2.11.65-1.freebsd-x86.sh) = c33193726271fa3a4214a0dc6f4391f7defbef80f39654dc2865940124a82d1a
SIZE (lilypond-2.11.65-1.freebsd-x86.sh) = 16932850

File diff suppressed because it is too large Load Diff