FreeBSD Bugzilla – Attachment 161101 Details for
Bug 200042
[PATCH] comms/wspr: add strip
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
wspr.patch
wspr.patch (text/plain), 2.38 KB, created by
takefu
on 2015-09-16 07:29:26 UTC
(
hide
)
Description:
wspr.patch
Filename:
MIME Type:
Creator:
takefu
Created:
2015-09-16 07:29:26 UTC
Size:
2.38 KB
patch
obsolete
>diff -ruN -udp /usr/ports/comms/wspr/Makefile ./Makefile >--- /usr/ports/comms/wspr/Makefile 2015-09-10 18:29:38.000000000 +0000 >+++ ./Makefile 2015-09-16 06:54:43.000000000 +0000 >@@ -21,7 +21,7 @@ LIB_DEPENDS= libhamlib.so:${PORTSDIR}/co > libsamplerate.so:${PORTSDIR}/audio/libsamplerate \ > libportaudio.so:${PORTSDIR}/audio/portaudio > >-MAKE_JOBS_UNSAFE= yes >+DISABLE_MAKE_JOBS= yes > USES= autoreconf dos2unix fortran gmake libtool python:3.3 tar:bzip2 > GNU_CONFIGURE= yes > CONFIGURE_ARGS= --with-gfortran=${FC} \ >@@ -39,6 +39,8 @@ do-build: > (cd ${WRKSRC};${GMAKE}) > > post-install: >+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/wspr/WsprMod/w.so >+ > .if defined(BOOTSTRAP) > #portlint freaks over this but it's only for dev ignore. > SVN_REV!= svn info svn://svn.code.sf.net/p/wsjt/wsjt/branches/wspr | ${GREP} Revision | cut -d' ' -f2 >diff -ruN -udp /usr/ports/comms/wspr/files/patch-Makefile.in ./files/patch-Makefile.in >--- /usr/ports/comms/wspr/files/patch-Makefile.in 2015-07-27 16:37:12.000000000 +0000 >+++ ./files/patch-Makefile.in 2015-09-16 06:53:15.000000000 +0000 >@@ -1,4 +1,4 @@ >---- Makefile.in.orig 2015-07-27 16:22:02 UTC >+--- Makefile.in.orig 2014-06-20 22:58:03 UTC > +++ Makefile.in > @@ -25,7 +25,8 @@ SHELL := @SHELL@ > MKDIR := @MKDIR@ >diff -ruN -udp /usr/ports/comms/wspr/files/patch-configure.ac ./files/patch-configure.ac >--- /usr/ports/comms/wspr/files/patch-configure.ac 2015-07-27 16:37:12.000000000 +0000 >+++ ./files/patch-configure.ac 2015-09-16 07:12:33.000000000 +0000 >@@ -1,4 +1,4 @@ >---- configure.ac.orig 2015-07-27 16:22:02 UTC >+--- configure.ac.orig 2014-06-04 19:38:13 UTC > +++ configure.ac > @@ -10,18 +10,33 @@ dnl ------------------------------------ > dnl path vars >@@ -193,7 +193,7 @@ > ;; > + *freebsd* ) > + CFLAGS="${CFLAGS} -fpic" >-+ FFLAGS="-O2 -m64 -Wall -fbounds-check -fno-second-underscore \ >++ FFLAGS="-O2 -m"$(/usr/bin/getconf LONG_BIT)" -Wall -fbounds-check -fno-second-underscore \ > +-Wno-conversion -Wno-character-truncation -fPIC" ;; > *) > AC_MSG_ERROR([Unsupported System: ${host_os}.]) >diff -ruN -udp /usr/ports/comms/wspr/files/patch-wspr.py ./files/patch-wspr.py >--- /usr/ports/comms/wspr/files/patch-wspr.py 2015-07-27 16:37:12.000000000 +0000 >+++ ./files/patch-wspr.py 2015-09-16 06:53:31.000000000 +0000 >@@ -1,4 +1,4 @@ >---- wspr.py.orig 2015-07-27 16:22:02 UTC >+--- wspr.py.orig 2014-06-19 19:08:58 UTC > +++ wspr.py > @@ -50,7 +50,7 @@ from WsprMod import g > import Pmw
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 200042
:
156486
| 161101