Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Aug 2022 09:55:18 7.0.2 |
Alexey Dokuchaev (danfe)  |
cad/sweethome3d: update Sweet Home 3D to bugfix version 7.0.2
Reported by: portscout |
20 Jul 2022 14:20:58 7.0 |
Tobias C. Berner (tcberner)  |
cad: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* AMAKAWA Shuhei <amakawa@jp.FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Anders Andersson <anders@hack.org>
* Bruce M Simpson <bms@FreeBSD.org>
* Christoph Moench-Tegeder <cmt@FreeBSD.org>
* David Yeske <dyeske@gmail.com>
* Diane Bruce <db@db.net>
* Joachim Strombergson <watchman@ludd.ltu.se>
* Johnny Sorocil <jsorocil@gmail.com>
* Julian Jenkins <kaveman@magna.com.au>
* Marc Fonvieille <blackend@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
16 Jul 2022 05:05:00 7.0 |
Alexey Dokuchaev (danfe)  |
cad/sweethome3d: update the port to version 7.0 with many improvements
Read the blog article* to learn about most prominent changes. As for
the port itself, addition of YafaRay rendering engine complicates the
build process because it's not part of the upstream build system (they
ship precompiled *.so files for MacOS, GNU/Linux, and Windows) and we
cannot make use of `graphics/yafaray' port because they use some fork
with a slightly different API. Drop NO_ARCH because the package now
contains CPU-specific binary code.
Reported by: portscout
*) http://www.sweethome3d.com/blog/2022/07/13/sweet_home_3d_7_0.html |
07 Jul 2022 06:28:35 6.6.4 |
Yuri Victorovich (yuri)  |
cad/sweethome3d: Change WWW to https
Approved by: portmgr (blanket) |
13 Dec 2021 13:17:30 6.6.4 |
Alexey Dokuchaev (danfe)  |
cad/sweethome3d: update Sweet Home 3D to version 6.6.4.
Reported by: portscout |
15 Nov 2021 17:24:59 6.6.2 |
Alexey Dokuchaev (danfe)  |
cad/sweethome3d: update Sweet Home 3D to version 6.6.2.
Reported by: portscout |
02 Aug 2021 08:59:29 6.6 |
Alexey Dokuchaev (danfe)  |
cad/sweethome3d: update Sweet Home 3D to version 6.6.
Reported by: portscout |
10 May 2021 06:27:35 6.5.2 |
Alexey Dokuchaev (danfe)  |
- Update Sweet Home 3D to the latest version 6.5.2
- Simplify the way we look for `libj3dcore-ogl.so'
Reported by: portscout (about version 6.5) |
06 Apr 2021 14:31:07 6.4.2_1 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
23 Oct 2020 08:23:23
6.4.2_1 |
danfe  |
- Enforce JAVA_VERSION when launching javavm(1), otherwise the program
crashes when several JDK versions are installed and javawm(1) picks
higher version (happens when /usr/ports/Mk/bsd.java.mk is absent,
contrary to documented selection process which is designed to behave
almost identically WRT presence/absence of /usr/ports/Mk/bsd.java.mk
- While here, simplify the script a bit and remove keywords and their
expansion, they are useless for wrapper scripts
PR: 250268
Submitted by: rodrigo |
23 Aug 2020 08:50:14
6.4.2 |
danfe  |
Update to version 6.4.2.
Found out via: repology.org |
24 Jul 2020 15:24:41
6.4 |
danfe  |
Lock these ports down to OpenJDK version 8, they do not build with neither
7 nor 11+.
PR: 248169 |
22 Jul 2020 10:24:52
6.4 |
danfe  |
Update to version 6.4.
Reported by: portscout |
02 Jul 2020 08:02:48
6.3 |
danfe  |
- Update to version 6.3 and take maintainership
- Wrap some excessively long lines while here
PR: 235180 |
29 Apr 2020 06:06:03
5.4_1 |
tobik  |
cad/sweethome3d: Reset MAINTAINER
PR: 235180
Submitted by: Matthias Petermann <matthias@petermann-it.de> (maintainer) |
26 Nov 2019 21:46:13
5.4_1 |
jkim  |
Clean up after java/openjdk6 and java/openjdk6-jre removal
java/openjdk6 support was removed from Mk/bsd.java.mk (r512662) and
java/openjdk6 and java/openjdk6-jre were removed from the ports tree
(r512663). Now this patch completely removes remaining stuff from the
ports tree.
PR: 241953 (exp-run)
Reviewed by: glewis
Approved by: portmgr (antoine)
Differential Revision: https://reviews.freebsd.org/D22342 |
26 Mar 2018 15:36:35
5.4 |
mat  |
The sixth parameter of DESKTOP_ENTRIES is either true, false or empty,
it is not the shell builtin named false.
Sponsored by: Absolight |
02 Feb 2017 14:35:38
5.4 |
krion  |
Update to 5.4
PR: 216701
Submitted by: matthias@petermann-it.de
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D9410 |
02 Apr 2016 11:50:34
5.2 |
madpilot  |
Update to 5.2
PR: 208437
Submitted by: Matthias Petermann <matthias at petermann-it.de>
(maintainer) |
01 Apr 2016 13:29:17
5.1 |
mat  |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
12 Jan 2016 16:20:32
5.1 |
amdmi3  |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
22 Dec 2015 01:10:12
5.1 |
junovitch  |
cad/sweethome3d: update 5.0 -> 5.1
- Drop dead link from MASTER_SITES
- Fix false usage with ${FALSE} (portlint)
PR: 205492
Submitted by: Matthias Petermann <matthias@petermann-it.de> (maintainer) |
05 Aug 2015 23:54:28
5.0 |
junovitch  |
- Update to 5.0
- Add NO_ARCH
PR: 201739
Submitted by: udvzsolt@gmail.com
Approved by: matthias@petermann-it.de (maintainer), pgollucci (mentor) |
27 May 2015 13:43:21
4.6 |
amdmi3  |
- Update to 4.6
- While here, clearify license and add LICENSE_FILE
Changes: http://www.sweethome3d.com/history.jsp
PR: 200427
Submitted by: matthias@petermann-it.de (maintainer) |
10 Sep 2014 20:50:37
4.4_1 |
gerald  |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
07 Aug 2014 23:20:40
4.4 |
madpilot  |
Update to 4.4
PR: 192354
Submitted by: Matthias Petermann <matthias@petermann-it.de> (maintainer) |
07 Mar 2014 15:59:54
4.2 |
bapt  |
Convert c* to USES=zip |
23 Nov 2013 00:38:02
4.2 |
pawel  |
- Update to version 4.2
- Allow staging
PR: ports/184156
Submitted by: maintainer |
20 Sep 2013 15:58:42
4.1 |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
cad) |
13 Jul 2013 11:18:23
4.1 |
madpilot  |
- Update to 4.1
- Update maintainer address
PR: ports/180479
Submitted by: Matthias Petermann <matthias@petermann-it.de> (maintainer) |
27 Apr 2013 23:42:07
4.0 |
madpilot  |
Fix patch which got mangled somehow before committing.
Reported by: Barbara Guida <barbara.freebsd@gmail.com>,
Matthias Petermann <matthias@petermann.it> (maintainer) |
27 Apr 2013 13:43:59
4.0 |
madpilot  |
- Update to 4.0
- Remove Created by line (requested by maintainer/creator)
PR: ports/178167
Submitted by: Matthias Petermann <matthias@petermann.it> (maintiner) |
21 Mar 2013 20:16:54
3.6 |
pawel  |
Sweet Home 3D is a free interior design application that helps you place your
furniture on a house 2D plan, with a 3D preview.
WWW: http://www.sweethome3d.com
PR: ports/171760
Submitted by: Matthias Petermann <matthias@petermann.it> |