mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Update to version 1.3.4
PR: ports/112134 Submitted by: KATO Tsuguru <tkato432 AT yahoo.com>
This commit is contained in:
parent
9bde6c9045
commit
a0ba47fbea
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=195117
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= m17n-lib
|
||||
PORTVERSION= 1.3.3
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.3.4
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://www.m17n.org/m17n-lib-download/
|
||||
|
||||
@ -24,7 +23,6 @@ RUN_DEPENDS= ${LOCALBASE}/share/m17n/mdb.dir:${PORTSDIR}/devel/m17n-db
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_XLIB= yes
|
||||
USE_GNOME= gnometarget libxml2 pkgconfig
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
USE_LDCONFIG= yes
|
||||
@ -51,5 +49,6 @@ post-patch:
|
||||
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
|
||||
's|$${libdir}/pkgconfig|$${prefix}/libdata/pkgconfig|g ; \
|
||||
s|-ldl||g'
|
||||
@${REINPLACE_CMD} -e '/if test/s|==|=|g' ${WRKSRC}/configure
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (m17n-lib-1.3.3.tar.gz) = f07f9fb93506db439567f774290e4dd6
|
||||
SHA256 (m17n-lib-1.3.3.tar.gz) = 6001c3c100a651a49e2d1e1d711a822b3104bb12fa892a5bec0781caac6b85c6
|
||||
SIZE (m17n-lib-1.3.3.tar.gz) = 737391
|
||||
MD5 (m17n-lib-1.3.4.tar.gz) = 2941f70281baaaced75fc2715476cfa9
|
||||
SHA256 (m17n-lib-1.3.4.tar.gz) = fc6ffc8615db261a6d57951d445b41a72fa33bc5f19bbce1009d639e4a769e5f
|
||||
SIZE (m17n-lib-1.3.4.tar.gz) = 965402
|
||||
|
11
devel/m17n-lib/files/patch-examples__Makefile.in
Normal file
11
devel/m17n-lib/files/patch-examples__Makefile.in
Normal file
@ -0,0 +1,11 @@
|
||||
--- example/Makefile.in.orig Mon Nov 27 15:50:47 2006
|
||||
+++ example/Makefile.in Tue Apr 24 16:25:04 2007
|
||||
@@ -325,7 +325,7 @@
|
||||
sysconfdir = @sysconfdir@
|
||||
target_alias = @target_alias@
|
||||
BASICPROGS = m17n-conv
|
||||
-common_ldflags = ${top_builddir}/src/libm17n-core.la ${top_builddir}/src/libm17n.la
|
||||
+common_ldflags = ${top_builddir}/src/libm17n-core.la ${top_builddir}/src/libm17n.la $(INTLLIBS)
|
||||
common_ldflags_gui = ${common_ldflags} ${top_builddir}/src/libm17n-gui.la
|
||||
AM_CPPFLAGS = @CONFIG_FLAGS@
|
||||
m17n_date_SOURCES = mdate.c
|
Loading…
Reference in New Issue
Block a user