1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00

- Reset maintainer, his email is bouncing

- Mark BROKEN on 6.X

Reported by:	pointyhat
This commit is contained in:
Pav Lucistnik 2010-05-23 13:23:36 +00:00
parent ad4ad716ed
commit adc7900a8a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=254887

View File

@ -13,7 +13,7 @@ MASTER_SITES= SF/bombono/bombono-dvd/${PORTVERSION} \
http://www.stasyan.com/devel/distfiles/
DISTNAME= bombono-dvd-${PORTVERSION}
MAINTAINER= stast@bsdportal.ru
MAINTAINER= ports@FreeBSD.org
COMMENT= DVD authoring program
LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 \
@ -38,7 +38,13 @@ SCONS_ENV= CCFLAGS="${CCFLAGS}" CXXFLAGS="${CXXFLAGS}" \
CC="${CC}" CXX="${CXX}" \
DVDREAD_LIBPATH=${LOCALBASE}/lib DVDREAD_INCLUDE=${LOCALBASE}/include
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 700000
BROKEN= does not compile
.endif
post-patch:
@${REINPLACE_CMD} -e 's|-O2||' ${WRKSRC}/SConstruct
.include <bsd.port.mk>
.include <bsd.port.post.mk>