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) combinatio for a given watch list. This is what FreshPorts will look for.

non port: cad/magic/Makefile

Number of commits found: 49

Wednesday, 24 Jan 2024
03:26 Yuri Victorovich (yuri) search for other commits by this committer
cad/magic: update 8.3.315 → 8.3.459
commit hash: ce9b2ed6b1ce7a80749d725936d68d5fd59494f6 commit hash: ce9b2ed6b1ce7a80749d725936d68d5fd59494f6 commit hash: ce9b2ed6b1ce7a80749d725936d68d5fd59494f6 commit hash: ce9b2ed6b1ce7a80749d725936d68d5fd59494f6 ce9b2ed
Saturday, 13 Jan 2024
03:17 Yuri Victorovich (yuri) search for other commits by this committer
cad/magic: Fix build on 15 by explicitly defining configure option

--enable-modular (off by default) enables functions in the code
that are in *.sym unconditionally.

Reported by:	https://portsfallout.com/
commit hash: e674a134a3a8c0dd285a4b4ee6bd103f0282c2ca commit hash: e674a134a3a8c0dd285a4b4ee6bd103f0282c2ca commit hash: e674a134a3a8c0dd285a4b4ee6bd103f0282c2ca commit hash: e674a134a3a8c0dd285a4b4ee6bd103f0282c2ca e674a13
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
Wednesday, 17 May 2023
16:30 Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: llvm15 build fixes

llvm15 was also merged into 13.2-STABLE effective from OSVERSION
1302505. Fix the ports that failed to build with llvm15.

Approved by:	portmgr (blanket)
commit hash: 9b178ffd7e2fd77fecb8c80d22f7c80bc9e93977 commit hash: 9b178ffd7e2fd77fecb8c80d22f7c80bc9e93977 commit hash: 9b178ffd7e2fd77fecb8c80d22f7c80bc9e93977 commit hash: 9b178ffd7e2fd77fecb8c80d22f7c80bc9e93977 9b178ff
Monday, 15 May 2023
15:31 Muhammad Moinur Rahman (bofh) search for other commits by this committer
cad/magic: Unbreak on HEAD

- Refactor with USES=localbase:ldflags

Approved by:	portmgr (blanket)
commit hash: cc7f11758877328278a24ff32b1c1e35e6174ebc commit hash: cc7f11758877328278a24ff32b1c1e35e6174ebc commit hash: cc7f11758877328278a24ff32b1c1e35e6174ebc commit hash: cc7f11758877328278a24ff32b1c1e35e6174ebc cc7f117
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
Saturday, 30 Jul 2022
07:34 Yuri Victorovich (yuri) search for other commits by this committer
cad/magic: Update 8.3.245 -> 8.3.315
commit hash: 9639e9c599c2b95cad747edc6c69f91a33b3638c commit hash: 9639e9c599c2b95cad747edc6c69f91a33b3638c commit hash: 9639e9c599c2b95cad747edc6c69f91a33b3638c commit hash: 9639e9c599c2b95cad747edc6c69f91a33b3638c 9639e9c
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, 28 Dec 2021
18:17 Yuri Victorovich (yuri) search for other commits by this committer
cad/magic: Maintainer reset, take maintainership

Based on multiple previous maintainer's timeouts:
bug#255239 - 8+ months
bug#255673 - 7+ months
bug#254121 - 14 days

Approved by:	portmgr (maintainer reset after multiple maintainer's timeouts on
this port)
commit hash: a4844347d1c09afe1e9da3f1eb35a367896b4268 commit hash: a4844347d1c09afe1e9da3f1eb35a367896b4268 commit hash: a4844347d1c09afe1e9da3f1eb35a367896b4268 commit hash: a4844347d1c09afe1e9da3f1eb35a367896b4268 a484434
18:16 Yuri Victorovich (yuri) search for other commits by this committer
cad/magic: Update 8.3.145 -> 8.3.245

PR:		260765
Approved by:	hrs (maintainer's timeout on similar PRs: bug#255239 - 8+ months,
bug#255673 - 7+ months)
commit hash: 1156177631bd229052b192b83b580b8ab287fc64 commit hash: 1156177631bd229052b192b83b580b8ab287fc64 commit hash: 1156177631bd229052b192b83b580b8ab287fc64 commit hash: 1156177631bd229052b192b83b580b8ab287fc64 1156177
Tuesday, 22 Jun 2021
18:53 Kevin Bowling (kbowling) search for other commits by this committer
graphics/mesa-libs: Bump reverse deps for libglvnd

Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.

PR:		246767
Reviewed by:	manu, bapt
Approved by:	x11
Differential Revision:	https://reviews.freebsd.org/D30824
commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77 commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77 commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77 commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77 da3162c
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
Tuesday, 23 Mar 2021
00:39 yuri search for other commits by this committer
cad/magic: Update 8.3.125 -> 8.3.145

PR:		254121
Approved by:	hrs (maintainer's timeout 14 days)
Original commitRevision:568994 
Saturday, 13 Feb 2021
23:00 yuri search for other commits by this committer
cad/magic: Update 7.5.240 -> 8.3.125

PR:		252954
Approved by:	hrs (maintainer's timeout 20 days)
Original commitRevision:565185 
Monday, 4 Nov 2019
21:36 zeising search for other commits by this committer
Add USES=xorg USES=gl, ports categories c

Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories
starting with 'c'.
Original commitRevision:516745 
Tuesday, 23 May 2017
05:03 rezny search for other commits by this committer
Revision bump of all ports with USE_GL after consolidation of mesa-libs

Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10845
Original commitRevision:441503 
Thursday, 21 Apr 2016
11:33 gahr search for other commits by this committer
Support Tk in USES=tk:tea. Convert more ports + minor fixes and modernization.
Original commitRevision:413727 
Friday, 1 Apr 2016
13:29 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412344 
Wednesday, 10 Sep 2014
20:50 gerald search for other commits by this committer
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)
Original commitRevision:367888 
Saturday, 30 Aug 2014
18:00 hrs search for other commits by this committer
- Update to 7.5.240.
- Fix LICENSE.
Original commitRevision:366658 
Tuesday, 29 Jul 2014
19:11 adamw search for other commits by this committer
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...

Approved by:	portmgr (not really, but touches unstaged ports)
Original commitRevision:363374 
Tuesday, 24 Jun 2014
22:15 bapt search for other commits by this committer
Use MAKE_CMD instead of GMAKE
Original commitRevision:359143 
Tuesday, 19 Nov 2013
11:15 gahr search for other commits by this committer
- Update to 7.5.233
Original commitRevision:334302 
Friday, 20 Sep 2013
15:58 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
cad)
Original commitRevision:327711 
Wednesday, 14 Aug 2013
22:35 ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Original commitRevision:324744 
Tuesday, 14 May 2013
16:33 miwi search for other commits by this committer
- Update to 7.5.231

PR:		178570
Submitted by:	Ports Fury
Original commitRevision:318174 
Saturday, 2 Mar 2013
06:32 miwi search for other commits by this committer
- Update to 2.3.0

PR:		176545
Submitted by:	ports fury
Original commitRevision:313209 
Friday, 30 Nov 2012
23:52 sperber search for other commits by this committer
- Update to version 7.5.229
- Remove shlib versions
- Trim Makefile header

PR:           ports/171972
Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com>
Approved by:  beat (mentor)
Feature safe: yes
Original commitRevision:308043 
Monday, 21 May 2012
03:10 miwi search for other commits by this committer
- Update to version 7.5.220

PR:             168024
Submitted by:   Ports Fury
Original commit
Saturday, 21 Apr 2012
18:48 miwi search for other commits by this committer
- Update to 7.5.216

PR:             166875
Submitted by:   Ports Fury
Original commit
Sunday, 25 Mar 2012
03:55 miwi search for other commits by this committer
- Update to version 7.5.215

PR:             166018
Submitted by:   Ports Fury
Feature safe:   yes
Original commit
Sunday, 19 Feb 2012
23:25 miwi search for other commits by this committer
- Update to 7.5.124

PR:             164986
Submitted by:   Ports Fury
Original commit
Friday, 23 Sep 2011
22:26 amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
Original commit
Sunday, 4 Sep 2011
11:45 dhn search for other commits by this committer
- Update to 7.5.213

PR:             ports/160086
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
Original commit
Saturday, 19 Apr 2008
17:56 miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
Original commit
Saturday, 19 May 2007
20:32 flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Original commit
Wednesday, 3 May 2006
23:38 edwin search for other commits by this committer
remove USE_REINPLACE for all ports with categories starting with C
Original commit
Saturday, 10 Apr 2004
17:26 trevor search for other commits by this committer
Tidy up whitespace.
Original commit
Wednesday, 4 Feb 2004
05:21 marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
Original commit
Tuesday, 9 Dec 2003
16:20 oliver search for other commits by this committer
unbreak build on CURRENT
bump PORTREVISION
Original commit
Thursday, 16 Oct 2003
02:12 kris search for other commits by this committer
BROKEN on 5.x: does not compile
Original commit
Wednesday, 24 Sep 2003
09:37 osa search for other commits by this committer
Make portlint(1) happy by changing strip to ${STRIP_CMD}

Submitted by:   Oleg Karachevtsev <ok@etrust.ru>
PR:             56998
Original commit
Thursday, 20 Feb 2003
16:52 knu search for other commits by this committer
De-pkg-comment.
Original commit
Saturday, 26 Oct 2002
15:07 naddy search for other commits by this committer
Update to version 7.1, unbreak.

PR:             44106
Submitted by:   Ports Fury
Original commit
Saturday, 5 Oct 2002
22:05 kris search for other commits by this committer
BROKEN: Does not compile
Original commit
Friday, 1 Jun 2001
07:05 obrien search for other commits by this committer
Use proper POSIX syntax for `chown'.    
Original commit
Tuesday, 13 Feb 2001
13:25 jeh search for other commits by this committer
Update to version 6.5.1 and homepage    
Original commit
Saturday, 27 Jan 2001
05:40 will search for other commits by this committer
Remove inactive MAINTAINER <swallace>, who hasn't committed in over 3 years.    
Original commit
Wednesday, 7 Jun 2000
09:00 asami search for other commits by this committer
Add fsleeper.1.    
Original commit

Number of commits found: 49