Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 07 Apr 2014 16:38:31 +0200
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        Gerald Pfeifer <gerald@pfeifer.com>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r350437 - head/lang/gcc47
Message-ID:  <33DF6797A917667990B328F1@ogg.in.absolight.net>
In-Reply-To: <alpine.LSU.2.11.1404071118050.5303@tuna.site>
References:  <201404070917.s379H6rE049741@svn.freebsd.org> <alpine.LSU.2.11.1404071118050.5303@tuna.site>

next in thread | previous in thread | raw e-mail | index | archive | help
+--On 7 avril 2014 15:10:32 +0200 Gerald Pfeifer <gerald@pfeifer.com> wrote:
| 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.)

Ok, gotcha.

you have to remove the .1 file, not the .1.gz, the compress-man target is
ran after the post-install one (so that man pages you install in there get
compressed too.)

-- 
Mathieu Arnold



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