View | Details | Raw Unified | Return to bug 257911
Collapse All | Expand All

(-)b/graphics/stamp/Makefile (-4 / +4 lines)
Lines 2-16 Link Here
2
2
3
PORTNAME=	stamp
3
PORTNAME=	stamp
4
PORTVERSION=	2.0.8
4
PORTVERSION=	2.0.8
5
PORTREVISION=	11
5
PORTREVISION=	12
6
CATEGORIES=	graphics
6
CATEGORIES=	graphics
7
MASTER_SITES=	SF
7
MASTER_SITES=	SF
8
8
9
MAINTAINER=	ports@FreeBSD.org
9
MAINTAINER=	fuz@fuz.su
10
COMMENT=	Adds a graphical, configurable timestamp to a grayscale image
10
COMMENT=	Adds a graphical, configurable timestamp to a grayscale image
11
11
12
BROKEN_FreeBSD_13=	ld: error: duplicate symbol: DefaultNetbuf
12
LICENSE=	GPLv2+
13
BROKEN_FreeBSD_14=	ld: error: duplicate symbol: DefaultNetbuf
13
LICENSE_FILE=	${WRKSRC}/COPYING
14
14
15
USES=		jpeg
15
USES=		jpeg
16
GNU_CONFIGURE=	yes
16
GNU_CONFIGURE=	yes
(-)b/graphics/stamp/files/patch-lib_ftplib.c (+10 lines)
Added Link Here
1
--- lib/ftplib.c.orig	2021-08-17 12:18:12 UTC
2
+++ lib/ftplib.c
3
@@ -77,6 +77,7 @@ static char *version =
4
     "ftplib Release 3 12/xx/97, copyright 1996, 1997 Thomas Pfau";
5
 
6
 GLOBALDEF int ftplib_debug = 0;
7
+netbuf *DefaultNetbuf;
8
 
9
 #if defined(__unix__) || defined(VMS)
10
 #define net_read read
(-)b/graphics/stamp/files/patch-lib_ftplib.h (-1 / +11 lines)
Added Link Here
0
- 
1
--- lib/ftplib.h.orig	2021-08-17 12:17:32 UTC
2
+++ lib/ftplib.h
3
@@ -55,7 +55,7 @@ extern "C" {
4
 typedef struct NetBuf netbuf;
5
 
6
 /* v1 compatibility stuff */
7
-netbuf *DefaultNetbuf;
8
+extern netbuf *DefaultNetbuf;
9
 
10
 #define ftplib_lastresp FtpLastResponse(DefaultNetbuf)
11
 #define ftpInit FtpInit

Return to bug 257911