mirror of
https://git.freebsd.org/ports.git
synced 2025-05-02 03:26:41 -04:00
Update to 3.3.2 in r475448 was wrong because GH_TAGNAME was not updated accordingly. This was spotted by ngie@ who provided the first version to move to 3.3.3 See https://github.com/distcc/distcc/releases for changes from 3.1 to 3.3.3 Submitted by: ngie@ Reported by: ngie@ Reviewed by: 0mp, fernape@, mat@ Approved by: 0mp Differential Revision: https://reviews.freebsd.org/D21259
26 lines
678 B
Text
26 lines
678 B
Text
--- Makefile.in.orig 2019-08-23 16:46:20 UTC
|
|
+++ Makefile.in
|
|
@@ -184,7 +184,7 @@ include_server_PY = \
|
|
include_server_SRC = \
|
|
include_server/c_extensions/distcc_pump_c_extensions_module.c
|
|
|
|
-update_distcc_symlinks_PY = update-distcc-symlinks.py
|
|
+update_distcc_symlinks_PY =
|
|
|
|
# These are included in the distribution but not installed anywhere.
|
|
dist_extra = \
|
|
@@ -415,13 +415,12 @@ popt_EXTRA = popt/README.popt popt/.stamp-conf.in
|
|
|
|
bin_PROGRAMS = \
|
|
distcc@EXEEXT@ \
|
|
- distccd@EXEEXT@ \
|
|
distccmon-text@EXEEXT@ \
|
|
lsdistcc@EXEEXT@ \
|
|
@GNOME_BIN@
|
|
|
|
sbin_PROGRAMS = \
|
|
- update-distcc-symlinks
|
|
+ distccd@EXEEXT@ \
|
|
|
|
check_PROGRAMS = \
|
|
h_argvtostr@EXEEXT@ \
|