Update to 7.4.31
PR: 58009 Submitted By: MAINTAINER
This commit is contained in:
parent
cb20dc9834
commit
f3f7d73f6d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=93202
3 changed files with 8 additions and 10 deletions
|
@ -6,8 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= pike74
|
||||
PORTVERSION= 7.4.28
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 7.4.31
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= ftp://pike.ida.liu.se/pub/pike/all/${PORTVERSION}/ \
|
||||
ftp://ftp.oav.net/pkg_freebsd/distfiles/ \
|
||||
|
@ -36,9 +35,9 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/src/
|
|||
|
||||
WANT_MESA= yes
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
CONFIGURE_ARGS+= --without-debug \
|
||||
CONFIGURE_ARGS+= --without-debug \
|
||||
--with-double-precision \
|
||||
--with-long-double-precision \
|
||||
--disable-rpath \
|
||||
|
@ -75,10 +74,10 @@ LIB_DEPENDS+= gmp.6:${PORTSDIR}/math/libgmp4
|
|||
|
||||
# Allow building Embeded perl when >= 5.6
|
||||
.if ${PERL_LEVEL} > 500600
|
||||
CONFIGURE_ARGS+= --with-perl
|
||||
CONFIGURE_ARGS+= --with-perl
|
||||
USE_PERL5= YES
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-perl
|
||||
CONFIGURE_ARGS+= --without-perl
|
||||
.endif
|
||||
|
||||
.if exists(${LOCALBASE}/lib/libavcodec.so.0)
|
||||
|
@ -143,9 +142,9 @@ WITH_FREETYPE= yes
|
|||
.endif
|
||||
|
||||
.if defined(WITHOUT_RELOCATABLE_DUMPED_MODULES)
|
||||
CONFIGURE_ARGS+= --without-relocatable-dumped-modules
|
||||
CONFIGURE_ARGS+= --without-relocatable-dumped-modules
|
||||
.else
|
||||
CONFIGURE_ARGS+= --with-relocatable-dumped-modules
|
||||
CONFIGURE_ARGS+= --with-relocatable-dumped-modules
|
||||
.endif
|
||||
|
||||
.if defined(WITH_EXPIREMENTAL_FEATURES)
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (Pike-v7.4.28.tar.gz) = 98a7944cea94c7255a24f2cba7d15ec1
|
||||
MD5 (Pike-v7.4.31.tar.gz) = f265207184aa818a96e9460af2012be8
|
||||
|
|
|
@ -440,7 +440,6 @@ pike/%%PORTVERSION%%/include/pike/lexer0.h
|
|||
pike/%%PORTVERSION%%/include/pike/lexer1.h
|
||||
pike/%%PORTVERSION%%/include/pike/lexer2.h
|
||||
pike/%%PORTVERSION%%/include/pike/aclocal.m4
|
||||
pike/%%PORTVERSION%%/man/man1/pike.1
|
||||
@unexec rm -rf %D/pike/%%PORTVERSION%%/lib/modules
|
||||
@dirrm pike/%%PORTVERSION%%/lib/include
|
||||
@unexec rm -rf %D/pike/%%PORTVERSION%%/lib/0.6
|
||||
|
|
Loading…
Reference in a new issue