Commit graph

65 commits

Author SHA1 Message Date
Yuri Victorovich
47b76f0228 multimedia/assimp: update 5.4.2 → 5.4.3
Reported by:	portscout
2024-08-31 00:16:15 -07:00
Yuri Victorovich
ebab3c7c35 multimedia/assimp: update 5.4.1 → 5.4.2
Reported by:	portscout
2024-07-04 09:18:43 -07:00
Yuri Victorovich
44259eb2f3 multimedia/assimp: update 5.4.0 → 5.4.1
Reported by:	portscout
2024-05-25 13:37:28 -07:00
Yuri Victorovich
03d49de0e2 multimedia/assimp: update 5.3.1 → 5.4.0
Reported by:	portscout
2024-04-08 00:31:00 -07:00
Piotr Kubaj
be50f576fa multimedia/assimp: don't build the bundled zlib but use the system one
Building the bundled zlib causes zlibstatic references in a provided cmake file, causing breakage for reverse dependencies.

Reported by:	fluffy
2023-10-31 15:52:59 +01:00
Piotr Kubaj
3018b7a319 multimedia/assimp: remove static library
PR:	274717
Approved by:	yuri@
2023-10-29 11:44:38 +01:00
Robert Clausecker
5dc8b93cd9 multimedia/assimp: fix build on armv7
Mark a union within a packed struct as packed to avoid an alignment
warning.

Approved by:	portmgr (build fix blanket)
MFH:		2023Q4
2023-10-19 03:07:25 -04:00
Yuri Victorovich
aaa845a71f multimedia/assimp: update 5.2.5 → 5.3.1
Reported by:	portscout
2023-09-26 08:42:09 -07:00
Yuri Victorovich
b772d264d5 multimedia/assimp: Update 5.2.4 -> 5.2.5 2022-10-10 23:10:56 -07:00
Stefan Eßer
fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00
Stefan Eßer
b7f05445c0 Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
2022-09-07 23:10:59 +02:00
Yuri Victorovich
249f65e1d4 multimedia/assimp: Update 5.1.5 -> 5.2.4
Also:
* simplify test-related code
* add workaround for minizip-related build breakage in new versions
2022-07-20 12:34:00 -07:00
Yuri Victorovich
8a96d2aa2e multimedia/assimp: Broken on armv6
Reported by:	fallout
2022-07-14 13:04:47 -07:00
Bernhard Froehlich
7735e79614
multimedia/assimp: Add CPE information
Approved by:	portmgr (blanket)
2022-03-18 13:23:52 +00:00
Loïc Bartoletti
45ab80b9df archivers/minizip*: Add minizip-ng and zlib-ng and create USES=minizip
Import minizip-ng and zlib-ng

Minizip was originally developed in 1998. It was first included in the zlib
distribution as an additional code contribution starting in zlib 1.1.2. Since
that time, it has been continually improved upon and contributed to by many
people.

+ Creating and extracting zip archives.
+ Adding and removing entries from zip archives.
+ Read and write raw zip entry data.
+ Reading and writing zip archives from memory.
+ Zlib, BZIP2, LZMA, and ZSTD compression methods.
+ Password protection through Traditional PKWARE and WinZIP AES encryption.
+ Buffered streaming for improved I/O performance.

some ports bundle it, some ports allow building against a systemwide
one, some ports bundle/rely on an incompatible version - all those will be
fixed in following commits.

Mk/Uses: Introduce USES=minizip[:ng]

To simplify, the LIB_DEPENDS part a new USES tag is added.

USES=minizip will add a LIB_DEPENDS on legacy minizip and
USES=minizip:ng will add a LIB_DEPENDS on minizip-ng.

minizip [1]:

    databases/spatialite
    databases/spatialite-tools
    devel/collada-dom
    games/mrboom
    games/oolite
    graphics/comical
    misc/xiphos
    science/libkml
    textproc/sigil
    www/domoticz
    deskutils/anydesk
    emulators/mupen64plus-core
    multimedia/assimp
    multimedia/vlc
    net-im/psi
    net-im/telegram-desktop

minizip-ng:

    devel/axmldec

[1] Some are known to work with minizip-ng but have to be patched.

Approved by:	tcberner (portmgr)
Differential Revision:	https://reviews.freebsd.org/D33771
2022-01-25 07:35:22 +01:00
Yuri Victorovich
fb09fa8f11 multimedia/assimp: Update 5.1.3 -> 5.1.5
Reported by:	portscout
2022-01-05 11:55:00 -08:00
Yuri Victorovich
29cb3ee2ac multimedia/assimp: Update 5.1.0 -> 5.1.3
Reported by:	portscout
2021-12-11 00:41:23 -08:00
Yuri Victorovich
135e04d156 multimedia/assimp: Update 5.0.1 -> 5.1.0
Also:
* add the 'test' target
* update WWW
2021-11-15 20:42:29 -08:00
Robert Clausecker
c1f6d03bf9 multimedia/assimp: Fix build on 32 bit platforms
PR:		259483
2021-10-27 07:47:40 -07:00
Piotr Kubaj
09ee051981 multimedia/assimp: mark broken on powerpc
Same issue as on i386.
2021-06-09 23:51:45 +00:00
Mathieu Arnold
cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00
Mathieu Arnold
305f148f48
Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Yuri Victorovich
819f15f2a7 multimedia/assimp: Broken on i386
Reported by:	fallout
2020-01-26 06:43:38 +00:00
Yuri Victorovich
bfd2cad636 multimedia/assimp: Update 4.1.0 -> 5.0.1
Reported by:	portscout
2020-01-25 20:36:37 +00:00
Gerald Pfeifer
ea8c8ec7da Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
2019-07-26 20:46:53 +00:00
Gerald Pfeifer
a9f015d155 Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
2018-12-12 01:35:33 +00:00
Yuri Victorovich
5eac478f8d multimedia/assimp: Remove the BROKEN label for powerpc
PR:		231874
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
2018-10-02 14:50:32 +00:00
Gerald Pfeifer
09f9633cb6 Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.

This includes ports
 - featuring USE_GCC=yes or USE_GCC=any,
 - featuring USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and those
 - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
   c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.

PR:		222542
2018-07-29 22:18:44 +00:00
Yuri Victorovich
344ccf6363 multimedia/assimp: Update to 4.1.0
Change log:
https://github.com/assimp/assimp/releases/tag/v4.1.0

Additional port changes:
* Removed CMAKE_SKIP_RPATH, the default behavior should suffice
* Changed to CMAKE_OFF
* Removed the unnecessary .if/gcc clause
* Improved PLIST_SUB tokens
* Added the patch for #include that is already in the upstream
  repository now

Also tried to add the double-precision option, but it fails in build,
so I reported this to the upsream.

Bumped PORTREVISION: games/pioneer games/doomsday graphics/qt5-3d

Submitted by:	myself
Reported by:	portscout
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D14253
2018-02-08 22:09:15 +00:00
Yuri Victorovich
b794a0b64b multimedia/assimp: Update to 4.0.1
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D12947
2017-11-04 19:54:28 +00:00
Gerald Pfeifer
e59c88cece Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
2017-09-10 20:55:38 +00:00
Jan Beich
6a7fa73d4d multimedia/assimp: unbundle minizip
The port prefers system minizip if available but the build fails due
to an inconsitency between find_package() and pkg_check_modules()
about whether _LIBRARIES should contain absolute paths.

/usr/bin/ld: cannot find -lminizip
c++: error: linker command failed with exit code 1 (use -v to see invocation)

https://gitlab.kitware.com/cmake/cmake/issues/15804

PR:		220889
Reported by:	vvd@unislabs.com
Submitted by:	yuri@rawbw.com (maintainer, based on)
2017-07-25 13:00:13 +00:00
Jan Beich
6bedd27250 multimedia/assimp: add patches for 4.0.0 forgotten in r446390
PR:		220889
Reported by:	vvd@unislabs.com
Pointy hat to:	jbeich
Submitted by:	Yuri Victorovich <yuri@rawbw.com> (maintainer)
2017-07-22 19:33:39 +00:00
Jan Beich
883fb8080a multimedia/assimp: update to 4.0.0
Changes:	https://github.com/assimp/assimp/releases/tag/v4.0.0
PR:		220889
Submitted by:	Yuri Victorovich <yuri@rawbw.com> (maintainer)
2017-07-22 12:02:24 +00:00
Mark Linimon
c5b96b3aa8 Provide more descriptive error messages for ports failing on powerpc64.
Approved by:	portmgr (tier-2 blanket)
2017-04-30 01:12:10 +00:00
Gerald Pfeifer
04d6f52202 Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using using Mk/bsd.octave.mk which in turn has USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
   c++11-lang, c++0x, c11, or gcc-c++11-lib.

PR:		216707
2017-04-01 15:23:30 +00:00
Kirill Ponomarev
f4bbdb264e Unbreak multimedia/assimp on armv6 and aarch64
PR:		216815
Submitted by:	mmel@FreeBSD.org
Approved by:	mag (mentor)
Differential Revision:	https://reviews.freebsd.org/D9489
2017-02-09 17:41:19 +00:00
Jan Beich
854679c59c multimedia/assimp: unbreak build with clang 4.0
code/D3MFImporter.cpp:230:29: error: invalid operands to binary expression ('float (*)(const char *, const char *)' and 'nullptr_t')
        vertex.z = ai_strtof>(xmlReader->getAttributeValue(D3MF::XmlTag::z.c_str()), nullptr);
                   ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

PR:		216160
Approved by:	Yuri Victorovich <yuri@rawbw.com> (maintainer)
MFH:		2017Q1 (changes behavior)
2017-01-17 17:22:21 +00:00
Mark Linimon
6d5d36d741 Mark as broken on various tier-2 archs.
While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2016-11-16 00:34:36 +00:00
Antoine Brodin
3e9f8351e9 Spell CHOSEN_COMPILER_TYPE correctly
PR:		199098
2016-11-12 17:38:26 +00:00
Kurt Jaeger
99381cbe1b multimedia/assimp: 3.2 -> 3.3.1
PR:		210876
Changes:	https://github.com/assimp/assimp/releases
Submitted by:	lightside@gmx.com
Approved by:	Yuri Victorovich <yuri@rawbw.com> (maintainer)
2016-07-09 03:34:27 +00:00
Kurt Jaeger
78254ff1e5 multimedia/assimp: fix MAINTAINER adress
PR:		209356
Submitted by:	Yuri Victorovich <yuri@rawbw.com> (old and new maintainer)
2016-06-13 06:13:43 +00:00
Kurt Jaeger
e475573173 multimedia/assimp: 3.1.1 -> 3.2
Changes:
  https://github.com/assimp/assimp/compare/v3.1.1...v3.2
- Use source code from GitHub
- Remove check for zzip-zlib-config from cmake-modules/FindZLIB.cmake file
- Remove usage of git from CMakeLists.txt file
- Use sed patch to delete minizip check, instead of static patch
- Use patch for pstdint.h file to update it to newer version, which
  fixes build on FreeBSD
- Update pkg-plist file
- maintainer reset after three maintainer timeouts

PR:		209356
Submitted by:	lightside@gmx.com
Approved by:	yuri@tsoft.com (maintainer timeout)
2016-06-12 18:23:28 +00:00
Dmitry Marakasov
178ed477bf - Fix build in presence of minizip
PR:		208563
Approved by:	maintainer timeout (yuri@tsoft.com, 2 weeks)
2016-04-22 17:15:38 +00:00
Steve Wills
86cd4fbe5a many ports: mark broken on powerpc64 2016-04-21 16:43:14 +00:00
Mathieu Arnold
8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00
Thomas Zander
1fef35a2fc Update multimedia/assimp to upstream version 3.1.1
Details:
- Allow build with clang on FreeBSD >= 10
- Add BOOST option
- Add restrictions for USE_GCC
- Update post-patch and pkg-plist file
- Bump PORTREVISION on dependent ports (possible ABI change)

PR:		207575
Submitted by:	lightside@gmx.com
Approved by:	maintainer timeout
2016-03-27 07:34:57 +00:00
Mathieu Arnold
60d1a83c2a MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
2015-05-14 10:15:04 +00:00
Dmitry Marakasov
40f13c68dc - Drop @dirrm* from and add empty directories to pkg-plists
Approved by:	portmgr blanket
2015-02-01 20:24:27 +00:00
Dmitry Marakasov
748cc7eb6d - Clarify LICENSE
- Add LICENSE_FILE

Approved by:	portmgr blanket
2014-10-28 20:15:50 +00:00