Alex Holst [2006-12-27, 06:49:06]:
> I sent this to $MAINTAINER but he returned E_NOTIME, so I'm sending this
> here instead.
> 
> Building msttcorefonts borked for me with cabextract complaining about
> invalid invokation. Without this diff, make extract fails. This fixes
> msttcorefonts for me:

I can't reproduce this.  On which arch are you seeing it?

> 
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/x11/msttcorefonts/Makefile,v
> retrieving revision 1.9
> diff -u -r1.9 Makefile
> --- Makefile    20 Nov 2006 12:28:48 -0000      1.9
> +++ Makefile    26 Dec 2006 21:32:59 -0000
> @@ -39,8 +39,8 @@
>  
>  INST_DIR=              ${PREFIX}/lib/X11/fonts/mscorefonts
>  
> -EXTRACT_CASES=         *.exe) cabextract ${FULLDISTDIR}/$$archive \
> -                       --lowercase --quiet --directory=${WRKDIST} ;;
> +EXTRACT_CASES=         *.exe) cabextract --lowercase --quiet 
> --directory=${WRKDIST} \
> +                       ${FULLDISTDIR}/$$archive ;;
>  
>  do-install:
>         ${INSTALL_DATA_DIR} ${INST_DIR}
> 
> -- 
> I prefer the dark of the night, after midnight and before four-thirty,
> when it's more bare, more hollow.                http://a.mongers.org 

Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm

Reply via email to