Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.4.2_10 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 |
0.4.2_10 25 Jul 2023 08:36:28 |
Muhammad Moinur Rahman (bofh) |
textproc/wv2: Fix build with llvm16
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) |
0.4.2_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 ) |
0.4.2_10 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 ) |
0.4.2_10 10 Apr 2022 19:11:41 |
Charlie Li (vishwin) |
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor) |
0.4.2_9 26 Mar 2022 08:27:27 |
Matthias Fechner (mfechner) |
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246 |
0.4.2_8 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.4.2_8 03 Jun 2020 21:54:30 |
salvadore |
Put some ports back in the pool
Approved by: gerald (mentor), tcberner (co-mentor)
Differential Revision: https://reviews.freebsd.org/D25110 |
0.4.2_8 31 Dec 2019 13:02:43 |
meta |
multiple ports: Update MAINTAINER
as he got FreeBSD.org account.
PR: 243002
Submitted by: salvadore |
0.4.2_8 17 Feb 2019 10:02:25 |
joneum |
Give Maintainership to Submitter
PR: 235771
Submitted by: Lorenzo Salvadore <phascolarctos@protonmail.ch>
Sponsored by: Netzkommune GmbH |
0.4.2_7 25 Dec 2018 20:25:40 |
tcberner |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
0.4.2_7 08 Dec 2016 19:23:25 |
tijl |
Remove libiconv.so.3 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since. |
0.4.2_6 25 Sep 2015 15:18:15 |
amdmi3 |
- Add LICENSE
- Pet portlint
- Merge REINPLACE_CMD into patch
- Regenerate patches with `make makepatch` |
0.4.2_6 24 Sep 2015 08:12:34 |
culot |
- Reassign to the heap after fluffy@'s bit was taken in for safekeeping |
0.4.2_6 30 Aug 2015 14:38:28 |
rakuco |
Switch to USES=cmake:outsource. |
0.4.2_6 29 Aug 2015 12:45:32 |
rakuco |
Clean up iconv-related patches.
The port is still linking to libiconv.so from ports on all FreeBSD releases,
but that will be dealt with separately.
For now:
- Remove patch-cmake_FindIconv.cmake. Since the iconv port is always present
(sometimes due to an indirect dependency), the hacks in the patch are not
necessary and the ports files are always found (this will change later and
libc will be preferred on >= 10.1).
- Make patch-CMakeLists.txt smaller. It is fine to let the port check for
sys/iconv.h, and the try_run() statement can be fixed on 9.3 by making
sure the test program is built with iconv's paths and libraries.
Test-built on 9.3-i386, 10.1-amd64 and HEAD-amd64. |
0.4.2_6 15 Nov 2014 16:26:33 |
antoine |
Cleanup plist |
0.4.2_6 03 Aug 2014 14:15:09 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Categories T-V.
CR: D509
Approved by: portmgr (antoine) |
0.4.2_6 20 Jun 2014 22:41:35 |
amdmi3 |
- Convert USE_BZIP2 to USES
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket |
0.4.2_5 07 Jan 2014 10:28:35 |
fluffy |
- Support staging |
0.4.2_5 20 Sep 2013 23:17:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
0.4.2_5 12 Sep 2013 10:07:39 |
fluffy |
- Fix build with base iconv on recent -CURRENT
Submitted by: Stefan Esser (se@) via private mail |
0.4.2_5 11 Sep 2013 09:36:48 |
marino |
Add explicit dependency on pkgconf (6 ports) |
0.4.2_5 13 May 2013 02:28:40 |
fluffy |
- Fix build after recent libgsf update
Submitted by: pointyhat via itetcu |
0.4.2_5 27 Apr 2013 18:25:25 |
mva |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
USE_GETTEXT=yes to USES=gettext while here |
0.4.2_5 02 Apr 2013 09:27:06 |
kwm |
fix build with glib 2.34: wv2, gimp-focusblur-plugin, gtk-murrine-engine
Fix up botched variable in mysql-workbench51 that prevents patching.
Correct farsight2 master_site and add mirror.
Submitted by: pointyhat via miwi
Approved by: portmgr (miwi) |
0.4.2_5 22 Mar 2013 20:06:15 |
makc |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
0.4.2_5 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
0.4.2_4 24 Jan 2012 17:25:43 |
avilla |
- Do not USE_GMAKE.
PR: 156528
Submitted by: bapt
Approved by: fluffy (maintainer timeout) |
0.4.2_4 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> |
0.4.2_4 03 Jul 2011 14:40:25 |
ohauer |
-remove MD5 |
0.4.2_4 10 Apr 2011 08:48:14 |
makc |
CMAKE_BUILD_TYPE is set in bsd.cmake.mk now, remove it from Makefiles |
0.4.2_4 09 Apr 2011 12:17:31 |
fluffy |
- Specify CMAKE_BUILD_TYPE locally until it will be implemented with global
cmake rules
PR: 156295
Submitted by: Oliver Heesakkers |
0.4.2_3 08 Apr 2011 10:47:52 |
fluffy |
- Follow ${CMAKE_BUILD_TYPE} for auto-generated cmake config filename.
Suggested by: rakuco at #kde-freebsd |
0.4.2_2 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.4.2_1 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
0.4.2 29 Nov 2009 07:24:11 |
fluffy |
- Update twxtproc/wv2 to latest release, 0.4.2
- Chase wv2 core change for koffice-kde3
Approved by: tabthorpe (co-mentor) |
0.4.0 19 Sep 2009 11:24:51 |
fluffy |
- Update to 0.4.0 release
- Adopt
This required for upcoming KOffice-2.1 for KDE4
Approved by: miwi (mentor)
Feature safe: yes |
0.3.1_1 22 Aug 2009 00:37:17 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with T,U,V |
0.3.1_1 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 |
0.3.1_1 31 Jul 2009 13:57:52 |
dinoex |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
0.3.1 17 May 2009 13:03:15 |
miwi |
- Update to 0.3.1
PR: 133835
Submitted by: Jochen Neumeister <jochen@daten-chaos.de> |
0.2.3_2 07 Sep 2008 00:36:27 |
linimon |
Reset lofi due to not commits in over 3 months, PR backlog, and no response
to email.
Hat: portmgr |
0.2.3_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) |
0.2.3_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}. |
0.2.3 01 Feb 2007 02:42:06 |
kris |
Use libtool port instead of included version to avoid objformat a.out botch |
0.2.3 12 Jan 2007 09:12:57 |
rafan |
- Use USE_ICONV instead of LIB_DEPENDS
Approved by: portmgr (erwin, few weeks ago) |
0.2.3 13 Dec 2006 12:28:44 |
mnag |
- Update to 0.2.3
- portlint(1)
Approved by: maintainer
Security: CVE-2006-2197, http://secunia.com/advisories/20665/ |
0.2.2_3 27 May 2006 10:26:19 |
lofi |
Update to KOffice 1.5.1 |
0.2.2_2 13 May 2006 04:24:52 |
edwin |
Remove USE_REINPLACE from categories starting with T |
0.2.2_2 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
0.2.2_2 24 Jan 2006 03:10:24 |
edwin |
SHA256ify
Approved by: krion@ |
0.2.2_2 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. |
0.2.2_2 05 Nov 2005 05:22:06 |
marcus |
Bump PORTREVISION to chase the glib20 shared library update. |
0.2.2_1 12 Mar 2005 10:54:27 |
marcus |
Bump PORTREVISION to chase the glib20 shared lib version change. |
0.2.2 03 Aug 2004 14:06:42 |
lofi |
Oops, some junk sneaked into the last commit. |
0.2.2 03 Aug 2004 13:55:01 |
lofi |
Remove some obsolete hacks. |
0.2.2 17 Jul 2004 11:56:25 |
lofi |
Update to 0.2.2 |
0.2.1_3 06 May 2004 09:34:46 |
bland |
Chase libgsf shlib version. |
0.2.1_2 05 Apr 2004 03:31:02 |
marcus |
Chase the glib20 update, and bump all affected ports' PORTREVISIONs. |
0.2.1_1 04 Apr 2004 06:59:43 |
lofi |
Fix COMMENT. |
0.2.1_1 18 Mar 2004 01:41:17 |
lofi |
SIZEify. |
0.2.1_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. |
0.2.1_1 04 Feb 2004 05:10:27 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
0.2.1 16 Nov 2003 17:57:34 |
lofi |
Update to version 0.2.1
Submitted by: KATO Tsuguru <tkato@prontomail.com> |
0.1.8_1 30 Sep 2003 17:30:50 |
lofi |
Add patch-configure, install static library, bump PORTREVISION.
PR: 57360
Submitted by: KATO Tsuguru <tkato@prontomail.com> |
0.1.8 29 Sep 2003 16:53:14 |
lofi |
Replace --program-transform-name with a dependency on gnometarget.
PR: 57360
Submitted by: KATO Tsuguru <tkato@prontomail.com> |
0.1.8 26 Sep 2003 18:01:34 |
lofi |
Add wv2, a library providing routines to access Microsoft Word/Excel files.
Note that, despite the misleading name, this is actually different from (and
independent of) textproc/wv, thus no repocopy.
Approved by: arved (Mentor) |