diff options
Diffstat (limited to '')
-rw-r--r-- | textproc/ansifilter/Makefile | 2 | ||||
-rw-r--r-- | textproc/ansifilter/distinfo | 6 | ||||
-rw-r--r-- | textproc/exempi/files/patch-source_Host__IO-POSIX.cpp | 25 | ||||
-rw-r--r-- | textproc/libxslt/Makefile | 3 | ||||
-rw-r--r-- | textproc/link-grammar/Makefile | 6 | ||||
-rw-r--r-- | textproc/link-grammar/distinfo | 6 |
6 files changed, 10 insertions, 38 deletions
diff --git a/textproc/ansifilter/Makefile b/textproc/ansifilter/Makefile index be876315d05c..d13aaa67f863 100644 --- a/textproc/ansifilter/Makefile +++ b/textproc/ansifilter/Makefile @@ -1,5 +1,5 @@ PORTNAME= ansifilter -DISTVERSION= 2.21 +DISTVERSION= 2.22 CATEGORIES= textproc MASTER_SITES= http://www.andre-simon.de/zip/ diff --git a/textproc/ansifilter/distinfo b/textproc/ansifilter/distinfo index 8e04d1e25bdb..aa2bfcd00f3b 100644 --- a/textproc/ansifilter/distinfo +++ b/textproc/ansifilter/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1725800187 -SHA256 (ansifilter-2.21.tar.bz2) = 5ea7cfdfd0752d5a169259da005c18b9037628036fd89d8b82624bacec9c1390 -SIZE (ansifilter-2.21.tar.bz2) = 434994 +TIMESTAMP = 1757678751 +SHA256 (ansifilter-2.22.tar.bz2) = ccff41ca740b813bf9103868b5000f4243d32a75304ea929a214c49b943ecc93 +SIZE (ansifilter-2.22.tar.bz2) = 435974 diff --git a/textproc/exempi/files/patch-source_Host__IO-POSIX.cpp b/textproc/exempi/files/patch-source_Host__IO-POSIX.cpp deleted file mode 100644 index af8efd93393e..000000000000 --- a/textproc/exempi/files/patch-source_Host__IO-POSIX.cpp +++ /dev/null @@ -1,25 +0,0 @@ ---- source/Host_IO-POSIX.cpp.orig 2023-12-24 09:37:15.000000000 -0800 -+++ source/Host_IO-POSIX.cpp 2025-09-11 02:22:42.614150000 -0700 -@@ -6,6 +6,8 @@ - // NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms - // of the Adobe license agreement accompanying it. - // ================================================================================================= -+ -+#include <sys/param.h> - - #include "public/include/XMP_Environment.h" // ! This must be the first include. - -@@ -523,7 +525,13 @@ - while ( true ) { - // Ignore all children with names starting in '.'. This covers ., .., .DS_Store, etc. - // ! On AIX readdir_r returns 9 instead of 0 for normal termination. -+#if defined(__FreeBSD_version) && __FreeBSD_version >= 1600000 -+ int err = 0; -+ if ((result = readdir ( folder )) == NULL) // ! Thread-safe form is not thread safe. -+ err = errno; -+#else - int err = readdir_r ( folder, childInfo, &result ); // ! Use the thread-safe form. -+#endif - if ( err == 9 ) return false; // Tolerable should some other UNIX return 9. - if ( err != 0 ) XMP_Throw ( "Host_IO::GetNextChild, readdir_r failed", kXMPErr_ExternalFailure ); - if ( result == 0 ) return false; diff --git a/textproc/libxslt/Makefile b/textproc/libxslt/Makefile index 344606952e8f..dcfd2041aefc 100644 --- a/textproc/libxslt/Makefile +++ b/textproc/libxslt/Makefile @@ -12,9 +12,6 @@ WWW= https://gitlab.gnome.org/GNOME/libxslt/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/Copyright -DEPRECATED= unmaintained with multiple unfixed security vulnerabilities -EXPIRATION_DATE=2025-09-12 - # See note in textproc/libxml2 for why this port uses autotools USES= cpe gmake gnome libtool localbase:ldflags pathfix pkgconfig tar:xz CPE_VENDOR= xmlsoft diff --git a/textproc/link-grammar/Makefile b/textproc/link-grammar/Makefile index 4f6589a90884..b1b2759324c6 100644 --- a/textproc/link-grammar/Makefile +++ b/textproc/link-grammar/Makefile @@ -1,5 +1,5 @@ PORTNAME= link-grammar -DISTVERSION= 5.12.5 +DISTVERSION= 5.12.6 CATEGORIES= textproc MASTER_SITES= https://www.gnucash.org/${PORTNAME}/downloads/${PORTVERSION}/ @@ -10,6 +10,8 @@ WWW= https://opencog.github.io/link-grammar-website/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE +LIB_DEPENDS= libpcre2-8.so:devel/pcre2 + USES= compiler:c++11-lib dos2unix gmake libtool localbase ncurses \ pathfix pkgconfig sqlite USE_LDCONFIG= yes @@ -20,8 +22,6 @@ CONFIGURE_ARGS= --disable-maintainer-mode \ INSTALL_TARGET= install-strip -LIB_DEPENDS= libpcre2-8.so:devel/pcre2 - PLIST_SUB= VERSION=${PORTVERSION} OPTIONS_SUB= yes diff --git a/textproc/link-grammar/distinfo b/textproc/link-grammar/distinfo index a32a516e4f17..fb51b563b379 100644 --- a/textproc/link-grammar/distinfo +++ b/textproc/link-grammar/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1754743831 -SHA256 (link-grammar-5.12.5.tar.gz) = adf7e60a40248e261dd159b948ad6c6b8cd4f99142525888081dca140395da34 -SIZE (link-grammar-5.12.5.tar.gz) = 4727809 +TIMESTAMP = 1757670133 +SHA256 (link-grammar-5.12.6.tar.gz) = 997dd6b236c7957fdda975a402e066b3e031134e7c75eb0e6d8f106185cc0814 +SIZE (link-grammar-5.12.6.tar.gz) = 4726532 |