- update to current release
- drop patch incorporated upstream at maintainer's advice PR: ports/99283 Submitted by: itetcu (me) Requested by: Costi Ciudatu <ccciudatu @ gmail.com> Tested by: Costi Ciudatu <ccciudatu @ gmail.com> Approved by: maintainer
This commit is contained in:
parent
dbcaef4104
commit
168b676ce0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=166084
3 changed files with 4 additions and 18 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= foo2zjs
|
||||
PORTVERSION= 20060607
|
||||
PORTVERSION= 20060622
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= http://foo2zjs.rkkda.com/
|
||||
DISTNAME= ${PORTNAME}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (foo2zjs.tar.gz) = 42eafbaaf8224fcf2c418bd62bc1ae14
|
||||
SHA256 (foo2zjs.tar.gz) = 5f292d3a7cd87afd2a764cc42815bfe88ef1ebd8d153ef2756edc982ab965d80
|
||||
SIZE (foo2zjs.tar.gz) = 917862
|
||||
MD5 (foo2zjs.tar.gz) = 44674c6a42ce956f9e3c54592c763a6e
|
||||
SHA256 (foo2zjs.tar.gz) = 18f74850b72185a00115f2e19decc75bdce6e6f8156a37428ed57dd40fd751e6
|
||||
SIZE (foo2zjs.tar.gz) = 918090
|
||||
|
|
|
@ -1,14 +0,0 @@
|
|||
--- icc2ps/lcms.h Sun Jun 4 14:21:49 2006
|
||||
+++ icc2ps/lcms.h Sun Jun 4 14:22:05 2006
|
||||
@@ -133,9 +133,8 @@
|
||||
|
||||
#if defined(__OpenBSD__) || defined(__NetBSD__) || defined(__FreeBSD__)
|
||||
# include <sys/types.h>
|
||||
-# define USE_INT64 1
|
||||
-# define LCMSSLONGLONG int_64_t
|
||||
-# define LCMSULONGLONG u_int64_t
|
||||
+# define LCMSSLONGLONG int64_t
|
||||
+# define LCMSULONGLONG uint64_t
|
||||
#endif
|
||||
|
||||
#ifdef USE_INT64
|
Loading…
Reference in a new issue