mirror of
https://git.freebsd.org/ports.git
synced 2025-06-17 02:30:44 -04:00
- Update to 1.2.0.
PR: ports/78310 Submitted by: Ports Fury Approved by: pav (mentor)
This commit is contained in:
parent
82c90c073f
commit
2b06b64a29
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=130266
3 changed files with 24 additions and 18 deletions
|
@ -6,25 +6,26 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= m17n-lib
|
PORTNAME= m17n-lib
|
||||||
PORTVERSION= 1.1.0
|
PORTVERSION= 1.2.0
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
MASTER_SITES= http://www.m17n.org/m17n-lib/download/
|
MASTER_SITES= http://www.m17n.org/m17n-lib/download/
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= A library for the multilingual text handling
|
COMMENT= A library for the multilingual text handling
|
||||||
|
|
||||||
LIB_DEPENDS= fribidi.0:${PORTSDIR}/converters/fribidi \
|
|
||||||
otf.0:${PORTSDIR}/print/libotf \
|
|
||||||
Xft.2:${PORTSDIR}/x11-fonts/libXft \
|
|
||||||
gd.4:${PORTSDIR}/graphics/gd
|
|
||||||
BUILD_DEPENDS= ${LOCALBASE}/share/m17n/mdb.dir:${PORTSDIR}/devel/m17n-db
|
BUILD_DEPENDS= ${LOCALBASE}/share/m17n/mdb.dir:${PORTSDIR}/devel/m17n-db
|
||||||
|
LIB_DEPENDS= fribidi.0:${PORTSDIR}/converters/fribidi \
|
||||||
|
gd.4:${PORTSDIR}/graphics/gd \
|
||||||
|
otf.0:${PORTSDIR}/print/libotf \
|
||||||
|
Xft.2:${PORTSDIR}/x11-fonts/libXft
|
||||||
RUN_DEPENDS= ${LOCALBASE}/share/m17n/mdb.dir:${PORTSDIR}/devel/m17n-db
|
RUN_DEPENDS= ${LOCALBASE}/share/m17n/mdb.dir:${PORTSDIR}/devel/m17n-db
|
||||||
|
|
||||||
USE_REINPLACE= yes
|
|
||||||
USE_XLIB= yes
|
USE_XLIB= yes
|
||||||
USE_GNOME= libxml2
|
USE_GNOME= gnometarget libxml2 pkgconfig
|
||||||
|
USE_REINPLACE= yes
|
||||||
USE_LIBTOOL_VER= 15
|
USE_LIBTOOL_VER= 15
|
||||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||||
|
LDFLAGS="-L${LOCALBASE}/lib"
|
||||||
INSTALLS_SHLIB= yes
|
INSTALLS_SHLIB= yes
|
||||||
|
|
||||||
OPTIONS= ANTHY "With Anthy support" off \
|
OPTIONS= ANTHY "With Anthy support" off \
|
||||||
|
@ -32,13 +33,13 @@ OPTIONS= ANTHY "With Anthy support" off \
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
.ifdef WITH_ANTHY
|
.if defined(WITH_ANTHY)
|
||||||
LIB_DEPENDS+= anthy.1:${PORTSDIR}/japanese/anthy
|
LIB_DEPENDS+= anthy.1:${PORTSDIR}/japanese/anthy
|
||||||
.else
|
.else
|
||||||
CONFIGURE_ENV+= ac_cv_lib_anthydic_anthy_init_sessions=no
|
CONFIGURE_ENV+= ac_cv_lib_anthydic_anthy_init_sessions=no
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.ifdef WITH_ISPELL
|
.if defined(WITH_ISPELL)
|
||||||
BUILD_DEPENDS+= ispell:${PORTSDIR}/textproc/ispell
|
BUILD_DEPENDS+= ispell:${PORTSDIR}/textproc/ispell
|
||||||
RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/ispell
|
RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/ispell
|
||||||
.else
|
.else
|
||||||
|
@ -46,6 +47,8 @@ CONFIGURE_ENV+= HAVE_ISPELL=no
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
${REINPLACE_CMD} -e 's/-ldl//' ${WRKSRC}/*/Makefile.in
|
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
|
||||||
|
's|$${libdir}/pkgconfig|$${prefix}/libdata/pkgconfig|g ; \
|
||||||
|
s|-ldl||g'
|
||||||
|
|
||||||
.include <bsd.port.post.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
MD5 (m17n-lib-1.1.0.tar.gz) = 7ee402c37e1a459b274f1ccb2a4d90f3
|
MD5 (m17n-lib-1.2.0.tar.gz) = 215242775c67930e20597b2c7703acef
|
||||||
SIZE (m17n-lib-1.1.0.tar.gz) = 657484
|
SIZE (m17n-lib-1.2.0.tar.gz) = 675191
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
bin/m17n-config
|
bin/m17n-config
|
||||||
bin/mconv
|
bin/m17n-conv
|
||||||
bin/mdate
|
bin/m17n-date
|
||||||
bin/mdump
|
bin/m17n-dump
|
||||||
bin/medit
|
bin/m17n-edit
|
||||||
bin/mview
|
bin/m17n-view
|
||||||
include/m17n-X.h
|
include/m17n-X.h
|
||||||
include/m17n-core.h
|
include/m17n-core.h
|
||||||
include/m17n-gui.h
|
include/m17n-gui.h
|
||||||
|
@ -26,3 +26,6 @@ lib/libmimx-anthy.so
|
||||||
lib/libmimx-anthy.so.1
|
lib/libmimx-anthy.so.1
|
||||||
lib/libmimx-ispell.so
|
lib/libmimx-ispell.so
|
||||||
lib/libmimx-ispell.so.1
|
lib/libmimx-ispell.so.1
|
||||||
|
libdata/pkgconfig/m17n-core.pc
|
||||||
|
libdata/pkgconfig/m17n-gui.pc
|
||||||
|
libdata/pkgconfig/m17n-shell.pc
|
||||||
|
|
Loading…
Add table
Reference in a new issue