svn commit: r397956 - in head: devel/ccache lang/gcc lang/gcc46 lang/gcc47 lang/gcc48 lang/gcc49 lang/gcc5 lang/gcc5-devel lang/gcc6-devel

Antoine Brodin antoine at FreeBSD.org
Sat Sep 26 11:03:22 UTC 2015


Author: antoine
Date: Sat Sep 26 11:03:19 2015
New Revision: 397956
URL: https://svnweb.freebsd.org/changeset/ports/397956

Log:
  Remove deprecated @exec/@unexec from ports using ccache-update-links

Modified:
  head/devel/ccache/pkg-plist
  head/lang/gcc/pkg-plist
  head/lang/gcc46/pkg-plist
  head/lang/gcc47/pkg-plist
  head/lang/gcc48/pkg-plist
  head/lang/gcc49/pkg-plist
  head/lang/gcc5-devel/pkg-plist
  head/lang/gcc5/pkg-plist
  head/lang/gcc6-devel/pkg-plist

Modified: head/devel/ccache/pkg-plist
==============================================================================
--- head/devel/ccache/pkg-plist	Sat Sep 26 10:42:38 2015	(r397955)
+++ head/devel/ccache/pkg-plist	Sat Sep 26 11:03:19 2015	(r397956)
@@ -3,6 +3,6 @@ bin/ccache-update-links
 man/man1/ccache.1.gz
 %%CCLINKDIR%%/world/ccache
 %%TINDERBOX%%%%DATADIR%%/ccache.tar
- at exec echo "Create compiler links..."
- at exec %D/bin/ccache-update-links -v
- at unexec find %D/%%CCLINKDIR%% -type l -exec rm -f {} \;
+ at postexec echo "Create compiler links..."
+ at postexec %D/bin/ccache-update-links -v
+ at preunexec find %D/%%CCLINKDIR%% -type l -exec rm -f {} \;

Modified: head/lang/gcc/pkg-plist
==============================================================================
--- head/lang/gcc/pkg-plist	Sat Sep 26 10:42:38 2015	(r397955)
+++ head/lang/gcc/pkg-plist	Sat Sep 26 11:03:19 2015	(r397956)
@@ -71,6 +71,6 @@ share/gcc-%%GCC_VERSION%%/python/libstdc
 %%JAVA%%man/man1/jv-convert%%SUFFIX%%.1.gz
 %%JAVA%%share/java/libgcj-%%GCC_VERSION%%.jar
 %%JAVA%%share/java/libgcj-tools-%%GCC_VERSION%%.jar
- at exec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi
- at unexec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi
+ at postexec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi
+ at postunexec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi
 @comment Insert PLIST.lib here

Modified: head/lang/gcc46/pkg-plist
==============================================================================
--- head/lang/gcc46/pkg-plist	Sat Sep 26 10:42:38 2015	(r397955)
+++ head/lang/gcc46/pkg-plist	Sat Sep 26 11:03:19 2015	(r397956)
@@ -68,6 +68,6 @@ share/gcc-%%GCC_VERSION%%/python/libstdc
 %%JAVA%%man/man3/ffi_prep_cif%%SUFFIX%%.3.gz
 %%JAVA%%share/java/libgcj-%%GCC_VERSION%%.jar
 %%JAVA%%share/java/libgcj-tools-%%GCC_VERSION%%.jar
- at exec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi
- at unexec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi
+ at postexec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi
+ at postunexec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi
 @comment Insert PLIST.lib here

Modified: head/lang/gcc47/pkg-plist
==============================================================================
--- head/lang/gcc47/pkg-plist	Sat Sep 26 10:42:38 2015	(r397955)
+++ head/lang/gcc47/pkg-plist	Sat Sep 26 11:03:19 2015	(r397956)
@@ -74,6 +74,6 @@ share/gcc-%%GCC_VERSION%%/python/libstdc
 %%JAVA%%man/man3/ffi_prep_cif%%SUFFIX%%.3.gz
 %%JAVA%%share/java/libgcj-%%GCC_VERSION%%.jar
 %%JAVA%%share/java/libgcj-tools-%%GCC_VERSION%%.jar
- at exec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi
- at unexec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi
+ at postexec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi
+ at postunexec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi
 @comment Insert PLIST.lib here

Modified: head/lang/gcc48/pkg-plist
==============================================================================
--- head/lang/gcc48/pkg-plist	Sat Sep 26 10:42:38 2015	(r397955)
+++ head/lang/gcc48/pkg-plist	Sat Sep 26 11:03:19 2015	(r397956)
@@ -71,6 +71,6 @@ share/gcc-%%GCC_VERSION%%/python/libstdc
 %%JAVA%%man/man1/jv-convert%%SUFFIX%%.1.gz
 %%JAVA%%share/java/libgcj-%%GCC_VERSION%%.jar
 %%JAVA%%share/java/libgcj-tools-%%GCC_VERSION%%.jar
- at exec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi
- at unexec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi
+ at postexec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi
+ at postunexec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi
 @comment Insert PLIST.lib here

Modified: head/lang/gcc49/pkg-plist
==============================================================================
--- head/lang/gcc49/pkg-plist	Sat Sep 26 10:42:38 2015	(r397955)
+++ head/lang/gcc49/pkg-plist	Sat Sep 26 11:03:19 2015	(r397956)
@@ -71,6 +71,6 @@ share/gcc-%%GCC_VERSION%%/python/libstdc
 %%JAVA%%man/man1/jv-convert%%SUFFIX%%.1.gz
 %%JAVA%%share/java/libgcj-%%GCC_VERSION%%.jar
 %%JAVA%%share/java/libgcj-tools-%%GCC_VERSION%%.jar
- at exec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi
- at unexec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi
+ at postexec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi
+ at postunexec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi
 @comment Insert PLIST.lib here

Modified: head/lang/gcc5-devel/pkg-plist
==============================================================================
--- head/lang/gcc5-devel/pkg-plist	Sat Sep 26 10:42:38 2015	(r397955)
+++ head/lang/gcc5-devel/pkg-plist	Sat Sep 26 11:03:19 2015	(r397956)
@@ -73,6 +73,6 @@ share/gcc-%%GCC_VERSION%%/python/libstdc
 %%JAVA%%man/man1/jv-convert%%SUFFIX%%.1.gz
 %%JAVA%%share/java/libgcj-%%GCC_VERSION%%.jar
 %%JAVA%%share/java/libgcj-tools-%%GCC_VERSION%%.jar
- at exec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi
- at unexec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi
+ at postexec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi
+ at postunexec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi
 @comment Insert PLIST.lib here

Modified: head/lang/gcc5/pkg-plist
==============================================================================
--- head/lang/gcc5/pkg-plist	Sat Sep 26 10:42:38 2015	(r397955)
+++ head/lang/gcc5/pkg-plist	Sat Sep 26 11:03:19 2015	(r397956)
@@ -73,6 +73,6 @@ share/gcc-%%GCC_VERSION%%/python/libstdc
 %%JAVA%%man/man1/jv-convert%%SUFFIX%%.1.gz
 %%JAVA%%share/java/libgcj-%%GCC_VERSION%%.jar
 %%JAVA%%share/java/libgcj-tools-%%GCC_VERSION%%.jar
- at exec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi
- at unexec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi
+ at postexec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi
+ at postunexec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi
 @comment Insert PLIST.lib here

Modified: head/lang/gcc6-devel/pkg-plist
==============================================================================
--- head/lang/gcc6-devel/pkg-plist	Sat Sep 26 10:42:38 2015	(r397955)
+++ head/lang/gcc6-devel/pkg-plist	Sat Sep 26 11:03:19 2015	(r397956)
@@ -73,6 +73,6 @@ share/gcc-%%GCC_VERSION%%/python/libstdc
 %%JAVA%%man/man1/jv-convert%%SUFFIX%%.1.gz
 %%JAVA%%share/java/libgcj-%%GCC_VERSION%%.jar
 %%JAVA%%share/java/libgcj-tools-%%GCC_VERSION%%.jar
- at exec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi
- at unexec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi
+ at postexec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi
+ at postunexec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi
 @comment Insert PLIST.lib here


More information about the svn-ports-head mailing list