1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00

- Update to 2.43

- Make portlint happy
- Remove unecessary sed
This commit is contained in:
Diane Bruce 2008-03-18 15:55:06 +00:00
parent cc61ce3690
commit e3997ca799
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=209302
3 changed files with 12 additions and 12 deletions

View File

@ -6,12 +6,12 @@
#
PORTNAME= linrad
PORTVERSION= 2.40
PORTVERSION= 2.43
CATEGORIES= comms
MASTER_SITES= http://www.nitehawk.com/sm5bsz/linuxdsp/archive/\
http://g7rau.demon.co.uk/sm5bsz/linuxdsp/archive/\
http://www.sm5bsz.com/linuxdsp/archive/
DISTNAME= lir02-40
DISTNAME= lir02-43
EXTRACT_SUFX= .tbz
DIST_SUBDIR= ${PORTNAME}
@ -28,9 +28,9 @@ CONFIGURE_ARGS= --prefix=${PREFIX} --sysconfdir=${PREFIX}
USE_GMAKE= yes
USE_BZIP2= yes
ALL_TARGET= xlinrad
USE_XORG= x11
USE_XORG= x11
ONLY_FOR_ARCHS= i386
X11_PATCHFILES= Makefile.in help.c xmain.c
X11_PATCHFILES= help.c xmain.c
LINRAD_DOCFILES= z_APM.txt z_BUFFERS.txt z_CALIBRATE.txt \
z_COPYRIGHT.txt z_GIFINFO.txt \
z_MOUSE.txt z_NETWORK.txt \

View File

@ -1,3 +1,3 @@
MD5 (linrad/lir02-40.tbz) = 226368bea125633a97fafef3c8b2df2a
SHA256 (linrad/lir02-40.tbz) = 37105acb60adeacf2b53bec008aa0b99d722a03e9d05b8d92d53d56304c681a1
SIZE (linrad/lir02-40.tbz) = 481422
MD5 (linrad/lir02-43.tbz) = 93d11da00e0085cceed265af35081ca7
SHA256 (linrad/lir02-43.tbz) = bd1c67ee3f181ae435700146ecec5974fbe51e571fd196f639a45d03845c3fb6
SIZE (linrad/lir02-43.tbz) = 489770

View File

@ -1,5 +1,5 @@
--- Makefile.in.orig 2007-11-05 15:40:27.000000000 -0500
+++ Makefile.in 2007-12-18 15:43:58.000000000 -0500
--- Makefile.in.orig 2008-01-24 23:49:58.000000000 -0500
+++ Makefile.in 2008-03-18 11:53:07.000000000 -0400
@@ -4,7 +4,7 @@
# Name the output files *.ol instead of *.o
# so we definitely know it is for Linux.
@ -21,7 +21,7 @@
CFW = -g -O -DOSNUM=2 -W -Wimplicit -Wreturn-type -Wformat \
-Wunused -Wcomment -Wchar-subscripts -Wshadow -Wuninitialized \
-Wparentheses -Wstrict-prototypes -Werror -ffast-math \
@@ -634,7 +631,7 @@
@@ -636,7 +633,7 @@
meter_graph.ol fonts.ol screensub.ol tx_graph.ol txssb.ol lxsys.ol
@ -30,12 +30,12 @@
-Wl,-Map,linrad.lmap,-warn-common \
lmain.ol lvar.ol ui.ol lsetad.ol fft1.ol buf.ol \
mouse.ol wide_graph.ol getiq.ol fft0.ol adtest.ol hires_graph.ol \
@@ -681,7 +678,7 @@
@@ -683,7 +680,7 @@
- gcc @MEM@ -oxlinrad -L/usr/X11R6/lib -lX11 -lpthread -lm \
+ gcc @MEM@ -oxlinrad -L/usr/local/lib -lX11 -pthread -lm \
+ $(LCC) @MEM@ -oxlinrad -L${X11BASE}/lib -lX11 -pthread -lm \
-Wl,-Map,linrad.xmap,-warn-common \
xmain.ol xvar.ol ui.ol lsetad.ol fft1.ol buf.ol lvar.ol \
mouse.ol wide_graph.ol getiq.ol fft0.ol adtest.ol hires_graph.ol \