Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.2.1.1_11 05 Sep 2024 14:00:57 |
Lorenzo Salvadore (salvadore) |
devel/rhtvision: Fix build with GCC 14
GCC 14 has transformed some warnings into errors: revert them to simple
warnings.
PR: 281228
Reported by: exp-run (antoine) |
2.2.1.1_11 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
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.2.1.1_10 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.2.1.1_10 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
2.2.1.1_10 16 Oct 2021 09:51:39 |
Jimmy Olgeni (olgeni) |
*: fix tab vs. space issues, and comments according to the guide. |
2.2.1.1_10 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.2.1.1_10 07 Nov 2019 20:53:53 |
antoine |
Unbreak |
07 Nov 2019 20:20:00
|
zeising |
Sprinkle more USES=xorg |
2.2.1.1_10 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.2.1.1_9 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.2.1.1_8 28 Oct 2018 09:36:56 |
jbeich |
Downgrade C++03 to C++98, actual default for GCC < 6
GCC 4.2 in base system doesn't support C++03:
cc1plus: error: unrecognized command line option "-std=gnu++03" |
2.2.1.1_8 29 Jul 2018 22:18:46 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
2.2.1.1_7 10 Mar 2018 17:46:06 |
gerald |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
2.2.1.1_6 10 Sep 2017 20:55:39 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 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, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
2.2.1.1_5 23 Aug 2017 10:51:51 |
tcberner |
Add patches to fix build with gcc6
- Add patches to work around abs() amibguity.
- Explicitly pass -std=gnu++03 to the compiler.
PR: 219275 |
2.2.1.1_4 01 Apr 2017 15:23:32 |
gerald |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
2.2.1.1_3 20 Nov 2016 09:38:09 |
gerald |
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler. |
2.2.1.1_2 22 Feb 2015 05:09:00 |
amdmi3 |
- Strip library |
2.2.1.1_2 27 Oct 2014 11:07:20 |
bapt |
Cleanup plist |
2.2.1.1_2 10 Sep 2014 20:50:37 |
gerald |
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) |
2.2.1.1_1 10 Mar 2014 20:55:22 |
gerald |
Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.
Part II, Bump PORTREVISIONs.
PR: 182136
Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by: bdrewery (two -exp runs) |
2.2.1.1 03 Jan 2014 22:50:14 |
danilo |
- Update from 2.1.0 to 2.2.1.1
- Update MASTER_SITES
- Add X11 and NLS options
- Convert USE_GMAKE to USES
- Add shebangfix to USES
- Add USE_GCC due an dependency of GCC header files (e.g stdio_filebuf.h)
while here
- Convert "if's" in options helpers
PR: ports/185329
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
2.1.0_1 20 Sep 2013 17:17:45 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4) |
2.1.0_1 03 Aug 2013 08:45:52 |
az |
- Convert to new perl framework
- Trim Makefile header |
2.1.0_1 26 Apr 2013 15:10:57 |
bapt |
Convert USE_GETTEXT -> USES=gettext
While here:
- Trim headers
- Remove some useless pre.mk/post.mk
- Convert to optionsng |
2.1.0_1 06 Dec 2012 16:39:08 |
zi |
- Reset MAINTAINER on ports with addresses that have unrecoverable bounces.
Reported by: portscout
Feature safe: yes |
2.1.0_1 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
2.1.0_1 31 May 2010 02:01:56 |
ade |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
2.1.0 24 May 2010 17:49:39 |
linimon |
Over to new volunteer. |
2.1.0 23 May 2010 21:16:16 |
linimon |
Reset perky@FreeBSD.org due to maintainer-timeouts and no response
to email.
Hat: portmgr |
2.1.0 20 May 2010 06:25:43 |
wen |
- Update to 2.1.0
PR: ports/143946
Submitted by: Rob Farmer <rfarmer@predatorlabs.net>
Approved by: maintainer(timeout, >3 months) |
2.0.3_4 22 Aug 2009 00:18:43 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with D |
2.0.3_4 06 Jun 2008 13:21:59 |
edwin |
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) |
2.0.3_3 01 Jun 2008 09:42:37 |
olgeni |
Large round of typo fixes in ports/devel (pkg-descr). |
2.0.3_3 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.3_2 28 Feb 2008 16:52:52 |
erwin |
Fix the homegrew ar(1) detection on 8.0 by adding FreeBSD to
the list of platforms with native ar(1).
Submitted by: kaiw |
2.0.3_2 08 Nov 2007 19:03:10 |
fjoe |
Unbreak gcc 4.2 build.
Approved by: portmgr |
2.0.3_2 30 Sep 2007 08:30:33 |
linimon |
Mark as broken with gcc4.2. |
2.0.3_2 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.3_1 04 May 2006 21:41:12 |
edwin |
Remove USE_REINPLACE from all categories starting with D |
2.0.3_1 30 Jan 2006 03:27:57 |
perky |
Add missing runtime dependency on gettext.
Spotted by: kris |
2.0.3 22 Jan 2006 08:30:12 |
edwin |
SHA256ify
Approved by: krion@ |
2.0.3 19 Dec 2004 17:59:48 |
perky |
Fix plist.
Spotted by: the Ports Janitor |
2.0.3 30 Nov 2004 16:17:31 |
perky |
Update to 2.0.3 and unmark BROKEN. |
2.0.2_1 26 Sep 2004 03:28:55 |
kris |
Move previous commit out of a conditional clause
Approved by: portmgr (self) |
2.0.2_1 26 Sep 2004 02:49:51 |
kris |
BROKEN on 5.x: Does not compile
Approved by: portmgr (self) |
2.0.2_1 18 Mar 2004 07:38:48 |
perky |
Add SIZE data.
Submitted by: trevor |
2.0.2_1 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
2.0.2 02 Nov 2003 21:58:39 |
perky |
Update to 2.0.2 |
2.0.1 31 Mar 2003 04:54:01 |
perky |
Update to 2.0.1 |
2.0.0 25 Feb 2003 06:25:36 |
perky |
De-pkg-comment for my ports. |
2.0.0 19 Nov 2002 17:10:51 |
perky |
o Unbreak package building when system lacks libX11.
o Support WITHOUT_X11 knob. |
2.0.0 12 Oct 2002 10:46:08 |
perky |
Update to 2.0.0 |
1.1.4_2 23 Jul 2002 22:54:13 |
perky |
Create librhtv.so.1 symbolic link to let ldconfig pick up the library name.
Submitted by: kbyanc |
1.1.4_1 25 Jun 2002 12:57:24 |
perky |
- Add workaround for gcc3
- Remove RUN_DEPENDS from PERL5 (used on building only)
- Bump PORTREVISION
Obtained from: SourceForge CVS |
1.1.4 25 Jun 2002 07:50:58 |
perky |
Updating my email address.
Approved by: cjh (mentor) |
1.1.4 17 Jun 2002 18:35:25 |
ijliao |
add rhtvision 1.1.4
Complete C++ Text User Interface (TUI) library
PR: 39419
Submitted by: Hye-Shik Chang <perky@fallin.lv> |