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: editors/komodo-edit/Makefile

Number of commits found: 43

Sunday, 2 Jul 2023
10:19 Gleb Popov (arrowd) search for other commits by this committer
linux-c7: Merge dbus-glib into dbus-libs to ease maintenance.

Reviewed by: tijl

Differential Revision: https://reviews.freebsd.org/D40827
commit hash: a0c9796c46e20838fd4b366a8b5ae5d696853e09 commit hash: a0c9796c46e20838fd4b366a8b5ae5d696853e09 commit hash: a0c9796c46e20838fd4b366a8b5ae5d696853e09 commit hash: a0c9796c46e20838fd4b366a8b5ae5d696853e09 a0c9796
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, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
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, 26 Apr 2018
16:35 jrm search for other commits by this committer
editors/komodo-edit: Update to version 11.0.2

Also add license information.

TODO:
    - Fix fontconfig error (looking for fonts in /etc/fonts)
    - Fix issue with codeintel failing to start
    - Attempt to create a native port

Submitted by:   allanjude (maintainer)
Reviewed by:    mmokhi
Differential Revision:	https://reviews.freebsd.org/D15140
Original commitRevision:468357 
Sunday, 24 Dec 2017
11:15 sunpoet search for other commits by this committer
Update MASTER_SITES and unbreak this port

Approved by:	portmgr (blanket)
MFH:		2017Q4
Original commitRevision:457148 
Saturday, 23 Dec 2017
08:53 antoine search for other commits by this committer
Mark BROKEN: unfetchable

Reported by:	pkg-fallout
Original commitRevision:457026 
Friday, 14 Jul 2017
13:48 mmokhi search for other commits by this committer
editors/komodo-edit: Update port from 6.x to 10.2.2
Also pass maintainership of the port to allanjude

Submitted by:	allanjude
Reviewed by:	mat (mentor), netchild
Approved by:	mat (mentor), maintainer (implicit)
Sponsored by:	Essen Hackathon 2017
Differential Revision:	https://reviews.freebsd.org/D11543
Original commitRevision:445754 
Sunday, 19 Mar 2017
04:02 araujo search for other commits by this committer
Do not set NO_CDROM or NO_PACKAGE along with RESTRICT.
When use RESTRICT it implies the former ones.
Original commitRevision:436473 
Wednesday, 7 Sep 2016
12:43 tijl search for other commits by this committer
- In Uses/linux.mk use the loop variable directly when appending to
  *_DEPENDS.  Helper variables derived from the loop variable aren't
  expanded causing *_DEPENDS to be incorrect.
- Bump all ports with more than one value in USE_LINUX.

PR:		211645
Reported by:	jkim
Original commitRevision:421496 
Monday, 5 Sep 2016
19:23 tijl search for other commits by this committer
- Replace Mk/bsd.linux-apps.mk and Mk/bsd.linux-rpm.mk with
  Mk/Uses/linux.mk.
- Replace USE_LINUX=yes with USES+=linux and USE_LINUX=(.*) with
  USES+=linux:\1 in all ports.
- Replace USE_LINUX_APPS with USE_LINUX in all ports.
- Use INSTALL_SCRIPT instead of INSTALL_PROGRAM to install scripts in some
  ports.
- When USE_LINUX_RPM is defined, simplify the way DISTFILES and EXTRACT_ONLY
  are defined.
- Remove BRANDELF_DIRS and BRANDELF_FILES handling.  In the very rare cases
  that it is still necessary ports can run ${BRANDELF} from post-patch.
- Remove AUTOMATIC_PLIST handling.  Only one port used it.
- Fix Linux MASTER_SITES.
- Replace OVERRIDE_LINUX_BASE_PORT and OVERRIDE_LINUX_NONBASE_PORTS with
  default versions framework.
- bsd.port.mk:
  - Move Linux related bits to Uses/linux.mk, except USE_LINUX_PREFIX.
  - Put USE_LINUX_PREFIX handling after USES processing.
  - Define DOCSDIR, DATADIR, etc. after handling USE_LINUX_PREFIX so it can
    give these variables a different default value.
  - When a package needs to run Linux ldconfig check before installation if
    Linux support is enabled.
- emulators/linux_base-*:
  - Use USES=linux and remove duplication.
  - Remove files/lp.  FreeBSD or CUPS lp(1) should work.
  - Remove files/yp.conf.  No longer seems to be used.
  - Remove pkg-deinstall and move pkg-install into pkg-plist.
  - Update pkg-descr and pkg-message.
  - Fix handling of ldconfig cache in pkg-plist.
- devel/fb-adb: Use a Linux shell to run a Linux script but patch the script
  to use FreeBSD mkdir so mkdir -p $path creates $path and not
  /compat/linux/$path.

PR:		211645
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:421387 
Saturday, 16 Apr 2016
12:29 danfe search for other commits by this committer
Do not attempt to create ${STAGEDIR}${DESKTOPDIR}: `share/applications'
was added to mtree (Templates/BSD.local.dist) in r331266 2.5 years ago,
and fix some minor bogosities nearby.
Original commitRevision:413438 
Thursday, 20 Nov 2014
12:21 xmj search for other commits by this committer
editors/komodo-edit: allow install with linux_base-c6

- allow build with CentOS 6 linux bases.

PR:		195169
Differential Revision:	https://reviews.freebsd.org/D1200
Submitted by:	Jan Beich <jbeich@vfemail.com>
Approved by:	koobs (mentor)
Original commitRevision:372909 
Tuesday, 30 Sep 2014
10:41 amdmi3 search for other commits by this committer
- Switch to PLIST_FILES/PORTDATA
- Remove always false condition
Original commitRevision:369582 
Sunday, 27 Jul 2014
11:37 marino search for other commits by this committer
editors/komodo-edit: unbreak and stage

Pet portlint some while here.

PR:		192071
Submitted by:	Allan Jude
Original commitRevision:363051 
Wednesday, 23 Jul 2014
16:44 bapt search for other commits by this committer
Reset maintainership for ports not staged with no pending PR

With hat:	portmgr
Original commitRevision:362705 
Sunday, 1 Jun 2014
08:00 antoine search for other commits by this committer
Mark a few unfetchable ports as BROKEN

With hat:	portmgr
Original commitRevision:356059 
Friday, 20 Sep 2013
16:36 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
editors)
Original commitRevision:327720 
Sunday, 24 Mar 2013
23:55 eadler search for other commits by this committer
LEGAL claims "Distribution not permitted" and since I can not prove otherwise,
assume the worse and disallow any use.

Approved by:	portmgr (implicit)
Original commitRevision:315185 
Wednesday, 23 Jan 2013
15:00 makc search for other commits by this committer
Bump PORTREVISION after DESKTOP_ENTRIES update
Original commitRevision:310871 
Monday, 25 Jun 2012
09:46 gahr search for other commits by this committer
- Add alsalib to USE_LINUX_APPS
- Fix DESKTOP entry

Reported by:    dougb
Original commit
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Thursday, 19 Apr 2012
12:41 gahr search for other commits by this committer
- Add dbusglib to USE_LINUX_APPS [1]
- Fix DESKTOP_ENTRIES

Reported by:    Skull <skull@skull.ru> [1]
Original commit
Thursday, 12 Apr 2012
07:27 gahr search for other commits by this committer
- UNBREAK by refactoring the insallation procedure so that pre-compiled
  python files are not included (*.pyc, *.pyo)
Original commit
Tuesday, 10 Apr 2012
08:34 bapt search for other commits by this committer
Maintainer is working on a fix.
Original commit
Monday, 9 Apr 2012
23:51 bapt search for other commits by this committer
Mark as deprecated and set expiration to 2012-05-10 for ports that are mark as
broken for more than 6 month
Original commit
Friday, 30 Sep 2011
20:03 pav search for other commits by this committer
- Mark BROKEN: does not package

Reported by:    pointyhat
Original commit
Monday, 19 Sep 2011
12:41 gahr search for other commits by this committer
- Update to 6.1.2
Original commit
Friday, 25 Feb 2011
08:52 netchild search for other commits by this committer
Update linux-f10-pango to 1.28.3 (+ bump portrevision of dependend ports).
This fixes a security warning from portaudit.

Security:       CVE-2009-1194
VuXML:          4b172278-3f46-11de-becb-001cc0377035
Thanks to:      Luchesar V. ILIEV <luchesar.iliev@gmail.com> (F10+rpmbuild info)
Original commit
Friday, 26 Nov 2010
19:35 tabthorpe search for other commits by this committer
- Set CONFLICTS with komodo-ide

Approved by:    maintainer implicit
Original commit
Wednesday, 21 Jul 2010
19:36 pav search for other commits by this committer
- Extend brokedness to 7.X also

Reported by:    pointyhat
Original commit
Monday, 21 Jun 2010
21:54 pav search for other commits by this committer
- Mark BROKEN on 6.X

Feature safe:   yes
Reported by:    pointyhat
Original commit
Tuesday, 8 Jun 2010
06:45 gahr search for other commits by this committer
- Use built-in installation procedure

PR:             145927
Submitted by:   RX <rx@sigint.ws>
Original commit
Monday, 12 Apr 2010
21:55 gahr search for other commits by this committer
- Update to 5.2.4
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
Monday, 22 Feb 2010
07:59 gahr search for other commits by this committer
- Fix typo in Makefile

PR:             144159
Submitted by:   Andrius Morkunas <hinokind@gmail.com>
Feature safe:   yes
Original commit
Wednesday, 1 Jul 2009
18:35 gahr search for other commits by this committer
- Update to 5.1.4
Original commit
Thursday, 19 Mar 2009
17:28 bsam search for other commits by this committer
Welcome to the new linux ports infrastructure which allows using
both current (fc4) and future linux (f8) distributions at one
ports tree.

The patch contains full changes to ports/Mk files and all ports involved.
But only infrastructure is changed. The resulting packages are the same as
before. Hence no need to bump PORTREVISIONs.

The idea was taken from bsd.gnome.mk and others.

More than 130 ports are switched to follow a new linux infrastructure
introduced by changes to bsd.port.mk, bsd.linux-rpm.mk and a new
bsd.linux-apps.mk.

Thanks for all who was involved and helped me with this work.
And help from Alexander Leidinger was incredible.

Other changes are coming. Stay tuned!

PR:             ports/132510
Submitted by:   bsam (me)
Exp-run by:     portmgr (pav)
Original commit
Wednesday, 16 Jul 2008
20:34 gahr search for other commits by this committer
- Update to 4.4.1 [1]
- Take over maintainship [2]

PR:             125696 [1]
Approved by:    arved (former maintainer) [1] [2]
Original commit
Wednesday, 16 Apr 2008
22:09 pav search for other commits by this committer
- Fix fetch
Original commit
Wednesday, 20 Feb 2008
12:35 arved search for other commits by this committer
Create share/applications directory before trying to install files into it.

Reported by:    pointyhat
Original commit
Monday, 18 Feb 2008
20:34 arved search for other commits by this committer
Install the .desktop file in the right directory.

Reported by:    pointyhat
Original commit
Wednesday, 13 Feb 2008
21:13 arved search for other commits by this committer
Add komodo-edit, ActiveState's multi-language editor
Original commit

Number of commits found: 43