cvs commit: ports/editors/emacs-devel Makefile distinfo pkg-plist ports/editors/emacs-devel/files patch-Makefile.in patch-configure patch-src-image.c

Anonymous swell.k at gmail.com
Wed Jul 28 22:27:21 UTC 2010


Ashish SHUKLA <ashish at 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 at 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'.

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

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

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


More information about the cvs-ports mailing list