libwmf — Commit History
showing 109 stored commits — full history at freebsd-ports on GitHub
| Commit | Credits | Log message |
|---|---|---|
|
0.2.14
34ca98ec56
files touched
|
Po-Chuan Hsieh (sunpoet) |
graphics/libwmf: Update to 0.2.14
- Update MASTER_SITES - Remove DOCS option - Fix pkg-descr Changes: https://github.com/caolanm/libwmf/releases |
|
0.2.13
e87d8134a3
files touched
|
Charlie Li (vishwin) |
gnome.mk: rename gdkpixbuf2 to gdkpixbuf to prepare for port move
The GTK 1-based gdk-pixbuf has not existed for some time. No functional or package changes. |
|
0.2.13
55a7a5fc09
files touched
|
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
b0c8a9b817
files touched
|
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
05f0f44a55
files touched
|
Rodrigo Osorio (rodrigo) |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart |
|
0.2.13
664a2fa1e5
files touched
|
Daniel Engberg (diizzy) |
*/*: Bump jpeg-turbo users treewide
New major version 3.0.0 |
|
0.2.13
809d0d3911
files touched
|
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
5b4fe9892b
files touched
|
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 Error: /usr/local/lib/gdk-pixbuf-2.0/2.10.0/loaders/io-wmf.so is linked to /usr/local/lib/libglib-2.0.so.0 from devel/glib20 but it is not declared as a dependency Warning: you need USE_GNOME+=glib20 Error: /usr/local/lib/gdk-pixbuf-2.0/2.10.0/loaders/io-wmf.so is linked to /usr/local/lib/libintl.so.8 from devel/gettext-runtime but it is not declared as a dependency Warning: you need USES+=gettext-runtime ====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist Error: Orphaned: lib/gdk-pixbuf-2.0/2.10.0/loaders/io-wmf.a Error: Orphaned: lib/gdk-pixbuf-2.0/2.10.0/loaders/io-wmf.so ===> Checking for items in pkg-plist which are not in STAGEDIR ===> Error: Plist issues found. *** Error code 1 |
|
0.2.12
fb16dfecae
files touched
|
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
b7f05445c0
files touched
|
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. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner) |
|
0.2.12
022e658bd1
files touched
|
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> * Alexander Gromnitsky * Alexander Kojevnikov <alexander@kojevnikov.com> * Alexander Logvinov <ports@logvinov.com> * Alexander Nedotsukov <bland@FreeBSD.org> * Alexander Nedotsukov <bland@mail.ru> * Alexander Y. Grigoryev <alexander.4mail@gmail.com> * Alexey Dokuchaev <danfe@FreeBSD.org> * Alonso Cardenas Marquez <acm@FreeBSD.org> * Anatoliy Dmytriyev <tolid@plab.ku.dk> * Anatoly Borodin <anatoly.borodin@gmail.com> * Anders Nordby <anders@fix.no> * Andras Horvath <han@log69.com> * Andreas Daehn <ad001@uni-rostock.de> * Andrew Pantyukhin <infofarmer@FreeBSD.org> * Andrey Slusar <anray@FreeBSD.org> * Andrey Zakhvatov * Anes Mukhametov <anes@anes.su> * Anonymous <swell.k@gmail.com> * Anton Berezin <tobez@FreeBSD.org> * Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>) * Arjan van Leeuwen <avleeuwen@piwebs.com> * Ashish SHUKLA <ashish@FreeBSD.org> * Bill Fumerola <billf@chc-chimes.com> * Björn König <bkoenig@alpha-tierchen.de> * Brad Hendrickse <bradh@iafrica.com> * Bruce M Simpson <bms@FreeBSD.org> * Carlos Eduardo G. Carvalho <cartola@openit.com.br> * Charlie Kester <corky1951@comcast.net> * Choe, Cheng-Dae * Choe, Cheng-Dae <whitekid@gmail.com> * Chris D. Faulhaber <jedgar@FreeBSD.org> * Chris D. Faulhaber <jedgar@fxp.org> * Chris Piazza <cpiazza@FreeBSD.org> * Christopher Key <cjk32@cam.ac.uk> * Chuck Robey <chuckr@FreeBSD.org> * Corey Smith <corsmith@gmail.com> * Dan Langille <dvl@FreeBSD.org> * Daniel O'Connor <darius@dons.net.au> * Daniel Roethlisberger <daniel@roe.ch> * Danilo Egea Gondolfo <danilo@FreeBSD.org> * Dave Cottlehuber <dch@skunkwerks.at> * David Bremner <bremner@unb.ca> * David Gilbert <dgilbert@velocet.ca> * David Naylor <dbn@FreeBSD.org> * David Yeske <dyeske@gmail.com> * Denis Barov <dindin@dindin.ru> * Denis Podolskiy <bytestore@yandex.ru> * Dennis Herrmann <adox@mcx2.org> * Devaux Fabien <fab@gcu.info> * Dmitry Sivachenko <dima@Chg.RU> * Dominik Brettnacher <domi@nonsensss.de> * Donn Miller <dmmiller@cvzoom.net> * Douglas Carmichael <dcarmich@mcs.com> * Douglas K. Rand <rand@meridian-enviro.com> * Edwin Groothuis <edwin@mavetju.org> * Emanuel Haupt <ehaupt@FreeBSD.org> * Emanuel Haupt <ehaupt@critical.ch> * Emil J.V. Björsell (Jev) * Emmanuel Vadot <manu@FreeBSD.org> * Eric Anholt <anholt@FreeBSD.org> * Eric Freeman <freebsdports@chillibear.com> * Eric P. Scott <eps+pbug0703@ana.com> * Erwin Lansing <erwin@FreeBSD.org> * Eugene Mychlo <myc@barev.net> * Fernan Aguero <fernan@iib.unsam.edu.ar> * Franz Klammer <klammer@webonaut.com> * FreeBSD GNOME Team <gnome@FreeBSD.org> * G. Adam Stanislav <adam@whizkidtech.net> * Garrett Wollman <wollman@lcs.mit.edu> * Gea-Suan Lin <gslin@gslin.org> * George Reid <greid@ukug.uk.freebsd.org> * Gerrit Beine (<gerrit.beine@gmx.de>) * Gerrit Beine (<tux@pinguru.net>) * Glenn Johnson * Greg Lewis <glewis@FreeBSD.org> * Gustau Perez <gustau.perez@gmail.com> * Gustau Pérez i Querol <gustau.perez@gmail.com> * Gvozdikov Veniamin <g.veniamin@googlemail.com> * Hernan Di Pietro <hernan.di.pietro@gmail.com> * Hiroto Kagotani <hiroto.kagotani@gmail.com> * Horia Racoviceanu <horia@racoviceanu.com> * Hye-Shik Chang <perky@fallin.lv> * Hye-Shik Chang <perky@python.or.kr> * Igor Pokrovsky <ip@doom.homeunix.org> * Igor Pokrovsky <tiamat@comset.net> * James FitzGibbon <jfitz@FreeBSD.org> * Jamie Hermans <jamie@hermans.ca> * Jan Henrik Sylvester <me@janh.de> * Janni * Janos Mohacsi <janos.mohacsi@bsd.hu> * Jason Helfman <jgh@FreeBSD.org> * Jean-Marc Zucconi <jmz@FreeBSD.org> * Jean-Sébastien Pédron <dumbbell@FreeBSD.org> * Jean-Yves Lefort <jylefort@FreeBSD.org> * Jean-Yves Lefort <jylefort@brutele.be> * Jeff Molofee * Jeremy Norris <ishmael127@home.com> * Jeremy Norris <ishmael27@home.com> * Joe Marcus Clarke <marcus@FreeBSD.org> * Johannes Dieterich <jmd@FreeBSD.org> * Johannes Jost Meixner <johannes@perceivon.net> * Johannes Meixner <johannes@perceivon.net> * John Hay * John McAree <john@mcaree.org> * John Prather * John Reynolds <johnjen@reynoldsnet.org> * Joris Dedieu <joris.dedieu@gmail.com> * Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> * Jose Jachuf <jjachuf@gmail.com> * Joseph Koshy <koshy@india.hp.com> * Juergen Unger <j.unger@choin.net> * KANOU Hiroki <kanou@mil.allnet.ne.jp> * KIRIYAMA Kazuhiko * Kay Lehmann * Kevin Golding <ports@caomhin.org> * Kimura Fuyuki <fuyuki@hadaly.org> * Koop Mast <kwm@FreeBSD.org> * Kris Kennaway <kris@FreeBSD.org> * Kris Moore <kmoore@FreeBSD.org> * Kubilay Kocak <koobs@FreeBSD.org> * Kurt Kanzenbach <kurt@kmk-computers.de> * Kyle Martin <mkm@ieee.org> * Laurent Courty * Leonardo Martins <lmartins@nepe.eee.ufg.br> * Lev Serebryakov <lev@FreeBSD.org> * Malte Lance <malte.lance@gmx.net> * Marc Fonvieille <blackend@FreeBSD.org> * Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> * Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> et al. * Mark Atkinson <atkin901@gmail.com> * Mark Murray <markm@FreeBSD.org> * Mark Pulford <mark@kyne.com.au> * Markus Brueffer <markus@FreeBSD.org> * Martin Dieringer <martin.dieringe@gmx.de> * Martin Dieringer <martin.dieringer@gmx.de> * Martin Matuska <mm@FreeBSD.org> * Martin Neubauer <m.ne@gmx.net> * Martin Sugioarto <martin.sugioarto@udo.edu> * Martin Tournoij <carpetsmoker@rwxrwxrwx.net> * Martin Tournoij <carpetsmoker@xs4all.nl> * Martin Wilke <miwi@FreeBSD.org> * Mateusz Piotrowski <0mp@FreeBSD.org> * Mathieu Arnold * Matthew Luckie <mjl@luckie.org.nz> * Matthew X. Economou <xenophon+fbsdports@irtnog.org> * Matthias Fechner <mfechner@FreeBSD.org> * Matthieu Volat <mazhe@alkumuna.eu> * Maurice Castro <maurice@serc.rmit.edu.au> * Maxim Sobolev <sobomax@FreeBSD.org> * Michael Gmelin <freebsd@grem.de> * Michael Johnson <ahze@FreeBSD.org> * Michael Johnson <ahze@ahze.net> * Michael Nottebrock <lofi@FreeBSD.org> * Michael Reifenberger <mr@FreeBSD.org> * Mike Krutov <neko@takino.org> * Mikhail T. <mi@aldan.algebra.com> * Mikhail Teterin <mi@aldan.algebra.com> * Muhammad Moinur Rahman <5u623l20@gmail.com> * NAKATA Maho <maho@FreeBSD.org> * Naram Qashat <cyberbotx@cyberbotx.com> * Nick Hilliard <nick@foobar.org> * Nicola Vitale <nivit@FreeBSD.org> * Nicola Vitale <nivit@email.it> * Nikolay Korotkiy <sikmir@gmail.com> * Norio Suzuki <nosuzuki@e-mail.ne.jp> * Oliver Heesakkers <dev2@heesakkers.info> * Oliver Lehmann <oliver@FreeBSD.org> * Olivier Duchateau * Paul Everlund * Pav Lucistnik <pav@FreeBSD.org> * Pedro F. Giffuni * Pedro Garcia Freitas <sawp@sawp.com.br> * Pedro Giffuni * Pedro Giffuni <pfg@FreeBSD.org> * Pete Fritchman <petef@FreeBSD.org> * Pete Fritchman <petef@databits.net> * Peter Ankerstal <peter@pean.org> * Peter Jeremy <peterjeremy@optushome.com.au> * Peter Schmiedeskamp <pschmied@qwest.net> * Phil Phillips <pphillips@experts-exchange.com> * Pietro Cerutti <gahr@FreeBSD.org> * Pietro Cerutti <gahr@gahr.ch> * Piotr Kubaj <pkubaj@anongoth.pl> * Piotr Smyrak <smyru@heron.pl> * Piotr Smyrak, piotr.smyrak@heron.pl * Po-Chuan Hsieh <sunpoet@FreeBSD.org> * Quentin Stievenart <acieroid@awesom.eu> * R Joseph Wright <rjoseph@mammalia.org> * Radim Kolar * Rainer Hurling <rhurlin@gwdg.de> * Randall Hopper * Randall Hopper <aa8vb@ipass.net> * Randall Hopper <aa8vb@nc.rr.com> * Reinier de Blois <rddeblois@gmail.com> * Richard Hwang <rhwang@bigpanda.com>, Mikhail Teterin <mi@aldan.algebra.com>, Jun-ichiro itojun Itoh <itojun@itojun.org> * Rick Elrod <codeblock@eighthbit.net> * Rob Farmer <rfarmer@predatorlabs.net> * Rod Person <rodperson@rodperson.com> * Roland Jesse <roland.jesse@gmx.net> * Romain Tartiere <romain@FreeBSD.org> * Ron van Daal * Ronald Kuehn <rk@ronald.org> * Rong-En Fan <rafan@infor.org> * Rusmir Dusko <nemysis@FreeBSD.org> * Rusty Nejdl <rnejdl@ringofsaturn.com> * Ryan Melcer <rmelcer@iteris.com> * Ryan Steinmetz <zi@FreeBSD.org> * Sahil Tandon <sahil@FreeBSD.org> * Sam Lawrance * Satoshi Asami <asami@FreeBSD.org> * Satoshi Taoka <taoka@FreeBSD.org> * Seiichirou Hiraoka * Serge Negodyuck <petr@petrovich.kiev.ua> * Sergey A. Osokin <osa@FreeBSD.org> * Sergey Skvortsov <skv@protey.ru> * Sergey V. Dyatko <sergey.dyatko@gmail.com> * Shane Ambler * Shaun Amott <shaun@inerd.com> * Shell Hung <shell@shellhung.org> * Shigeyuki FUKUSHIMA <shige@FreeBSD.org> * Simun Mikecin <numisemis@yahoo.com> * Sofian Brabez <sbrabez@gmail.com> * Stanislav Sedov <ssedov@mbsd.msk.ru> * Stanislav Sedov <stas@FreeBSD.org> * Stas Timokhin <devel@stasyan.com> * Stas Timokhin <stast@bsdportal.ru> * Stefan Walter <sw@gegenunendlich.de> * Stephen Roome <steve@pepcross.com> * Steve Wills <steve@meatwad.mouf.net> * Steve Wills <swills@FreeBSD.org> * Steven Kreuzer <skreuzer@FreeBSD.org> * Steven Wallace <swallace@FreeBSD.org> * Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> * TAKAHASHI Kaoru <kaoru@kaisei.org> * TAKATSU Tomonari <tota@FreeBSD.org> * TAKATSU Tomonari <tota@rtfm.jp> * TAOKA Fumiyoshi * TATEISHI Katsuyuki <katsu@iec.hiroshima-u.ac.jp> * Tassilo Philipp <tphilipp@potion-studios.com> * Thibault Payet <monwarez@mailoo.org> * Thierry Thomas <thierry@pompo.net> * Thomas Dreibholz <dreibh@iem.uni-due.de> * Thomas Gellekum <tg@FreeBSD.org> * Thomas Hurst <tom@hur.st> * Tilman Linneweh <arved@FreeBSD.org> * Tim Bishop <tim@bishnet.net> * Tod McQuillin <devin@spamcop.net> * Tomoyuki Sakurai <cherry@trombik.org> * Tsung-Han Yeh <snowfly@yuntech.edu.tw> * UMENO Takashi <umeno@rr.iij4u.or.jp> * Ulrich Spoerlein <q@uni.de> * Vasil Dimov <vd@FreeBSD.org> * Veniamin Gvozdikov <vg@FreeBSD.org> * Vincent Tantardini <vinc@FreeBSD-fr.org> * Vladimir Chukharev * Wen Heping <wen@FreeBSD.org> * Wen Heping <wenheping@gmail.com> * Wen heping <wenheping@gmail.com> * Wen heping<wenheping@gmail.com> * Will Andrews <andrews@technologist.com> * Yi-Jheng Lin <yzlin@cs.nctu.edu.tw> * Ying-Chieh Liao <ijliao@FreeBSD.org> * Yinghong Liu <relaxbsd@gmail.com> * Yinghong.Liu <relaxbsd@gmail.com> * Yuan-Chung Hsiao <ychsiao@ychsiao.org> * Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> * Yukihiro Nakai <nacai@iname.com> * Yukihiro Nakai <nakai@mlab.t.u-tokyo.ac.jp> * Yuri Victorovich <yuri@FreeBSD.org> * Yuri Victorovich <yuri@rawbw.com> * Yuu Yashiki * Yuzo FURUKAWA <hurukawa@kuee.kyoto-u.ac.jp> * Zhihao Yuan <lichray@gmail.com> * Zsolt Udvari <udvzsolt@gmail.com> * ache * alepulver * anhot * antonakis@gmail.com * argv[0] (Iouri V. Ivliev) * arved * asami * bf <bf@FreeBSD.org> * bmc@WillsCreek.COM * buganini@gmail.com * cacho@mexicano.gdl.iteso.mx * cartola (Carlos E. G. Carvalho) * cartola@openit.com.br * cfs@ing.puc.cl (original) * chinsan * chinsan <chinsan.tw@gmail.com> * coryking * cracauer@cons.org "Martin Cracauer" * demon@FreeBSD.org * dillon * dom@happygiraffe.net * erich@FreeBSD.org * fenner * fernan@iib.unsam.edu.ar * frankch@waru.life.nthu.edu.tw * gahr * gary@hotlava.com * gerard * giffunip@asme.org * glebius@FreeBSD.org * gurkan@phys.ethz.ch * hsu * ijliao * jamie * jedgar@FreeBSD.org * jeff@cetlink.net * jjachuf@gmail.com * jmz * johalun * johan * johans * kwm@FreeBSD.org * lbartoletti <lbartoletti@FreeBSD.org> * lesi@FreeBSD.org * lichray@gmail.com * luigi@FreeBSD.org * maho@FreeBSD.org * marcus@FreeBSD.org * mb@imp.ch * mi * mm@FreeBSD.org * nemysis <nemysis@gmx.ch> * nik * nork@FreeBSD.org * olgeni@FreeBSD.org * paulo@isr.uc.pt * petef@FreeBSD.org * pgs * ports@FreeBSD.org * proff@iq.org * punkt.de Hosting Team <mops@punkt.de> * rfarmer@predatorlabs.net * roberto * roland.jesse@gmx.net * rpsfa@rit.edu * saper@system.pl * smace * sobomax * stas * stb@lassitu.de * theraven@FreeBSD.org * thierry@pompo.net * tobez * trasz <trasz@pin.if.uz.zgora.pl> * trevor * vanilla * will * wolman@cs.washington.edu * yukinopo@livedoor.com With hat: portmgr |
|
0.2.12
819f25b36d
files touched
|
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
e698ea2fb0
files touched
|
Bernhard Froehlich (decke) |
graphics/libwmf: Add CPE information
Approved by: portmgr (blanket) |
|
0.2.12
305f148f48
files touched
|
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles.
|
|
0.2.12
3a67c00d08
files touched
|
Kurt Jaeger (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
be60350de5
files touched
|
Lorenzo Salvadore (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
dc936c406b
files touched
|
Koichiro Iwao (meta) |
multiple ports: Update MAINTAINER
as he got FreeBSD.org account. PR: 243002 Submitted by: salvadore |
|
0.2.8.4
ef5d45aaa6
files touched
|
Niclas Zeising (zeising) |
Sprinkle more USES=xorg
|
|
0.2.8.4
0da7963d88
files touched
|
Kai Knoblich (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
5114c9a461
files touched
|
Rene Ladan (rene) |
Return junovitch's ports back to the pool.
Thank you for all your past work. With hat: portmgr-secretary |
|
0.2.8.4
3d3171c10d
files touched
|
Jason Unovitch (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
4e1b79a0a6
files touched
|
Mathieu Arnold (mat) |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr Sponsored by: Absolight |
|
0.2.8.4
b9398223bd
files touched
|
Dmitry Marakasov (amdmi3) |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
|
0.2.8.4
41a7072cfb
files touched
|
Jimmy Olgeni (olgeni) |
Typos, whitespace and capitalization fixes (G-P).
|
|
0.2.8.4
877dd33328
files touched
|
Jason Unovitch (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
242481663d
files touched
|
Dmitry Marakasov (amdmi3) |
- Switch to options helpers - While here, add some NO_ARCHes
Approved by: portmgr blanket |
|
0.2.8.4
ba2199bc82
files touched
|
Mark Felder (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
6e5719ca80
files touched
|
Antoine Brodin (antoine) |
Convert to USES=jpeg
|
|
0.2.8.4
bb21093773
files touched
|
Baptiste Daroussin (bapt) |
Bump portrevision after png update
|
|
0.2.8.4
e7a20af648
files touched
|
Dmitry Marakasov (amdmi3) |
- Clarify LICENSE - Add LICENSE_FILE
|
|
0.2.8.4
a76a739bfe
files touched
|
Baptiste Daroussin (bapt) |
Cleanup plist
|
|
0.2.8.4
3bd8e1bebe
files touched
|
Tijl Coosemans (tijl) |
- Convert graphics/libwmf to USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip
|
|
0.2.8.4
3ea4f8af7b
files touched
|
Adam Weinberger (adamw) |
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
|
|
0.2.8.4
908e0b6c37
files touched
|
Antoine Brodin (antoine) |
Move the -nox11 PKGNAMESUFFIX to the -nox11 slave and simplify CONFLICTS
Suggested in: ports/188785 followup |
|
0.2.8.4
acfcae5a89
files touched
|
Rene Ladan (rene) |
Restore conflict with -nox11 variant
Submitted by: John Hein in PR follow up |
|
0.2.8.4
3902300dbc
files touched
|
Antoine Brodin (antoine) |
Fix ports with duplicate pkgnames
With hat: portmgr |
|
0.2.8.4
34b3ce97e3
files touched
|
Rene Ladan (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
39fc32e828
files touched
|
Niclas Zeising (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 as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb) |
|
0.2.8.4
4af0561b7c
files touched
|
Dmitry Marakasov (amdmi3) |
- Support staging - Use new LIB_DEPENDS syntax
|
|
0.2.8.4
eb08c5441c
files touched
|
Baptiste Daroussin (bapt) |
Add NO_STAGE all over the place in preparation for the staging support (cat: graphics)
|
|
0.2.8.4
d4041784dc
files touched
|
Alex Kozlov (ak) |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
|
0.2.8.4
de768196c3
files touched
|
Beech Rintoul (beech) |
- Convert to OptionsNG - Fix docs - Bump portrevision
PR: ports/177171 Submitted by: nemysis <nemysis@gmx.ch> |
|
0.2.8.4
991f9b2368
files touched
|
Beech Rintoul (beech) |
- Revert commit
PR: ports/177171 |
|
0.2.8.4
89f909cbb1
files touched
|
Beech Rintoul (beech) |
- Convert to OptionsNG - Fix docs - Bump portrevision
PR: ports/177171 Submitted by: nemysis <nemysis@gmx.ch> |
|
0.2.8.4
48443ba510
files touched
|
Eitan Adler (eadler) |
Mark ports MAKE_JOBS_SAFE after some testing.
|
|
0.2.8.4
2b74a89bc8
files touched
|
Dirk Meyer (dinoex) |
- update png to 1.5.10
|
|
0.2.8.4
2865af9ce0
files touched
|
Martin Matuska (mm) |
Add CONFLICTS between libwmf and libwmf-nox11
|
|
0.2.8.4
0e682dded4
files touched
|
Koop Mast (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
30f9161773
files touched
|
Olli Hauer (ohauer) |
-remove MD5
|
|
0.2.8.4
4a8684e352
files touched
|
Ade Lovett (ade) |
Sync to new bsd.autotools.mk
|
|
0.2.8.4
480214bdad
files touched
|
Dirk Meyer (dinoex) |
- fix build for png-1.4.1
|
|
0.2.8.4
de78af3ac5
files touched
|
Dirk Meyer (dinoex) |
- update to 1.4.1 Reviewed by: exp8 run on pointyhat Supported by: miwi
|
|
0.2.8.4
ca9c60461c
files touched
|
Dirk Meyer (dinoex) |
- update to jpeg-8
|
|
0.2.8.4
6b5fb87219
files touched
|
Dmitry Marakasov (amdmi3) |
- Switch SourceForge ports to the new File Release System: categories starting with G
|
|
0.2.8.4
789d75c728
files touched
|
Jeremy Messenger (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
3bbc108312
files touched
|
Dirk Meyer (dinoex) |
- update to jpeg7 Tested by: pav on pointyhat
|
|
0.2.8.4
84eede9775
files touched
|
Martin Wilke (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
9dfab16389
files touched
|
Martin Matuska (mm) |
- Replace USE_XLIB with USE_XORG=x11 - Bump PORTREVISION
Approved by: garga (mentor, implicit) |
|
0.2.8.4
d4f0d0048a
files touched
|
Florent Thoumie (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
ae994c8ea8
files touched
|
Kris Kennaway (kris) |
Use libtool port instead of included version to avoid objformat a.out botch
|
|
0.2.8.4
10ddcca177
files touched
|
Cheng-Lung Sung (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
ff21f59f9f
files touched
|
Edwin Groothuis (edwin) |
Remove USE_REINPLACE for categories starting with a G
|
|
0.2.8.4
792b758ef4
files touched
|
Pav Lucistnik (pav) |
- Add SHA256
|
|
0.2.8.4
8c7823a8a3
files touched
|
Sam Lawrance (lawrance) |
Update to 0.2.8.4
PR: ports/85878 Submitted by: Ports Fury |
|
0.2.8.3
31221631d9
files touched
|
Kirill Ponomarev (krion) |
- Update to version 0.2.8.3
PR: ports/67084 Submitted by: Ports Fury |
|
0.2.8.2
0c881ba59c
files touched
|
Trevor Johnson (trevor) |
SIZEify.
|
|
0.2.8.2
ed6652ba68
files touched
|
Adam Weinberger (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
5aa73654b9
files touched
|
Kirill Ponomarev (krion) |
- Update to version 0.2.8.2
PR: 60141 Submitted by: Ports Fury |
|
0.2.8
e88cb93ce3
files touched
|
Akinori MUSHA (knu) |
de-pkg-comment
|
|
0.2.8
10cc64275c
files touched
|
Tilman Keskinoz (arved) |
Update to 0.2.8
PR: 47073 Submitted by: KATO Tsuguru <tkato@prontomail.com> |
|
0.2.7
eb1a56d025
files touched
|
Norikatsu Shigemura (nork) |
Update to 0.2.7.
PR: ports/45624 Submitted by: Ports Fury |
|
0.2.6
f0a1969d34
files touched
|
Mario Sergio Fujikawa Ferreira (lioux) |
o Rollback PORTCOMMENT modifications while this feature's implementation is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat), portmgr, re (silence) |
|
0.2.6
c62fe39354
files touched
|
Adam Weinberger (adamw) |
Fix PORTCOMMENTs that were killing INDEX builds.
105 pointy hats to: me Approved by: pat |
|
0.2.6
d9611f9375
files touched
|
Adam Weinberger (adamw) |
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat |
|
0.2.6
413cc78316
files touched
|
Dmitry Sivachenko (demon) |
Update to version 0.2.6.
PR: 40623 Submitted by: KATO Tsuguru <tkato@prontomail.com> |
|
0.2.5
c75336b5e6
files touched
|
Patrick Li (pat) |
- Fix pkg-plist - Chase location of libxml2 headers
PR: 38229 Submitted by: KATO Tsuguru <tkato@prontomail.com> |
|
0.2.5
f8bfb76b6c
files touched
|
Patrick Li (pat) |
Update to 0.2.5
PR: 38184 Submitted by: Sergey A. Osokin <osa@FreeBSD.org.ru> |
|
0.2.2
e280efb475
files touched
|
Kris Kennaway (kris) |
Chase location of libxml2 headers
|
|
0.2.2
3ea570b04f
files touched
|
Akinori MUSHA (knu) |
Bump PORTREVISION after the freetype2 shlib major update.
|
|
0.2.2
112a9e25e8
files touched
|
Maxim Sobolev (sobomax) |
Chase increase of freetype2 shlib version.
|
|
0.2.2
60021c04f1
files touched
|
Mikhail Teterin (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.
Ignore the major numbers of -lfreetype, -ljpg, and -lpng -- the software will work with any reasonably recent version. I'm not sure about -lxml2, so I left that alone. |
|
0.2.2
6cd76ded7b
files touched
|
Maxim Sobolev (sobomax) |
Update version number of freetype2 shared library.
|
|
0.2.2
e5c205169e
files touched
|
Dirk Froemberg (dirk) |
portlint: - begin with a capital - don't end with '.' - remove port name - don't exceed 70 characters
|
|
0.2.2
113d78b58d
files touched
|
Pete Fritchman (petef) |
Update to 0.2.2
PR: 32052 Submitted by: KATO Tsuguru <tkato@prontomail.com> |
|
0.2.1
42d6d25c03
files touched
|
Akinori MUSHA (knu) |
Update to 0.2.1.
Submitted by: KATO Tsuguru <tkato@prontomail.com> |
|
0.1.21
db2dadbaab
files touched
|
Andrey A. Chernov (ache) |
Bump png major
|
|
0.1.21
d04ad1e32a
files touched
|
Ying-Chieh Liao (ijliao) |
make it buildable
PR: 28445 Submitted by: Adam Nealis <adamnealis@yahoo.co.uk> |
|
0.1.21
755134eef7
files touched
|
Maxim Sobolev (sobomax) |
- Update to version 0.1.21.
PR: 23625 Submitted by: Ports Furry |
|
0.1.20
bc65afb53f
files touched
|
Munechika SUMIKAWA (sumikawa) |
Upgrade to 0.1.20.
PR: ports/22781 Submitted by: mzaki@e-mail.ne.jp |
|
0.1.17
c6bcad2436
files touched
|
Satoshi Asami (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.
Since XFree86 version 4 includes some software that used to be
separate ports, when XFREE86_VERSION=3 the following variables are
provided:
USE_DGS LIB_DEPENDS on x11/dgs
USE_FREETYPE LIB_DEPENDS on print/freetype
USE_MESA LIB_DEPENDS on graphics/Mesa3
USE_XPM LIB_DEPENDS on graphics/xpm
When XFREE86_VERSION=4, these variables have no effect. The
LIB_DEPENDS in the tree for the above four ports have all been
converted to the USE_* counterparts. For your information, this
is the count of the number of ports:
USE_DGS 0
USE_FREETYPE 16
USE_MESA 36
USE_XPM 236
There is a new variable, XAWVER, which is set to 6 when
XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also
passed to PLIST_SUB so ports that build Xaw based shared libraries
can use this variable to substitute the shlib version number.
There is also a provision of using a separate mtree file for
XFREE86_VERSION=4, but that part is not enabled yet.
Reviewed by: the ports list
Tested by: make index (XFREE86_VERSION=3 only)
(2) Add hebrew to list of valid categories.
Submitted by: nbm
|
|
0.1.17
da89f2c264
files touched
|
Steve Price (steve) |
Fix ${PREFIX}/include files that have bad nested includes.
PR: 19682 Submitted by: Alec Wolman <wolman@cs.washington.edu> |
|
0.1.17
6db96c0500
files touched
|
Maxim Sobolev (sobomax) |
Bump png shared library version.
Submitted by: Hajimu UMEMOTO <ume@mahoroba.org> |
|
0.1.17
10ae656be9
files touched
|
Chris Piazza (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.
|
|
0.1.17
ffb21b5654
files touched
|
Satoshi Asami (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.)
Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax |
|
0.1.17
dc1177a9a5
files touched
|
Maxim Sobolev (sobomax) |
Fourth round of INSTALLS_SHLIBS conversion.
|
|
0.1.17
ad143f96cf
files touched
|
Chris Piazza (cpiazza) |
- Remove dependency on gd - it uses it's own heavily customized version - Optimize procedure of building shared libraries - Avoid a few compiler warnings
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> |
|
0.1.17
fd7636eb2a
files touched
|
Chris Piazza (cpiazza) |
Use shared libraries
PR: 18822 Submitted by: Mario Sergio Fujikawa Ferreira <lioux@uol.com.br> |
|
0.1.17
c6a24ad552
files touched
|
Chris Piazza (cpiazza) |
Use shared libraries
PR: 18822 Submitted by: Mario Sergio Fujikawa Ferreira <lioux@uol.com.br> |
|
0.1.17
4a06e87880
files touched
|
Chris Piazza (cpiazza) |
Update to 1.1.17
Submitted by: "KATO Tsuguru" <tkato@prontomail.ne.jp> |
|
0.1.16
c99c600944
files touched
|
Satoshi Asami (asami) |
Convert to PORTNAME/PORTVERSION. lfview had an invalid version string so I fixed it.
|
| e531baf8c1 files touched | Jeremy Lea (reg) |
PLIST related fixes.
|
| 3b6b5b88fc files touched | Justin M. Seger (jseger) |
Bump freetype's lib number
|
| e3c4913b0b files touched | Steve Price (steve) |
Sort PLIST.
PR: 13677 (5 of 10) Submitted by: Jeremy Lea <reg@shale.csir.co.za> |
| 6e44962e61 files touched | Chris Piazza (cpiazza) |
Update to version 0.1.16
|
| 5133141363 files touched | David E. O'Brien (obrien) |
Change Id->FreeBSD.
|
| 7a80e08e9b files touched | Bill Fumerola (billf) |
Upgrade to 0.1.14
|
| 616041ed2f files touched | Chris Piazza (cpiazza) |
Update my email address.
|
| fb82428b62 files touched | Bill Fumerola (billf) |
Upgrade to 0.1.11, which is a super-minor bugfix release.
|
| 9f0ed2b79e files touched | Bill Fumerola (billf) |
This is an image format handler. It handles the following image formats:
bmp, gif, png, jpeg, tiff, xpm, xbm, and postscript. PR: ports/11858 Submitted By: Chris Piazza <cpiazza@home.net> |