pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/swath
Module Name: pkgsrc
Committed By: scole
Date: Fri Aug 28 16:59:43 UTC 2020
Modified Files:
pkgsrc/textproc/swath: Makefile
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/textproc/swath/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/swath/Makefile
diff -u pkgsrc/textproc/swath/Makefile:1.8 pkgsrc/textproc/swath/Makefile:1.9
--- pkgsrc/textproc/swath/Makefile:1.8 Thu Aug 13 16:22:40 2020
+++ pkgsrc/textproc/swath/Makefile Fri Aug 28 16:59:43 2020
@@ -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