mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
1. Added Xft2 to lib dependencies. If moz-devel can require it, we can too.
2. Changed .error to BROKEN= to keep other stuff from barfing. Sorry about that. Of course, I didn't see any of it here. (suggested by marcus@).
This commit is contained in:
parent
dbf5c788d3
commit
8223e408a4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=68626
@ -19,7 +19,8 @@ MAINTAINER= alane@freebsd.org # and trevor@freebsd.org
|
||||
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
|
||||
png.5:${PORTSDIR}/graphics/png \
|
||||
mng.1:${PORTSDIR}/graphics/libmng \
|
||||
freetype.9:${PORTSDIR}/print/freetype2
|
||||
freetype.9:${PORTSDIR}/print/freetype2 \
|
||||
Xft2.2:${PORTSDIR}/x11-fonts/Xft
|
||||
|
||||
BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \
|
||||
freetype-config:${PORTSDIR}/print/freetype2 \
|
||||
@ -38,7 +39,7 @@ WRKSRC= ${WRKDIR}/mozilla
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if !defined(PERL_VER) || ${PERL_VER} != 5.8.0
|
||||
.error This port requires Perl 5.8.0.
|
||||
BROKEN= This port requires Perl 5.8.0.
|
||||
.endif
|
||||
|
||||
post-extract:
|
||||
|
@ -29,6 +29,7 @@ ac_add_options --with-system-mng=@LOCALBASE@
|
||||
######################################################################
|
||||
# enable features
|
||||
ac_add_options --with-pthreads
|
||||
ac_add_options --enable-xft
|
||||
ac_add_options --enable-crypto
|
||||
ac_add_options --enable-xinerama
|
||||
ac_add_options --enable-reorder
|
||||
|
@ -19,7 +19,8 @@ MAINTAINER= alane@freebsd.org # and trevor@freebsd.org
|
||||
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
|
||||
png.5:${PORTSDIR}/graphics/png \
|
||||
mng.1:${PORTSDIR}/graphics/libmng \
|
||||
freetype.9:${PORTSDIR}/print/freetype2
|
||||
freetype.9:${PORTSDIR}/print/freetype2 \
|
||||
Xft2.2:${PORTSDIR}/x11-fonts/Xft
|
||||
|
||||
BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \
|
||||
freetype-config:${PORTSDIR}/print/freetype2 \
|
||||
@ -38,7 +39,7 @@ WRKSRC= ${WRKDIR}/mozilla
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if !defined(PERL_VER) || ${PERL_VER} != 5.8.0
|
||||
.error This port requires Perl 5.8.0.
|
||||
BROKEN= This port requires Perl 5.8.0.
|
||||
.endif
|
||||
|
||||
post-extract:
|
||||
|
@ -29,6 +29,7 @@ ac_add_options --with-system-mng=@LOCALBASE@
|
||||
######################################################################
|
||||
# enable features
|
||||
ac_add_options --with-pthreads
|
||||
ac_add_options --enable-xft
|
||||
ac_add_options --enable-crypto
|
||||
ac_add_options --enable-xinerama
|
||||
ac_add_options --enable-reorder
|
||||
|
@ -19,7 +19,8 @@ MAINTAINER= alane@freebsd.org # and trevor@freebsd.org
|
||||
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
|
||||
png.5:${PORTSDIR}/graphics/png \
|
||||
mng.1:${PORTSDIR}/graphics/libmng \
|
||||
freetype.9:${PORTSDIR}/print/freetype2
|
||||
freetype.9:${PORTSDIR}/print/freetype2 \
|
||||
Xft2.2:${PORTSDIR}/x11-fonts/Xft
|
||||
|
||||
BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \
|
||||
freetype-config:${PORTSDIR}/print/freetype2 \
|
||||
@ -38,7 +39,7 @@ WRKSRC= ${WRKDIR}/mozilla
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if !defined(PERL_VER) || ${PERL_VER} != 5.8.0
|
||||
.error This port requires Perl 5.8.0.
|
||||
BROKEN= This port requires Perl 5.8.0.
|
||||
.endif
|
||||
|
||||
post-extract:
|
||||
|
@ -29,6 +29,7 @@ ac_add_options --with-system-mng=@LOCALBASE@
|
||||
######################################################################
|
||||
# enable features
|
||||
ac_add_options --with-pthreads
|
||||
ac_add_options --enable-xft
|
||||
ac_add_options --enable-crypto
|
||||
ac_add_options --enable-xinerama
|
||||
ac_add_options --enable-reorder
|
||||
|
@ -19,7 +19,8 @@ MAINTAINER= alane@freebsd.org # and trevor@freebsd.org
|
||||
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
|
||||
png.5:${PORTSDIR}/graphics/png \
|
||||
mng.1:${PORTSDIR}/graphics/libmng \
|
||||
freetype.9:${PORTSDIR}/print/freetype2
|
||||
freetype.9:${PORTSDIR}/print/freetype2 \
|
||||
Xft2.2:${PORTSDIR}/x11-fonts/Xft
|
||||
|
||||
BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \
|
||||
freetype-config:${PORTSDIR}/print/freetype2 \
|
||||
@ -38,7 +39,7 @@ WRKSRC= ${WRKDIR}/mozilla
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if !defined(PERL_VER) || ${PERL_VER} != 5.8.0
|
||||
.error This port requires Perl 5.8.0.
|
||||
BROKEN= This port requires Perl 5.8.0.
|
||||
.endif
|
||||
|
||||
post-extract:
|
||||
|
@ -29,6 +29,7 @@ ac_add_options --with-system-mng=@LOCALBASE@
|
||||
######################################################################
|
||||
# enable features
|
||||
ac_add_options --with-pthreads
|
||||
ac_add_options --enable-xft
|
||||
ac_add_options --enable-crypto
|
||||
ac_add_options --enable-xinerama
|
||||
ac_add_options --enable-reorder
|
||||
|
@ -19,7 +19,8 @@ MAINTAINER= alane@freebsd.org # and trevor@freebsd.org
|
||||
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
|
||||
png.5:${PORTSDIR}/graphics/png \
|
||||
mng.1:${PORTSDIR}/graphics/libmng \
|
||||
freetype.9:${PORTSDIR}/print/freetype2
|
||||
freetype.9:${PORTSDIR}/print/freetype2 \
|
||||
Xft2.2:${PORTSDIR}/x11-fonts/Xft
|
||||
|
||||
BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \
|
||||
freetype-config:${PORTSDIR}/print/freetype2 \
|
||||
@ -38,7 +39,7 @@ WRKSRC= ${WRKDIR}/mozilla
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if !defined(PERL_VER) || ${PERL_VER} != 5.8.0
|
||||
.error This port requires Perl 5.8.0.
|
||||
BROKEN= This port requires Perl 5.8.0.
|
||||
.endif
|
||||
|
||||
post-extract:
|
||||
|
@ -29,6 +29,7 @@ ac_add_options --with-system-mng=@LOCALBASE@
|
||||
######################################################################
|
||||
# enable features
|
||||
ac_add_options --with-pthreads
|
||||
ac_add_options --enable-xft
|
||||
ac_add_options --enable-crypto
|
||||
ac_add_options --enable-xinerama
|
||||
ac_add_options --enable-reorder
|
||||
|
@ -19,7 +19,8 @@ MAINTAINER= alane@freebsd.org # and trevor@freebsd.org
|
||||
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
|
||||
png.5:${PORTSDIR}/graphics/png \
|
||||
mng.1:${PORTSDIR}/graphics/libmng \
|
||||
freetype.9:${PORTSDIR}/print/freetype2
|
||||
freetype.9:${PORTSDIR}/print/freetype2 \
|
||||
Xft2.2:${PORTSDIR}/x11-fonts/Xft
|
||||
|
||||
BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \
|
||||
freetype-config:${PORTSDIR}/print/freetype2 \
|
||||
@ -38,7 +39,7 @@ WRKSRC= ${WRKDIR}/mozilla
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if !defined(PERL_VER) || ${PERL_VER} != 5.8.0
|
||||
.error This port requires Perl 5.8.0.
|
||||
BROKEN= This port requires Perl 5.8.0.
|
||||
.endif
|
||||
|
||||
post-extract:
|
||||
|
@ -29,6 +29,7 @@ ac_add_options --with-system-mng=@LOCALBASE@
|
||||
######################################################################
|
||||
# enable features
|
||||
ac_add_options --with-pthreads
|
||||
ac_add_options --enable-xft
|
||||
ac_add_options --enable-crypto
|
||||
ac_add_options --enable-xinerama
|
||||
ac_add_options --enable-reorder
|
||||
|
@ -19,7 +19,8 @@ MAINTAINER= alane@freebsd.org # and trevor@freebsd.org
|
||||
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
|
||||
png.5:${PORTSDIR}/graphics/png \
|
||||
mng.1:${PORTSDIR}/graphics/libmng \
|
||||
freetype.9:${PORTSDIR}/print/freetype2
|
||||
freetype.9:${PORTSDIR}/print/freetype2 \
|
||||
Xft2.2:${PORTSDIR}/x11-fonts/Xft
|
||||
|
||||
BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \
|
||||
freetype-config:${PORTSDIR}/print/freetype2 \
|
||||
@ -38,7 +39,7 @@ WRKSRC= ${WRKDIR}/mozilla
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if !defined(PERL_VER) || ${PERL_VER} != 5.8.0
|
||||
.error This port requires Perl 5.8.0.
|
||||
BROKEN= This port requires Perl 5.8.0.
|
||||
.endif
|
||||
|
||||
post-extract:
|
||||
|
@ -29,6 +29,7 @@ ac_add_options --with-system-mng=@LOCALBASE@
|
||||
######################################################################
|
||||
# enable features
|
||||
ac_add_options --with-pthreads
|
||||
ac_add_options --enable-xft
|
||||
ac_add_options --enable-crypto
|
||||
ac_add_options --enable-xinerama
|
||||
ac_add_options --enable-reorder
|
||||
|
@ -19,7 +19,8 @@ MAINTAINER= alane@freebsd.org # and trevor@freebsd.org
|
||||
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
|
||||
png.5:${PORTSDIR}/graphics/png \
|
||||
mng.1:${PORTSDIR}/graphics/libmng \
|
||||
freetype.9:${PORTSDIR}/print/freetype2
|
||||
freetype.9:${PORTSDIR}/print/freetype2 \
|
||||
Xft2.2:${PORTSDIR}/x11-fonts/Xft
|
||||
|
||||
BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \
|
||||
freetype-config:${PORTSDIR}/print/freetype2 \
|
||||
@ -38,7 +39,7 @@ WRKSRC= ${WRKDIR}/mozilla
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if !defined(PERL_VER) || ${PERL_VER} != 5.8.0
|
||||
.error This port requires Perl 5.8.0.
|
||||
BROKEN= This port requires Perl 5.8.0.
|
||||
.endif
|
||||
|
||||
post-extract:
|
||||
|
@ -29,6 +29,7 @@ ac_add_options --with-system-mng=@LOCALBASE@
|
||||
######################################################################
|
||||
# enable features
|
||||
ac_add_options --with-pthreads
|
||||
ac_add_options --enable-xft
|
||||
ac_add_options --enable-crypto
|
||||
ac_add_options --enable-xinerama
|
||||
ac_add_options --enable-reorder
|
||||
|
@ -19,7 +19,8 @@ MAINTAINER= alane@freebsd.org # and trevor@freebsd.org
|
||||
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
|
||||
png.5:${PORTSDIR}/graphics/png \
|
||||
mng.1:${PORTSDIR}/graphics/libmng \
|
||||
freetype.9:${PORTSDIR}/print/freetype2
|
||||
freetype.9:${PORTSDIR}/print/freetype2 \
|
||||
Xft2.2:${PORTSDIR}/x11-fonts/Xft
|
||||
|
||||
BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \
|
||||
freetype-config:${PORTSDIR}/print/freetype2 \
|
||||
@ -38,7 +39,7 @@ WRKSRC= ${WRKDIR}/mozilla
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if !defined(PERL_VER) || ${PERL_VER} != 5.8.0
|
||||
.error This port requires Perl 5.8.0.
|
||||
BROKEN= This port requires Perl 5.8.0.
|
||||
.endif
|
||||
|
||||
post-extract:
|
||||
|
@ -29,6 +29,7 @@ ac_add_options --with-system-mng=@LOCALBASE@
|
||||
######################################################################
|
||||
# enable features
|
||||
ac_add_options --with-pthreads
|
||||
ac_add_options --enable-xft
|
||||
ac_add_options --enable-crypto
|
||||
ac_add_options --enable-xinerama
|
||||
ac_add_options --enable-reorder
|
||||
|
@ -19,7 +19,8 @@ MAINTAINER= alane@freebsd.org # and trevor@freebsd.org
|
||||
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
|
||||
png.5:${PORTSDIR}/graphics/png \
|
||||
mng.1:${PORTSDIR}/graphics/libmng \
|
||||
freetype.9:${PORTSDIR}/print/freetype2
|
||||
freetype.9:${PORTSDIR}/print/freetype2 \
|
||||
Xft2.2:${PORTSDIR}/x11-fonts/Xft
|
||||
|
||||
BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \
|
||||
freetype-config:${PORTSDIR}/print/freetype2 \
|
||||
@ -38,7 +39,7 @@ WRKSRC= ${WRKDIR}/mozilla
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if !defined(PERL_VER) || ${PERL_VER} != 5.8.0
|
||||
.error This port requires Perl 5.8.0.
|
||||
BROKEN= This port requires Perl 5.8.0.
|
||||
.endif
|
||||
|
||||
post-extract:
|
||||
|
@ -29,6 +29,7 @@ ac_add_options --with-system-mng=@LOCALBASE@
|
||||
######################################################################
|
||||
# enable features
|
||||
ac_add_options --with-pthreads
|
||||
ac_add_options --enable-xft
|
||||
ac_add_options --enable-crypto
|
||||
ac_add_options --enable-xinerama
|
||||
ac_add_options --enable-reorder
|
||||
|
@ -19,7 +19,8 @@ MAINTAINER= alane@freebsd.org # and trevor@freebsd.org
|
||||
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
|
||||
png.5:${PORTSDIR}/graphics/png \
|
||||
mng.1:${PORTSDIR}/graphics/libmng \
|
||||
freetype.9:${PORTSDIR}/print/freetype2
|
||||
freetype.9:${PORTSDIR}/print/freetype2 \
|
||||
Xft2.2:${PORTSDIR}/x11-fonts/Xft
|
||||
|
||||
BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \
|
||||
freetype-config:${PORTSDIR}/print/freetype2 \
|
||||
@ -38,7 +39,7 @@ WRKSRC= ${WRKDIR}/mozilla
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if !defined(PERL_VER) || ${PERL_VER} != 5.8.0
|
||||
.error This port requires Perl 5.8.0.
|
||||
BROKEN= This port requires Perl 5.8.0.
|
||||
.endif
|
||||
|
||||
post-extract:
|
||||
|
@ -29,6 +29,7 @@ ac_add_options --with-system-mng=@LOCALBASE@
|
||||
######################################################################
|
||||
# enable features
|
||||
ac_add_options --with-pthreads
|
||||
ac_add_options --enable-xft
|
||||
ac_add_options --enable-crypto
|
||||
ac_add_options --enable-xinerama
|
||||
ac_add_options --enable-reorder
|
||||
|
@ -19,7 +19,8 @@ MAINTAINER= alane@freebsd.org # and trevor@freebsd.org
|
||||
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
|
||||
png.5:${PORTSDIR}/graphics/png \
|
||||
mng.1:${PORTSDIR}/graphics/libmng \
|
||||
freetype.9:${PORTSDIR}/print/freetype2
|
||||
freetype.9:${PORTSDIR}/print/freetype2 \
|
||||
Xft2.2:${PORTSDIR}/x11-fonts/Xft
|
||||
|
||||
BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \
|
||||
freetype-config:${PORTSDIR}/print/freetype2 \
|
||||
@ -38,7 +39,7 @@ WRKSRC= ${WRKDIR}/mozilla
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if !defined(PERL_VER) || ${PERL_VER} != 5.8.0
|
||||
.error This port requires Perl 5.8.0.
|
||||
BROKEN= This port requires Perl 5.8.0.
|
||||
.endif
|
||||
|
||||
post-extract:
|
||||
|
@ -29,6 +29,7 @@ ac_add_options --with-system-mng=@LOCALBASE@
|
||||
######################################################################
|
||||
# enable features
|
||||
ac_add_options --with-pthreads
|
||||
ac_add_options --enable-xft
|
||||
ac_add_options --enable-crypto
|
||||
ac_add_options --enable-xinerama
|
||||
ac_add_options --enable-reorder
|
||||
|
Loading…
Reference in New Issue
Block a user