diff options
| author | Antoine Brodin <antoine@FreeBSD.org> | 2015-09-26 11:03:19 +0000 |
|---|---|---|
| committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-09-26 11:03:19 +0000 |
| commit | 67ad2d24601f1a970d5599d5d2a25da2bc593e03 (patch) | |
| tree | ffeba145a049b722177cc72908bcc069cc71f785 | |
| parent | Update to 355.11 (diff) | |
Remove deprecated @exec/@unexec from ports using ccache-update-links
Notes
Notes:
svn path=/head/; revision=397956
| -rw-r--r-- | devel/ccache/pkg-plist | 6 | ||||
| -rw-r--r-- | lang/gcc/pkg-plist | 4 | ||||
| -rw-r--r-- | lang/gcc46/pkg-plist | 4 | ||||
| -rw-r--r-- | lang/gcc47/pkg-plist | 4 | ||||
| -rw-r--r-- | lang/gcc48/pkg-plist | 4 | ||||
| -rw-r--r-- | lang/gcc49/pkg-plist | 4 | ||||
| -rw-r--r-- | lang/gcc5-devel/pkg-plist | 4 | ||||
| -rw-r--r-- | lang/gcc5/pkg-plist | 4 | ||||
| -rw-r--r-- | lang/gcc6-devel/pkg-plist | 4 |
9 files changed, 19 insertions, 19 deletions
diff --git a/devel/ccache/pkg-plist b/devel/ccache/pkg-plist index c141fc6f2731..c3327694fe5a 100644 --- a/devel/ccache/pkg-plist +++ b/devel/ccache/pkg-plist @@ -3,6 +3,6 @@ bin/ccache-update-links man/man1/ccache.1.gz %%CCLINKDIR%%/world/ccache %%TINDERBOX%%%%DATADIR%%/ccache.tar -@exec echo "Create compiler links..." -@exec %D/bin/ccache-update-links -v -@unexec find %D/%%CCLINKDIR%% -type l -exec rm -f {} \; +@postexec echo "Create compiler links..." +@postexec %D/bin/ccache-update-links -v +@preunexec find %D/%%CCLINKDIR%% -type l -exec rm -f {} \; 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 |
