mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
- Update to 8.42
This commit is contained in:
parent
480fedc2b2
commit
7d388052a1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=201584
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= msort
|
||||
PORTVERSION= 8.38
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 8.42
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= http://billposer.org/Software/Downloads/
|
||||
|
||||
@ -16,10 +15,11 @@ COMMENT= Sorting files in sophisticated ways
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
LIB_DEPENDS= tre:${PORTSDIR}/textproc/libtre \
|
||||
uninum:${PORTSDIR}/devel/libuninum
|
||||
uninum:${PORTSDIR}/devel/libuninum \
|
||||
utf8proc:${PORTSDIR}/textproc/utf8proc
|
||||
RUN_DEPENDS= iwidgets>=0:${PORTSDIR}/x11-toolkits/iwidgets
|
||||
|
||||
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib"
|
||||
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" CPPFLAGS="-I${LOCALBASE}/include"
|
||||
MAKE_ENV+= INCLUDES="-I${LOCALBASE}/include"
|
||||
GNU_CONFIGURE= yes
|
||||
USE_TK_RUN= yes
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (msort-8.38.tar.gz) = d36a2810794da25f077dffec3bb30778
|
||||
SHA256 (msort-8.38.tar.gz) = aba670926b6dc1c1f4639e2d60fa805c50b2884ad799f623d81b1ae8fa496394
|
||||
SIZE (msort-8.38.tar.gz) = 379986
|
||||
MD5 (msort-8.42.tar.gz) = eafe317b58a16752fb5dc5d25383d5f4
|
||||
SHA256 (msort-8.42.tar.gz) = b05cb15bf02eed01b004b1930a40e13b1b77c21cf8e5d7d5268adc68f040977e
|
||||
SIZE (msort-8.42.tar.gz) = 395718
|
||||
|
@ -1,11 +1,11 @@
|
||||
--- Makefile.in.orig Mon Mar 5 16:08:46 2007
|
||||
+++ Makefile.in Wed Jul 25 09:26:41 2007
|
||||
@@ -120,7 +120,7 @@
|
||||
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
||||
LDFLAGS = @LDFLAGS@
|
||||
LIBOBJS = @LIBOBJS@
|
||||
-LIBS = @LIBS@ -lgmp
|
||||
+LIBS = @LIBS@ -lgmp -lintl
|
||||
LTLIBOBJS = @LTLIBOBJS@
|
||||
MAKEINFO = @MAKEINFO@
|
||||
NOCOMPARISONCNT_FALSE = @NOCOMPARISONCNT_FALSE@
|
||||
--- Makefile.in.orig 2007-09-03 14:48:29.000000000 +0800
|
||||
+++ Makefile.in 2007-10-15 10:11:35.000000000 +0800
|
||||
@@ -37,7 +37,7 @@
|
||||
PRE_UNINSTALL = :
|
||||
POST_UNINSTALL = :
|
||||
bin_PROGRAMS = msort$(EXEEXT)
|
||||
-@UNINUMOK_TRUE@am__append_1 = -lgmp -luninum
|
||||
+@UNINUMOK_TRUE@am__append_1 = -lgmp -luninum -lintl
|
||||
@UTF8PROCOK_TRUE@am__append_2 = -lutf8proc
|
||||
@UTF8PROCOK_TRUE@am__append_3 = -DUSEUTF8PROC
|
||||
@UTF8PROCOK_FALSE@am__append_4 = -licutu
|
||||
|
Loading…
Reference in New Issue
Block a user