- Update to Afnix 2.6.0
- Remove local patch that's no longer needed
This commit is contained in:
parent
58e7095c94
commit
3c294e6499
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=407054
5 changed files with 60 additions and 20 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= afnix
|
||||
PORTVERSION= 2.5.2
|
||||
PORTVERSION= 2.6.0
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= http://www.afnix.org/ftp/ \
|
||||
ftp://ftp.stack.nl/pub/users/johans/afnix/
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (afnix-src-2.5.2.tgz) = fcc50c7aef78c7591ae9303d6ee2ec900b923ced6ac5bad3dc5a5e6b2ac84935
|
||||
SIZE (afnix-src-2.5.2.tgz) = 2155130
|
||||
SHA256 (afnix-src-2.6.0.tgz) = efad4643129e876f2d3353ca8d02e37acb581b63586a344a403a9887240c7b00
|
||||
SIZE (afnix-src-2.6.0.tgz) = 2255075
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- cnf/mak/afnix-clg4.mak.orig 2015-01-03 13:34:32 UTC
|
||||
+++ cnf/mak/afnix-clg4.mak
|
||||
@@ -19,18 +19,18 @@
|
||||
@@ -19,19 +19,19 @@
|
||||
# - compiler and linker section -
|
||||
# ----------------------------------------------------------------------------
|
||||
|
||||
|
@ -13,8 +13,9 @@
|
|||
AR = ar
|
||||
RANLIB = ranlib
|
||||
STDEVFLAGS =
|
||||
-STDCCFLAGS = -std=c++11 -Wall -Werror -Wno-overloaded-virtual -fno-builtin
|
||||
+STDCCFLAGS = -std=c++11 -Wall -W -Wno-overloaded-virtual -fno-builtin
|
||||
-STDCCFLAGS = -std=c++11 -Wall -Werror -Wno-overloaded-virtual
|
||||
+STDCCFLAGS = -std=c++11 -Wall -W -Wno-overloaded-virtual
|
||||
STDCCFLAGS += -fno-builtin -Qunused-arguments
|
||||
STACCFLAGS =
|
||||
DYNCCFLAGS = -fPIC
|
||||
PLTCCFLAGS =
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- src/lib/plt/acf/ccnf.cpp.orig 2015-01-03 14:34:32.000000000 +0100
|
||||
+++ src/lib/plt/acf/ccnf.cpp 2015-03-31 14:56:16.000000000 +0200
|
||||
@@ -419,8 +419,6 @@ int main (int, char**) {
|
||||
fprintf (stdout, " // pointer size type\n");
|
||||
if (platid == AFNIX_PLATFORM_DARWIN)
|
||||
fprintf (stdout, " typedef unsigned long int t_size;\n");
|
||||
- else if (AFNIX_FORCE_LONG == true)
|
||||
- fprintf (stdout, " typedef unsigned long t_size;\n");
|
||||
else if (sizeof (void*) == 8 )
|
||||
fprintf (stdout, " typedef unsigned long t_size;\n");
|
||||
else
|
|
@ -2,6 +2,14 @@ bin/axc
|
|||
bin/axd
|
||||
bin/axi
|
||||
bin/axl
|
||||
include/afnix/cda/Libcda.hpp
|
||||
include/afnix/cda/Lnrds.hpp
|
||||
include/afnix/cda/Localizer.hpp
|
||||
include/afnix/cda/Predcda.hpp
|
||||
include/afnix/cda/Sampler.hpp
|
||||
include/afnix/cda/Spsds.hpp
|
||||
include/afnix/cda/Stmdl.hpp
|
||||
include/afnix/cda/Streamable.hpp
|
||||
include/afnix/csm/Appointer.hpp
|
||||
include/afnix/csm/Assistant.hpp
|
||||
include/afnix/csm/Cart.hpp
|
||||
|
@ -16,6 +24,7 @@ include/afnix/csm/Saas.hpp
|
|||
include/afnix/csm/Session.hpp
|
||||
include/afnix/csm/SessionSet.hpp
|
||||
include/afnix/csm/Slot.hpp
|
||||
include/afnix/csm/UriStream.hpp
|
||||
include/afnix/csm/WorkSpace.hpp
|
||||
include/afnix/csm/Xaas.hpp
|
||||
include/afnix/eng/ArgsList.hpp
|
||||
|
@ -50,6 +59,27 @@ include/afnix/eng/Return.hpp
|
|||
include/afnix/eng/Superset.hpp
|
||||
include/afnix/eng/Symbol.hpp
|
||||
include/afnix/eng/Token.hpp
|
||||
include/afnix/geo/Cuboid.hpp
|
||||
include/afnix/geo/GeoGroup.hpp
|
||||
include/afnix/geo/Geometry.hpp
|
||||
include/afnix/geo/Libgeo.hpp
|
||||
include/afnix/geo/Material.hpp
|
||||
include/afnix/geo/Plane.hpp
|
||||
include/afnix/geo/Point1.hpp
|
||||
include/afnix/geo/Point2.hpp
|
||||
include/afnix/geo/Point3.hpp
|
||||
include/afnix/geo/Point4.hpp
|
||||
include/afnix/geo/Predgeo.hpp
|
||||
include/afnix/geo/Quaternion.hpp
|
||||
include/afnix/geo/Shape.hpp
|
||||
include/afnix/geo/Solid.hpp
|
||||
include/afnix/geo/Texture.hpp
|
||||
include/afnix/geo/Vector1.hpp
|
||||
include/afnix/geo/Vector2.hpp
|
||||
include/afnix/geo/Vector3.hpp
|
||||
include/afnix/geo/Vector4.hpp
|
||||
include/afnix/geo/Wire.hpp
|
||||
include/afnix/geo/XmlGeometry.hpp
|
||||
include/afnix/gfx/Edge.hpp
|
||||
include/afnix/gfx/Graph.hpp
|
||||
include/afnix/gfx/Libgfx.hpp
|
||||
|
@ -84,6 +114,8 @@ include/afnix/mth/Algebra.hpp
|
|||
include/afnix/mth/Analytic.hpp
|
||||
include/afnix/mth/Bcs.hpp
|
||||
include/afnix/mth/Cgs.hpp
|
||||
include/afnix/mth/Cpi.hpp
|
||||
include/afnix/mth/Deviate.hpp
|
||||
include/afnix/mth/Direct.hpp
|
||||
include/afnix/mth/Ippd.hpp
|
||||
include/afnix/mth/Iterative.hpp
|
||||
|
@ -94,6 +126,7 @@ include/afnix/mth/Mgs.hpp
|
|||
include/afnix/mth/Mpia.hpp
|
||||
include/afnix/mth/Newton.hpp
|
||||
include/afnix/mth/Parallel.hpp
|
||||
include/afnix/mth/Permute.hpp
|
||||
include/afnix/mth/Predmth.hpp
|
||||
include/afnix/mth/Primality.hpp
|
||||
include/afnix/mth/Qr.hpp
|
||||
|
@ -107,6 +140,7 @@ include/afnix/mth/Rmd.hpp
|
|||
include/afnix/mth/Rmi.hpp
|
||||
include/afnix/mth/Rni.hpp
|
||||
include/afnix/mth/Rpi.hpp
|
||||
include/afnix/mth/Rpoint.hpp
|
||||
include/afnix/mth/Rpolynom.hpp
|
||||
include/afnix/mth/Rsamples.hpp
|
||||
include/afnix/mth/Rvector.hpp
|
||||
|
@ -207,16 +241,16 @@ include/afnix/sio/NamedFifo.hpp
|
|||
include/afnix/sio/Predsio.hpp
|
||||
include/afnix/sio/Selector.hpp
|
||||
include/afnix/sio/SioCalls.hpp
|
||||
include/afnix/sps/Bundle.hpp
|
||||
include/afnix/sps/Cell.hpp
|
||||
include/afnix/sps/Csv.hpp
|
||||
include/afnix/sps/Folio.hpp
|
||||
include/afnix/sps/Importer.hpp
|
||||
include/afnix/sps/Index.hpp
|
||||
include/afnix/sps/Libsps.hpp
|
||||
include/afnix/sps/Lstack.hpp
|
||||
include/afnix/sps/Predsps.hpp
|
||||
include/afnix/sps/Record.hpp
|
||||
include/afnix/sps/Sheet.hpp
|
||||
include/afnix/sps/SpsCalls.hpp
|
||||
include/afnix/sps/Transfer.hpp
|
||||
include/afnix/sps/Xref.hpp
|
||||
include/afnix/std/AliasTable.hpp
|
||||
include/afnix/std/Ascii.hpp
|
||||
|
@ -257,6 +291,7 @@ include/afnix/std/Library.hpp
|
|||
include/afnix/std/List.hpp
|
||||
include/afnix/std/Literal.hpp
|
||||
include/afnix/std/Loader.hpp
|
||||
include/afnix/std/Locale.hpp
|
||||
include/afnix/std/Lockrw.hpp
|
||||
include/afnix/std/Logger.hpp
|
||||
include/afnix/std/Math.hpp
|
||||
|
@ -333,18 +368,26 @@ include/afnix/sys/Meter.hpp
|
|||
include/afnix/sys/Predsys.hpp
|
||||
include/afnix/sys/SysCalls.hpp
|
||||
include/afnix/tls/Libtls.hpp
|
||||
include/afnix/tls/Pkcs.hpp
|
||||
include/afnix/tls/Predtls.hpp
|
||||
include/afnix/tls/TlsAlert.hpp
|
||||
include/afnix/tls/TlsBlock.hpp
|
||||
include/afnix/tls/TlsCblock.hpp
|
||||
include/afnix/tls/TlsCerts.hpp
|
||||
include/afnix/tls/TlsChello.hpp
|
||||
include/afnix/tls/TlsChunk.hpp
|
||||
include/afnix/tls/TlsCkeyxh.hpp
|
||||
include/afnix/tls/TlsConnect.hpp
|
||||
include/afnix/tls/TlsCspec.hpp
|
||||
include/afnix/tls/TlsFinish.hpp
|
||||
include/afnix/tls/TlsFormat.hpp
|
||||
include/afnix/tls/TlsHblock.hpp
|
||||
include/afnix/tls/TlsHeader.hpp
|
||||
include/afnix/tls/TlsInfos.hpp
|
||||
include/afnix/tls/TlsMessage.hpp
|
||||
include/afnix/tls/TlsParams.hpp
|
||||
include/afnix/tls/TlsProto.hpp
|
||||
include/afnix/tls/TlsRblock.hpp
|
||||
include/afnix/tls/TlsRecord.hpp
|
||||
include/afnix/tls/TlsServer.hpp
|
||||
include/afnix/tls/TlsShake.hpp
|
||||
|
@ -464,13 +507,20 @@ include/afnix/xpe/XmlPrintTable.hpp
|
|||
include/afnix/xpe/XmlProcessor.hpp
|
||||
lib/afnix/axl/afnix-std-adp.axl
|
||||
lib/afnix/axl/afnix-std-axp.axl
|
||||
lib/afnix/axl/afnix-std-sps.axl
|
||||
lib/afnix/axl/afnix-std-tls.axl
|
||||
lib/libafnix-cda.a
|
||||
lib/libafnix-cda.so
|
||||
lib/libafnix-cda.so.2
|
||||
lib/libafnix-csm.a
|
||||
lib/libafnix-csm.so
|
||||
lib/libafnix-csm.so.2
|
||||
lib/libafnix-eng.a
|
||||
lib/libafnix-eng.so
|
||||
lib/libafnix-eng.so.2
|
||||
lib/libafnix-geo.a
|
||||
lib/libafnix-geo.so
|
||||
lib/libafnix-geo.so.2
|
||||
lib/libafnix-gfx.a
|
||||
lib/libafnix-gfx.so
|
||||
lib/libafnix-gfx.so.2
|
||||
|
|
Loading…
Reference in a new issue