Update to 3.0.6.
This commit is contained in:
parent
87594aa042
commit
b7fe838635
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=278550
3 changed files with 15 additions and 7 deletions
|
@ -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 <bsd.port.pre.mk>
|
||||
|
||||
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue