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

(-)./Makefile (-1 / +3 lines)
Lines 21-27 LIB_DEPENDS= libhamlib.so:${PORTSDIR}/co Link Here
21
		libsamplerate.so:${PORTSDIR}/audio/libsamplerate \
21
		libsamplerate.so:${PORTSDIR}/audio/libsamplerate \
22
		libportaudio.so:${PORTSDIR}/audio/portaudio
22
		libportaudio.so:${PORTSDIR}/audio/portaudio
23
23
24
MAKE_JOBS_UNSAFE=	yes
24
DISABLE_MAKE_JOBS=	yes
25
USES=		autoreconf dos2unix fortran gmake libtool python:3.3 tar:bzip2
25
USES=		autoreconf dos2unix fortran gmake libtool python:3.3 tar:bzip2
26
GNU_CONFIGURE=	yes
26
GNU_CONFIGURE=	yes
27
CONFIGURE_ARGS=	--with-gfortran=${FC} \
27
CONFIGURE_ARGS=	--with-gfortran=${FC} \
Lines 39-44 do-build: Link Here
39
	(cd ${WRKSRC};${GMAKE})
39
	(cd ${WRKSRC};${GMAKE})
40
40
41
post-install:
41
post-install:
42
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/wspr/WsprMod/w.so
43
42
.if defined(BOOTSTRAP)
44
.if defined(BOOTSTRAP)
43
#portlint freaks over this but it's only for dev ignore.
45
#portlint freaks over this but it's only for dev ignore.
44
SVN_REV!=	svn info svn://svn.code.sf.net/p/wsjt/wsjt/branches/wspr | ${GREP} Revision | cut -d' ' -f2
46
SVN_REV!=	svn info svn://svn.code.sf.net/p/wsjt/wsjt/branches/wspr | ${GREP} Revision | cut -d' ' -f2
(-)./files/patch-Makefile.in (-1 / +1 lines)
Lines 1-4 Link Here
1
--- Makefile.in.orig	2015-07-27 16:22:02 UTC
1
--- Makefile.in.orig	2014-06-20 22:58:03 UTC
2
+++ Makefile.in
2
+++ Makefile.in
3
@@ -25,7 +25,8 @@ SHELL		:=	@SHELL@
3
@@ -25,7 +25,8 @@ SHELL		:=	@SHELL@
4
 MKDIR		:=	@MKDIR@
4
 MKDIR		:=	@MKDIR@
(-)./files/patch-configure.ac (-2 / +2 lines)
Lines 1-4 Link Here
1
--- configure.ac.orig	2015-07-27 16:22:02 UTC
1
--- configure.ac.orig	2014-06-04 19:38:13 UTC
2
+++ configure.ac
2
+++ configure.ac
3
@@ -10,18 +10,33 @@ dnl ------------------------------------
3
@@ -10,18 +10,33 @@ dnl ------------------------------------
4
 dnl path vars
4
 dnl path vars
Lines 193-199 Link Here
193
 	;;
193
 	;;
194
+	*freebsd* )
194
+	*freebsd* )
195
+		CFLAGS="${CFLAGS} -fpic"
195
+		CFLAGS="${CFLAGS} -fpic"
196
+		FFLAGS="-O2 -m64 -Wall -fbounds-check -fno-second-underscore \
196
+		FFLAGS="-O2 -m"$(/usr/bin/getconf LONG_BIT)" -Wall -fbounds-check -fno-second-underscore \
197
+-Wno-conversion -Wno-character-truncation -fPIC"	;;
197
+-Wno-conversion -Wno-character-truncation -fPIC"	;;
198
 	*)
198
 	*)
199
 		AC_MSG_ERROR([Unsupported System: ${host_os}.])
199
 		AC_MSG_ERROR([Unsupported System: ${host_os}.])
(-)./files/patch-wspr.py (-1 / +1 lines)
Lines 1-4 Link Here
1
--- wspr.py.orig	2015-07-27 16:22:02 UTC
1
--- wspr.py.orig	2014-06-19 19:08:58 UTC
2
+++ wspr.py
2
+++ wspr.py
3
@@ -50,7 +50,7 @@ from WsprMod import g
3
@@ -50,7 +50,7 @@ from WsprMod import g
4
 import Pmw
4
 import Pmw

Return to bug 200042