diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2022-05-13 18:37:50 +0200 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2022-06-08 18:24:35 +0200 |
commit | bd70827c22827422583d9bd6963636ef4f2d5623 (patch) | |
tree | d227d18f0e4043a891ecb0fb18c2f15c2bde1ffc /net | |
parent | d2153894e76837f45bc21c448f2c610f128ede7c (diff) | |
download | freebsd-ports-bd70827c22827422583d9bd6963636ef4f2d5623.zip |
devel/autoconf: update to 2.71
- Copy devel/autoconf to devel/autoconf2.69.
- Update devel/autoconf to 2.71.
- Allow ports to use 2.69 with USES=autoreconf:2.69.
PR: 258046
Exp-run by: antoine
Diffstat (limited to 'net')
-rw-r--r-- | net/asterisk-chan_sccp/Makefile | 2 | ||||
-rw-r--r-- | net/minidlna/Makefile | 2 | ||||
-rw-r--r-- | net/pacemaker1/Makefile.common | 4 | ||||
-rw-r--r-- | net/vinagre/Makefile | 4 |
4 files changed, 6 insertions, 6 deletions
diff --git a/net/asterisk-chan_sccp/Makefile b/net/asterisk-chan_sccp/Makefile index 54e41ada0574..9f60db642595 100644 --- a/net/asterisk-chan_sccp/Makefile +++ b/net/asterisk-chan_sccp/Makefile @@ -18,7 +18,7 @@ FLAVOR?= ${FLAVORS:[1]} LIB_DEPENDS= libltdl.so:devel/libltdl -USES= autoreconf compiler:c11 gettext-tools iconv libtool \ +USES= autoreconf:2.69 compiler:c11 gettext-tools iconv libtool \ localbase ssl USE_GITHUB= yes diff --git a/net/minidlna/Makefile b/net/minidlna/Makefile index 8d8ffb36f589..62cc75de1c6e 100644 --- a/net/minidlna/Makefile +++ b/net/minidlna/Makefile @@ -22,7 +22,7 @@ LIB_DEPENDS= libsqlite3.so:databases/sqlite3 \ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-db-path=/var/db/minidlna \ --with-os-url="http://www.FreeBSD.org" -USES= autoreconf cpe gettext-tools iconv jpeg localbase +USES= autoreconf:2.69 cpe gettext-tools iconv jpeg localbase CPE_VENDOR= minidlna_project diff --git a/net/pacemaker1/Makefile.common b/net/pacemaker1/Makefile.common index 8eac3a113c4e..c31359ecce09 100644 --- a/net/pacemaker1/Makefile.common +++ b/net/pacemaker1/Makefile.common @@ -31,8 +31,8 @@ USE_GITHUB= yes GH_ACCOUNT= ClusterLabs GH_PROJECT= pacemaker -USES= autoreconf corosync cpe gmake gnome libtool ncurses pathfix \ - pkgconfig python:3.6+ shebangfix +USES= autoreconf:2.69 corosync cpe gmake gnome libtool \ + ncurses pathfix pkgconfig python:3.6+ shebangfix CPE_VENDOR= clusterlabs USE_BINUTILS= yes USE_GNOME= glib20 diff --git a/net/vinagre/Makefile b/net/vinagre/Makefile index bf1e6093e8e7..768901797cde 100644 --- a/net/vinagre/Makefile +++ b/net/vinagre/Makefile @@ -29,8 +29,8 @@ RUN_DEPENDS= gnome-icon-theme>=0:misc/gnome-icon-theme PORTSCOUT= limitw:1,even -USES= autoreconf desktop-file-utils gettext gmake gnome localbase \ - pathfix pkgconfig shared-mime-info tar:xz xorg +USES= autoreconf:2.69 desktop-file-utils gettext gmake gnome \ + localbase pathfix pkgconfig shared-mime-info tar:xz xorg USE_GNOME= cairo gtk30 intlhack libxml2 vte3 USE_XORG= x11 GNU_CONFIGURE= yes |