summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2015-09-26 11:03:19 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2015-09-26 11:03:19 +0000
commit67ad2d24601f1a970d5599d5d2a25da2bc593e03 (patch)
treeffeba145a049b722177cc72908bcc069cc71f785 /lang
parentUpdate to 355.11 (diff)
Remove deprecated @exec/@unexec from ports using ccache-update-links
Diffstat (limited to 'lang')
-rw-r--r--lang/gcc/pkg-plist4
-rw-r--r--lang/gcc46/pkg-plist4
-rw-r--r--lang/gcc47/pkg-plist4
-rw-r--r--lang/gcc48/pkg-plist4
-rw-r--r--lang/gcc49/pkg-plist4
-rw-r--r--lang/gcc5-devel/pkg-plist4
-rw-r--r--lang/gcc5/pkg-plist4
-rw-r--r--lang/gcc6-devel/pkg-plist4
8 files changed, 16 insertions, 16 deletions
diff --git a/lang/gcc/pkg-plist b/lang/gcc/pkg-plist
index a3138e6ea370..48abb32af995 100644
--- a/lang/gcc/pkg-plist
+++ b/lang/gcc/pkg-plist
@@ -71,6 +71,6 @@ share/gcc-%%GCC_VERSION%%/python/libstdcxx/v6/printers.py
%%JAVA%%man/man1/jv-convert%%SUFFIX%%.1.gz
%%JAVA%%share/java/libgcj-%%GCC_VERSION%%.jar
%%JAVA%%share/java/libgcj-tools-%%GCC_VERSION%%.jar
-@exec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi
-@unexec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi
+@postexec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi
+@postunexec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi
@comment Insert PLIST.lib here
diff --git a/lang/gcc46/pkg-plist b/lang/gcc46/pkg-plist
index 6abe38cf2b95..1af92768d011 100644
--- a/lang/gcc46/pkg-plist
+++ b/lang/gcc46/pkg-plist
@@ -68,6 +68,6 @@ share/gcc-%%GCC_VERSION%%/python/libstdcxx/v6/printers.py
%%JAVA%%man/man3/ffi_prep_cif%%SUFFIX%%.3.gz
%%JAVA%%share/java/libgcj-%%GCC_VERSION%%.jar
%%JAVA%%share/java/libgcj-tools-%%GCC_VERSION%%.jar
-@exec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi
-@unexec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi
+@postexec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi
+@postunexec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi
@comment Insert PLIST.lib here
diff --git a/lang/gcc47/pkg-plist b/lang/gcc47/pkg-plist
index d276a41996c5..b5a09c489493 100644
--- a/lang/gcc47/pkg-plist
+++ b/lang/gcc47/pkg-plist
@@ -74,6 +74,6 @@ share/gcc-%%GCC_VERSION%%/python/libstdcxx/v6/printers.py
%%JAVA%%man/man3/ffi_prep_cif%%SUFFIX%%.3.gz
%%JAVA%%share/java/libgcj-%%GCC_VERSION%%.jar
%%JAVA%%share/java/libgcj-tools-%%GCC_VERSION%%.jar
-@exec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi
-@unexec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi
+@postexec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi
+@postunexec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi
@comment Insert PLIST.lib here
diff --git a/lang/gcc48/pkg-plist b/lang/gcc48/pkg-plist
index a3138e6ea370..48abb32af995 100644
--- a/lang/gcc48/pkg-plist
+++ b/lang/gcc48/pkg-plist
@@ -71,6 +71,6 @@ share/gcc-%%GCC_VERSION%%/python/libstdcxx/v6/printers.py
%%JAVA%%man/man1/jv-convert%%SUFFIX%%.1.gz
%%JAVA%%share/java/libgcj-%%GCC_VERSION%%.jar
%%JAVA%%share/java/libgcj-tools-%%GCC_VERSION%%.jar
-@exec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi
-@unexec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi
+@postexec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi
+@postunexec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi
@comment Insert PLIST.lib here
diff --git a/lang/gcc49/pkg-plist b/lang/gcc49/pkg-plist
index 9f55258a52d3..7e804c411238 100644
--- a/lang/gcc49/pkg-plist
+++ b/lang/gcc49/pkg-plist
@@ -71,6 +71,6 @@ share/gcc-%%GCC_VERSION%%/python/libstdcxx/v6/printers.py
%%JAVA%%man/man1/jv-convert%%SUFFIX%%.1.gz
%%JAVA%%share/java/libgcj-%%GCC_VERSION%%.jar
%%JAVA%%share/java/libgcj-tools-%%GCC_VERSION%%.jar
-@exec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi
-@unexec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi
+@postexec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi
+@postunexec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi
@comment Insert PLIST.lib here
diff --git a/lang/gcc5-devel/pkg-plist b/lang/gcc5-devel/pkg-plist
index c2ed474740cd..283ef4b8263c 100644
--- a/lang/gcc5-devel/pkg-plist
+++ b/lang/gcc5-devel/pkg-plist
@@ -73,6 +73,6 @@ share/gcc-%%GCC_VERSION%%/python/libstdcxx/v6/xmethods.py
%%JAVA%%man/man1/jv-convert%%SUFFIX%%.1.gz
%%JAVA%%share/java/libgcj-%%GCC_VERSION%%.jar
%%JAVA%%share/java/libgcj-tools-%%GCC_VERSION%%.jar
-@exec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi
-@unexec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi
+@postexec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi
+@postunexec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi
@comment Insert PLIST.lib here
diff --git a/lang/gcc5/pkg-plist b/lang/gcc5/pkg-plist
index c2ed474740cd..283ef4b8263c 100644
--- a/lang/gcc5/pkg-plist
+++ b/lang/gcc5/pkg-plist
@@ -73,6 +73,6 @@ share/gcc-%%GCC_VERSION%%/python/libstdcxx/v6/xmethods.py
%%JAVA%%man/man1/jv-convert%%SUFFIX%%.1.gz
%%JAVA%%share/java/libgcj-%%GCC_VERSION%%.jar
%%JAVA%%share/java/libgcj-tools-%%GCC_VERSION%%.jar
-@exec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi
-@unexec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi
+@postexec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi
+@postunexec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi
@comment Insert PLIST.lib here
diff --git a/lang/gcc6-devel/pkg-plist b/lang/gcc6-devel/pkg-plist
index 1d64910a0305..00324c2613e8 100644
--- a/lang/gcc6-devel/pkg-plist
+++ b/lang/gcc6-devel/pkg-plist
@@ -73,6 +73,6 @@ share/gcc-%%GCC_VERSION%%/python/libstdcxx/v6/xmethods.py
%%JAVA%%man/man1/jv-convert%%SUFFIX%%.1.gz
%%JAVA%%share/java/libgcj-%%GCC_VERSION%%.jar
%%JAVA%%share/java/libgcj-tools-%%GCC_VERSION%%.jar
-@exec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi
-@unexec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi
+@postexec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi
+@postunexec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi
@comment Insert PLIST.lib here