non port: editors/komodo-edit/Makefile |
SVNWeb
|
Number of commits found: 43 |
Sun, 2 Jul 2023
|
[ 10:19 Gleb Popov (arrowd) ] a0c9796 (Only the first 10 of 15 ports in this commit are shown above. )
linux-c7: Merge dbus-glib into dbus-libs to ease maintenance.
Reviewed by: tijl
Differential Revision: https://reviews.freebsd.org/D40827
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 7 Apr 2021
|
[ 08:09 Mathieu Arnold (mat) ] cf118cc (Only the first 10 of 8873 ports in this commit are shown above. )
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Thu, 26 Apr 2018
|
[ 16:35 jrm ]
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
|
Sun, 24 Dec 2017
|
[ 11:15 sunpoet ]
Update MASTER_SITES and unbreak this port
Approved by: portmgr (blanket)
MFH: 2017Q4
|
Sat, 23 Dec 2017
|
[ 08:53 antoine ]
Mark BROKEN: unfetchable
Reported by: pkg-fallout
|
Fri, 14 Jul 2017
|
[ 13:48 mmokhi ]
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
|
Sun, 19 Mar 2017
|
[ 04:02 araujo ]
Do not set NO_CDROM or NO_PACKAGE along with RESTRICT.
When use RESTRICT it implies the former ones.
|
Wed, 7 Sep 2016
|
[ 12:43 tijl ] (Only the first 10 of 77 ports in this commit are shown above. )
- 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
|
Mon, 5 Sep 2016
|
[ 19:23 tijl ] (Only the first 10 of 303 ports in this commit are shown above. )
- 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. (Only the first 15 lines of the commit message are shown above )
|
Sat, 16 Apr 2016
|
[ 12:29 danfe ] (Only the first 10 of 21 ports in this commit are shown above. )
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.
|
Thu, 20 Nov 2014
|
[ 12:21 xmj ]
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)
|
Tue, 30 Sep 2014
|
[ 10:41 amdmi3 ]
- Switch to PLIST_FILES/PORTDATA
- Remove always false condition
|
Sun, 27 Jul 2014
|
[ 11:37 marino ]
editors/komodo-edit: unbreak and stage
Pet portlint some while here.
PR: 192071
Submitted by: Allan Jude
|
Wed, 23 Jul 2014
|
[ 16:44 bapt ] (Only the first 10 of 55 ports in this commit are shown above. )
Reset maintainership for ports not staged with no pending PR
With hat: portmgr
|
Sun, 1 Jun 2014
|
[ 08:00 antoine ] (Only the first 10 of 12 ports in this commit are shown above. )
Mark a few unfetchable ports as BROKEN
With hat: portmgr
|
Fri, 20 Sep 2013
|
[ 16:36 bapt ] (Only the first 10 of 298 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
editors)
|
Sun, 24 Mar 2013
|
[ 23:55 eadler ]
LEGAL claims "Distribution not permitted" and since I can not prove otherwise,
assume the worse and disallow any use.
Approved by: portmgr (implicit)
|
Wed, 23 Jan 2013
|
[ 15:00 makc ] (Only the first 10 of 237 ports in this commit are shown above. )
Bump PORTREVISION after DESKTOP_ENTRIES update
|
Mon, 25 Jun 2012
|
[ 09:46 gahr ]
- Add alsalib to USE_LINUX_APPS
- Fix DESKTOP entry
Reported by: dougb
|
Fri, 1 Jun 2012
|
[ 05:26 dinoex ] (Only the first 10 of 4371 ports in this commit are shown above. )
- update png to 1.5.10
|
Thu, 19 Apr 2012
|
[ 12:41 gahr ]
- Add dbusglib to USE_LINUX_APPS [1]
- Fix DESKTOP_ENTRIES
Reported by: Skull <skull@skull.ru> [1]
|
Thu, 12 Apr 2012
|
[ 07:27 gahr ]
- UNBREAK by refactoring the insallation procedure so that pre-compiled
python files are not included (*.pyc, *.pyo)
|
Tue, 10 Apr 2012
|
[ 08:34 bapt ]
Maintainer is working on a fix.
|
Mon, 9 Apr 2012
|
[ 23:51 bapt ] (Only the first 10 of 63 ports in this commit are shown above. )
Mark as deprecated and set expiration to 2012-05-10 for ports that are mark as
broken for more than 6 month
|
Fri, 30 Sep 2011
|
[ 20:03 pav ]
- Mark BROKEN: does not package
Reported by: pointyhat
|
Mon, 19 Sep 2011
|
[ 12:41 gahr ]
- Update to 6.1.2
|
Fri, 25 Feb 2011
|
[ 08:52 netchild ] (Only the first 10 of 25 ports in this commit are shown above. )
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)
|
Fri, 26 Nov 2010
|
[ 19:35 tabthorpe ]
- Set CONFLICTS with komodo-ide
Approved by: maintainer implicit
|
Wed, 21 Jul 2010
|
[ 19:36 pav ]
- Extend brokedness to 7.X also
Reported by: pointyhat
|
Mon, 21 Jun 2010
|
[ 21:54 pav ]
- Mark BROKEN on 6.X
Feature safe: yes
Reported by: pointyhat
|
Tue, 8 Jun 2010
|
[ 06:45 gahr ]
- Use built-in installation procedure
PR: 145927
Submitted by: RX <rx@sigint.ws>
|
Mon, 12 Apr 2010
|
[ 21:55 gahr ]
- Update to 5.2.4
|
Sun, 28 Mar 2010
|
[ 06:47 dinoex ] (Only the first 10 of 4470 ports in this commit are shown above. )
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Mon, 22 Feb 2010
|
[ 07:59 gahr ]
- Fix typo in Makefile
PR: 144159
Submitted by: Andrius Morkunas <hinokind@gmail.com>
Feature safe: yes
|
Wed, 1 Jul 2009
|
[ 18:35 gahr ]
- Update to 5.1.4
|
Thu, 19 Mar 2009
|
[ 17:28 bsam ] (Only the first 10 of 136 ports in this commit are shown above. )
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)
|
Wed, 16 Jul 2008
|
[ 20:34 gahr ]
- Update to 4.4.1 [1]
- Take over maintainship [2]
PR: 125696 [1]
Approved by: arved (former maintainer) [1] [2]
|
Wed, 16 Apr 2008
|
[ 22:09 pav ]
- Fix fetch
|
Wed, 20 Feb 2008
|
[ 12:35 arved ]
Create share/applications directory before trying to install files into it.
Reported by: pointyhat
|
Mon, 18 Feb 2008
|
[ 20:34 arved ]
Install the .desktop file in the right directory.
Reported by: pointyhat
|
Wed, 13 Feb 2008
|
[ 21:13 arved ]
Add komodo-edit, ActiveState's multi-language editor
|
Number of commits found: 43 |