On Tue Aug 29, 2023 at 11:59:04AM +0200, Rafael Sadowski wrote:
> Looks like eterm picks up freetype from xenocara and not from
> print/freetype (1.X) if print/freetype is not installed.
> 
> OK to remove print/freetype and update eterm when there are no consumers
> left? See:
> 
> print/bg5ps, magicpoint-1.13a mails on ports@

FYI: I was able to test with transparency and some backgrounds. Works
smoothly without freetype1. BTW the binary is called Eterm.

OK to remove freetype1 and update Eterm?


> 
> Cheers Rafael
> 
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/x11/eterm/Makefile,v
> retrieving revision 1.49
> diff -u -p -u -p -r1.49 Makefile
> --- Makefile  28 Feb 2023 10:17:19 -0000      1.49
> +++ Makefile  29 Aug 2023 18:48:00 -0000
> @@ -6,7 +6,7 @@ DISTNAME=     Eterm-$V
>  DISTFILES=   ${DISTNAME}${EXTRACT_SUFX}
>  # also see below
>  PKGNAME=     eterm-$V
> -REVISION=    1
> +REVISION=    2
>  SHARED_LIBS +=  Eterm                1.0      # unknown
>  CATEGORIES=  x11
>  
> @@ -19,11 +19,10 @@ MASTER_SITES=     ${HOMEPAGE}/download/ \
>               ${MASTER_SITE_SOURCEFORGE:=eterm/}
>  
>  WANTLIB += ICE Imlib2 SM X11 X11-xcb XRes Xext ast c freetype
> -WANTLIB += iconv m pcre ttf util xcb xcb-shm z
> +WANTLIB += iconv m pcre util xcb xcb-shm z
>  
>  LIB_DEPENDS= converters/libiconv \
>               devel/libast \
> -             print/freetype
>  
>  CONFIGURE_STYLE=gnu
>  CONFIGURE_ARGS=      --enable-trans \
> 

Reply via email to