Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.2.0_6 01 Oct 2024 18:56:20 |
Rene Ladan (rene) |
all: drop support for expired FreeBSD 14.0
Simplify expressions for FreeBSD 13.X
Reviewed by: many
Differential Revision: https://reviews.freebsd.org/D46601 |
1.2.0_6 26 Feb 2024 12:35:23 |
Muhammad Moinur Rahman (bofh) |
textproc/sary: Moved man to share/man
Approved by: portmgr (blanket) |
1.2.0_5 01 Nov 2023 22:11:47 |
Rodrigo Osorio (rodrigo) |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart |
1.2.0_5 26 Jul 2023 00:48:20 |
Muhammad Moinur Rahman (bofh) |
*/*: Fix build with llvm16 on 13.2-STABLE
As like as HEAD(14.0-RELEASE) llvm16 was merged in base for 13.2-STABLE
with the OSVERSION 1302507.
- Utilize USE_CXXSTD=c++14 or similar solution where applicable
- Update conditionals to addtionally check for OSVERSION greater than
1302507 and less than 1400000
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
1.2.0_5 24 Jul 2023 12:52:37 |
Muhammad Moinur Rahman (bofh) |
textproc/sary: Fix build with llvm16
- Pet portclippy
Sponsored by: The FreeBSD Foundation |
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) |
1.2.0_5 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 ) |
1.2.0_5 20 Jul 2022 14:23:14 |
Tobias C. Berner (tcberner) |
textproc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* -
* <glewis@FreeBSD.org>
* <koshy@india.hp.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron Straup Cope
* Aaron Straup Cope <ascope@cpan.org>
* Ache
* Adam Herzog <adam@herzogdesigns.com>
* Adam Weinberger <adamw@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.2.0_5 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.2.0_5 08 Nov 2019 12:59:36 |
tobik |
textproc: Add missing USES={gnome,php} |
1.2.0_5 30 Sep 2018 11:58:31 |
kwm |
The FreeBSD GNOME team proudly presents GNOME 3.28 for FreeBSD.
The offical GNOME 3.28 release notes can be found at
https://help.gnome.org/misc/release-notes/3.28/
Thanks to Antoine Brodin for running the exp-runs.
PR: 229761 |
1.2.0_4 08 Dec 2016 19:52:20 |
tijl |
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. |
1.2.0_3 02 Mar 2015 23:51:50 |
bapt |
Remove Author from pkg-descr and white space fixes |
1.2.0_3 15 Nov 2014 16:26:33 |
antoine |
Cleanup plist |
1.2.0_3 16 Jul 2014 03:18:26 |
adamw |
Add DOCS option where PORTDOCS is in plist. |
1.2.0_3 02 Jul 2014 22:14:03 |
amdmi3 |
- Strip library |
1.2.0_3 02 Jul 2014 18:18:08 |
tijl |
Convert to USES=libtool |
1.2.0_2 21 Feb 2014 01:53:46 |
miwi |
- Stage support |
1.2.0_2 20 Sep 2013 23:17:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
1.2.0_2 23 Apr 2013 14:20:28 |
bapt |
Finish converting the whole ports tree to USES=pkgconfig |
1.2.0_2 28 Mar 2013 17:56:37 |
eadler |
Convert a few remaining straglers from the unmaintined ports to pathfix |
1.2.0_2 28 Mar 2013 16:29:01 |
eadler |
Style: tab -> space.
Most contributors copy an existing port when writing their own so reduce the
number of bad examples in the tree. |
1.2.0_2 28 Mar 2013 03:28:31 |
eadler |
Mechanically convert unmaintained ports which use "gnomehack" to use "pathfix"
instead. |
1.2.0_2 08 Mar 2013 10:51:36 |
kwm |
* Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 which
are the latest stable releases.
* Update vala to the newest stable release 0.18.1, also update a few ports
in the gtk/gnome stack.
* The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles.
* Remove pkg-config run depends from glib20 and freetype2. This doesn't
eliminate pkg-config run dependency completely, a second phase is needed
and is planned.
* Support for .:run. and .:build. for USE_GNOME components was added.
Currently only libxml2 and libxslt support this mechanism.
* Updates of the telepathy stack and empathy.
* Trim makefile headers, convert ports to new options, trim off library
versions for some ports.
* Fix other ports so they build with the new glib version.
Thanks to miwi and crees for helping out with some exp-runs.
Approved by: portmgr (miwi & bapt)
Obtained from: gnome team repo |
1.2.0_2 11 Aug 2011 19:20:17 |
kwm |
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> |
1.2.0_2 03 Jul 2011 14:40:25 |
ohauer |
-remove MD5 |
1.2.0_2 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
1.2.0_2 02 Aug 2009 19:36:34 |
mezz |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
1.2.0_2 06 Jun 2008 14:05:09 |
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) |
1.2.0_1 22 Mar 2007 15:42:16 |
pav |
- Fix after objformat removal |
1.2.0_1 15 Aug 2006 01:04:55 |
clsung |
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include security/ sysutils/ textproc/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> |
1.2.0_1 13 May 2006 04:24:52 |
edwin |
Remove USE_REINPLACE from categories starting with T |
1.2.0_1 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
1.2.0 10 Dec 2005 18:53:13 |
ehaupt |
- Update to 1.2.0
- Remove files/patch-Makefile.am
PR: 90197
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
1.1.0_4 25 Nov 2005 18:40:57 |
pav |
- Add SHA256 |
1.1.0_4 15 Nov 2005 06:52:12 |
ade |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
1.1.0_4 11 Nov 2005 01:18:01 |
linimon |
With portmgr hat on, reset maintainership of knu's ports since he has
been inactive more than 6 months. We hope to see him back sometime. |
1.1.0_4 05 Nov 2005 05:22:06 |
marcus |
Bump PORTREVISION to chase the glib20 shared library update. |
1.1.0_3 16 May 2005 21:52:58 |
pav |
- libdata/pkgconfig is now included in mtree
Approved by: marcus (portmgr hat) |
1.1.0_3 12 Mar 2005 10:54:27 |
marcus |
Bump PORTREVISION to chase the glib20 shared lib version change. |
1.1.0_2 02 Jan 2005 14:19:11 |
krion |
Fix plist.
Approved by: portmgr (implicit) |
1.1.0_2 04 Jun 2004 17:29:38 |
ade |
Sync with new bsd.autotools.mk |
1.1.0_2 30 May 2004 07:22:35 |
kris |
Fix pkg-plist |
1.1.0_2 18 Apr 2004 19:48:56 |
knu |
Resolve configure-time dependencies. |
1.1.0_2 17 Apr 2004 13:41:32 |
kris |
Add missing file |
1.1.0_2 05 Apr 2004 03:31:02 |
marcus |
Chase the glib20 update, and bump all affected ports' PORTREVISIONs. |
1.1.0_1 22 Mar 2004 15:05:32 |
knu |
Add SIZE data.
Submitted by: trevor |
1.1.0_1 14 Mar 2004 06:17:56 |
ade |
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed. |
1.1.0_1 04 Feb 2004 05:10:27 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
1.1.0 20 Nov 2003 19:24:02 |
knu |
Remove an extra file from plist.
PR: 58990
Submitted by: darren@ArkRoyal.batterybackups.net |
1.1.0 03 Nov 2003 03:56:42 |
kris |
Mark BROKEN (see bento logs). These ports are scheduled for removal
after Feb 2 2004 if they are still broken at that time and no fixes
have been submitted by PR. |
1.1.0 18 Oct 2003 14:53:27 |
knu |
Unbreak by depending on glib 2.0 instead of 1.2.
Improve autotools handling.
Submitted by: Gen Otsuji <gen_otsuji@yahoo.co.jp> |
1.1.0 29 Sep 2003 07:44:28 |
knu |
Update sary to 1.1.0 and ruby-sary to 0.5.
Increase p5-Search-Saryer's PORTREVISION for the shared library
version bump.
Submitted by: Gen Otsuji <gen_otsuji@yahoo.co.jp> |
1.0.4 20 Apr 2003 19:44:52 |
marcus |
Remove USE_GNOMENG. |
1.0.4 18 Feb 2003 05:52:57 |
knu |
De-pkg-comment my non-ruby ports as well. |
1.0.4 08 Oct 2002 13:56:16 |
knu |
Fix sary-config. |
1.0.4 08 Oct 2002 13:33:00 |
knu |
Add sary, a suffix array library and tools, which provide fast
full-text search. |