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

Gerald Pfeifer gerald at pfeifer.com
Wed Dec 23 06:59:55 UTC 2015


On Sat, 26 Sep 2015, Antoine Brodin wrote:
> 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

It would have been nice to give me a heads up.  After all, 8 of 9 
of these ports list me as maintainer.

Not to be territorial, but together we certainly could have 
improved the log message (which talks about removing @exec/@unexec 
when in fact it only replaces them by @postexec/@preunexec.

Plus, after these changes portlint now complained when it did not before.

  WARN: /home/gerald/ports/lang/gcc6-devel/pkg-plist: [76]: unknown pkg-plist directive "@postexec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi"
  WARN: /home/gerald/ports/lang/gcc6-devel/pkg-plist: [77]: unknown pkg-plist directive "@postunexec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi"

At a minimum, I would have expected you to file a PR against portlint,
which Olli beat me to ( https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204900 )

Gerald


More information about the svn-ports-head mailing list