Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.2.9_9 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.9_9 29 Jan 2024 14:08:42 |
Muhammad Moinur Rahman (bofh) |
textproc/wv: Moved man to share/man
Approved by: portmgr (blanket) |
1.2.9_8 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 |
1.2.9_8 28 Jul 2023 17:13:17 |
Daniel Engberg (diizzy) |
*/*: Bump jpeg-turbo users treewide
New major version 3.0.0 |
1.2.9_7 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.9_7 23 Jun 2023 19:30:42 |
Muhammad Moinur Rahman (bofh) |
textproc/wv: Fix build with llvm16
- Pet portclippy
- Adopt port
Sponsored by: The FreeBSD Foundation |
1.2.9_7 18 Dec 2022 17:38:29 |
Dimitry Andric (dim) |
textproc/wv: fix build with clang 15
During an exp-run for llvm 15 (see bug 265425), it turned out that
textproc/wv failed to build with clang 15:
wvSummary.c:104:17: error: incompatible integer to pointer conversion
initializing 'const GValue *' (aka 'const struct _GValue *') with an expression
of type 'int' [-Wint-conversion]
GValue const *val = gsf_doc_prop_get_val (prop);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
wvSummary.c:146:21: error: incompatible integer to pointer conversion
initializing 'GsfDocMetaData *' (aka 'struct _GsfDocMetaData *') with an
expression of type 'int' [-Wint-conversion]
GsfDocMetaData *meta_data = gsf_doc_meta_data_new ();
^ ~~~~~~~~~~~~~~~~~~~~~~~~
Those functions are declared in <gsf/gsf-doc-meta-data.h>, but that
header is not included in wvSummary.c.
PR: 268399
Approved by: portmgr (tcberner)
MFH: 2022Q4 |
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.9_7 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.9_7 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.9_7 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) |
1.2.9_6 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 |
1.2.9_5 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.2.9_5 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 |
1.2.9_5 31 Dec 2019 13:02:43 |
meta |
multiple ports: Update MAINTAINER
as he got FreeBSD.org account.
PR: 243002
Submitted by: salvadore |
1.2.9_5 07 Nov 2019 17:19:12 |
zeising |
Add USES=xorg USES=gl, ports categories t
Add USES=xorg and USES=gl to ports in categories starting with 't'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
1.2.9_5 14 Aug 2019 12:16:41 |
mat |
Convert to UCL & cleanup pkg-message (categories [t-u]) |
1.2.9_5 17 Feb 2019 09:25:56 |
joneum |
Use "make makeptatch" to pet portlint |
1.2.9_5 17 Feb 2019 09:22:35 |
joneum |
Give Maintainership to submitter
PR: 235770
Submitted by: Lorenzo Salvadore <phascolarctos@protonmail.ch>
Sponsored by: Netzkommune GmbH |
1.2.9_5 25 Feb 2018 16:46:51 |
antoine |
Canonicalize dependency on libpng |
1.2.9_5 23 Feb 2018 22:41:10 |
yuri |
textproc/wv: Added license, dependencies, etc.
* Added LICENSE/LICENSE_FILE
* Added missing dependencies to LIB_DEPENDS
* Added USES=jpeg
* Added USE_XORG=x11
* Removed CPPFLAGS/LDFLAGS (not needed)
PR: 222584
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
Approved by: tcberner (mentor, implicit) |
1.2.9_4 08 Dec 2016 16:39:11 |
tijl |
Remove libjpeg.so.11 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since. |
1.2.9_3 27 Jun 2016 21:30:34 |
rene |
Reset ports maintained by bf@ until he has time again to work on them.
PR: 210474
Submitted by: jbeich
With hat: portmgr-secretary |
1.2.9_3 19 May 2016 11:09:14 |
amdmi3 |
- Fix trailing whitespace in pkg-messages
Approved by: portmgr blanket |
1.2.9_3 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
1.2.9_3 15 Nov 2014 16:26:33 |
antoine |
Cleanup plist |
1.2.9_3 24 Aug 2014 21:30:45 |
tijl |
- Convert graphics/libwmf to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip |
1.2.9_2 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) |
1.2.9_2 23 Jun 2014 13:05:18 |
amdmi3 |
- Switch textproc/wv to USES=libtool, drop .la files
- Fix LIB_DEPENDS entries on dependent ports and bump PORTREVISIONS as library
naming schema has changed
Approved by: portmgr blanket |
1.2.9_1 08 Feb 2014 01:07:42 |
bf |
Use staging; strip library |
1.2.9_1 20 Sep 2013 23:17:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
1.2.9_1 02 Sep 2013 16:21:38 |
bapt |
Add an explicit dependency on pkgconf |
1.2.9_1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
1.2.9 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 |
1.2.9 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.9 26 Mar 2011 01:39:07 |
bf |
Remove addition of CPPFLAGS to CONFIGURE_ENV
in port Makefiles, and MD5 entries in distinfo |
1.2.9 21 Jan 2011 08:50:21 |
bf |
Update to 1.2.9
Approved by: makc, miwi (mentors, implicit)
Feature safe: yes |
1.2.7_1 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
1.2.7_1 08 Jul 2010 12:51:38 |
bf |
Change my ports to use my FreeBSD.org email address. |
1.2.7_1 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
1.2.7 10 Feb 2010 03:12:28 |
pgollucci |
- Update to 1.2.7
PR: ports/143596
Submitted by: bf <bf1783@gmail.com> (maintainer) |
1.2.6_1 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
1.2.6 19 Sep 2009 00:24:58 |
miwi |
- Update to 1.2.6
- Pass maintainership to submitter
PR: 138302
Submitted by: bf <bf1783@gmail.com>
Feature safe: yes |
1.2.5_1 22 Aug 2009 00:37:17 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with T,U,V |
1.2.5_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 |
1.2.5_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 |
1.2.5 19 Jan 2009 23:42:58 |
amdmi3 |
- Update to 1.2.5
PR: 128852
Submitted by: bf <bf2006a at yahoo dot com> |
1.2.4_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.4_1 20 Mar 2008 10:03:51 |
pav |
- Remove USE_GETOPT_LONG which is a no-op since March 2007 |
1.2.4_1 10 Jul 2007 15:14:02 |
delphij |
Reflect lynx-ssl -> lynx collapse. |
1.2.4_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}. |
1.2.4 05 Nov 2006 00:06:21 |
miwi |
- Update to 1.2.4
PR: ports/105036
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Sponsored by: FreeBSD Bug-a-thon #2 |
1.2.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.1 15 Mar 2006 18:05:31 |
mezz |
Update to 1.2.0, I have tested it with a dozen of Microsoft Word files in
Abiword and no problem. Others also have tested in the different way with
the other ports. Use DATADIR in plist.
Tested by: thierry and nobutaka |
1.0.0_5 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
1.0.0_4 25 Nov 2005 18:40:57 |
pav |
- Add SHA256 |
1.0.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.0.0_4 05 Nov 2005 05:22:06 |
marcus |
Bump PORTREVISION to chase the glib20 shared library update. |
1.0.0_3 16 May 2005 22:03:14 |
mezz |
Use glib20 port instead included to solve the AbiWord crash when you click for
open/save dialog.
With help: marcus and kwm via IRC #freebsd-gnome |
1.0.0_2 26 Apr 2005 12:53:36 |
vs |
- Use MAKE_ARGS instead of patch
- Drop patch-configure since USE_LIBTOOL has been here for quite some time now |
1.0.0_2 12 Apr 2005 03:26:57 |
obrien |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
1.0.0_2 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'. |
1.0.0_2 12 Oct 2004 12:41:11 |
dinoex |
- use lynx-ssl as default
- honor option WITHOUT_SSL |
1.0.0_2 28 Jul 2004 14:58:45 |
pav |
- Plug buffer overflow vulnerability [1]
http://www.freebsd.org/ports/portaudit/7a5430df-d562-11d8-b479-02e0185c0b53.html
- Use libtool15
PR: ports/69632 [1]
Submitted by: David Bremner <bremner@unb.ca> [1]
Obtained from: AbiWord CVS [1] |
1.0.0_1 09 Jul 2004 17:43:11 |
marcus |
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet |
1.0.0_1 17 Mar 2004 18:29:46 |
trevor |
SIZEify. |
1.0.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.0.0_1 17 Feb 2004 12:52:00 |
arved |
Depend on glib20 for AMD64. This should fix build on AMD64 |
1.0.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.0.0 17 Nov 2003 22:34:07 |
eik |
Update to version 1.0.0
PR: 57359
Submitted by: Ports FURY
Approved by: marcus (mentor) |
0.7.6 03 Nov 2003 20:44:32 |
edwin |
Date: Tue, 04 Nov 2003 00:42:55 +0900
From: Motomichi Matsuzaki <mzaki@e-mail.ne.jp>
Subject: Re: question about FreeBSD ports you maintain
Briefly, I have no time for maintaining ports.
So I wish to leave the maintainer position of these ports:
biology/fastdnaml
textproc/wv
Thanks you for maintaining the FreeBSD system.
Best regards,
Motomichi Matsuzaki |
0.7.6 18 Jul 2003 02:22:42 |
nork |
o Fix configure's failure to find iconv.
o Slightly reword COMMENT to make portlint happier.
PR: ports/54547 [1], ports/54589 [2]
Submitted by: KIMURA Yasuhiro <yasu@utahime.org> [1]
Sergei Kolobov <sergei@kolobov.com> [2]
Reviewed by: Ports Fury [2]
Approved by: maintainer no response |
0.7.6 11 Jul 2003 18:28:26 |
nork |
Update to 0.7.6.
PR: ports/53584
Submitted by: Ports Fury |
0.7.5 27 Apr 2003 23:46:43 |
sumikawa |
Upgrade to 0.7.5.
PR: ports/51239
Submitted by: KATO Tsuguru <tkato@prontomail.com> |
0.7.4 02 Apr 2003 03:03:39 |
edwin |
'wv' port does not specify lynx as a depends
When using 'portinstall wv' nothing is mention about depending
on lynx. however when using 'wvText' it mentions that it
can't find lynx so the text output will look bad.
PR: ports/45611
Submitted by: Nick Jennings <nkj@namodn.com> |
0.7.4 21 Feb 2003 13:42:50 |
knu |
De-pkg-comment. |
0.7.4 29 Nov 2002 10:18:06 |
arved |
Fix Build on -CURRENT
PR: 45825
Submitted by: Volker Stolz <vs@foldr.org> |
0.7.4 23 Nov 2002 15:26:18 |
nork |
Update to 0.7.4
PR: ports/45629
Submitted by: Ports Fury |
0.7.2 21 May 2002 11:12:59 |
sobomax |
Fix bento breakage & update to 0.7.2.
Submitted by: bento |
0.7.1 23 Mar 2002 10:23:06 |
kevlo |
Update to version 0.7.1
PR: 36211
Submitted by: Ports Fury |
0.7.0 18 Mar 2002 11:50:39 |
sobomax |
Iconv cleanup, stage 2b: remove regex hacks that change iconv.h to giconv.h and
-liconv to -lgiconv. |
08 Dec 2001 20:16:35 |
ijliao |
upgrade to 0.7.0 |
13 Sep 2001 15:10:19 |
knu |
Update to 0.6.7 and unbreak. |
05 Feb 2001 16:35:27 |
olgeni |
More style fixes for ports/textproc. |
18 Dec 2000 20:32:56 |
demon |
Remove trailing period and package name from the pkg-comment. |
06 Nov 2000 17:18:02 |
sumikawa |
Wv is converter from MS Word to several data format such HTML, PDF, PS and so
on. It's formely known as textproc/mswordview. |