mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Update to 2.1.9
PR: ports/139875 Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> Approved by: miwi,jadawin(mentors,implicit)
This commit is contained in:
parent
47e944e846
commit
fea95026bc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=243421
7 changed files with 19 additions and 99 deletions
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= udunits
|
PORTNAME= udunits
|
||||||
PORTVERSION= 1.12.9
|
PORTVERSION= 2.1.9
|
||||||
CATEGORIES= science math
|
CATEGORIES= science math
|
||||||
MASTER_SITES= ftp://ftp.unidata.ucar.edu/pub/${PORTNAME}/ \
|
MASTER_SITES= ftp://ftp.unidata.ucar.edu/pub/${PORTNAME}/ \
|
||||||
${MASTER_SITE_LOCAL:S|%SUBDIR%|glewis/udunits|}
|
${MASTER_SITE_LOCAL:S|%SUBDIR%|glewis/udunits|}
|
||||||
|
@ -14,21 +14,10 @@ MASTER_SITES= ftp://ftp.unidata.ucar.edu/pub/${PORTNAME}/ \
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= A library for manipulating units of physical quantities
|
COMMENT= A library for manipulating units of physical quantities
|
||||||
|
|
||||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_PERL5= yes
|
USE_PERL5= yes
|
||||||
|
USE_LDCONFIG= yes
|
||||||
MAKE_JOBS_UNSAFE= yes
|
MAKE_JOBS_UNSAFE= yes
|
||||||
|
|
||||||
CFLAGS+= -fPIC
|
CFLAGS+= -fPIC
|
||||||
|
|
||||||
MAN1= udunits.1 \
|
|
||||||
udunitsperl.1
|
|
||||||
MAN3= udunits.3 \
|
|
||||||
udunits.3f
|
|
||||||
|
|
||||||
post-build:
|
|
||||||
${REINPLACE_CMD} -e 's: doc_[^_]*_install::' \
|
|
||||||
-e 's: doc_install::' \
|
|
||||||
"${WRKSRC}/perl/Makefile"
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
MD5 (udunits-1.12.9.tar.gz) = 2bf4ba7a92e4c45b9e6003a295ca4e65
|
MD5 (udunits-2.1.9.tar.gz) = b1eafe8854f1c94c52ede253c5cdb017
|
||||||
SHA256 (udunits-1.12.9.tar.gz) = a53b95d754e7c8a769ab889844e83b03739814084b903c9d734ee98fd274722e
|
SHA256 (udunits-2.1.9.tar.gz) = 50cc4687d589c36a23a5069efa73e47a90c8e093326c2bd28844a421d1613780
|
||||||
SIZE (udunits-1.12.9.tar.gz) = 239016
|
SIZE (udunits-2.1.9.tar.gz) = 1033486
|
||||||
|
|
|
@ -1,12 +0,0 @@
|
||||||
$FreeBSD$
|
|
||||||
|
|
||||||
--- CUSTOMIZE.orig 2004-05-08 14:04:53.199958510 -0700
|
|
||||||
+++ CUSTOMIZE 2004-05-08 13:58:48.843900138 -0700
|
|
||||||
@@ -33,3 +33,7 @@
|
|
||||||
# Ancillary libraries. SunOS 4 user's might need something like the
|
|
||||||
# following in order to resolve strerror() in the perl/ subdirectory.
|
|
||||||
# LIBS='-L/usr/lang/SC3.0.1/lib -lansi'
|
|
||||||
+
|
|
||||||
+FC=g77
|
|
||||||
+CPPFLAGS=-Df2cFortran
|
|
||||||
+LD_MATH=-lm
|
|
|
@ -1,13 +0,0 @@
|
||||||
$FreeBSD$
|
|
||||||
|
|
||||||
--- configure.orig Sat Jan 1 00:30:00 2005
|
|
||||||
+++ configure Sat Jan 1 00:30:39 2005
|
|
||||||
@@ -4648,7 +4648,7 @@
|
|
||||||
exit(0);
|
|
||||||
}
|
|
||||||
EOF
|
|
||||||
- doit='$CC -o conftest ${CFLAGS-} ${CPPFLAGS-} ${LDFLAGS-} conftest.c ${LIBS-}'
|
|
||||||
+ doit='$CC -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c ${LIBS}'
|
|
||||||
if { (eval echo "$as_me:$LINENO: \"$doit\"") >&5
|
|
||||||
(eval $doit) 2>&5
|
|
||||||
ac_status=$?
|
|
|
@ -1,13 +0,0 @@
|
||||||
$FreeBSD$
|
|
||||||
|
|
||||||
--- lib/Makefile.in.orig Sat Jan 1 00:03:38 2005
|
|
||||||
+++ lib/Makefile.in Sat Jan 1 00:04:39 2005
|
|
||||||
@@ -6,7 +6,7 @@
|
|
||||||
|
|
||||||
LIBRARY = udunits
|
|
||||||
|
|
||||||
-FLEX = /usr/local/gnu/bin/flex
|
|
||||||
+FLEX = /usr/bin/flex
|
|
||||||
cpp_path = -DUT_DEFAULT_PATH='"$(prefix)/etc/udunits.dat"'
|
|
||||||
CPPFLAGS = -I../port/misc -I../port/cfortran $(cpp_path) @CPPFLAGS@
|
|
||||||
CFLAGS = @CFLAGS@
|
|
|
@ -1,34 +0,0 @@
|
||||||
$FreeBSD$
|
|
||||||
|
|
||||||
--- port/master.mk.in.orig Tue Sep 30 12:39:28 2003
|
|
||||||
+++ port/master.mk.in Mon Jan 3 10:38:26 2005
|
|
||||||
@@ -433,21 +433,6 @@
|
|
||||||
-e '/^\.TH/s/$$D\ate: \([0-9]*\)\/\([0-9]*\)\/\([0-9]*\).*\$$/\1-\2-\3/'\
|
|
||||||
$(MANUAL) | $(TBL) | $(NEQN) > $@;; \
|
|
||||||
esac
|
|
||||||
- extension=`echo $(MANUAL) | sed 's/[^.]*\.//'`; \
|
|
||||||
- subchapter=`echo $$extension | sed 's/.//'`; \
|
|
||||||
- case "$$subchapter" in \
|
|
||||||
- '') ;; \
|
|
||||||
- *) chapter=`echo $$extension | sed 's/\(.\).*/\1/'`; \
|
|
||||||
- if test -d $(MANDIR)$$subchapter; then \
|
|
||||||
- : true; \
|
|
||||||
- else \
|
|
||||||
- mkdir $(MANDIR)$$subchapter; \
|
|
||||||
- fi; \
|
|
||||||
- rm -f $(MANDIR)$$subchapter/$(MANUAL); \
|
|
||||||
- ln -s ../`basename $(MANDIR)`/$(MANUAL) \
|
|
||||||
- $(MANDIR)$$subchapter/$(MANUAL); \
|
|
||||||
- ;; \
|
|
||||||
- esac
|
|
||||||
|
|
||||||
dummy_mandir $(MANDIR):
|
|
||||||
mkdir -p $@
|
|
||||||
@@ -455,7 +440,6 @@
|
|
||||||
|
|
||||||
whatis: $(MANDIR)/$(WHATIS)
|
|
||||||
$(MANDIR)/$(WHATIS): $(MANDIR)
|
|
||||||
- $(MAKEWHATIS_CMD)
|
|
||||||
|
|
||||||
|
|
||||||
############################################################################
|
|
|
@ -1,12 +1,15 @@
|
||||||
bin/udunits
|
bin/udunits2
|
||||||
etc/udunits.dat
|
include/converter.h
|
||||||
include/udunits.h
|
include/udunits.h
|
||||||
include/udunits.inc
|
include/udunits2.h
|
||||||
lib/libudport.a
|
lib/libudunits2.a
|
||||||
lib/libudunits.a
|
lib/libudunits2.la
|
||||||
%%SITE_PERL%%/%%PERL_ARCH%%/UDUNITS.pm
|
lib/libudunits2.so
|
||||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/UDUNITS/.packlist
|
lib/libudunits2.so.0
|
||||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/UDUNITS/UDUNITS.bs
|
%%DATADIR%%/udunits2-accepted.xml
|
||||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/UDUNITS/UDUNITS.so
|
%%DATADIR%%/udunits2-base.xml
|
||||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/UDUNITS/autosplit.ix
|
%%DATADIR%%/udunits2-common.xml
|
||||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/UDUNITS
|
%%DATADIR%%/udunits2-derived.xml
|
||||||
|
%%DATADIR%%/udunits2-prefixes.xml
|
||||||
|
%%DATADIR%%/udunits2.xml
|
||||||
|
@dirrm %%DATADIR%%
|
||||||
|
|
Loading…
Add table
Reference in a new issue