libgd — Commit History
showing 188 stored commits — full history at freebsd-ports on GitHub
| Commit | Credits | Log message |
|---|---|---|
|
2.3.3
974099d0bd
files touched
|
Tijl Coosemans (tijl) |
devel/libtextstyle, devel/gettext*: Update to 0.26
Recent versions of gettext no longer install m4 files in PREFIX/share/aclocal. They have to be installed in the work directory by autopoint for aclocal to find them. Patch devel/autoconf so autoreconf runs autopoint when gettext related macros are used in configure.ac (e.g. AM_ICONV). Previously it only ran autopoint when AM_GNU_GETTEXT_(REQUIRE_)VERSION was used. The following ports now require autopoint (i.e. USES=gettext-tools): benchmarks/sysbench, devel/libhtp, editors/fxite, filesystems/rar2fs, graphics/gd, net/ucarp, news/fidogate, sysutils/cdrdao Other fixes: emulators/mednafen, misc/lifelines: Use older version of gettext macros. ftp/axel: Patch Makefile.am and configure.ac to get gettext working and add NLS option. ftp/wzdftpd: Use autoreconf 2.72. mail/sympa: Remove hack from configure.ac. multimedia/dvdauthor: Use ports autoreconf. net/asterisk-chan_sccp: Drop autoreconf and gettext-tools dependencies. security/pam_pkcs11: Patch configure.ac so autoreconf can find the custom directory with m4 files. sysutils/grub2-efi, sysutils/grub2-pcbsd: Add patch to run autoreconf with -f flag so it updates all files. www/wget2: Patch configure.ac to what autopoint expects. PR: 287167 Exp-run by: antoine |
|
2.3.3
0870748784
files touched
|
Dirk Meyer (dinoex) |
graphics/gd: fix option AVIF
PR: 285454 build in poudriere tested make index tested |
|
2.3.3
be9a755f2d
files touched
|
Dirk Meyer (dinoex) |
graphics/gd: patch obsoleted by autoreconf
|
|
2.3.3
98bf25875a
files touched
|
Tijl Coosemans (tijl) |
graphics/tiff: Update to 4.6.0
PR: 278577 Exp-run by: antoine |
|
2.3.3
6e5c3c7067
files touched
|
Dirk Meyer (dinoex) |
graphics/gd: do not contract to FMA or thereabouts
PR: 27810 |
|
2.3.3
51fb2f0d41
files touched
|
Dirk Meyer (dinoex) |
graphics/gd: fix random test failures on poudriere
PR: 277853 |
|
2.3.3
cc4f073d21
files touched
|
Dirk Meyer (dinoex) |
graphics/gd: fix test if "Host OSVERSION" and "Jail OSVERSION" differs
PR: 277853 |
|
2.3.3
ee1f930d04
files touched
|
Gleb Popov (arrowd) |
graphics/gd: Unbreak tests
|
|
2.3.3
2129579f65
files touched
|
Jan Beich (jbeich) |
graphics/libimagequant: update to 4.2.2
Changes: https://github.com/ImageOptim/libimagequant/compare/4.2.1...4.2.2 Reported by: Repology, portscout |
|
2.3.3
d377612f4a
files touched
|
Jan Beich (jbeich) |
devel/cargo-c: update to 0.9.27
- Rebuild consumers of consumers after SONAME change Changes: https://github.com/lu-zero/cargo-c/releases/tag/v0.9.27 Reported by: GitHub (watch releases) |
|
2.3.3
b578933889
files touched
|
Jan Beich (jbeich) |
graphics/libavif: update to 1.0.0
Changes: https://github.com/AOMediaCodec/libavif/releases/tag/v1.0.0 Reported by: GitHub (watch releases) |
|
2.3.3
664a2fa1e5
files touched
|
Daniel Engberg (diizzy) |
*/*: Bump jpeg-turbo users treewide
New major version 3.0.0 |
|
2.3.3
7311c841f5
files touched
|
Dirk Meyer (dinoex) |
graphics/gd: add option to change timing of gdFontCacheMutex setup and shutdown
PR: 272091 |
|
2.3.3
b150e2c981
files touched
|
Dirk Meyer (dinoex) |
graphics/gd: disable option LIQ in defaults
|
|
2.3.3
d45b89f912
files touched
|
Dirk Meyer (dinoex) |
graphics/gd: mark option AVIF as broken
PR: 268003 |
|
2.3.3
722f4e181f
files touched
|
Baptiste Daroussin (bapt) |
graphics/gd: bump portrevision twice
005fd6c6bef3 made the version go backward, bump twice portrevision fix this. |
|
2.3.3
896a897422
files touched
|
Dirk Meyer (dinoex) |
graphics/gd: mark option AVIF as broken
PR: 267523 |
|
2.3.3
005fd6c6be
files touched
|
Antoine Brodin (antoine) |
graphics/gd: revert "graphics/gd: enable option AVIF as default"
It creates a dependency loop. This reverts commit 84531028a86540f4e90c04180d1aef1fd9837fc1. |
|
2.3.3
84531028a8
files touched
|
Dirk Meyer (dinoex) |
graphics/gd: enable option AVIF as default
PR: 267523 |
|
2.3.3
36a733d8a5
files touched
|
Jan Beich (jbeich) |
graphics/libavif: update to 0.11.0
Changes: https://github.com/AOMediaCodec/libavif/releases/tag/v0.11.0 Reported by: GitHub (watch releases) |
|
2.3.3
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) |
|
2.3.3
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) |
|
2.3.3
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 |
|
2.3.3
4bed58cf44
files touched
|
Tobias C. Berner (tcberner) |
Mk/bsd.options.desc.mk: add common DESC for HEIF option
|
|
2.3.3
e81eb93dd6
files touched
|
Dirk Meyer (dinoex) |
graphics/gd: new option LIQ
PR: 263185 |
|
2.3.3
7d367d2645
files touched
|
Jan Beich (jbeich) |
graphics/libavif: update to 0.10.0
Changes: https://github.com/AOMediaCodec/libavif/releases/tag/v0.10.0 Reported by: GitHub (watch releases) |
|
2.3.3
e931660117
files touched
|
Jan Beich (jbeich) |
Mk/bsd.options.desc.mk: add shared AVIF description
Intended for the reference implementation. Ports with AVIF support via libheif (LGPLv3+, C++-based) to use HEIF option instead. |
|
2.3.3
1370414543
files touched
|
Dirk Meyer (dinoex) |
graphics/gd: disable default for HEIF AVIF
|
|
2.3.3
f03883d22a
files touched
|
Dmitry Marakasov (amdmi3) |
graphics/gd: add missing option descriptions
Approved by: portmgr blanket |
|
2.3.3
34ab3bea8a
files touched
|
Dirk Meyer (dinoex) |
graphics/gd: update to 2.3.3
- remove perfomance patch - fix tests - new options HEIF AVIF |
|
2.3.1
bcaf25a8c8
files touched
|
Stefan Eßer (se) |
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either because conflicting ports were added without updating existing ports, due to name changes of generated packages, due to mis-understanding the format and semantics of the conflicts entries, or just due to typoes in package names. This patch is the result of a comparison of all files contained in the official packages with each other. This comparison was based on packages built with default options and may therefore have missed further conflicts with optionally installed files. Where possible, version numbers in conflicts entries have been generalized, some times taking advantage of the fact that a port cannot conflict with itself (due to logic in bsd.port.mk that supresses the pattern match result in that case). A few ports that set the conflicts variables depending on complex conditions (e.g. port options), have been left unmodified, despite probably containing outdated package names. These changes should only affect the installation of locally built ports, not the package building with poudriere. They should give an early indication of the install conflict in cases where currently the pkg command aborts an installation when it detects that an existing file would be overwritten, Approved by: portmgr (implicit) |
|
2.3.1
ae1e388db7
files touched
|
Bernhard Froehlich (decke) |
graphics/gd: Add CPE information
Approved by: portmgr (blanket) |
|
2.3.1
9e6f530a67
files touched
|
Dmitry Marakasov (amdmi3) |
graphics/gd: fix plist
annotate utility requires both FREETYPE and JPEG enabled (see src/Makefile.am) Approved by: portmgr blanket |
|
2.3.1
135fdeebb9
files touched
|
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords.
|
|
2.3.1
305f148f48
files touched
|
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles.
|
|
2.3.1
ee373338d4
files touched
|
Dirk Meyer (dinoex) |
- update to 2.3.1 - fix regression on empty strings PR: 253460 MFH: 2021Q1
|
|
2.3.0
eff60e5ddb
files touched
|
Dirk Meyer (dinoex) |
- update libgd to 2.3.0 - new option RAQM - resurrect deprecated gdlib-config - bump dependend ports
|
|
2.2.5
a3c56e68df
files touched
|
Niclas Zeising (zeising) |
Add USES=xorg USES=gl, ports categories e and g
Add USES=xorg and USES=gl to ports in categories starting with 'e' and 'g'. While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
|
2.2.5
a42cb74c31
files touched
|
Tobias Kortkamp (tobik) |
graphics/gd: Do not set WEBP_LIB_DEPENDS twice
|
|
2.2.5
8e3a192fe3
files touched
|
Dirk Meyer (dinoex) |
- fix missing include path if all options are off PR: 240752
- new option PNG JPEG FREETYPE - enable option ICONV by default |
|
2.2.5
69cda2d8ca
files touched
|
Dirk Meyer (dinoex) |
- make TIFF an option PR: 239572 Submitted by: Robert Schulze
|
|
2.2.5
d21dd5b9fc
files touched
|
Dirk Meyer (dinoex) |
- fix rendering of gif PR: 231057 Obtained from: https://github.com/libgd/libgd/issues/473
|
|
2.2.5
815cbdfa64
files touched
|
Torsten Zuehlsdorff (tz) |
graphics/gd: Update from 2.2.4 to 2.2.5
This update fixes 2 security issues: - Double-free in gdImagePngPtr(). (CVE-2017-6362) - Buffer over-read into uninitialized memory. (CVE-2017-7890) Full Changelog: https://github.com/libgd/libgd/blob/gd-2.2.5/CHANGELOG.md PR: 229707 Submitted by: Mikhail Teterin <mi@FreeBSD.org> Approved by: maintainer timeout (dinoex, 2 weeks) MFH: 2018Q3 Security: CVE-2017-6362 Security: CVE-2017-7890 |
|
2.2.4
1958aa7b3c
files touched
|
Dmitry Marakasov (amdmi3) |
- Add LICENSE_FILE - Switch to options helpers - Update WWW
Approved by: portmgr blanket |
|
2.2.4
7d3a967cfb
files touched
|
Sunpoet Po-Chuan Hsieh (sunpoet) |
Update to 0.6.0
- Bump PORTREVISION for dependent ports Changes: https://chromium.googlesource.com/webm/libwebp/+/master/NEWS |
|
2.2.4
503875610e
files touched
|
Dirk Meyer (dinoex) |
- make portlint happier
|
|
2.2.4
72a3fa1825
files touched
|
Dirk Meyer (dinoex) |
- update to 2.2.4 PR: 216507 Submitted by: Piotr Kubaj MFH: 2017Q1
|
|
2.2.3
1bdfe798a6
files touched
|
Dirk Meyer (dinoex) |
- fix option WEBP - make option WEBP default PR: 211368
- Security patch, port was not vulnerable Security: https://github.com/libgd/libgd/issues/308 Security: http://seclists.org/oss-sec/2016/q3/626 Security: CVE-2016-7568 PR: 213020 |
|
2.2.3
08a82e7ea8
files touched
|
Dirk Meyer (dinoex) |
- update to 2.2.3 - remove option VPX Security: CVE-2016-6207 Security: CVE-2016-6214 Security: CVE-2016-6132 Security: CVE-2016-5766 PR: 211562 MFH: 2016Q3
|
|
2.2.2
3561a46f28
files touched
|
Dirk Meyer (dinoex) |
- update libgd to 2.2.2 - new MASTER_SITES - add security patch PR: 210913 Submitted by: Piotr Kubaj MFH: 2016Q3 Security: CVE-2015-8874 Security: CVE-2016-3074 Security: http://www.openwall.com/lists/oss-security/2016/07/12/4
|
|
2.1.1
41f0d02656
files touched
|
Dirk Meyer (dinoex) |
- update to 2.1.1
|
|
2.1.0
4e1b79a0a6
files touched
|
Mathieu Arnold (mat) |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr Sponsored by: Absolight |
|
2.1.0
1ad587fb06
files touched
|
Jan Beich (jbeich) |
multimedia/libvpx: update 1.5.0
ABI isn't compatible, so bump PORTREVISION in consumers. Changes: https://chromium.googlesource.com/webm/libvpx/+log/e67d45d..v1.5.0 ACC report: https://people.freebsd.org/~jbeich/compat_reports/libvpx/1.4.0.488_1_to_1.5.0/compat_report.html PR: 204478 Exp-run by: antoine Approved by: ashish (maintainer) |
|
2.1.0
6e5719ca80
files touched
|
Antoine Brodin (antoine) |
Convert to USES=jpeg
|
|
2.1.0
f2fc9d6de4
files touched
|
Jan Beich (jbeich) |
multimedia/libvpx: update to 1.4.0
ABI isn't compatible, so bump PORTREVISION in consumers. Changes: https://chromium.googlesource.com/webm/libvpx/+/v1.4.0 Differential Revision: https://reviews.freebsd.org/D2570 Exp-run by: antoine Approved by: ashish, multimedia (kwm) Approved by: maintainer timeout (ale, dinoex; 2 weeks) |
|
2.1.0
bb21093773
files touched
|
Baptiste Daroussin (bapt) |
Bump portrevision after png update
|
|
2.1.0
7ae46e9b12
files touched
|
Antoine Brodin (antoine) |
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade
|
|
2.1.0
2831625c5d
files touched
|
Dirk Meyer (dinoex) |
- fix order in USES
|
|
2.1.0
8a91ce938d
files touched
|
Ryan Steinmetz (zi) |
- Fix MASTER_SITES to resolve fetch issue.
|
|
2.1.0
e1369a19af
files touched
|
Tijl Coosemans (tijl) |
Add USES=libtool:keepla pathfix.
|
|
2.1.0
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) |
|
2.1.0
842bc3cb42
files touched
|
Dirk Meyer (dinoex) |
- Add shebangfix so bdftogd - Strip libgd PR: 188581 Submitted by: Steve Wills
|
|
2.1.0
19ce0d9a56
files touched
|
Dirk Meyer (dinoex) |
- add USES=tar:xz - cleanup GNU_CONFIGURE_ARGS for iconv
|
|
2.1.0
1df7965f6a
files touched
|
Dirk Meyer (dinoex) |
- use OPT_CONFIGURE_*
|
|
2.1.0
d2fa78adac
files touched
|
Dirk Meyer (dinoex) |
- use STAGEDIR - use OPT_CONFIGURE_*
|
|
2.1.0
1e3119b07e
files touched
|
Dirk Meyer (dinoex) |
- fix misplaced NO_STAGE in slaveports and ifdefs
|
|
2.1.0
eb08c5441c
files touched
|
Baptiste Daroussin (bapt) |
Add NO_STAGE all over the place in preparation for the staging support (cat: graphics)
|
|
2.1.0
926c80457b
files touched
|
Baptiste Daroussin (bapt) |
Convert to new perl framework Convert from USE_GMAKE to USES=gmake
|
|
2.1.0
9f7e7e1326
files touched
|
Boris Samorodov (bsam) |
Introduce ICONV_CONFIGURE_ARG variable defined at Uses/iconv.mk. It's value is "--with-libiconv-prefix=/usr/local" for systems before 100043 with ports libiconv and to use at systems post 100043 with base iconv it's value is "" (NULL).
Co-authors: bapt, madpilot and bsam (me) |
|
2.1.0
0426e5dbab
files touched
|
Dirk Meyer (dinoex) |
- fix option GD_FONTS - fix bdftogd and bump PORTREVISION PR: 181250
|
|
2.1.0
b83d7bf933
files touched
|
Dirk Meyer (dinoex) |
- update libdg to 2.1.0
|
|
2.0.35
143f99034e
files touched
|
Dirk Meyer (dinoex) |
- fix to support interlaced gif PR: 179537 Submitted by: Sergey Kandaurov Obtained from: libgd repo
|
|
2.0.35
566559bd0a
files touched
|
Baptiste Daroussin (bapt) |
Fix build with bmake
|
|
2.0.35
a3a0715f38
files touched
|
Marcus von Appen (mva) |
- Convert USE_ICONV=yes to USES=iconv - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: zeising |
|
2.0.35
c125549cc2
files touched
|
Dirk Meyer (dinoex) |
- fix build for 10-CURRENT PR: 175528 Submitted by: Matthias Andree
|
|
2.0.35
15b67b0a4e
files touched
|
Dirk Meyer (dinoex) |
- strip shlib versions in dependecy - cleanup header
|
|
2.0.35
19c24d28a3
files touched
|
Dirk Meyer (dinoex) |
- fix option FONTCONFIG PR: 169453 Submitted by: Dmitry
|
|
2.0.35
ec55caab6c
files touched
|
Dirk Meyer (dinoex) |
- use OPTIONS_DEFINE
|
|
2.0.35
2b74a89bc8
files touched
|
Dirk Meyer (dinoex) |
- update png to 1.5.10
|
|
2.0.35
6f6fbe4bdf
files touched
|
Dmitry Marakasov (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 |
|
2.0.35
9d607aad19
files touched
|
Dirk Meyer (dinoex) |
- add MASTER_SITE_RINGSERVER
|
|
2.0.35
30f9161773
files touched
|
Olli Hauer (ohauer) |
-remove MD5
|
|
2.0.35
9708877378
files touched
|
Dirk Meyer (dinoex) |
- add CONFLICTS PR: 147418
|
|
2.0.35
37b8b6d26b
files touched
|
Dirk Meyer (dinoex) |
- fix check, so png is detected. Submitted by: tron@freenode
|
|
2.0.35
ac00cca6e5
files touched
|
Dirk Meyer (dinoex) |
- fix breakage with png-1.4.1
|
|
2.0.35
8cb5c3cf31
files touched
|
Dirk Meyer (dinoex) |
- use fontconfig by default - bump PORTREVISION
|
|
2.0.35
de78af3ac5
files touched
|
Dirk Meyer (dinoex) |
- update to 1.4.1 Reviewed by: exp8 run on pointyhat Supported by: miwi
|
|
2.0.35
83f00e1937
files touched
|
Dirk Meyer (dinoex) |
- allow option WITH_FONTCONFIG with WITHOUT_X11 PR: 144567 Submitted by: Benjamin Lee
|
|
2.0.35
ca9c60461c
files touched
|
Dirk Meyer (dinoex) |
- update to jpeg-8
|
|
2.0.35
ce15673209
files touched
|
Dirk Meyer (dinoex) |
- Security patch Security: CVE-2009-3546 Security: http://portaudit.freebsd.org/4e8344a3-ca52-11de-8ee8-00215c6a37bb.html PR: 140335 Submitted by: Eygene Ryabinkin Obtained from: PHP project
|
|
2.0.35
8a7d23bcea
files touched
|
Dirk Meyer (dinoex) |
- fix build when an old gd with different shlibs is still installed
|
|
2.0.35
3bbc108312
files touched
|
Dirk Meyer (dinoex) |
- update to jpeg7 Tested by: pav on pointyhat
|
|
2.0.35
fa38ed02cc
files touched
|
Pav Lucistnik (pav) |
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default MAKE_ENV
|
|
2.0.35
50179d1567
files touched
|
Dirk Meyer (dinoex) |
- clean X11BASE
|
|
2.0.35
f2fceed5b6
files touched
|
Dirk Meyer (dinoex) |
- set USE_XORG
|
|
2.0.35
8fd98f087d
files touched
|
Dirk Meyer (dinoex) |
- use the OPTION infrastructure PR: 115688 Submitted by: Xin LI
|
|
2.0.35
490e00b855
files touched
|
Mark Linimon (linimon) |
Add WANT_PERL. This will be needed to conditionalize bsd.perl.mk inclusion.
|
|
2.0.35
f07b8e6ae9
files touched
|
Dirk Meyer (dinoex) |
- update to 2.0.35 reported by: shaun (portscout)
|
|
2.0.34
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}.
|
|
2.0.34
8e4d734fe6
files touched
|
Dirk Meyer (dinoex) |
- fix option WITH_FONTCONFIG PR: 109476 Submitted by: Radim Kolar
|
|
2.0.34
b81ee0e870
files touched
|
Dirk Meyer (dinoex) |
- update to 2.0.34 - new MASTER_SITES - use smaller distfile (.bz2) - new option WITH_FONTCONFIG - new option WITH_ICONV - removed gdImageCreateFromGifSource this breaks old version of php*-gd PR: 109149 Submitted by: Phil Oleson
- fix gdtest - remove gdImageLzw*, gdImageBigGif* this breaks old version of perl5-GD - extend feature info |
|
2.0.33
b2cb5e3dc8
files touched
|
Dirk Meyer (dinoex) |
- use USE_LDCONFIG
|
|
2.0.33
5e83403421
files touched
|
Dirk Meyer (dinoex) |
- extend functions for use with newer perl-GD Submitted by: Tim Baur
|
|
2.0.33
ec997a9574
files touched
|
Dirk Meyer (dinoex) |
- add SHA checksum
|
|
2.0.33
4ff3c3c37d
files touched
|
Dirk Meyer (dinoex) |
- extends feature list for gdlib-config PR: 88272 Submitted by: Helge Oldach
|
|
2.0.33
a66e124060
files touched
|
Volker Stolz (vs) |
Install missing header (bump PORTREV)
Approved by: dinoex (maintainer) |
|
2.0.33
667cd824ea
files touched
|
Dirk Meyer (dinoex) |
- add gdlib-config PR: 86574
|
|
2.0.33
b3180215a4
files touched
|
Dirk Meyer (dinoex) |
http://people.freebsd.org/~josef/stuff/patch-gd_png.c - fixes allocation bug for webpng (RT Ticket #159) Submitted by: josef
|
|
2.0.33
044ab71480
files touched
|
Dirk Meyer (dinoex) |
- update to 2.0.33
|
|
2.0.28
394025cc21
files touched
|
Dirk Meyer (dinoex) |
- Security patches to match 2.0.33
- drop X-less Xpm support (no longer supported by the distribution) |
|
2.0.28
ef22d3cf88
files touched
|
Sergei Kolobov (sergei) |
- Restore PORTEPOCH
Poiny hat to: dinoex |
|
2.0.28
b449deb25b
files touched
|
Dirk Meyer (dinoex) |
- update to 2.0.28 drop patch-gdft.c, as it won't apply after 2.0.25
|
|
2.0.25
3f83cb361c
files touched
|
Dirk Meyer (dinoex) |
- update to 2.0.24 67144 Dan Lukes
- update to 2.0.25 |
|
2.0.22
76b7a01e5e
files touched
|
Dirk Meyer (dinoex) |
- quote CC in MAKE_ARGS PR: 65103 Submitted by: Michael Johnson
|
|
2.0.22
30d25e15e1
files touched
|
Dirk Meyer (dinoex) |
- use PKGNAMESUFFIX when made with WITHOUT_X11
|
|
2.0.22
945c3b3d93
files touched
|
Dirk Meyer (dinoex) |
- update to 2.0.22 - Fix comatibility ABI - add missing includes
|
|
2.0.17
c3e2021256
files touched
|
Dirk Meyer (dinoex) |
- update to 2.0.17 - fix freetype include problems
|
|
2.0.15
c600b83191
files touched
|
Dirk Meyer (dinoex) |
- add SIZE
|
|
2.0.15
fa94392e8d
files touched
|
Dirk Meyer (dinoex) |
- ressurrect missing configure script from http://www.freebsd.org/cgi/cvsweb.cgi/ports/graphics/gd/scripts/Attic/configure
Problem noted by: ldivil@smartsolutions.ru - set SCRIPTDIR to save an extra directory |
|
2.0.15
81ee3c10fb
files touched
|
Dirk Meyer (dinoex) |
- Fix MASTER_SITES
|
|
2.0.15
ca27c348e1
files touched
|
Dirk Meyer (dinoex) |
- take maintainership
|
|
2.0.15
bb7551d5b5
files touched
|
Norikatsu Shigemura (nork) |
Resurrect PORTEPOCH accidentally removed in last commit.
Reported by: ume (counterattack) |
|
2.0.15
efb928619b
files touched
|
Norikatsu Shigemura (nork) |
o Main modification graphics/gd(based on 1.8.4) -> graphics/gd1 graphics/gd2(based on 2.0.15) -> graphics/gd graphics/p5-GD(based on 1.41) -> graphics/p5-GD1 graphics/p5-GD2(based on 2.07) -> graphics/p5-GD japanese/gd -> japanese/gd1 japanese/gd2 -> japanese/gd o Include some feature WITH_XPM(w/, w/o WITHOUT_X11) o Chase this modification o Fix build error [1]
PR: ports/54540 Submitted by: Ports Fury Approved by: maintainer (blanket) Reported by: bento via kris [1] |
|
1.8.4
99a390f50b
files touched
|
Norikatsu Shigemura (nork) |
o Change library name from libgd to libgd1. o Do not install everything except headers and libraries (to avoid conflicting with graphics/gd2) o Fix dependency on new libgd1(for many ports).
PR: ports/54100 Submitted by: Ports Fury |
|
1.8.4
30f68fa24b
files touched
|
Norikatsu Shigemura (nork) |
Back out previous commit & Bump PORTEPOCH.
Pointy hat to: daichi Submitted by: many many people |
|
2.0.15
49dd747184
files touched
|
Daichi GOTO (daichi) |
update graphics/gd: 1.8.4 --> 2.0.15
PR: 53582 Submitted by: KATO Tsuguru <tkato@prontomail.com> |
|
1.8.4
98f8f27a86
files touched
|
Akinori MUSHA (knu) |
De-pkg-comment.
|
|
1.8.4
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) |
|
1.8.4
d9611f9375
files touched
|
Adam Weinberger (adamw) |
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat |
|
1.8.4
534fffca27
files touched
|
David W. Chapman Jr. (dwcjr) |
${PERL} -> ${REINPLACE_CMD}
PR: 40784 Submitted by: corecode@corecode.ath.cx Reviewed by: flynn@energyhq.homeip.net |
|
1.8.4
d2b9a0ba5b
files touched
|
Ying-Chieh Liao (ijliao) |
bzip2 -> ${BZIP2_CMD}
|
|
1.8.4
990304ae5e
files touched
|
Dmitry Sivachenko (demon) |
Correct a typo.
|
|
1.8.4
3ea570b04f
files touched
|
Akinori MUSHA (knu) |
Bump PORTREVISION after the freetype2 shlib major update.
|
|
1.8.4
746c474335
files touched
|
Mikhail Teterin (mi) |
This will build with any -lfreetype, any -ljpeg, and any -lpng. Remove the major version numbers from LIB_DEPENDS...
|
|
1.8.4
6cd76ded7b
files touched
|
Maxim Sobolev (sobomax) |
Update version number of freetype2 shared library.
|
|
1.8.4
27179ddde6
files touched
|
John Hay (jhay) |
Fix the diff so that it actually apply. The original source should be used when generating a diff. This should get make release a bit further again.
|
|
1.8.4
460774c383
files touched
|
Mario Sergio Fujikawa Ferreira (lioux) |
- Respect CFLAGS properly - Fix compilation error when both freetype and freetype2 are installed - Fix Xpm support - Use freetype-config to find both include and library path - Port style changes in Makefile - Generic fix for -current malloc.h issue
PR: 32854 Submitted by: KATO Tsuguru <tkato@prontomail.com> |
|
1.8.4
68b00bd839
files touched
|
Peter Pentchev (roam) |
Install the HTML documentation.
Approved by: silence on -ports |
|
1.8.4
c1aa304ed5
files touched
|
Ying-Chieh Liao (ijliao) |
back out last commit, let others decide what to do
|
|
1.8.4
79948b5210
files touched
|
Ying-Chieh Liao (ijliao) |
typo
|
|
1.8.4
9adc91f01a
files touched
|
Ying-Chieh Liao (ijliao) |
XFree86-4 installs freetype.6, freetype2 installs freetype.7 so we have to use "freetype.7" instead of just "freetype"
Reported by: Mike Harding <mvh@ix.netcom.com> |
|
1.8.4
b60160c5d8
files touched
|
Andrey A. Chernov (ache) |
Bump png major
|
|
1.8.4
63a15f2970
files touched
|
Akinori MUSHA (knu) |
Conditionalize the dependency on bzip2.
De-portlint a bit. |
|
1.8.4
dc74024472
files touched
|
Mikhail Teterin (mi) |
LIB_DEPEND on freetype again (regardless of version, what comes with XFree86-4 should work too). I could've sworn, I saw some other port use the seemingly non-existent USE_FREETYPE2. As a bonus, add a patch for malloc.h -> stdlib.h...
While I'm here (again), switch the default maintainership to ports@. Submitted by: John Hay |
|
1.8.4
5e502b4289
files touched
|
Mikhail Teterin (mi) |
Use USE_FREETYPE2 instead of explicitly depending on freetype-config.
|
|
1.8.4
1a136774b6
files touched
|
Mikhail Teterin (mi) |
Restore the ability to _read_ gif images, removed by the author due to fear of Unisys... Bump up PORTREVISION.
Approved by: maintainer timeout :( (since July 27) |
|
1.8.4
495daa29cc
files touched
|
Maxim Sobolev (sobomax) |
Update version number of freetype2 shared library.
|
|
1.8.4
bc47cccc84
files touched
|
Ade Lovett (ade) |
Various patches (mainly shared library revision changes) for those ports that depend on GNOME and need to change for 1.4
|
|
1.8.4
2a1e03477c
files touched
|
Maxim Sobolev (sobomax) |
Ensure that the freetype-config is available. This should workaround the XFree86-4 + freetype2 problem. This is not a final solution and provided only for forthcoming 4.3 release, after which it will be removed.
We are still waiting for jmz to fix things properly. |
|
1.8.4
cef70df629
files touched
|
Bill Fumerola (billf) |
The clown^Wauthor of gd once again changed the contents of the tarball without bumping the minor version number. update patches and checksum accordingly.
Our PORTREVISION was bumped, however, because we actually do have a clue about these sorts of things... |
|
1.8.4
6a5b7af6e6
files touched
|
Akinori MUSHA (knu) |
Update the checksum. Seems the distfile was updated with a new one that does not include *.o files.
Submitted by: Mike Harding <mvh@ix.netcom.com> |
|
1.8.4
8e185a18bb
files touched
|
Akinori MUSHA (knu) |
Make japanese/gd a slave port of graphics/gd.
Approved by: ichiro@ichiro.org (MAINTAINER of japanese/gd) |
|
1.8.4
a128c373e6
files touched
|
Akinori MUSHA (knu) |
Update to 1.8.4.
Add MASTER_SITE_RINGSERVER to MASTER_SITES. Add a couple of patches to complete GD's Japanese support. PR: ports/24930 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>, knu Approved by: billf (MAINTAINER) |
|
1.8.3
2b1a883dc4
files touched
|
Maxim Sobolev (sobomax) |
Massive style enforcement - use ^I instead of spaces for variables identation.
|
|
1.8.3
f52f02f515
files touched
|
Vanilla I. Shu (vanilla) |
Compile with freetype default.
Approved by: billf |
|
1.8.3
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
|
|
1.8.3
6db96c0500
files touched
|
Maxim Sobolev (sobomax) |
Bump png shared library version.
Submitted by: Hajimu UMEMOTO <ume@mahoroba.org> |
|
1.8.3
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 |
|
1.8.3
5178b48938
files touched
|
Maxim Sobolev (sobomax) |
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with ldconfig in PLIST need personal consideration.
|
|
1.8.3
a4d8441524
files touched
|
Bill Fumerola (billf) |
Add missing "$"
Submitted by: Andrzej Tobola <san@tmp.iem.pw.edu.pl> |
|
1.8.3
0968e6bccd
files touched
|
Will Andrews (will) |
Change library number to gd.1 per porter's handbook.
PR: 19060 Submitted by: Mario Sergio Fujikawa Ferreira <lioux@uol.com.br> |
|
1.8.3
e48df57040
files touched
|
Bill Fumerola (billf) |
The incredibly intelligent people who release engineer gd once again bumped the version number and went back and made all the old tarballs copies of the the newest version, breaking this again.
They also zerobyted a lot of old versions of gd. Evidently "history" isn't one of the ideas thats supported in their project. Submitted by: jkh |
|
1.8.2
e8d67e876a
files touched
|
Bill Fumerola (billf) |
The people who release gd think that removing old versions of gd and replacing them with symlinks to the latest is smart, so we'll upgrade now.
patches/patch-ac changed and was regenerated with -u1 so when the authors make more gratuitious changes to the Makefile it will break less deltas. |
|
1.8.1
877b8a533b
files touched
|
Jeremy Lea (reg) |
Standardize all user defined options to the booleans WITH_FOO and WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options.
No comment by: ports |
|
1.8.1
c99c600944
files touched
|
Satoshi Asami (asami) |
Convert to PORTNAME/PORTVERSION. lfview had an invalid version string so I fixed it.
|
| 6c4d8b3e72 files touched | Bill Fumerola (billf) |
Upgrade to 1.8.1 which should shrink my mailbox and the PR system.
|
| 6939e577e2 files touched | Bill Fumerola (billf) |
Upgrade to gd 1.8, with shiny new jpeg support.
|
| 680b9935f2 files touched | Bill Fumerola (billf) |
-DWANT_X11 is now required to build this port with X support. You no longer have to install X in order to have a decent web server.
|
| 26414295e4 files touched | Bill Fumerola (billf) |
Take over maintainership of this port (was ports@freebsd.org). There are quite a few things this port is doing wrong or poorly and I plan to fix that.
|
| 5cb55aa139 files touched | Steve Price (steve) |
Build and install the shared library again.
PR: 15313 Submitted by: Ade Lovett <ade@lovett.com> |
| 96e917f705 files touched | Steve Price (steve) |
Add ttf and xpm support to this port.
PR: 15437 Submitted by: Igor Vinokurov <igor@zynaps.ru> |
| cb8e819414 files touched | Steve Price (steve) |
Update to version 1.7.3.
PR: 14518 Submitted by: Ade Lovett <ade@lovett.com> |
| bd05a364ba files touched | Bill Fenner (fenner) |
Remove Jeff Wheat as maintainer at his request.
|
| 8e00b8d814 files touched | Satoshi Asami (asami) |
Add master site. portlint now complains that it's 26 lines long, but I don't know where to cleave.
|
| 415432b375 files touched | Bill Fumerola (billf) |
Upgrade to 1.6.3
Submitted by: Will Andrews <andrews@technologist.com> PR: ports/13455 |
| 5133141363 files touched | David E. O'Brien (obrien) |
Change Id->FreeBSD.
|
| d35d70ac63 files touched | Bill Fumerola (billf) |
Bump 'Version Required' to reflect reality.
|
| 84c6dff533 files touched | Bill Fumerola (billf) |
Reroll md5 and tell gd where our libraries are found. The compile was coming out as:
.... -L${exec_prefix}/lib ....
which obviously doesn't work.
|
| d12f38feff files touched | Steve Price (steve) |
Install the header files in the right place and make this port package again after the upgrade.
PR: 12889 |
| 57806deb74 files touched | Bill Fumerola (billf) |
Upgrade to 1.6.2 which gets us out of hot water with licensing problems. This also will inadvertently unbreak parts of apache13-php3, I believe, which is why I was able to work on this in the middle of a major project that requires it.
Sponsored Committer With Overtime: Computer Horizons Corp. |
| 830c04a578 files touched | Satoshi Asami (asami) |
Mark these RESTRICTED, there seems to be a legal problem with the distfiles.
From their http site: The gd library is temporarily available. We have taken it off the site until we are able to arrive at an agreement with Unisys regarding their legal position with respect to gd. Please do not send email asking for the gd library at this time. We cannot send it to you, at least until this matter is resolved. Thank you for your understanding. Boutell.Com, Inc. Reported by: "Stephen J. Roznowski" <sjr@home.net> |
| 9cdd128d36 files touched | Vanilla I. Shu (vanilla) |
1. The distfile changed but without bump version number. 2. Add another MASTER_SITE. Noticed by: phk
|
| 9455416a54 files touched | Steve Price (steve) |
Add -b to fetch's args since the master site doesn't seem to play TCP the right way.
|
| e1e01a2994 files touched | Vanilla I. Shu (vanilla) |
Upgrade to 1.3. PR: ports/6146 Submitted by: Jeffrey Wheat <jeff@ns1.cetlink.net>
|
| a98fa1caa8 files touched | Satoshi Asami (asami) |
Add appropriate @dirrm statements.
|
| f50d39ab11 files touched | Andreas Klemm (andreas) |
A new port (php) needs additional header files from this package. Added necessary changes to install the missing ones as well. Updated the PLIST and tested make package ;-)
|
| b3a8969fd0 files touched | Satoshi Asami (asami) |
MASTER_SITES is usually put right after CATEGORIES.
|
| 1b53e562c3 files touched | Thomas Gellekum (tg) |
Import of gd, a graphics library for fast GIF creation.
Closes PR #2619. Submitted by: jeff@cetlink.net |