Index: math/libquadmath/Makefile =================================================================== --- math/libquadmath/Makefile (nonexistent) +++ math/libquadmath/Makefile (working copy) @@ -0,0 +1,35 @@ +# Created by: thierry@pompo.net +# $FreeBSD$ + +PORTNAME= libquadmath +PORTVERSION= 20200212 +DISTVERSIONPREFIX= v +CATEGORIES= math lang + +MAINTAINER= thierry@FreeBSD.org +COMMENT= GCC Quad-Precision Math Library + +LICENSE= LGPL21 + +USE_GITHUB= yes +GH_ACCOUNT= gcc-mirror +GH_PROJECT= gcc +GH_TAGNAME= 02ce382 + +USES= gmake libtool +#USE_GCC= yes + +WRKSRC_SUBDIR= ${PORTNAME} + +OPTIONS_DEFINE= DOCS + +GNU_CONFIGURE= yes +USE_LDCONFIG= yes + +INFO= ${PORTNAME} + +pre-configure: + # Only really needed if we try to build it without Gcc + ${REINPLACE_CMD} -e 's|@BUILD_LIBQUADMATH_TRUE@||' ${WRKSRC}/Makefile.in + +.include Property changes on: math/libquadmath/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: math/libquadmath/distinfo =================================================================== --- math/libquadmath/distinfo (nonexistent) +++ math/libquadmath/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1585844936 +SHA256 (gcc-mirror-gcc-v20200212-02ce382_GH0.tar.gz) = 81baad02cbb817ecfafe7a9eef53675b1b21eb19cb10e52270f95a2bc1c50ea7 +SIZE (gcc-mirror-gcc-v20200212-02ce382_GH0.tar.gz) = 117151613 Property changes on: math/libquadmath/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: math/libquadmath/files/patch-Makefile.in =================================================================== --- math/libquadmath/files/patch-Makefile.in (nonexistent) +++ math/libquadmath/files/patch-Makefile.in (working copy) @@ -0,0 +1,11 @@ +--- Makefile.in.orig 2020-02-12 21:22:07 UTC ++++ Makefile.in +@@ -468,7 +468,7 @@ AUTOMAKE_OPTIONS = foreign info-in-builddir + + @BUILD_LIBQUADMATH_TRUE@libquadmath_la_DEPENDENCIES = $(version_dep) $(libquadmath_la_LIBADD) + @BUILD_LIBQUADMATH_TRUE@nodist_libsubinclude_HEADERS = quadmath.h quadmath_weak.h +-@BUILD_LIBQUADMATH_TRUE@libsubincludedir = $(libdir)/gcc/$(target_alias)/$(gcc_version)/include ++@BUILD_LIBQUADMATH_TRUE@libsubincludedir = $(prefix)/include + @BUILD_LIBQUADMATH_TRUE@libquadmath_la_SOURCES = \ + @BUILD_LIBQUADMATH_TRUE@ math/x2y2m1q.c math/acoshq.c math/fmodq.c \ + @BUILD_LIBQUADMATH_TRUE@ math/acosq.c math/frexpq.c \ Property changes on: math/libquadmath/files/patch-Makefile.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: math/libquadmath/files/patch-configure =================================================================== --- math/libquadmath/files/patch-configure (nonexistent) +++ math/libquadmath/files/patch-configure (working copy) @@ -0,0 +1,11 @@ +--- configure.orig 2020-02-12 21:22:07 UTC ++++ configure +@@ -2464,7 +2464,7 @@ if test $cross_compiling = no && test $multilib = yes + cross_compiling=maybe + fi + +-ac_config_commands="$ac_config_commands default-1" ++#ac_config_commands="$ac_config_commands default-1" + + + target_alias=${target_alias-$host_alias} Property changes on: math/libquadmath/files/patch-configure ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: math/libquadmath/pkg-descr =================================================================== --- math/libquadmath/pkg-descr (nonexistent) +++ math/libquadmath/pkg-descr (working copy) @@ -0,0 +1,3 @@ +The GCC Quad-Precision Math Library. + +WWW: https://gcc.gnu.org/onlinedocs/libquadmath/ Property changes on: math/libquadmath/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: math/libquadmath/pkg-plist =================================================================== --- math/libquadmath/pkg-plist (nonexistent) +++ math/libquadmath/pkg-plist (working copy) @@ -0,0 +1,6 @@ +include/quadmath.h +include/quadmath_weak.h +lib/libquadmath.a +lib/libquadmath.so +lib/libquadmath.so.0 +lib/libquadmath.so.0.0.0 Property changes on: math/libquadmath/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property