mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Update to version 1.0.4
PR: ports/65213 Submitted by: maintainer
This commit is contained in:
parent
e6bf441a59
commit
b9bd2c10b3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=106325
4 changed files with 3 additions and 33 deletions
|
@ -8,8 +8,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= ex
|
||||
PORTVERSION= 1.0.2
|
||||
PORTREVISION= 3
|
||||
PORTVERSION= 1.0.4
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ftp://ftp.ossp.org/pkg/lib/ex/
|
||||
PKGNAMEPREFIX= ossp-
|
||||
|
@ -28,9 +27,5 @@ INSTALLS_SHLIB= yes
|
|||
BROKEN= "Does not compile on alpha"
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} >= 500000
|
||||
EXTRA_PATCHES= ${PATCHDIR}/extra-patch-ts.c
|
||||
.endif
|
||||
|
||||
.include "${FILESDIR}/manpages.mk"
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (ex-1.0.2.tar.gz) = 5fa7e0f173fc51ca1cd2fae1df81c820
|
||||
SIZE (ex-1.0.2.tar.gz) = 205951
|
||||
MD5 (ex-1.0.4.tar.gz) = 9054e4325e5e182b2105566d9d02732d
|
||||
SIZE (ex-1.0.4.tar.gz) = 306196
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- ts.c.orig Wed Mar 24 17:36:35 2004
|
||||
+++ ts.c Wed Mar 24 17:36:49 2004
|
||||
@@ -202,7 +202,7 @@
|
||||
|
||||
if (format == NULL || ap == NULL)
|
||||
return NULL;
|
||||
- ap2 = ap;
|
||||
+ va_copy(ap2, ap);
|
||||
if ((n = ts_suite_mvxprintf(NULL, 0, format, ap)) == -1)
|
||||
return NULL;
|
||||
if ((buffer = (char *)malloc(n+1)) == NULL)
|
|
@ -1,14 +0,0 @@
|
|||
--- ex.h.orig Wed Mar 24 18:13:57 2004
|
||||
+++ ex.h Wed Mar 24 18:14:09 2004
|
||||
@@ -86,9 +86,9 @@
|
||||
void *ex_object;
|
||||
void *ex_value;
|
||||
/* throw point */
|
||||
- char *ex_file;
|
||||
+ const char *ex_file;
|
||||
int ex_line;
|
||||
- char *ex_func;
|
||||
+ const char *ex_func;
|
||||
} ex_t;
|
||||
|
||||
/* declare the context type (private) */
|
Loading…
Add table
Reference in a new issue