diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2012-12-04 23:29:56 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2012-12-04 23:29:56 +0000 |
commit | 01c4d0b9ee958405365b6246d89cc15b80d33d91 (patch) | |
tree | 4d5131d4c24ea1114bd66419471e4ce22e88b363 /science | |
parent | 145b2675eeb2ab5157ba94ff8289bf2131c5f74d (diff) | |
download | ports-01c4d0b9ee958405365b6246d89cc15b80d33d91.tar.gz ports-01c4d0b9ee958405365b6246d89cc15b80d33d91.zip |
- Update to 0.99.24
- Trim header
- Does not build with clang: Add USE_GCC=any
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=308286
Diffstat (limited to 'science')
-rw-r--r-- | science/linsmith/Makefile | 13 | ||||
-rw-r--r-- | science/linsmith/distinfo | 4 | ||||
-rw-r--r-- | science/linsmith/files/patch-src-Makefile.in | 10 | ||||
-rw-r--r-- | science/linsmith/pkg-plist | 7 |
4 files changed, 17 insertions, 17 deletions
diff --git a/science/linsmith/Makefile b/science/linsmith/Makefile index 721baa6344e7..e96574469fe3 100644 --- a/science/linsmith/Makefile +++ b/science/linsmith/Makefile @@ -1,16 +1,10 @@ -# ex:ts=8 -# Ports collection Makefile for: linsmith -# Date created: Dec 22, 2006 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= linsmith -PORTVERSION= 0.99.22 -PORTREVISION= 1 +PORTVERSION= 0.99.24 CATEGORIES= science hamradio -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} +MASTER_SITES= SF/${PORTNAME}/${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Smith charting program @@ -23,6 +17,7 @@ USE_ICONV= yes USE_GETTEXT= yes GNU_CONFIGURE= yes MAKE_JOBS_SAFE= yes +USE_GCC= any CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/science/linsmith/distinfo b/science/linsmith/distinfo index 8616f146be13..8f824bbad432 100644 --- a/science/linsmith/distinfo +++ b/science/linsmith/distinfo @@ -1,2 +1,2 @@ -SHA256 (linsmith-0.99.22.tar.gz) = cd2279e8123e016518c2d4a63c7c84cf36ff5bc47b0c6fd7109313450a66ca1e -SIZE (linsmith-0.99.22.tar.gz) = 1122094 +SHA256 (linsmith-0.99.24.tar.gz) = f2e124240bc14cc918b8ff3336bf4579fca91770aaa8ddbef0828c48f1a90ea1 +SIZE (linsmith-0.99.24.tar.gz) = 1138827 diff --git a/science/linsmith/files/patch-src-Makefile.in b/science/linsmith/files/patch-src-Makefile.in index 8c6beff0b6fd..7ea364c9f485 100644 --- a/science/linsmith/files/patch-src-Makefile.in +++ b/science/linsmith/files/patch-src-Makefile.in @@ -1,11 +1,11 @@ ---- src/Makefile.in.orig 2008-09-06 22:11:32.000000000 +0800 -+++ src/Makefile.in 2008-09-06 22:12:23.000000000 +0800 -@@ -52,7 +52,7 @@ +--- src/Makefile.in.orig 2012-12-04 14:04:33.180175876 -0600 ++++ src/Makefile.in 2012-12-04 14:04:48.896176479 -0600 +@@ -67,7 +67,7 @@ element.$(OBJEXT) remote.$(OBJEXT) import.$(OBJEXT) \ load.$(OBJEXT) load_rx.$(OBJEXT) load_nb.$(OBJEXT) \ log.$(OBJEXT) support.$(OBJEXT) printer.$(OBJEXT) \ -- interface.$(OBJEXT) callbacks.$(OBJEXT) -+ interface.$(OBJEXT) callbacks.$(OBJEXT) carg.$(OBJEXT) +- interface.$(OBJEXT) callbacks.$(OBJEXT) cables.$(OBJEXT) ++ interface.$(OBJEXT) callbacks.$(OBJEXT) cables.$(OBJEXT) carg.$(OBJEXT) linsmith_OBJECTS = $(am_linsmith_OBJECTS) am__DEPENDENCIES_1 = linsmith_DEPENDENCIES = $(am__DEPENDENCIES_1) diff --git a/science/linsmith/pkg-plist b/science/linsmith/pkg-plist index 50fa8fe95103..4241d68ea1f3 100644 --- a/science/linsmith/pkg-plist +++ b/science/linsmith/pkg-plist @@ -1,14 +1,19 @@ bin/linsmith %%DATADIR%%/6-1.circ -%%DATADIR%%/6-1.load %%DATADIR%%/6-4.circ %%DATADIR%%/6-4.load %%DATADIR%%/6-5.circ %%DATADIR%%/6-5.load %%DATADIR%%/6-6.circ %%DATADIR%%/6-6.load +%%DATADIR%%/aaa.s2p %%DATADIR%%/conv0809 +%%DATADIR%%/f_and_h.circ +%%DATADIR%%/f_and_h.load +%%DATADIR%%/f_and_h_rotate_to_load.circ +%%DATADIR%%/mgf1302.s2p %%DATADIR%%/nb_40.load +%%DATADIR%%/nbb300.s2p share/locale/de/LC_MESSAGES/linsmith.mo share/locale/es/LC_MESSAGES/linsmith.mo share/locale/hu/LC_MESSAGES/linsmith.mo |