Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/swath Update to swath-0.6.1nb2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9c3efbe3d31d
branches:  trunk
changeset: 437634:9c3efbe3d31d
user:      scole <scole%pkgsrc.org@localhost>
date:      Fri Aug 28 16:59:43 2020 +0000

description:
Update to swath-0.6.1nb2
- add fix for darwin build and other OS that have wcpcpy.
  configure scripts not working properly for above case.  upstream
  author is aware and hopefully will have a proper fix included in next
  official release

diffstat:

 textproc/swath/Makefile |  11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

diffs (35 lines):

diff -r 78b2f35f32f4 -r 9c3efbe3d31d textproc/swath/Makefile
--- a/textproc/swath/Makefile   Fri Aug 28 16:21:20 2020 +0000
+++ b/textproc/swath/Makefile   Fri Aug 28 16:59:43 2020 +0000
@@ -1,24 +1,27 @@
-# $NetBSD: Makefile,v 1.8 2020/08/13 16:22:40 scole Exp $
+# $NetBSD: Makefile,v 1.9 2020/08/28 16:59:43 scole Exp $
 #
 
 DISTNAME=      swath-0.6.1
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=tlwg/}
 GITHUB_TAG=    f5b0a9b804cc3f4a3d40f2de3d54a99d1c0a5643
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://linux.thai.net/projects/thailatex
+HOMEPAGE=      https://linux.thai.net/projects/swath
 COMMENT=       Smart Word Analysis for THai
 LICENSE=       gnu-gpl-v2
 
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes
 USE_LANGUAGES= c c++
-USE_TOOLS=     gmake pkg-config sh aclocal autoconf automake
+USE_TOOLS=     gmake pkg-config sh aclocal autoconf automake touch
 
 pre-configure:
        cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${SH} ./autogen.sh
 
+post-configure:
+       cd ${WRKSRC} && ${TOUCH} lib/libcompat.la
+
 .include "../../devel/libdatrie/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index