From db13f8446f315a75928e8ee0af939453e3f77f44 Mon Sep 17 00:00:00 2001 From: nobutaka Date: Sat, 30 Jul 2011 04:28:40 +0000 Subject: Update to 3.0.6. --- x11/mlterm/Makefile | 16 ++++++++++++---- x11/mlterm/distinfo | 4 ++-- x11/mlterm/pkg-plist | 2 +- 3 files changed, 15 insertions(+), 7 deletions(-) (limited to 'x11') diff --git a/x11/mlterm/Makefile b/x11/mlterm/Makefile index 06dbb9240e7d..091d87365b1f 100644 --- a/x11/mlterm/Makefile +++ b/x11/mlterm/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mlterm -PORTVERSION= 3.0.5 +PORTVERSION= 3.0.6 CATEGORIES= x11 MASTER_SITES= SF/${PORTNAME}/01release/${PORTNAME}-${PORTVERSION} @@ -24,7 +24,6 @@ USE_GETTEXT= yes CONFIGURE_ARGS= --with-imagelib=gdk-pixbuf2 --enable-utmp \ --mandir="${LOCALBASE}/man" --enable-optimize-redrawing \ --with-tools="mlclient,mlconfig,mlterm-menu,mlcc,w3mmlconfig,mlimgloader" \ - --with-type-engines="xcore,xft" \ --disable-iiimf CONFIGURE_ENV= LIBS="${LIBS} -L${LOCALBASE}/lib ${PTHREAD_LIBS} -lintl" CFLAGS="${CFLAGS} -I${LOCALBASE}/include" MAKE_JOBS_UNSAFE= yes @@ -32,7 +31,8 @@ OPTIONS= FRIBIDI "Use Fribidi for BiDi rendering" off \ UIM "uim support (experimental)" off \ M17NLIB "m17n library support (experimental)" off \ SCIM "SCIM support (experimental)" off \ - IBUS "IBUS support (experimental)" off + IBUS "IBUS support (experimental)" off \ + CAIRO "Use Cairo for type engine (experimental)" off .include @@ -63,7 +63,6 @@ CONFIGURE_ARGS+= --disable-m17nlib PLIST_SUB+= M17NLIB="@comment " .endif - .if defined(WITH_SCIM) CONFIGURE_ARGS+= --enable-scim MAKE_ENV= LIBS_LOCAL=-L${LOCALBASE}/lib @@ -84,6 +83,15 @@ CONFIGURE_ARGS+= --disable-ibus PLIST_SUB+= IBUS="@comment " .endif +.if defined(WITH_CAIRO) +CONFIGURE_ARGS+= --with-type-engines="xcore,xft,cairo" +MAKE_ENV= LIBS_LOCAL=-L${LOCALBASE}/lib +LIB_DEPENDS+= cairo.2:${PORTSDIR}/graphics/cairo +.else +CONFIGURE_ARGS+= --with-type-engines="xcore,xft" +.endif + + .if ${OSVERSION} >= 900004 MAKE_ENV= LIBS_LOCAL=-lutempter .else diff --git a/x11/mlterm/distinfo b/x11/mlterm/distinfo index f32cdfaa93cb..e2ea6388c476 100644 --- a/x11/mlterm/distinfo +++ b/x11/mlterm/distinfo @@ -1,2 +1,2 @@ -SHA256 (mlterm-3.0.5.tar.gz) = f9391fa9258d3b5bc0cce47d9b6e3a9058c80773f643972fe64e5d76440e727a -SIZE (mlterm-3.0.5.tar.gz) = 2722809 +SHA256 (mlterm-3.0.6.tar.gz) = 7de81f5b296312e39312481a14d75e93c6a7ddde385b08c22a31e61c168005f1 +SIZE (mlterm-3.0.6.tar.gz) = 3375241 diff --git a/x11/mlterm/pkg-plist b/x11/mlterm/pkg-plist index 969e9050a074..2f2333e3f7cd 100644 --- a/x11/mlterm/pkg-plist +++ b/x11/mlterm/pkg-plist @@ -22,7 +22,7 @@ lib/libkik.so.13 lib/libmkf.a lib/libmkf.la lib/libmkf.so -lib/libmkf.so.15 +lib/libmkf.so.16 lib/libvte-mlterm.a lib/libvte-mlterm.la lib/libvte-mlterm.so -- cgit