Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Jul 2010 02:27:07 +0400
From:      Anonymous <swell.k@gmail.com>
To:        Ashish SHUKLA <ashish@FreeBSD.org>
Cc:        cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org
Subject:   Re: cvs commit: ports/editors/emacs-devel Makefile distinfo pkg-plist ports/editors/emacs-devel/files patch-Makefile.in patch-configure patch-src-image.c
Message-ID:  <86sk33w8ck.fsf@gmail.com>
References:  <201007281223.o6SCN2wZ043075@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Ashish SHUKLA <ashish@FreeBSD.org> writes:

> ashish      2010-07-28 12:23:02 UTC
>
>   FreeBSD ports repository
>
>   Modified files:
>     editors/emacs-devel  Makefile distinfo pkg-plist 
>     editors/emacs-devel/files patch-Makefile.in 
>   Added files:
>     editors/emacs-devel/files patch-configure 
>   Removed files:
>     editors/emacs-devel/files patch-src-image.c 
[...]
> +.if ${OSVERSION} > 900000
> +PLIST_SUB+=	9X=""
> +.else
> +PLIST_SUB+=	9X="@comment "
>  .endif
[...]
> +%%9X%%%%DATADIR%%/%%EMACS_VER%%/etc/DOC-%%EMACS_VER%%.2

I don't have such a file on

  $ uname -vm
  FreeBSD 9.0-CURRENT #0 r210488=f584a68-dirty: Mon Jul 26 04:27:58 UTC 2010     holo@raphael.local:/a/objdir/a/dirty_build/sys/PHOENIX  amd64

I guess the transient file sometimes appear when you re-start broken
build rather than using `make clean && make all'.

> +@dirrmtry %%DATADIR%%/site-lisp
> +@dirrmtry %%DATADIR%%

Either add entire MTREE_FILE as @dirrmtry or remove above lines.

BTW, you forgot to remove/update MASTERDIR/pkg-message.



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