svn commit: r521982 - in head: . devel devel/gperf31 editors/libreoffice
Li-Wen Hsu
lwhsu at FreeBSD.org
Sat Jan 4 07:59:34 UTC 2020
Author: lwhsu
Date: Sat Jan 4 07:59:33 2020
New Revision: 521982
URL: https://svnweb.freebsd.org/changeset/ports/521982
Log:
Remove devel/gperf31 as devel/gperf has been updated to 3.1
Suggested by: jbeich, bapt
Deleted:
head/devel/gperf31/
Modified:
head/MOVED
head/devel/Makefile
head/editors/libreoffice/Makefile
Modified: head/MOVED
==============================================================================
--- head/MOVED Sat Jan 4 07:54:12 2020 (r521981)
+++ head/MOVED Sat Jan 4 07:59:33 2020 (r521982)
@@ -13724,3 +13724,4 @@ lang/erlang-runtime17|lang/erlang-runtime21|2020-01-01
lang/erlang-runtime18|lang/erlang-runtime21|2020-01-01|Has expired: No longer supported upstream, use lang/erlang >=21
lang/erlang-runtime19|lang/erlang-runtime21|2020-01-01|Has expired: No longer supported upstream, use lang/erlang >=21
security/openssl111|security/openssl|2020-01-01|Upgrade security/openssl to 1.1.1 as promised in deprecation message
+devel/gperf31|devel/gperf|2020-01-04|No longer needed as devel/gperf has been updated to 3.1
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Sat Jan 4 07:54:12 2020 (r521981)
+++ head/devel/Makefile Sat Jan 4 07:59:33 2020 (r521982)
@@ -883,7 +883,6 @@
SUBDIR += goswagger
SUBDIR += govendor
SUBDIR += gperf
- SUBDIR += gperf31
SUBDIR += gpm
SUBDIR += gprbuild
SUBDIR += gputils
Modified: head/editors/libreoffice/Makefile
==============================================================================
--- head/editors/libreoffice/Makefile Sat Jan 4 07:54:12 2020 (r521981)
+++ head/editors/libreoffice/Makefile Sat Jan 4 07:59:33 2020 (r521982)
@@ -17,7 +17,7 @@ BUILD_DEPENDS= p5-Archive-Zip>=0:archivers/p5-Archive-
${LOCALBASE}/include/sqlext.h:databases/unixODBC \
cppunit-config:devel/cppunit \
dmake:devel/dmake \
- gperf31>=3.1:devel/gperf31 \
+ gperf>=3.1:devel/gperf \
mdds>=1.4:devel/mdds \
ucpp:devel/ucpp \
${LOCALBASE}/include/sane/sane.h:graphics/sane-backends \
@@ -270,7 +270,6 @@ CONFIGURE_ARGS= --disable-dependency-tracking \
CONFIGURE_ENV= DMAKE=${LOCALBASE}/bin/dmake \
FLEX=${LOCALBASE}/bin/flex \
GNUTAR="${TAR}" \
- GPERF=${LOCALBASE}/bin/gperf31 \
ICU_CFLAGS="`icu-config --cflags`" \
ICU_LIBS="`icu-config --ldflags`" \
OPENCOLLADA_CFLAGS="${COLLADA_CFLAGS}" \
More information about the svn-ports-head
mailing list