# HG changeset patch # User John Donoghue # Date 1622031499 14400 # Node ID b65fc1cd9b95587a350fa17314bcd83a49e2dfa0 # Parent fbb7e0cb84c605a47c132a9b6150631b5a3f1c50 * src/agg.mk: disable updates diff -r fbb7e0cb84c6 -r b65fc1cd9b95 src/agg.mk --- a/src/agg.mk Wed May 26 08:18:18 2021 -0400 +++ b/src/agg.mk Wed May 26 08:18:19 2021 -0400 @@ -11,9 +11,8 @@ $(PKG)_DEPS := freetype sdl define $(PKG)_UPDATE - $(WGET) -q -O- 'https://web.archive.org/20150812005010/http://www.antigrain.com/download/index.html' | \ - $(SED) -n 's,.*www.antigrain.com/agg-\([0-9.]*\).tar.gz".*,\1,p' | \ - head -1 + echo 'Warning: Updates are disabled for package $(PKG).' >&2; + echo $($(PKG)_VERSION) endef define $(PKG)_BUILD