mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Mark broken on 4.x
This commit is contained in:
parent
6c8f034a43
commit
6253b3d9f9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=158257
4 changed files with 19 additions and 2 deletions
|
@ -38,6 +38,10 @@ MOZ_MK_OPTIONS= MOZ_CO_PROJECT=calendar
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
.include "${.CURDIR}/../../www/mozilla/Makefile.common"
|
.include "${.CURDIR}/../../www/mozilla/Makefile.common"
|
||||||
|
|
||||||
|
.if ${OSVERSION} < 500000
|
||||||
|
BROKEN= does not build
|
||||||
|
.endif
|
||||||
|
|
||||||
.if ${PERL_LEVEL} < 500600
|
.if ${PERL_LEVEL} < 500600
|
||||||
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-config_make-jars.pl
|
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-config_make-jars.pl
|
||||||
.endif
|
.endif
|
||||||
|
|
|
@ -38,6 +38,10 @@ MOZ_MK_OPTIONS= MOZ_CO_PROJECT=calendar
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
.include "${.CURDIR}/../../www/mozilla/Makefile.common"
|
.include "${.CURDIR}/../../www/mozilla/Makefile.common"
|
||||||
|
|
||||||
|
.if ${OSVERSION} < 500000
|
||||||
|
BROKEN= does not build
|
||||||
|
.endif
|
||||||
|
|
||||||
.if ${PERL_LEVEL} < 500600
|
.if ${PERL_LEVEL} < 500600
|
||||||
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-config_make-jars.pl
|
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-config_make-jars.pl
|
||||||
.endif
|
.endif
|
||||||
|
|
|
@ -38,6 +38,10 @@ MOZ_MK_OPTIONS= MOZ_CO_PROJECT=calendar
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
.include "${.CURDIR}/../../www/mozilla/Makefile.common"
|
.include "${.CURDIR}/../../www/mozilla/Makefile.common"
|
||||||
|
|
||||||
|
.if ${OSVERSION} < 500000
|
||||||
|
BROKEN= does not build
|
||||||
|
.endif
|
||||||
|
|
||||||
.if ${PERL_LEVEL} < 500600
|
.if ${PERL_LEVEL} < 500600
|
||||||
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-config_make-jars.pl
|
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-config_make-jars.pl
|
||||||
.endif
|
.endif
|
||||||
|
|
|
@ -19,12 +19,17 @@ RUN_DEPENDS= ${WX_CONFIG}:${PORTSDIR}/x11-toolkits/wxgtk26
|
||||||
|
|
||||||
INSTALLS_SHLIB= yes
|
INSTALLS_SHLIB= yes
|
||||||
WX_CONFIG= wxgtk2-2.6-config
|
WX_CONFIG= wxgtk2-2.6-config
|
||||||
USE_REINPLACE= yes
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_GNOME= libartlgpl2
|
USE_GNOME= libartlgpl2
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OSVERSION} < 500000
|
||||||
|
BROKEN= does not build
|
||||||
|
.endif
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -e 's|wx-config|${WX_CONFIG}|' \
|
@${REINPLACE_CMD} -e 's|wx-config|${WX_CONFIG}|' \
|
||||||
${WRKSRC}/configure
|
${WRKSRC}/configure
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue