View | Details | Raw Unified | Return to bug 234381 | Differences between
and this patch

Collapse All | Expand All

(-)./distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (qrq-0.3.1.tar.gz) = 92988a33b7eddb3941cf91a285a57f4f0872722adf003350a8afe2caf83159a1
1
TIMESTAMP = 1556007902
2
SIZE (qrq-0.3.1.tar.gz) = 131508
2
SHA256 (qrq-0.3.2.tar.gz) = f340aa1e99a1c7752fe3600828a6596354485fffdb66a39eaf79227ac24ac43c
3
SIZE (qrq-0.3.2.tar.gz) = 132546
(-)./files/patch-Makefile (-8 / +11 lines)
Lines 1-4 Link Here
1
--- Makefile.orig	2013-01-06 14:14:09 UTC
1
--- Makefile.orig	2019-03-09 20:14:52 UTC
2
+++ Makefile
2
+++ Makefile
3
@@ -8,7 +8,7 @@ DESTDIR?=/usr
3
@@ -8,7 +8,7 @@ DESTDIR?=/usr
4
 USE_CA=NO
4
 USE_CA=NO
Lines 9-23 Link Here
9
 
9
 
10
 # set to YES if you compile with MINGW32
10
 # set to YES if you compile with MINGW32
11
 USE_WIN32=NO
11
 USE_WIN32=NO
12
@@ -26,7 +26,6 @@ ifneq ($(OSX_PLATFORM), YES)
12
@@ -27,8 +27,8 @@ endif
13
 endif
14
 
13
 
15
 CFLAGS:=$(CFLAGS) -D DESTDIR=\"$(DESTDIR)\" -D VERSION=\"$(VERSION)\" -I.
14
 ifeq ($(USE_WIN32), YES)
16
-CC=gcc
15
 	CC=i686-w64-mingw32-gcc-posix
16
-else
17
-	CC=gcc
18
+#else
19
+#	CC=gcc
20
 endif
17
 
21
 
18
 ifeq ($(USE_CA), YES)
22
 # build information may be added by CI scripts and will be
19
 		OBJECTS=qrq.o coreaudio.o
23
@@ -104,16 +104,14 @@ uninstall:
20
@@ -95,16 +94,14 @@ uninstall:
21
 else
24
 else
22
 
25
 
23
 install: qrq
26
 install: qrq
(-)./Makefile (-2 / +4 lines)
Lines 1-8 Link Here
1
# $FreeBSD: head/comms/qrq/Makefile 452001 2017-10-13 14:19:26Z bapt $
1
# $FreeBSD: head/comms/qrq/Makefile 452001 2017-10-13 14:19:26Z bapt $
2
2
3
PORTNAME=	qrq
3
PORTNAME=	qrq
4
PORTVERSION=	0.3.1
4
PORTVERSION=	0.3.2
5
PORTREVISION=	1
6
CATEGORIES=	comms hamradio
5
CATEGORIES=	comms hamradio
7
MASTER_SITES=	http://fkurz.net/ham/qrq/
6
MASTER_SITES=	http://fkurz.net/ham/qrq/
8
7
Lines 12-20 COMMENT= Morse telegraphy trainer simila Link Here
12
LICENSE=	GPLv2
11
LICENSE=	GPLv2
13
12
14
USES=		gmake ncurses shebangfix
13
USES=		gmake ncurses shebangfix
14
15
SHEBANG_FILES=	qrqscore
15
SHEBANG_FILES=	qrqscore
16
16
17
post-install:
17
post-install:
18
	${INSTALL_DATA}	${WRKSRC}/qrq.png ${STAGEDIR}${DATADIR}/qrq.png
18
	${INSTALL_DATA}	${WRKSRC}/qrq.png ${STAGEDIR}${DATADIR}/qrq.png
19
19
20
MAKE_ENV=	DESTDIR=${LOCALBASE}
21
20
.include <bsd.port.mk>
22
.include <bsd.port.mk>

Return to bug 234381