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/zcad/Makefile

Number of commits found: 34

Sunday, 24 Mar 2024
04:36 Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
*/*: Bump PORTREVISION. lazarus was updated to 3.2.0

- Change default lazarus version to 3.2.0
commit hash: cc84ccdd3724d75ebf5dc9d1398d7e485f22a408 commit hash: cc84ccdd3724d75ebf5dc9d1398d7e485f22a408 commit hash: cc84ccdd3724d75ebf5dc9d1398d7e485f22a408 commit hash: cc84ccdd3724d75ebf5dc9d1398d7e485f22a408 cc84ccd
Saturday, 17 Feb 2024
06:05 Muhammad Moinur Rahman (bofh) search for other commits by this committer
cad/zcad: Mark BROKEN

Fails to build with:
Can't find unit TransferMacros used by uzmacros
commit hash: a1289c5ada54a9e040f872f2db46a49f6dc013bc commit hash: a1289c5ada54a9e040f872f2db46a49f6dc013bc commit hash: a1289c5ada54a9e040f872f2db46a49f6dc013bc commit hash: a1289c5ada54a9e040f872f2db46a49f6dc013bc a1289c5
Saturday, 23 Dec 2023
01:11 Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
*/*: Bump PORTREVISON because lazarus was updated to 3.0.0
commit hash: 370d96de5bdcfd2ebb6277b6f2fd555271d55eb5 commit hash: 370d96de5bdcfd2ebb6277b6f2fd555271d55eb5 commit hash: 370d96de5bdcfd2ebb6277b6f2fd555271d55eb5 commit hash: 370d96de5bdcfd2ebb6277b6f2fd555271d55eb5 370d96d
Sunday, 12 Nov 2023
20:49 Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
lang/fpc-*: Merge all units to lang/fpc

- Merge all fpc-* units to lang/fpc. It gives us a better way to maintain fpc
  and lazarus ports.
- Update Mk/fpc.mk for reflects new changes
- Update Mk/lazarus.mk for reflects new changes
- Now we can defined WANT_FPC_DEVEL AND WANT_LAZARUS_DEVEL for use devel version
  of fpc or lazarus for build apps based on fpc/lazarus
- Add entries to MOVED
- Bump PORTREVISON of affected ports
- Some other minor modifications
commit hash: 0b92f925a3a155ce7b5f4eddfd528553915c6eb8 commit hash: 0b92f925a3a155ce7b5f4eddfd528553915c6eb8 commit hash: 0b92f925a3a155ce7b5f4eddfd528553915c6eb8 commit hash: 0b92f925a3a155ce7b5f4eddfd528553915c6eb8 0b92f92
Thursday, 16 Mar 2023
23:56 Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
editors/lazarus: Bump PORTREVISION of dependant ports

- editors/lazarus was updated to 2.2.6
commit hash: 7f05d4af204e107c5628e57198298fdd54e1e3ab commit hash: 7f05d4af204e107c5628e57198298fdd54e1e3ab commit hash: 7f05d4af204e107c5628e57198298fdd54e1e3ab commit hash: 7f05d4af204e107c5628e57198298fdd54e1e3ab 7f05d4a
Monday, 13 Mar 2023
18:57 Alexey Dokuchaev (danfe) search for other commits by this committer
cad/zcad: try to unbreak the build of the port's Qt5 flavor

- OpenGL components must be fixed in a slightly different way now
- Bring back the comment accidentally removed in r497396 (that is
  commit 0c124531331c)

Reported by:	pkg-fallout
commit hash: 3850a032099b4d3deb354b185b640c1f478b7a9d commit hash: 3850a032099b4d3deb354b185b640c1f478b7a9d commit hash: 3850a032099b4d3deb354b185b640c1f478b7a9d commit hash: 3850a032099b4d3deb354b185b640c1f478b7a9d 3850a03
Thursday, 2 Mar 2023
05:23 Tobias C. Berner (tcberner) search for other commits by this committer
accessibility/at-spi2-core: update to 2.46.0

What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
  interface.

What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
  events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).

What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments.
* xml: Add some missing DeviceEventController methods.
* Bind the AT-SPI bus to the graphical session.
* Mark bus service as belonging to the session slice.
* Add ATSPI_ROLE_PUSH_BUTTON_MENU.
* Add an "announcement" event/signal to allow objects to send
  notifications (!63).
* Various code clean-ups and test improvements.

What's new in at-spi2-core 2.45.1:
* Atk and at-spi2-atk are now merged into this project.
* Now requires meson 0.56.2 and glib 2.67.4.
* at-spi2-atk: Expose the accessible hierarchy via dbus introspection.
* Properly escape the AT-SPI bus address; fixes warnings about the address
  not containing a colon (!55).
* Add a text value to AtspiValue, so that a value can expose a textual
  description, as in the new Atk value API.
* Add atspi_event_listener_register_with_app, to allow an event listener
  to be registered only for a given application (!52).

- accessibility/atk and accessibility/at-spi2-atk have been merged into
  accessibility/at-spi2-core

- accessibility/at-spi2-core: bump consumers of removed ports atk and
at-spi2-atk

PR:		269704
Exp-run by:	antoine
---
commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 fa81a4f
Saturday, 25 Feb 2023
09:25 Antoine Brodin (antoine) search for other commits by this committer
cad/zcad: mark qt5 flavor BROKEN

(3104) Compiling glqtcontext.pas
/wrkdirs/usr/ports/cad/zcad/work-qt5/zcad-8b8a693/cad_source/glqtcontext.pas(30,23)
Fatal: (10022) Can't find unit qlclopenglwidget used by GLQTContext
Fatal: (1018) Compilation aborted

Reported by:	pkg-fallout
commit hash: 7e89dce57e13684405622ebb2a097cd74c02a775 commit hash: 7e89dce57e13684405622ebb2a097cd74c02a775 commit hash: 7e89dce57e13684405622ebb2a097cd74c02a775 commit hash: 7e89dce57e13684405622ebb2a097cd74c02a775 7e89dce
Sunday, 2 Oct 2022
05:48 Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
editors/lazarus: Bump PORTREVISION of dependant ports

- editors/lazarus was updated to 2.2.4 and all ports depends of it must be
  rebuilt
commit hash: df8005b90fc19d8a475dfb433767aad479040d55 commit hash: df8005b90fc19d8a475dfb433767aad479040d55 commit hash: df8005b90fc19d8a475dfb433767aad479040d55 commit hash: df8005b90fc19d8a475dfb433767aad479040d55 df8005b
Friday, 12 Aug 2022
14:46 Dima Panov (fluffy) search for other commits by this committer
*/*: bump all consumers after recent boost upgrade
commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed 4cf39de
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
Tuesday, 21 Jun 2022
01:17 Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
lang/fpc: Fix build issues building some fpc based apps

- Add missing parameter to getdirentries syscall function
- Re-build i386 and amd64 bootstrap
- Revert fpc-i386 (FPC_USE_LIBC) build to syscall build
- Bump PORTREVISION in all ports dependant of freepascal compiler
commit hash: c77c31909fb042682ba8aed7ca69419de9332804 commit hash: c77c31909fb042682ba8aed7ca69419de9332804 commit hash: c77c31909fb042682ba8aed7ca69419de9332804 commit hash: c77c31909fb042682ba8aed7ca69419de9332804 c77c319
Saturday, 18 Jun 2022
05:57 Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
*/*: Bump PORTREVISION

* editors/lazarus was updated to 2.2.2
commit hash: cedfa0ad1fecc641a74351b22d9cbed14a9bd6b6 commit hash: cedfa0ad1fecc641a74351b22d9cbed14a9bd6b6 commit hash: cedfa0ad1fecc641a74351b22d9cbed14a9bd6b6 commit hash: cedfa0ad1fecc641a74351b22d9cbed14a9bd6b6 cedfa0a
Thursday, 3 Feb 2022
05:07 Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
editors/lazarus-*: update to 2.2.0

- Bump PORTREVISION
- archivers/peazip update to 8.4.0
- editors/cudatext update to 1.155.3
- russian/emkatic update to 0.41
- x11-toolkits/qt5pas to latest version included into lazarus 2.2.0

ChangeLog at:	https://wiki.lazarus.freepascal.org/Lazarus_2.2.0_release_notes
commit hash: daa23dba69ea27a2e101b04738b9d0abcf34ac74 commit hash: daa23dba69ea27a2e101b04738b9d0abcf34ac74 commit hash: daa23dba69ea27a2e101b04738b9d0abcf34ac74 commit hash: daa23dba69ea27a2e101b04738b9d0abcf34ac74 daa23db
Sunday, 1 Aug 2021
02:26 Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
editors/lazarus[-qt5]: bump some ports dependants of lazarus

* bump PORTREVISION of cad/zcad: comms/cqrlog: editors/picpas:
  graphics/lazpaint: multimedia/winff: net-p2p/awgg:
  net-p2p/transmission-remote-gui: russian/emkatic:
  x11-fm/doublecmd
* editors/lazarus[-qt5] was updated to 2.0.12
commit hash: ced250d5164d5d3dd9e607e38b7775fc4f27cdd0 commit hash: ced250d5164d5d3dd9e607e38b7775fc4f27cdd0 commit hash: ced250d5164d5d3dd9e607e38b7775fc4f27cdd0 commit hash: ced250d5164d5d3dd9e607e38b7775fc4f27cdd0 ced250d
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
Thursday, 14 Jan 2021
21:11 acm search for other commits by this committer
- lang/fpc revert way like linker is taken by fpc compiler
- lang/fpc add binutils to RUN_DEPENDS
- editors/lazarus add binutils to RUN_DEPENDS
- editors/lazarus add gmake to RUN_DEPENDS
- editors/lazarus install fpc units like RUN_DEPENDS too
- Bump PORTREVISiON of fpc/lazarus ports

PR:		251712
Reported by:	amdmi3
Original commitRevision:561593 
20:54 acm search for other commits by this committer
- Remove forgotten patch file oin my previous commit
- Remove BROKEN

Reported by:	pkg-fallout
Original commitRevision:561591 
Friday, 25 Dec 2020
09:34 antoine search for other commits by this committer
Mark BROKEN

Reported by:	pkg-fallout
Original commitRevision:559232 
Monday, 14 Dec 2020
20:39 acm search for other commits by this committer
- Update to 0.9.8.5

PR:		251365
Submitted by:	acm
Approved by:	danfe (timeout)
Original commitRevision:558109 
Thursday, 14 May 2020
06:05 acm search for other commits by this committer
- Bump PORTREVISION. lazarus was updated to 2.0.8
Original commitRevision:535205 
Friday, 6 Mar 2020
06:26 acm search for other commits by this committer
- Remove compat < 11 dependencies from bootstrap and compiler. It could fix
problems
  when GENERIC kernel is not used.
- Rebuild bootstrap (ppcx64 and ppc386) with new changes
- Bump PORTREVISION

PR:		239135
Reported by:	fbsdbugs4  at  sentry.org
Original commitRevision:527858 
Tuesday, 31 Dec 2019
15:29 acm search for other commits by this committer
- Bump PORTREVISION. editors/lazarus was updated to 2.0.6
Original commitRevision:521632 
Tuesday, 3 Sep 2019
15:51 acm search for other commits by this committer
- Rebuild bootstrap (ppcx64 and ppc386) with ld patches
- Fix build on 12-STABLE and CURRENT (amd64 and i386)
- Bump PORTREVISION for all ports that depends of lang/fpc
- Add USE_BINUTILS to fpc and lazarus based ports
- Add binutils dependency to Uses/fpc.mk and Uses/lazarus.mk

PR:		240293 239934 233413 214864
Exp-run by:	antoine
Original commitRevision:510956 
Thursday, 15 Aug 2019
17:29 acm search for other commits by this committer
- Bump PORTREVISION (lazarus ports were updated to 2.0.4)
- Remove LD_UNSAFE
Original commitRevision:509013 
Sunday, 31 Mar 2019
09:23 danfe search for other commits by this committer
- Update `cad/zcad' to version 0.9.8.4; switch from using
  pre-generated distfile to new official one from GitHub
- Switch from my custom makefile-based build to Lazarus one
  and thus remove MAKE_JOBS_UNSAFE which should no longer
  be required (hopefully)
- Drop Qt4-related CONFLICTS_INSTALL, Qt4 is already gone

PR:		236345
Submitted by:	acm
Original commitRevision:497396 
Wednesday, 27 Mar 2019
20:49 antoine search for other commits by this committer
Mark BROKEN: fails to build

/wrkdirs/usr/ports/cad/zcad/work-gtk2/trunk/cad_source/components/zcontrols/usupportgui.pas(136,56)
Error: (5000) Identifier not found "odPainted"
usupportgui.pas(163) Fatal: (10026) There were 1 errors compiling module,
stopping

Reported by:	pkg-fallout
Original commitRevision:496978 
Sunday, 17 Mar 2019
09:06 tcberner search for other commits by this committer
cat/zcad: remove qt4 flavor handling

Approved by:	portmgr (implicit)
Original commitRevision:496037 
Sunday, 3 Jun 2018
08:15 acm search for other commits by this committer
- Bump PORTREVISION (editors/lazarus was updated)
Original commitRevision:471478 
Friday, 25 May 2018
16:31 acm search for other commits by this committer
- Moved ports to Uses/lazarus.mk
- Add FLAVORS

Approved by:	portmgr
Differential Revision:	https://reviews.freebsd.org/D14661
Original commitRevision:470851 
Thursday, 5 Apr 2018
04:52 acm search for other commits by this committer
- Migrate Mk/bsd.fpc.mk to Mk/Uses/fpc.mk
- Convert all fpc-based ports to USES=fpc

PR:             227210
Reviewed by:    portmgr
Approved by:    portmgr
Exp-run by:     antoine
Differential Revision:  https://reviews.freebsd.org/D14617
Original commitRevision:466532 
Thursday, 22 Feb 2018
09:52 antoine search for other commits by this committer
Fix build by adding chm to USE_FPC

Reported by:	pkg-fallout
Original commitRevision:462578 
Thursday, 1 Feb 2018
07:21 acm search for other commits by this committer
- Bump PORTREVISION. Lazarus was updated to 1.8.0
Original commitRevision:460563 
Tuesday, 2 May 2017
18:50 danfe search for other commits by this committer
Add a port of ZCAD, simple CAD program with AutoCAD DXF 2000 file format
support.  It is developed with Free Pascal and Lazarus.

The project has not released any distfiles yet, so this release is based
on r2259 checked out from http://svn.shamangrad.net/zcad/trunk/, cleaned
up (most importantly, converted to Unix line endings), and tar+xz'ed.

https://sourceforge.net/projects/zcad/
Original commitRevision:439964 

Number of commits found: 34