notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: cad/libredwg/Makefile

Number of commits found: 26

Tuesday, 23 Jan 2024
11:32 Alexey Dokuchaev (danfe) search for other commits by this committer
Convert more of my ports to new manual page location (part two).
commit hash: 9a81a60255cf823a5092605fe5032b0e0ab4e671 commit hash: 9a81a60255cf823a5092605fe5032b0e0ab4e671 commit hash: 9a81a60255cf823a5092605fe5032b0e0ab4e671 commit hash: 9a81a60255cf823a5092605fe5032b0e0ab4e671 9a81a60
Sunday, 31 Dec 2023
00:37 Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Sunset 12.4-RELEASE/12-STABLE from ports tree

- Remove all references to defunct ARCH arm
- Remove all references to defunct ARCH sparc64
- Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64
  ARCH
- Remove sysutils/afbinit requires defunct sparc64 ARCH
- Remove all references to bktr driver
- Remove all references to defunct FreeBSD_12
- Remove all references to OSVERSION/OSREL corresponding to 12
- Remove conditionals in Mk/Uses/cabal.mk
- Remove sparc reference from Mk/Uses/qt-dist.mk
- Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64
- Remove BROKEN_FreeBSD_12* from:
- Remove OpenSSL patches from:
- Remove conditional flags for OSVERSION >= 1300000 to fixed flags.
  Also move conditional flags for non sparc64/arm ARCH to fixed flags.

Reviewed by:	brooks, jbeich, rene, salvadore
Differential Revision: https://reviews.freebsd.org/D42068
commit hash: bbab7f59e9630416397189df70ec133bdd690e38 commit hash: bbab7f59e9630416397189df70ec133bdd690e38 commit hash: bbab7f59e9630416397189df70ec133bdd690e38 commit hash: bbab7f59e9630416397189df70ec133bdd690e38 bbab7f5
Tuesday, 27 Jun 2023
19:34 Rene Ladan (rene) search for other commits by this committer
all: remove explicit versions in USES=python for "3.x+"

The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb 3d9a815
Thursday, 27 Oct 2022
11:31 Alexey Dokuchaev (danfe) search for other commits by this committer
cad/libredwg: revert commit a534aad1cee and fix the problem differently

Do not build LLVM-based fuzzers: they are hardly interesting to regular
LibreDWG consumers and not even being installed.

Reported by:	pkg-fallout
commit hash: 85d135cf7a17863ccc89dca7c7ac1b6c8f26ca24 commit hash: 85d135cf7a17863ccc89dca7c7ac1b6c8f26ca24 commit hash: 85d135cf7a17863ccc89dca7c7ac1b6c8f26ca24 commit hash: 85d135cf7a17863ccc89dca7c7ac1b6c8f26ca24 85d135c
Thursday, 22 Sep 2022
10:13 Piotr Kubaj (pkubaj) search for other commits by this committer
cad/libredwg: fix build on powerpc64*

Use newer LLVM with sanitizer libraries:
ld: error: cannot open
/usr/lib/clang/13.0.0/lib/freebsd/libclang_rt.asan-powerpc64le.a: No such file
or directory
commit hash: a534aad1cee458e9b23b551ff93331b42d1f0187 commit hash: a534aad1cee458e9b23b551ff93331b42d1f0187 commit hash: a534aad1cee458e9b23b551ff93331b42d1f0187 commit hash: a534aad1cee458e9b23b551ff93331b42d1f0187 a534aad
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 20 Jul 2022
14:20 Tobias C. Berner (tcberner) search for other commits by this committer
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>
  *  Mario S F Ferreira <lioux@linf.unb.br> et al.
  *  Martin Dieringer <martin.dieringe@gmx.de>
  *  Matthias Petermann <matthias@petermann-it.de>
  *  Michael Durian <durian@shadetreesoftware.com>
  *  Michael Reifenberger <mr@FreeBSD.org>
  *  Nicola Vitale <nivit@FreeBSD.org>
  *  Otacilio de Araujo Ramos Neto <otacilio.neto@bsd.com.br>
  *  Pedro F. Giffuni
  *  Pedro F. Giffuni <giffunip@asme.org>
  *  Pedro Giffuni
  *  Pedro Giffuni <giffunip@asme.org>
  *  Rusmir Dusko <nemysis@FreeBSD.org>
  *  Sarod Yatawatta <sarod@cs.pdn.ac.lk>
  *  Sergio Lenzi <lenzi.sergio@gmail.com>
  *  Stanislav Sedov <ssedov@mbsd.msk.ru>
  *  Thierry Thomas <thierry@FreeBSD.org>
  *  Thierry Thomas <thierry@pompo.net>
  *  Thomas Gellekum <tg@FreeBSD.org>
  *  Vanilla I. Shu <vanilla@FreeBSD.org>
  *  Veniamin Gvozdikov <vg@FreeBSD.org>
  *  Ying-Chieh Liao <ijliao@FreeBSD.org>
  *  gahr
  *  hrs
  *  ijliao
  *  lbartoletti <lbartoletti@FreeBSD.org>
  *  lon_kamikaze@gmx.de
  *  stas
  *  swallace
  *  thierry@pompo.net

With hat:	portmgr
commit hash: b46abf8056cc9f1f1f579710126929b99b36f966 commit hash: b46abf8056cc9f1f1f579710126929b99b36f966 commit hash: b46abf8056cc9f1f1f579710126929b99b36f966 commit hash: b46abf8056cc9f1f1f579710126929b99b36f966 b46abf8
Saturday, 25 Sep 2021
20:28 Bernhard Froehlich (decke) search for other commits by this committer
cad/libredwg: Add CPE information

Approved by:	portmgr (blanket)
commit hash: 7d84dacb0ab950d598e23205120966e32742c524 commit hash: 7d84dacb0ab950d598e23205120966e32742c524 commit hash: 7d84dacb0ab950d598e23205120966e32742c524 commit hash: 7d84dacb0ab950d598e23205120966e32742c524 7d84dac
Wednesday, 7 Apr 2021
12:16 Alexey Dokuchaev (danfe) search for other commits by this committer
Update LibreDWG to version 0.12.4, another bugfix release.
commit hash: f7668a0f9d7d55964c4da7578d5c116bcfcce2ea commit hash: f7668a0f9d7d55964c4da7578d5c116bcfcce2ea commit hash: f7668a0f9d7d55964c4da7578d5c116bcfcce2ea commit hash: f7668a0f9d7d55964c4da7578d5c116bcfcce2ea f7668a0
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Saturday, 27 Feb 2021
19:32 danfe search for other commits by this committer
Update LibreDWG to version 0.12.3, which fixes many minor fuzzing errors
(quoting upstream, libfuzzer is much better than afl++ and honggfuzz).

Reported by:	portscout
Original commitRevision:566730 
Tuesday, 23 Feb 2021
12:11 danfe search for other commits by this committer
Update to version 0.12.2, bugfix release.

Found out via:	repology.org
Original commitRevision:566392 
Tuesday, 2 Feb 2021
09:51 danfe search for other commits by this committer
- Update LibreDWG to version 0.12.1 (mostly bugfix release)
- Move PSLIB_PLIST_FILES into normal pkg-plist: after r561350,
  OPTIONS_SUB is required for PYTHON option anyways, so it makes
  little sense to track files in two separate locations

Found out via:	repology.org
Original commitRevision:563792 
Tuesday, 12 Jan 2021
17:15 danfe search for other commits by this committer
- Update LibreDWG to version 0.12
- Disable Perl bindings for now (there are issues)
- Add missing bits for the proper Python support
- Install examples (and put them where they belong)
Original commitRevision:561350 
Sunday, 29 Nov 2020
17:42 danfe search for other commits by this committer
Update to version 0.11.1, which brings ``out_dxf'' bugfixes mostly.

0.11 failed to produce dxf files which could be imported into AutoCAD.
This bugfix release improves DXF importing from 10% to about 90%.

Found out via:	repology.org
Original commitRevision:556592 
Saturday, 8 Aug 2020
10:16 danfe search for other commits by this committer
Update to version 0.11.

Reported by:	portscout
Original commitRevision:544384 
Thursday, 27 Feb 2020
09:05 danfe search for other commits by this committer
Provide an option to build `dwggrep' utility with regex support and make
it enabled by default since `devel/pcre2' is rather common dependency.

Because previously built packages could link to PCRE2 libraries without
this dependency being recorded, bump port revision.
Original commitRevision:527240 
Wednesday, 26 Feb 2020
11:06 danfe search for other commits by this committer
Update GNU LibreDWG to version 0.10.1.
Original commitRevision:527160 
Friday, 10 Jan 2020
10:52 danfe search for other commits by this committer
- Update LibreDWG to the latest version 0.10
- Some minor API changes and bugfixes, mostly stabilization

Reported by:	portscout
Original commitRevision:522564 
Tuesday, 31 Dec 2019
16:02 danfe search for other commits by this committer
Update GNU LibreDWG to version 0.9.3.

PR:	243004
Original commitRevision:521638 
Monday, 7 Oct 2019
14:14 danfe search for other commits by this committer
- Update LibreDWG to version 0.9
- Enable runtime tracing by default: it has no noticeable effect
  during normal usage but greatly improves debugging experience

Reported by:	portscout
Original commitRevision:513950 
Thursday, 11 Jul 2019
01:32 danfe search for other commits by this committer
- Update LibreDWG to version 0.8
- Hook the tests to our framework (tests pass on x86,
  but fail on powerpc/sparc64 unfortunately)
- Add the PYTHON option, disabled by default

Tested on:	i386, amd64, powerpc, sparc64
Original commitRevision:506394 
Thursday, 6 Dec 2018
12:05 danfe search for other commits by this committer
Update to version 0.7, which is an important bugfix release.

Reported by:	portscout
Original commitRevision:486754 
Saturday, 10 Nov 2018
18:12 bapt search for other commits by this committer
Install texinfo files (GNU info) into ${PREFIX}/share/info

After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.

Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.

Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them

Bump revision of all impacted ports

PR:		232907
exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D17816
Original commitRevision:484628 
Wednesday, 7 Nov 2018
16:37 danfe search for other commits by this committer
- Update `cad/libredwg' to version 0.6.2 which brings numerous important
  fixes, including several out_dxf segfaults
- Build with PostScript export support (dwg2ps) by default (due to lack
  of --disable-pslib configure switch, leave a note that while currently
  pre-installed `print/pslib' port would not be silently picked up, this
  might change in the future and explain how to handle this situation)
Original commitRevision:484404 
Thursday, 30 Aug 2018
02:26 danfe search for other commits by this committer
GNU LibreDWG is a C library to handle DWG files which aims to be a free
replacement for the OpenDWG libraries.

There are command line tools and libraries to read and write DWG files,
with converters for various formats: DXF, DXFB, SVG, PS, JSON, XML, etc.

WWW: https://www.gnu.org/software/libredwg/
Original commitRevision:478428 

Number of commits found: 26