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

Number of commits found: 62

Saturday, 2 Mar 2024
23:32 Nuno Teixeira (eduardo) search for other commits by this committer
cad/geda: Move man pages to share/man

Approved by:	portmgr (blanket)
commit hash: 6c12c899ed9fbd85fe9f1bf26cfe59066759a6eb commit hash: 6c12c899ed9fbd85fe9f1bf26cfe59066759a6eb commit hash: 6c12c899ed9fbd85fe9f1bf26cfe59066759a6eb commit hash: 6c12c899ed9fbd85fe9f1bf26cfe59066759a6eb 6c12c89
Sunday, 30 Jul 2023
22:59 Robert Clausecker (fuz) search for other commits by this committer Author: Andrew "RhodiumToad" Gierth
*/*: adapt to new guile framework

 - change all ports using guile to USES=guile
 - flavorize guile-lib, guile-cairo, slib-guile

PR:		260960
Reported by:	Martin Neubauer <m.ne@gmx.net>
Approved by:	bofh
Differential Revision:	https://reviews.freebsd.org/D40194
commit hash: 7edcfaeb079e3285b299ef619ab9d09d46c447a2 commit hash: 7edcfaeb079e3285b299ef619ab9d09d46c447a2 commit hash: 7edcfaeb079e3285b299ef619ab9d09d46c447a2 commit hash: 7edcfaeb079e3285b299ef619ab9d09d46c447a2 7edcfae
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
Friday, 24 Feb 2023
12:42 Alexey Dokuchaev (danfe) search for other commits by this committer
cad/geda: unbreak the port's build (specifically, linking)

Add missing -lgio-2.0 to several LDFLAGS which require it.
While here, fix the configure script to respect the passed
--with-libstroke=${LOCALBASE} correctly.
commit hash: 8d492eab5d8853684beb1145396a8f469d719dab commit hash: 8d492eab5d8853684beb1145396a8f469d719dab commit hash: 8d492eab5d8853684beb1145396a8f469d719dab commit hash: 8d492eab5d8853684beb1145396a8f469d719dab 8d492ea
Monday, 20 Feb 2023
14:42 Antoine Brodin (antoine) search for other commits by this committer
cad/geda: deprecate

lld has been the default linker everywhere since a few months
commit hash: 3403018710d270d34bdf927f50bf4e02663b68de commit hash: 3403018710d270d34bdf927f50bf4e02663b68de commit hash: 3403018710d270d34bdf927f50bf4e02663b68de commit hash: 3403018710d270d34bdf927f50bf4e02663b68de 3403018
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
Friday, 29 Oct 2021
09:50 Stefan Eßer (se) search for other commits by this committer
*/*: Remove redundant '-[0-9]*' from CONFLICTS

The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").

Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".

Approved by:	portmgr (blanket)
commit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08a commit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08a commit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08a commit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08a 819f25b
Sunday, 10 Oct 2021
19:44 Baptiste Daroussin (bapt) search for other commits by this committer
INSTALLS_ICONS: retire the macro and rework the related dependencies

While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency)
commit hash: 2c672a4de941dc57142d867ba42396b1b64d2921 commit hash: 2c672a4de941dc57142d867ba42396b1b64d2921 commit hash: 2c672a4de941dc57142d867ba42396b1b64d2921 commit hash: 2c672a4de941dc57142d867ba42396b1b64d2921 2c672a4
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
Monday, 15 Feb 2021
21:58 bofh search for other commits by this committer
cad/geda: Update BUILD_DEPENDS to guile1 after upgrading guile to 3.X
Original commitRevision:565347 
Friday, 8 Nov 2019
09:31 tobik search for other commits by this committer
c*: Add missing USES={gnome,php,sdl,xorg}
Original commitRevision:517041 
Tuesday, 1 Oct 2019
14:35 bapt search for other commits by this committer
Drop build dependency on GNU m4.

m4 from base is able to do the job, if properly wrapped to mimic GNU m4

Differential Revision:	https://reviews.freebsd.org/D21835
Original commitRevision:513487 
Wednesday, 18 Sep 2019
09:33 antoine search for other commits by this committer
Mark BROKEN with lld

Reported by:	pkg-fallout
MFH:		2019Q3
Original commitRevision:512266 
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 
Thursday, 8 Dec 2016
19:52 tijl search for other commits by this committer
Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
Original commitRevision:428152 
Thursday, 9 Jun 2016
23:22 hrs search for other commits by this committer
- Take maintainership.
- Some style cleanups.
Original commitRevision:416642 
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 
Tuesday, 12 Jan 2016
16:20 amdmi3 search for other commits by this committer
Convert LICENSE= "GPLxx # or later" to "GPLxx+"

Approved by:	portmgr blanket
Original commitRevision:405891 
Thursday, 14 May 2015
10:15 mat search for other commits by this committer
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
Original commitRevision:386312 
Wednesday, 19 Nov 2014
19:17 marino search for other commits by this committer
cad/geda: fix gsch2pcb utility by using gnu M4

PR:		195155
Submitted by:	Tobias Rehbein
Original commitRevision:372806 
Sunday, 31 Aug 2014
15:17 tijl search for other commits by this committer
lang/guile:
- Add USES=libtool and bump dependent ports
- Replace Makefile.* patches with USES=pathfix
- Replace config.h.in patch with USE_AUTOTOOLS=autoheader
- Avoid automake by touching Makefile.in

Approved by:	portmgr (implicit, bump unstaged port)
Original commitRevision:366777 
Saturday, 23 Aug 2014
20:27 marino search for other commits by this committer
cad/geda: Unbreak on FreeBSD 11

PR:		192786
Submitted by:	Ports Fury
Original commitRevision:365808 
Monday, 11 Aug 2014
12:29 antoine search for other commits by this committer
Canonicalize some old USE_PY*

With hat:	portmgr
Original commitRevision:364600 
Wednesday, 23 Jul 2014
08:41 amdmi3 search for other commits by this committer
- Switch to USES=libtool, drop .la files
- Fix plist
Original commitRevision:362638 
Saturday, 2 Nov 2013
14:28 wg search for other commits by this committer
cad/geda: update to 1.8.2

- Update to 1.8.2
- Allow staging
- Convert lib depends to new format [1]
- USES shared-mime-info shebangfix

PR:		ports/183566
Submitted by:	KATO Tsuguru <tkato432 yahoo.com>, wg [1]
Original commitRevision:332488 
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 
Thursday, 5 Sep 2013
09:15 bapt search for other commits by this committer
Add an explicit dependency on pkgconf
Original commitRevision:326373 
Saturday, 3 Aug 2013
13:44 mat search for other commits by this committer
- Convert to new perl framework
- Remove MAKE_JOBS_SAFE=yes, it's the default.
Original commitRevision:324191 
Friday, 26 Apr 2013
10:44 ak search for other commits by this committer
- Convert USE_GETTEXT to USES (part 4)

Approved by:	portmgr (bapt)
Original commitRevision:316596 
Thursday, 28 Mar 2013
03:28 eadler search for other commits by this committer
Mechanically convert unmaintained ports which use "gnomehack" to use "pathfix"
instead.
Original commitRevision:315433 
Saturday, 2 Mar 2013
05:54 miwi search for other commits by this committer
- Update to 1.8.1

PR:		176537
Submitted by:	ports fury
Original commitRevision:313198 
Sunday, 17 Jun 2012
20:09 sylvio search for other commits by this committer
- Update to version 1.6.2

New file:
distinfo

PR:             ports/168995
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
Original commit
Friday, 1 Jun 2012
13:18 bapt search for other commits by this committer
Convert to new options framework
Original commit
Monday, 24 Oct 2011
03:33 stas search for other commits by this committer
- Return my ports back to the pool.  I was unable to make any fixes to
  my ports in the past 3 weeks while ports were broken on any 10.x
  machines, which means I'm unable to maintain them.  So let people know
  that there's no available support for them until things are back to
  normal (which also means that anyone with spare time will be able
  to fix them without getting approval).
Original commit
Sunday, 28 Mar 2010
06:47 dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Original commit
Friday, 5 Feb 2010
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Saturday, 21 Feb 2009
11:43 stas search for other commits by this committer
- Bump PORTEPOCH, this was missed in previous update [1].
- Use proper shebang line in perl and python scripts [1].
- Define INSTALLS_ICONS and USE_GETTEXT where appropriate.
- Implement WITHOUT_NLS knob.

Reported by:    Nick Withers <nick@nickwithers.com> [1]
Original commit
Sunday, 8 Feb 2009
16:33 stas search for other commits by this committer
- Update to 1.4.3.

PR:             ports/131468 (based on)
Submitted by:   Oliver Lehmann <oliver@freebsd.org>
Original commit
Friday, 6 Jun 2008
13:14 edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
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
Tuesday, 13 Mar 2007
16:30 stas search for other commits by this committer
- Update to 20070216
- Deprecate geda-projectmanager.
Original commit
Friday, 3 Nov 2006
17:50 stas search for other commits by this committer
- Update to 20061020
Original commit
Tuesday, 10 Oct 2006
07:44 stas search for other commits by this committer
- Update to 20060906
- Change my email
Original commit
Sunday, 16 Jul 2006
03:42 rafan search for other commits by this committer
- Fix installdirs to address geda directory structure unification [1]
- add options to select docs/examples [1]
- Bump PORTREVISION [1]
- Chase rename of cad/gschem [2] and cad/gnetlist [3]

PR:             ports/100228 [1], ports/100222 [2], ports/100230 [3]
Submitted by:   maintainer
Original commit
Wednesday, 28 Jun 2006
07:51 pav search for other commits by this committer
- Transfer maintainership to the submitter of the last update

Approved by:    old maintainer
Original commit
Monday, 26 Jun 2006
22:12 pav search for other commits by this committer
- Update to 20060123

PR:             ports/99482
Submitted by:   Stanislav Sedov <ssedov@mbsd.msk.ru>
Approved by:    maintainer
Original commit
Monday, 16 May 2005
03:32 jylefort search for other commits by this committer
- Update to 20050313 [1]
- Miscellaneous cleanups

PR:             ports/80967 [1]
Submitted by:   maintainer [1]
Original commit
Saturday, 22 May 2004
12:46 pav search for other commits by this committer
- Fix dependencies of package: no point having meta port with BUILD_DEPENDS
- Bump PORTREVISION

PR:             ports/67005
Submitted by:   bruno <bruno@mail.tinkerbox.org> (maintainer)
Original commit
Sunday, 7 Mar 2004
14:52 pav search for other commits by this committer
- Update gEDA suite to 20040111 version

PR:             ports/62549
Submitted by:   bruno <bruno@mail.tinkerbox.org> (maintainer)
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, 6 May 2003
06:35 marcus search for other commits by this committer
Update to version 20030223 which now works with guile 1.6.

Submitted by:   maintainer
Original commit
Friday, 2 May 2003
03:29 marcus search for other commits by this committer
Chase guile's shared lib version.
Original commit
Friday, 21 Feb 2003
11:04 knu search for other commits by this committer
De-pkg-comment.
Original commit
Thursday, 10 Oct 2002
18:45 ijliao search for other commits by this committer
upgrade to 20020825

PR:             43563
Submitted by:   maintainer
Original commit
Wednesday, 19 Jun 2002
16:37 marcus search for other commits by this committer
Chase guile shared lib number.

Prompted by:    Mike Harding <mvh@ix.netcom.com>
Original commit
Sunday, 10 Mar 2002
03:42 ijliao search for other commits by this committer
upgrade to 20020209   PR:             35714   Submitted by:   maintainer    
Original commit
Saturday, 7 Apr 2001
01:24 vanilla search for other commits by this committer
Upgrade to 20010304. and change MAINTAINER to bruno.schwander@technologist.com  
 
Original commit
Thursday, 5 Oct 2000
07:36 reg search for other commits by this committer
Implement USE_GTK, part 1.    
Original commit
Friday, 4 Aug 2000
02:05 ade search for other commits by this committer
Update for new shlib revision from guile 1.4    
Original commit
Friday, 16 Jun 2000
22:52 asami search for other commits by this committer
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB.  (There was a typo in the   previous
commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)    
Original commit
11:38 sobomax search for other commits by this committer
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with  
ldconfig in PLIST need personal consideration.    
Original commit

Number of commits found: 62