Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Apr 2014 15:10:32 +0200 (CEST)
From:      Gerald Pfeifer <gerald@pfeifer.com>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org,  svn-ports-head@freebsd.org
Subject:   Re: svn commit: r350437 - head/lang/gcc47
Message-ID:  <alpine.LSU.2.11.1404071118050.5303@tuna.site>
In-Reply-To: <201404070917.s379H6rE049741@svn.freebsd.org>
References:  <201404070917.s379H6rE049741@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 7 Apr 2014, Gerald Pfeifer wrote:
>   No longer install rebuild-gcj-db47 (which requires bash among others)
>   and its man page.

> Modified: head/lang/gcc47/Makefile
> ==============================================================================
> @@ -135,6 +135,8 @@ full-regression-test: build
>  post-install:
>  	${RM} -f ${STAGEDIR}${TARGLIB}/*.la
>  	${RM} -f ${STAGEDIR}${PREFIX}/man/man7/*
> +	${RM} -f ${STAGEDIR}${PREFIX}/bin/rebuild-gcj-db${SUFFIX} \
> +	         ${STAGEDIR}${PREFIX}/man/man1/rebuild-gcj-db${SUFFIX}.1.gz

> Modified: head/lang/gcc47/pkg-plist
> ==============================================================================
> -%%JAVA%%bin/rebuild-gcj-db%%SUFFIX%%
:
> -%%JAVA%%man/man1/rebuild-gcj-db%%SUFFIX%%.1.gz

And I must be missing something really obvious, but does anyone
see why after this I am now getting

  ====> Items missing from pkg-plist (check-orphans)
  man/man1/rebuild-gcj-db%%SUFFIX%%.1.gz

despite removing this file explicitly?  (I'm impressed that 
check-orphans uses %%SUFFIX%% by the way.)

Gerald



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.LSU.2.11.1404071118050.5303>