Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.2.13_2 15 Aug 2024 10:55:27 |
Po-Chuan Hsieh (sunpoet) |
graphics/libwmf: Convert X11 option to x11 and nox11 flavors
graphics/libwmf-nox11 is graphics/libwmf@nox11 now. |
0.2.13_2 29 Jul 2024 12:38:59 |
Po-Chuan Hsieh (sunpoet) |
graphics/libwmf: Clean up Makefile and patch files
- Clean up:
- Add CONFIGURE_ARGS=--with-freetype=${LOCALBASE}
- Remove USES=autoreconf:build
- Remove pre-configure: and post-configure:
- Remove patch-configure.ac
- Sort LIB_DEPENDS
- Convert PORTDOCS to PLIST entries
- Use CONFLICTS_INSTALL instead of CONFLICTS
- Simplify CONFLICTS_INSTALL
- Sort OPTIONS_DEFINE
- Rename patch file
- Cosmetic change
- Sort PLIST
- Update pkg-descr
- Take maintainership |
0.2.13_2 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.2.13_2 28 Jul 2023 17:13:17 |
Daniel Engberg (diizzy) |
*/*: Bump jpeg-turbo users treewide
New major version 3.0.0 |
0.2.13 19 Apr 2023 08:49:04 |
Fernando Apesteguía (fernape) |
graphics/libwmf: update to 0.2.13
ChangeLog: https://github.com/caolanm/libwmf/releases/tag/v0.2.13
Fixes two crashes, one in gimp the other if no appropriate GS fonts are found.
Reported by: portscout
MFH: 2023Q2 (bugfixes) |
0.2.12_1 10 Nov 2022 12:52:20 |
Jan Beich (jbeich) |
graphics/libwmf: track gdk-pixbuf2 dependency after 84531028a865
Installing libgd-2.3.3_3,1...
`-- Installing libavif-0.11.1...
| `-- Installing aom-3.5.0...
| | `-- Installing libjxl-0.7.0...
| | `-- Installing gdk-pixbuf2-2.42.10...
| | | `-- Installing glib-2.74.1,2...
====> Running Q/A tests (stage-qa)
Error: /usr/local/lib/gdk-pixbuf-2.0/2.10.0/loaders/io-wmf.so is linked to
/usr/local/lib/libgdk_pixbuf-2.0.so.0 from graphics
/gdk-pixbuf2 but it is not declared as a dependency
Warning: you need USE_GNOME+=gdkpixbuf2
Error: /usr/local/lib/gdk-pixbuf-2.0/2.10.0/loaders/io-wmf.so is linked to
/usr/local/lib/libgobject-2.0.so.0 from devel/glib20 but it is not declared as a
dependency
Warning: you need USE_GNOME+=glib20 (Only the first 15 lines of the commit message are shown above ) |
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.2.12 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.2.12 20 Jul 2022 14:22:04 |
Tobias C. Berner (tcberner) |
graphics: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Abel Chow <ozsanh45vds001@sneakemail.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Ade Lovett <ade@lovett.com>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Hayward <xelah@xelah.com>
* Alex Ivasyuv <siegerstein@pochta.ru>
* Alex Samorukov <samm@os2.kiev.ua> (Only the first 15 lines of the commit message are shown above ) |
0.2.12 29 Oct 2021 09:50:18 |
Stefan Eßer (se) |
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket) |
0.2.12 08 Oct 2021 09:04:05 |
Bernhard Froehlich (decke) |
graphics/libwmf: Add CPE information
Approved by: portmgr (blanket) |
0.2.12 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.2.12 01 Jan 2021 16:38:52 |
pi |
graphics/libwmf: update 0.2.8.4 -> 0.2.12
- Switch to active fork (removes the need to patch for mutliple CVEs)
This is what Alpine Linux, Arch Linux, Debian and Fedora uses.
- Add patch to use pkg-config (pkgconfig) to detect freetype(2)
References:
https://github.com/caolanm/libwmf (no proper release notes available)
https://github.com/archlinux/svntogit-packages/blob/packages/libwmf/trunk/libwmf-freetype.patch
PR: 252114
Submitted by: daniel.engberg.lists@pyret.net |
0.2.8.4_15 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.2.8.4_15 31 Dec 2019 13:02:43 |
meta |
multiple ports: Update MAINTAINER
as he got FreeBSD.org account.
PR: 243002
Submitted by: salvadore |
0.2.8.4_15 07 Nov 2019 20:20:00 |
zeising |
Sprinkle more USES=xorg |
0.2.8.4_15 28 Feb 2019 12:20:05 |
kai |
graphics/libwmf: Pass maintainership to submitter
- Also sort some variables according to the PHB
PR: 235768
Submitted by: Lorenzo Salvadore <phascolarctos@protonmail.ch>
Approved by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D19392 |
0.2.8.4_15 04 Jan 2018 23:25:05 |
rene |
Return junovitch's ports back to the pool.
Thank you for all your past work.
With hat: portmgr-secretary |
0.2.8.4_15 18 Mar 2017 01:09:48 |
junovitch |
graphics/libwmf: remove unneeded patch from r59593
- libxml2-config does the right thing and sets the right -I include
PR: 216592
Submitted by: John Hein <z7dr6ut7gs@snkmail.com> |
0.2.8.4_15 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.2.8.4_15 12 Jan 2016 16:20:32 |
amdmi3 |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
0.2.8.4_15 20 Sep 2015 20:54:09 |
olgeni |
Typos, whitespace and capitalization fixes (G-P). |
0.2.8.4_15 07 Sep 2015 11:50:19 |
junovitch |
graphics/libwmf: Fix bug introduced by patch for CVE-2015-4696
- The original CVE-2015-4696 patch from upstream was missing line numbers
in the first patch hunk. The security issue was resolved by the
restructured code but a new potential bug was introduced in the process.
- While here, update to my FreeBSD.org email
PR: 201513
Reported by: Sevan Janiyan <venture37@geeklan.co.uk>
Obtained from: Fedora libwmf RPM git (commit c8bc53c1)
Approved by: feld (mentor)
MFH: 2015Q3 |
0.2.8.4_14 26 Aug 2015 19:37:58 |
amdmi3 |
- Switch to options helpers
- While here, add some NO_ARCHes
Approved by: portmgr blanket |
0.2.8.4_14 16 Jul 2015 16:47:22 |
feld |
- Assign maintainership
- Resolve backlog of CVEs
PR: 201513
Reported by: Sevan Janiyan
Submitted by: Jason Unovitch (maintainer)
Security: CVE-2004-0941 [1]
Security: CVE-2007-0455 [1]
Security: CVE-2007-2756 [1]
Security: CVE-2007-3472 [1]
Security: CVE-2007-3473 [1]
Security: CVE-2007-3477 [1]
Security: CVE-2009-3546 [1]
Security: CVE-2015-4695 [2]
Security: CVE-2015-4696 [3]
Security: CVE-2015-0848 [4]
Security: CVE-2015-4588 [4]
Security: ca139c7f-2a8c-11e5-a4a5-002590263bf5
Obtained From: CentOS libwmf RPM git [1]
Obtained From: Debian Bug 784205 [2]
Obtained From: Debian Bug 784192 [3]
Obtained From: Red Hat Bug 1227243 [4]
MFH: 2015Q3 |
0.2.8.4_13 22 Jun 2015 18:33:22 |
antoine |
Convert to USES=jpeg |
0.2.8.4_13 25 Dec 2014 20:54:43 |
bapt |
Bump portrevision after png update |
0.2.8.4_12 31 Oct 2014 19:55:10 |
amdmi3 |
- Clarify LICENSE
- Add LICENSE_FILE |
0.2.8.4_12 20 Oct 2014 17:04:21 |
bapt |
Cleanup plist |
0.2.8.4_12 24 Aug 2014 21:30:45 |
tijl |
- Convert graphics/libwmf to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip |
0.2.8.4_11 15 Jul 2014 15:30:09 |
adamw |
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. |
0.2.8.4_11 23 Apr 2014 20:42:47 |
antoine |
Move the -nox11 PKGNAMESUFFIX to the -nox11 slave and simplify CONFLICTS
Suggested in: ports/188785 followup |
0.2.8.4_11 23 Apr 2014 11:06:58 |
rene |
Restore conflict with -nox11 variant
Submitted by: John Hein in PR follow up |
0.2.8.4_11 23 Apr 2014 00:26:36 |
antoine |
Fix ports with duplicate pkgnames
With hat: portmgr |
0.2.8.4_11 22 Apr 2014 18:40:24 |
rene |
- Fix package build as non-root
- Use option helpers
Note that the CONFLICT with the -nox11 variant is not registered anymore.
PR: ports/188785
Submitted by: John Hein <john.hein@microsemi.com> |
0.2.8.4_11 16 Apr 2014 18:28:50 |
zeising |
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well (Only the first 15 lines of the commit message are shown above ) |
0.2.8.4_10 23 Dec 2013 02:46:49 |
amdmi3 |
- Support staging
- Use new LIB_DEPENDS syntax |
0.2.8.4_10 20 Sep 2013 18:35:46 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
0.2.8.4_10 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
0.2.8.4_10 22 Mar 2013 23:18:28 |
beech |
- Convert to OptionsNG
- Fix docs
- Bump portrevision
PR: ports/177171
Submitted by: nemysis <nemysis@gmx.ch> |
0.2.8.4_9 22 Mar 2013 01:53:17 |
beech |
- Revert commit
PR: ports/177171 |
0.2.8.4_8 21 Mar 2013 22:29:33 |
beech |
- Convert to OptionsNG
- Fix docs
- Bump portrevision
PR: ports/177171
Submitted by: nemysis <nemysis@gmx.ch> |
0.2.8.4_7 03 Sep 2012 04:00:32 |
eadler |
Mark ports MAKE_JOBS_SAFE after some testing. |
0.2.8.4_7 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
0.2.8.4_6 11 Oct 2011 17:53:27 |
mm |
Add CONFLICTS between libwmf and libwmf-nox11 |
0.2.8.4_6 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.2.8.4_6 03 Jul 2011 14:12:23 |
ohauer |
-remove MD5 |
0.2.8.4_6 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
0.2.8.4_5 28 Mar 2010 11:01:01 |
dinoex |
- fix build for png-1.4.1 |
0.2.8.4_6 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.2.8.4_5 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
0.2.8.4_4 22 Aug 2009 00:23:13 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with G |
0.2.8.4_4 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.2.8.4_4 18 Jul 2009 11:11:29 |
dinoex |
- update to jpeg7
Tested by: pav on pointyhat |
0.2.8.4_3 16 May 2009 22:33:17 |
miwi |
- Fix two remote code execution
PR: 134246
Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru>
Security:
http://www.vuxml.org/freebsd/6a245f31-4254-11de-b67a-0030843d3802.html
http://www.vuxml.org/freebsd/48aab1d0-4252-11de-b67a-0030843d3802.html |
0.2.8.4_2 14 Aug 2007 14:32:40 |
mm |
- Replace USE_XLIB with USE_XORG=x11
- Bump PORTREVISION
Approved by: garga (mentor, implicit) |
0.2.8.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}. |
0.2.8.4 01 Feb 2007 02:42:06 |
kris |
Use libtool port instead of included version to avoid objformat a.out botch |
0.2.8.4 14 Aug 2006 23:06:39 |
clsung |
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include dns/ editors/ emulators/ finance/
games/ graphics/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> |
0.2.8.4 07 May 2006 23:46:33 |
edwin |
Remove USE_REINPLACE for categories starting with a G |
0.2.8.4 26 Nov 2005 01:48:16 |
pav |
- Add SHA256 |
0.2.8.4 09 Sep 2005 18:28:59 |
lawrance |
Update to 0.2.8.4
PR: ports/85878
Submitted by: Ports Fury |
0.2.8.3 23 May 2004 19:09:25 |
krion |
- Update to version 0.2.8.3
PR: ports/67084
Submitted by: Ports Fury |
0.2.8.2 29 Jan 2004 07:24:56 |
trevor |
SIZEify. |
0.2.8.2 13 Jan 2004 15:35:31 |
adamw |
Disable code that was creating /usr/local/lib/gtk-2.0 and not putting
anything in it. There's no need to have this try to create
/usr/X11R6/lib/gtk-2.0 either. |
0.2.8.2 11 Dec 2003 14:27:52 |
krion |
- Update to version 0.2.8.2
PR: 60141
Submitted by: Ports Fury |
0.2.8 20 Feb 2003 18:08:19 |
knu |
de-pkg-comment |
0.2.8 16 Jan 2003 23:15:48 |
arved |
Update to 0.2.8
PR: 47073
Submitted by: KATO Tsuguru <tkato@prontomail.com> |
0.2.7 23 Nov 2002 15:22:27 |
nork |
Update to 0.2.7.
PR: ports/45624
Submitted by: Ports Fury |
0.2.6 07 Nov 2002 03:10:58 |
adamw |
Fix PORTCOMMENTs that were killing INDEX builds.
105 pointy hats to: me
Approved by: pat |
0.2.6 15 Jul 2002 21:23:26 |
demon |
Update to version 0.2.6.
PR: 40623
Submitted by: KATO Tsuguru <tkato@prontomail.com> |
0.2.5_1 21 May 2002 04:08:43 |
pat |
- Fix pkg-plist
- Chase location of libxml2 headers
PR: 38229
Submitted by: KATO Tsuguru <tkato@prontomail.com> |
0.2.5 18 May 2002 06:34:16 |
pat |
Update to 0.2.5
PR: 38184
Submitted by: Sergey A. Osokin <osa@FreeBSD.org.ru> |
0.2.2_1 31 Mar 2002 05:04:33 |
kris |
Chase location of libxml2 headers |
12 Mar 2002 22:38:47 |
knu |
Bump PORTREVISION after the freetype2 shlib major update. |
11 Mar 2002 17:25:31 |
sobomax |
Chase increase of freetype2 shlib version. |
21 Feb 2002 17:02:20 |
mi |
Obey the WITHOUT_X11 knob. One utility -- wmf2x is not installed in this case,
and USE_XLIB will not be defined, which will result in the LOCALBASE
for PREFIX. LOCALBASE should, probably, be used in both cases, but
libwmf-config is giving the right values... Also the -nox11 suffix is added
to the package name in the WITHOUT_X11 case. |
21 Jan 2002 11:46:49 |
sobomax |
Update version number of freetype2 shared library. |
25 Dec 2001 16:59:04 |
dirk |
portlint: - begin with a capital - don't end with '.' - remove port name
- don't exceed 70 characters |
20 Nov 2001 03:54:56 |
petef |
Update to 0.2.2 |
13 Sep 2001 08:01:02 |
knu |
Update to 0.2.1. |
11 Sep 2001 03:22:51 |
ache |
Bump png major |
07 Jul 2001 14:38:23 |
ijliao |
make it buildable |
19 Dec 2000 08:19:50 |
sobomax |
- Update to version 0.1.21. |
12 Nov 2000 17:24:56 |
sumikawa |
Upgrade to 0.1.20. |
08 Oct 2000 02:35:34 |
asami |
Convert category graphics to new layout. |
03 Aug 2000 10:28:58 |
asami |
(1) Add new variable, XFREE86_VERSION, to specify which version of XFree86
(3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3
for now, but adventurous users can override it in /etc/make.conf. When
XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it
is set to 4, the dependency will be to x11/XFree86-4-libraries. When
XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks
to avoid messing with XFree86 are turned off. |
07 Jul 2000 19:39:50 |
steve |
Fix ${PREFIX}/include files that have bad nested includes. |
04 Jul 2000 08:13:36 |
sobomax |
Bump png shared library version. |
20 Jun 2000 22:45:58 |
cpiazza |
Remove maintainership of most of my ports. I don't really have time to
maintain these and I'm just not interested in these particular ones any more.
|
16 Jun 2000 22:52:41 |
asami |
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the previous
commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) |
16 Jun 2000 09:48:25 |
sobomax |
Fourth round of INSTALLS_SHLIBS conversion. |
30 May 2000 20:47:17 |
cpiazza |
- Remove dependency on gd - it uses it's own heavily customized version -
Optimize procedure of building shared libraries - Avoid a few compiler
warnings |
29 May 2000 03:24:39 |
cpiazza |
Use shared libraries |
29 May 2000 03:23:41 |
cpiazza |
Use shared libraries |
22 May 2000 17:38:35 |
cpiazza |
Update to 1.1.17 |