Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.1.1.g20161206_3 06 Nov 2023 10:03:47 |
Rodrigo Osorio (rodrigo) |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems
Approved by: portmgr (blanket)
PR: 274888 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.1.1.g20161206_3 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
2.1.1.g20161206_3 20 Jul 2022 14:21:49 |
Tobias C. Berner (tcberner) |
editors: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Andreas Kohout <shanee@augusta.de>
* Andrej Zverev <az@inec.ru>
* Andrey Zakhvatov
* Anton Tornqvist <antont@inbox.lv>
* Bill Fumerola <billf@chc-chimes.com>
* Bob Eager <bob@eager.cx>
* Chris D. Faulhaber <jedgar@fxp.org> (Only the first 15 lines of the commit message are shown above ) |
2.1.1.g20161206_3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.1.1.g20161206_3 02 Oct 2019 15:29:58 |
rene |
editors/the: fix build against the clang900-import branch by handholding the
compiler.
PR: 240766
Submitted by: jbeich
MFH: 2019Q4 |
2.1.1.g20161206_3 27 Sep 2019 14:07:29 |
rene |
editors/hte: modernize otional xorg USES |
2.1.1.g20161206_3 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
2.1.1.g20161206_2 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
2.1.1.g20161206_1 10 Nov 2018 18:12:58 |
bapt |
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 |
2.1.1.g20161206 02 Nov 2018 13:32:35 |
rene |
Remove compatibility code for FreeBSD < 11.2 from all ports.
Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by: rene
Reviewed by: bapt, jbeich
Differential Revision: https://reviews.freebsd.org/D17724 |
2.1.1.g20161206 16 Mar 2018 21:29:03 |
rene |
editors/hte: update to a snapshot of 2.1.1
This fixes the build on FreeBSD 12 but breaks the build on FreeBSD 10.
The source code is now retrieved from GitHub, as upstream moved to there.
Mark MAKE_JOBS_UNSAFE and add some magic to get the build started. |
2.1.0 13 Mar 2018 22:42:01 |
rene |
editors/hte: take maintainership |
2.1.0 25 Jun 2017 00:29:09 |
linimon |
Begin deorbit burn of ia64. We have not attempted to build packages for
it for many years.
While here, alphabetize ARCHs, pet portlint, and modernize usages.
Approved by: portmgr (tier-2 blanket) |
2.1.0 14 Mar 2017 09:01:53 |
amdmi3 |
- Add LICENSE_FILE
- Switch to options helpers
- Cosmetic fixes |
2.1.0 22 Jan 2017 22:27:55 |
rene |
Reset mva@'s ports, he handed in his ports bit. |
2.1.0 02 Jul 2016 07:57:38 |
mva |
- Fix build with libc++ 3.8.0; this unbreaks hte on CURRENT
PR: 208726
Submitted by: dim@ |
2.1.0 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
2.1.0 05 Feb 2016 18:38:36 |
marino |
editors/hte: document ncurses requirement (USES+=ncurses)
approved by: infrastructure blanket |
2.1.0 04 Feb 2015 18:34:02 |
mva |
- Update to version 2.1.0 |
2.0.22_1 29 Jul 2014 21:43:18 |
adamw |
Convert some more USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports) |
2.0.22_1 07 Jul 2014 17:50:02 |
mva |
- Rename ht binary and info page to hte to fix conflicting files with
print/texlive-base
PR: ports/191678
Submitted by: Ting-Wei Lan <lantw44@gmail.com> |
2.0.22 10 Jun 2014 07:39:02 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.
CR: D196
Approved by: portmgr (bapt) |
2.0.22 16 Jan 2014 20:18:16 |
mva |
- Enable stagedir support
- minor non-functional OPTIONS cleanup |
2.0.22 04 Oct 2013 08:52:33 |
bapt |
Do not arbitrary rename packages |
2.0.22 20 Sep 2013 16:36:24 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
editors) |
2.0.22 19 Jun 2013 18:17:14 |
mva |
- Update to 2.0.22 |
2.0.21 09 Dec 2012 09:13:06 |
mva |
- Update to 2.0.21
- Trim Makefile headers
- Switch to OptionsNG
Feature safe: yes |
2.0.20 16 Mar 2012 06:24:18 |
mva |
- Update to 2.0.20
Feature safe: yes |
2.0.19 04 Mar 2012 10:08:19 |
mva |
- Update to 2.0.19
- Added LICENSE information
PR: ports/165447
Submitted by: rea@ |
2.0.18 23 Sep 2011 22:26:39 |
amdmi3 |
- 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 |
2.0.18 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
2.0.18 25 Dec 2009 23:07:37 |
mva |
- Update to 2.0.18
Approved by: miwi (mentor) |
2.0.17 27 Sep 2009 12:54:38 |
mva |
Fix automated lzo2 linking - use OPTIONs instead.
Approved by: miwi (mentor)
Feature safe: yes |
2.0.17 22 Aug 2009 00:20:34 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with E,F |
2.0.17 26 Apr 2009 08:27:58 |
mva |
Update to 2.0.17
Approved by: miwi (mentor) |
2.0.16 19 Feb 2009 21:45:43 |
mva |
Updated my mail address to use @FreeBSD.org now.
Approved by: miwi (co-mentor), beech (mentor) |
2.0.16 13 Feb 2009 07:55:40 |
beech |
- Update to 2.0.16
Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer) |
2.0.15 14 Oct 2008 19:49:39 |
amdmi3 |
- Update to 2.0.15
PR: 128084
Submitted by: Marcus von Appen <mva at sysfault dot org> (maintainer) |
2.0.14 21 Aug 2008 06:18:49 |
rafan |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
2.0.14 16 May 2008 01:46:06 |
wxs |
Update to 2.0.14
PR: ports/123636
Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer)
Approved by: garga (mentor, implicit) |
2.0.12_1 19 Apr 2008 17:56:05 |
miwi |
- 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) |
2.0.12_1 24 Mar 2008 17:02:27 |
miwi |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup) |
2.0.12 06 Mar 2008 19:01:24 |
miwi |
- Update to 2.0.12
PR: 121419
Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer) |
2.0.11 18 Dec 2007 23:02:45 |
miwi |
- Update to 2.0.11
PR: 118843
Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer) |
2.0.10 05 Sep 2007 15:04:17 |
rafan |
- Update to 2.0.10
PR: ports/116073
Submitted by: Marcus von Appen <mva at sysfault.org> (maintainer) |
2.0.9 15 Aug 2007 13:12:15 |
itetcu |
Update to 2.0.9
PR: ports/115535
Submitted by: Marcus von Appen (maintainer) |
2.0.8 05 Aug 2007 21:49:33 |
miwi |
- Update to 2.0.8
PR: 115225
Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer) |
2.0.7 22 Jun 2007 11:48:45 |
miwi |
- Update to 2.0.7
PR: 113721
Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer) |
2.0.6 09 Jun 2007 12:59:33 |
rafan |
- BROKEN on ia64: does not build
PR: ports/113489
Submitted by: Marcus von Appen <mva at sysfault.org> (maintainer) |
2.0.6 25 May 2007 22:11:44 |
miwi |
- Update to 2.0.6
PR: 112603
Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer) |
2.0.5_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
2.0.5 24 Apr 2007 22:31:44 |
miwi |
- Update to 2.0.5
PR: 1112078
Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer) |
2.0.3 20 Apr 2007 20:25:41 |
miwi |
- Update to 2.0.3
PR: 111931
Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer) |
2.0.2 07 Apr 2007 18:28:32 |
rafan |
- Update to 2.0.2
PR: ports/111357
Submitted by: Marcus von Appen <mva at sysfault.org> (maintainer) |
2.0.1 28 Mar 2007 16:35:37 |
miwi |
- Update to 2.0.1
PR: 110968
Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer) |
2.0 08 Mar 2007 11:47:01 |
miwi |
- Update to 2.0
Changes:
* 64-bit support (hopefully buildable on all platforms now).
* > 4 GiB file size support
* New disassemblers for x86_64, ARM, 64bit PPC, VMX128
extensions for PE and ELF files
* New x86_64 assembler
* Improved ELF handling
PR: 110070
Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer) |
0.9.4 03 Mar 2007 18:29:48 |
kris |
Now appears to build on amd64 7.x |
0.9.4 01 Feb 2007 11:03:00 |
miwi |
- Marked BROKEN for amd64 7.X
PR: 108653
Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer) |
0.9.4 15 Sep 2006 03:46:04 |
rafan |
- Update to 0.9.4
PR: ports/103269
Submitted by: Marcus von Appen <mva at sysfault.org> (maintainer) |
0.9.3 07 Sep 2006 12:18:27 |
rafan |
- Update to 0.9.3
- Pet portlint(1)
- Pass maintainership to submitter
PR: ports/102945
Submitted by: Marcus von Appen <mva at sysfault.org> |
0.9.2 26 May 2006 16:31:26 |
pav |
- Update to 0.9.2
PR: ports/97908
Submitted by: Antoine Brodin <antoine.brodin@laposte.net> |
0.9.1 07 May 2006 10:55:47 |
edwin |
Remove USE_REINPLACE from all categories starting with E |
0.9.1 24 Nov 2005 02:03:34 |
pav |
- Add SHA256 |
0.9.1 28 Oct 2005 23:03:15 |
kris |
BROKEN on ia64: Does not build |
0.9.1 03 Sep 2005 22:49:55 |
pav |
- M$ -> Microsoft
- Remove trailing whitespace
PR: ports/85575
Submitted by: Darrien <darrien.l@gmail.com> |
0.9.1 31 Aug 2005 22:05:08 |
pav |
- Update to 0.9.1
PR: ports/85531
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
0.9.0 22 Jun 2005 17:42:53 |
lawrance |
Update to 0.9.0
PR: ports/82530
Submitted by: Ports Fury |
0.8.0 12 Apr 2005 03:26:57 |
obrien |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
0.8.0 11 Apr 2005 08:04:41 |
obrien |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
0.8.0 23 Dec 2004 09:51:14 |
krion |
Fix build on 5-stable/6-current
PR: ports/75396
Submitted by: Ports Fury |
0.8.0 18 Sep 2004 17:44:09 |
kris |
BROKEN on 5.x: Does not build
Approved by: portmgr (self) |
0.8.0 16 Aug 2004 17:30:13 |
krion |
Remove inappropriate BROKEN mark
PR: ports/70540
Submitted by: Ports Fury |
0.8.0 16 Aug 2004 02:33:05 |
kris |
BROKEN on 5.x: Does not compile with gcc 3.4.2 |
0.8.0 10 Aug 2004 18:26:27 |
krion |
Update to version 0.8.0
PR: ports/70261
Submitted by: Ports Fury |
0.7.5 07 Aug 2004 19:11:52 |
krion |
Fix build with gcc-3.4.2
PR: ports/70114
Submitted by: Ports Fury |
0.7.5 20 Mar 2004 17:24:13 |
krion |
- Update to version 0.7.5
PR: ports/64504
Submitted by: Ports Fury |
0.7.4 29 Jan 2004 07:24:56 |
trevor |
SIZEify. |
0.7.4 10 Nov 2003 18:33:12 |
krion |
- Update to version 0.7.4
PR: 59122
Submitted by: Ports Fury |
0.7.3 20 Jul 2003 12:40:55 |
osa |
Fix build on -CURRENT (gcc-3.3)
Submitted by: Simon Barner <barner@in.tum.de> |
0.7.3 11 Jul 2003 05:17:09 |
daichi |
update editors/hte: Add WITHOUT_X11 knob
PR: 54323
Submitted by: KATO Tsuguru <tkato@prontomail.com> |
0.7.3 06 Jul 2003 10:28:50 |
osa |
Update to 0.7.3
PR: 54135
Submitted by: Kirill Ponomarew <ponomarew@oberon.net>
Approved by: fjoe (mentor) (implicit) |
0.7.2 01 Jul 2003 07:16:24 |
daichi |
update editors/hte: 0.7.1 -> 0.7.2
PR: 52915
Submitted by: Kirill Ponomarew <ponomarew@oberon.net> |
0.7.1 18 May 2003 23:42:48 |
petef |
- update to 0.7.1
- switch to bz2 file
- install docs
PR: 52049
Submitted by: Ports Fury |
0.7.0 20 Feb 2003 17:12:51 |
knu |
De-pkg-comment. |
0.7.0 21 Oct 2002 11:01:42 |
ijliao |
upgrade to 0.7.0 |
0.6.0b 08 Jun 2002 02:37:14 |
petef |
Fix build on -current with gcc 3.1.
Submitted by: bento |
0.6.0b 08 May 2002 06:24:57 |
ijliao |
upgrade to 0.6.0b |
15 Nov 2001 09:03:03 |
ijliao |
upgrade to 0.5.0 |
09 Sep 2001 14:50:57 |
ijliao |
upgrade 0.4.4d drop maintainership |
12 Jun 2001 08:34:44 |
ijliao |
add hte A file editor/viewer/analyzer for executables |