- Switch devel/libthai to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed - Convert USE_XZ to USES Approved by: portmgr blanket
This commit is contained in:
parent
cd2f77cb25
commit
ddfd2214d8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362891
3 changed files with 5 additions and 5 deletions
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= libthai
|
PORTNAME= libthai
|
||||||
PORTVERSION= 0.1.20
|
PORTVERSION= 0.1.20
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
MASTER_SITES= http://linux.thai.net/pub/thailinux/software/libthai/
|
MASTER_SITES= http://linux.thai.net/pub/thailinux/software/libthai/
|
||||||
|
|
||||||
|
@ -13,9 +14,8 @@ LICENSE= LGPL21
|
||||||
|
|
||||||
LIB_DEPENDS= libdatrie.so:${PORTSDIR}/devel/libdatrie
|
LIB_DEPENDS= libdatrie.so:${PORTSDIR}/devel/libdatrie
|
||||||
|
|
||||||
USE_XZ= yes
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USES= gmake pathfix pkgconfig
|
USES= gmake libtool pathfix pkgconfig tar:xz
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
OPTIONS_DEFINE= DOXYGEN
|
OPTIONS_DEFINE= DOXYGEN
|
||||||
|
|
|
@ -16,9 +16,9 @@ include/thai/thwstr.h
|
||||||
include/thai/tis.h
|
include/thai/tis.h
|
||||||
include/thai/wtt.h
|
include/thai/wtt.h
|
||||||
lib/libthai.a
|
lib/libthai.a
|
||||||
lib/libthai.la
|
|
||||||
lib/libthai.so
|
lib/libthai.so
|
||||||
lib/libthai.so.2
|
lib/libthai.so.0
|
||||||
|
lib/libthai.so.0.2.0
|
||||||
libdata/pkgconfig/libthai.pc
|
libdata/pkgconfig/libthai.pc
|
||||||
%%DOXYGEN%%%%DOCSDIR%%/html/annotated.html
|
%%DOXYGEN%%%%DOCSDIR%%/html/annotated.html
|
||||||
%%DOXYGEN%%%%DOCSDIR%%/html/bc_s.png
|
%%DOXYGEN%%%%DOCSDIR%%/html/bc_s.png
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= m17n-lib
|
PORTNAME= m17n-lib
|
||||||
PORTVERSION= 1.6.4
|
PORTVERSION= 1.6.4
|
||||||
PORTREVISION= 3
|
PORTREVISION= 4
|
||||||
CATEGORIES= devel textproc
|
CATEGORIES= devel textproc
|
||||||
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
|
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
|
||||||
MASTER_SITE_SUBDIR= m17n
|
MASTER_SITE_SUBDIR= m17n
|
||||||
|
|
Loading…
Reference in a new issue