aboutsummaryrefslogtreecommitdiff
path: root/devel/anjuta
Commit message (Collapse)AuthorAgeFilesLines
* devel/anjuta: Fix build with llvm16Muhammad Moinur Rahman2023-07-211-4/+3
| | | | | | - Pet portclippy Sponsored by: The FreeBSD Foundation
* accessibility/at-spi2-core: update to 2.46.0Tobias C. Berner2023-03-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | What's new in at-spi2-core 2.46.0: * Fix GetInterfaces documentation on org.a11y.atspi.Accessible interface. What's new in at-spi2-core 2.45.91: * Send device event controller events using the same signature as other events. * Document the Accessible, Action, and Cache dbus interfaces. * Fix license of atspi-gmain.c (#87). What's new in at-spi2-core 2.45.90: * xml: Add some documentation. * xml: Fix event arguments. * xml: Add some missing DeviceEventController methods. * Bind the AT-SPI bus to the graphical session. * Mark bus service as belonging to the session slice. * Add ATSPI_ROLE_PUSH_BUTTON_MENU. * Add an "announcement" event/signal to allow objects to send notifications (!63). * Various code clean-ups and test improvements. What's new in at-spi2-core 2.45.1: * Atk and at-spi2-atk are now merged into this project. * Now requires meson 0.56.2 and glib 2.67.4. * at-spi2-atk: Expose the accessible hierarchy via dbus introspection. * Properly escape the AT-SPI bus address; fixes warnings about the address not containing a colon (!55). * Add a text value to AtspiValue, so that a value can expose a textual description, as in the new Atk value API. * Add atspi_event_listener_register_with_app, to allow an event listener to be registered only for a given application (!52). - accessibility/atk and accessibility/at-spi2-atk have been merged into accessibility/at-spi2-core - accessibility/at-spi2-core: bump consumers of removed ports atk and at-spi2-atk PR: 269704 Exp-run by: antoine ---
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | 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)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* devel: remove 'Created by' linesTobias C. Berner2022-07-201-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A big Thank You to the original contributors of these ports: * "Waitman Gobble" <uzimac@da3m0n8t3r.com> * <jkoshy@FreeBSD.org> * Aaron Dalton <aaron@FreeBSD.org> * Aaron Dalton <aaron@daltons.ca> * Aaron H. K. Diep <ahkdiep@gmail.com> * Aaron Hurt <ahurt@anbcs.com> * Abel Chow <abel_chow@yahoo.com> * Adam McLaurin * Adam Saponara <as@php.net> * Adam Weinberger <adamw@FreeBSD.org> * Ade Lovett <ade@FreeBSD.org> * Ade Lovett <ade@lovett.com> * Akinori MUSHA aka knu <knu@idaemons.org> * Alan Eldridge <alane@geeksrus.net> * Alan Somers <asomers@FreeBSD.org> * Aldis Berjoza <aldis@bsdroot.lv> * Alessando Sagratini <ale_sagra@hotmail.com> * Alessandro Sagratini <ale_sagra@hotmail.com> * Alex Bakhtin <Alex.Bakhtin@gmail.com> * Alex Dupre <ale@FreeBSD.org> * Alex Kapranoff <alex@kapranoff.ru> * Alex Kapranoff <ka@nadoby.ru> * Alex Kapranoff <kappa@FreeBSD.org.ua> * Alex Kapranoff <kappa@rambler-co.ru> * Alex Kapranoff <kapr@crosswinds.net> * Alex Miller (<asm@asm.kiev.ua>) * Alex Pesternikov <apesternikov@page2rss.com> * Alex Semenyaka <alex@rinet.ru> * Alex Varju <freebsd-ports@varju.ca> * Alexander Botero-Lowry <alex@foxybanana.com> * Alexander Botero-Lowry <alexbl@FreeBSD.org> * Alexander Churannov <churanov.port.maintainer@gmail.com> * Alexander Churanov <churanov.port.maintainer@gmail.com> * Alexander Leidinger <netchild@FreeBSD.org> * Alexander Logvinov <avl@FreeBSD.org> * Alexander Logvinov <ports@logvinov.com> * Alexander Nedotsukov <bland@FreeBSD.org> * Alexander Nedotsukov <bland@mail.ru> * Alexander Novitsky <alecn2002@yandex.ru> * Alexander Nusov <alexander.nusov@nfvexpress.com> * Alexandros Kosiaris <akosiaris+ports@gmail.com> * Alexey Dokuchaev <danfe@FreeBSD.org> * Alexey Dokuchaev <danfe@regency.nsu.ru> * Alexey V. Antipovsky <kemm@in-line.ru> * Alexey V. Degtyarev * Alexey V. Degtyarev <alexey@renatasystems.org> * Alfred Perlstein <alfred@FreeBSD.org> * Alfred Perlstein <alfred@freebsd.org> * Alistair King <alistair@caida.org> * Alonso Cardenas Marquez <acm@FreeBSD.org> * Anatoliy Dmytriyev * Anatoliy Dmytriyev <tolid@plab.ku.dk> * Anatoliy Dmytriyev <tolid@tolid.eu.org> * Andre Rikkert de Koe - ARK-ICT <andre@ark-ict.nl> * Andreas Klemm <andreas@klemm.gtn.com> * Andreas Kohn * Andreas Kohn <andreas@syndrom23.de> * Andreas Kohout <shanee@augusta.de> * Andreev Maxim <andreevmaxim@gmail.com> * Andrej Ebert <andrej@ebert.su> * Andrew Baznikin <dikiy@scn.ru> * Andrew Elble <aweits@rit.edu> * Andrew Pantyukhin <infofarmer@FreeBSD.org> * Andrew Turner <andrew+ports@fubar.geek.nz> * Andrew Wingorodov <mail@andr.ru> * Andrey <gugu@zoo.rambler.ru> * Andrey Chernov <ache@FreeBSD.org> * Andrey Ignatov <rdna@rdna.ru> * Andrey Kostenko <andrey@kostenko.name> * Andrey V. Elsukov <bu7cher@yandex.ru> * Andrey Zakhvatov * Andrey Zonov <andrey@zonov.org> * Andriy Gapon * Andriy Pylypenko <bamby@sippysoft.com> * Anes Muhametov <anes@anes.su> * Anes Mukhametov <anes@anes.su> * Anish Mistry (<amistry@am-productions.biz>) * Anish Mistry <amistry@am-productions.biz> * Antoine Brodin <antoine@FreeBSD.org> * Anton Berezin * Anton Berezin <tobez@FreeBSD.org> * Anton Berezin <tobez@tobez.org> * Anton Tornqvist <antont@inbox.lv> * Anton tornqvist <antont@inbox.lv> * Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>) * Antonio Carlos Venancio Junior (<antonio@php.net>) * Archie Cobbs * Armin Pirkovitsch <armin@frozen-zone.org> * Arun Sharma <arun@sharma-home.net> * Ashish SHUKLA <ashish@FreeBSD.org> * Ashish SHUKLA <wahjava@gmail.com> * Autrijus Tang <autrijus@autrijus.org> * Axel Rau <axel.rau@chaos1.de> * Babak Farrokhi <farrokhi@FreeBSD.org> * Balwinder S "bsd" Dheeman <bsd@rubyforge.org> * Balwinder S Dheeman <bdheeman@gmail.com> * Baptiste Daroussin * Bartek Rutkowski <ports@robakdesign.com> * Bartek Rutkowski <robak@FreeBSD.org> * Ben Haga <tuximus@tuximus.mine.nu> * Ben Woods <woodsb02@FreeBSD.org> * Bill Brinzer <bill.brinzer@gmail.com> * Bill Fumerola <billf@chc-chimes.com> * Björn König <bkoenig@alpha-tierchen.de> * Boris B. Samorodov <bsam@ipt.ru> * Boris Samorodov <bsam@FreeBSD.org> * Brad Davis <brd@FreeBSD.org> * Brad Hendrickse <bradh@uunet.co.za> * Brad Jones <brad@kazrak.com> * Brendan Molloy <brendan+freebsd@bbqsrc.net> * Brian Dean <bsd@FreeBSD.org> * Brian Minard <bminard@flatfoot.ca> * Brian Skrab <brian@quynh-and-brian.org> * Brooks Davis * Bruce M Simpson * Bruce M Simpson <bms@spc.org> * Bruce M. Simpson * Bruce M. Simpson <bms@FreeBSD.org> * Bruce Simpson * Bryan Drewery <bryan@shatow.net> * Carlo Strub * Carlo Strub <cs@FreeBSD.org> * Carlos A M dos Santos <unixmania@gmail.com> * Carlos J Puga Medina <cpm@fbsd.es> * Carlos J. Puga Medina <cpm@FreeBSD.org> * Cezary Morga <cm@therek.net> * Charlie & <root@meatwad.mouf.net> * Cheng-Lung Sung * Cheng-Lung Sung <clsung@FreeBSD.org> * Cheng-Lung Sung <clsung@dragon2.net> * Choe, Cheng-Dae * Chris D. Faulhaber <jedgar@fxp.org> * Chris St Denis <chris@ctgameinfo.com> * Chris St Denis <chris@smartt.com> * Christer Edwards <christer.edwards@gmail.com> * Christian Geier <geier@lostpackets.de> * Christoph Kick * Christoph Mallon <christoph.mallon@gmx.de> * Christoph Moench-Tegeder <cmt@burggraben.net> * Christopher Boumenot <boumenot@gmail.com> * Christopher Elkins <chrise@scardini.com> * Christopher Key <cjk32@cam.ac.uk> * Christopher Nehren <apeiron+ports@coitusmentis.info> * Christopher Nehren <apeiron@coitusmentis.info> * Christopher Nehren <apeiron@comcast.net> * Chuck Swiger <chuck@pkix.net> * Conrad Meyer <cem@FreeBSD.org> * Cory R. King <coryking@mozimedia.com> * Cory R. King <coryking@mozimediacom> * Craig Leres <leres@FreeBSD.org> * Craig Leres <leres@freebsd.org> * Craig Manley * Cristiano Rolim Pereira <cristianorolim@hotmail.com> * Cristiano Rolim Pereira <cristianorolim@outlook.com> * Cyrille Lefevre <clefevre@citeweb.net> * D'Arcy J.M. Cain <darcy@druid.net> * Daichi GOTO <daichi@FreeBSD.org> * Dan Langille * Dan Langille <dvl@FreeBSD.org> * Dan Rench <citric@cubicone.tmetic.com> * Daniel Gerzo <danger@FreeBSD.org> * Daniel Roethlisberger <daniel@roe.ch> * Danilo Egea Gondolfo <danilo@FreeBSD.org> * Danny Warren <danny@dannywarren.com> * Dave Cottlehuber <dch@skunkwerks.at> * Dave Grochowski * Dave Grochowski <malus.x@gmail.com> * David Chaplin-Loebell <direct@klatha.com> * David Kalliecharan <dave@dal.ca> * David Naylor <dbn@FreeBSD.org> * David Naylor <dbn@dragon.local> * David Naylor <naylor.b.david@gmail.com> * David O'Brien (obrien@FreeBSD.org) * David O'Brien (obrien@NUXI.com) * David Romano <unobe@cpan.org> * David Shane Holden <dpejesh@yahoo.com> * David Sugar <dyfet@gnu.org> * David Thiel <lx@freebsd.org> * David Thiel <lx@redundancy.redundancy.org> * David Xu * David Yeske <dyeske@gmail.com> * David Yeske <dyeske@yahoo.com> * Davíð Steinn Geirsson <david@isnic.is> * Denis Pokataev <catone@cpan.org> * Denis Shaposhnikov <dsh@vlink.ru> * Denise H. G. <darcsis@gmail.com> * Dennis Herrmann <adox@mcx2.org> * Derek Schrock <dereks@lifeofadishwasher.com> * Devaux Fabien <fab@gcu.info> * Dikshie <dikshie@sfc.wide.ad.jp> * Dima Panov <fluffy@FreeBSD.org> * Dima Sivachenko <dima@chg.ru> * Dimitry Andric <dim@FreeBSD.org> * Dirk Jagdmann <doj@cubic.org> * Ditesh Shashikant Gathani <ditesh@gathani.org> * Dmitry Karasik (<dk@catpipe.net>) * Dmitry Karasik <dmitry@karasik.eu.org> * Dmitry Sivachenko <demon@FreeBSD.org> * Dmitry Sivachenko <dima@Chg.RU> * Dominic Marks <d.marks@student.umist.ac.uk> * Don Croyle <croyle@gelemna.org> * Donald Burr <dburr@FreeBSD.org> * Douglas Thrift * Douglas Thrift <douglas@douglasthrift.net> * Dryice Liu * Dryice Liu <dryice@dryice.name> * Dusan Vejnovic <freebsd@dussan.org> * Ed Schouten <ed@FreeBSD.org> * Ed Schouten <ed@fxq.nl> * Edward Chuang <edwardchuang@gmail.com> * Edward Tomasz Napierala <trasz@FreeBSD.org> * Edwin Groothuis (edwin@mavetju.org) * Edwin Groothuis <edwin2mavetju.org> * Eivind Eklund <eivind@FreeBSD.org> * Elvis Chiang <elvis@sslab.cs.ccu.edu.tw> * Emanuel Haupt <ehaupt@FreeBSD.org> * Emanuel Haupt <ehaupt@critical.ch> * Eric Anholt * Eric Anholt <anholt@FreeBSD.org> * Eric Freeman <freebsdports@chillibear.com> * Eric Schnoebelen <eric@cirr.com> * Erik Greenwald <erik@smluc.org> * Ernst de Haan <znerd@FreeBSD.org> * Erwin Lansing <erwin@FreeBSD.org> * Espen Skoglund <esk@ira.uka.de> * Espen Volden aka voldern <voldern@hoeggen.net> * Euan Thoms <euan@potensol.com> * Eugene Grosbein <ports@grosbein.net> * Evan Sarmiento <bsdports@wayfair.com> * Evgeniy Kosov <evgeniy@kosov.su> * Evgueni V. Gavrilov <aquatique@rusunix.org> * Eygene Ryabinkin <rea-fbsd@codelabs.ru> * Fabian Keil <fk@fabiankeil.de> * Felippe M. Motta <lippe@shire.freebsd.org> * Felippe de Meirelles Motta <lippemail@gmail.com> * Felix Hanley * Felix Palmen <felix@palmen-it.de> * Fernan Aguero <fernan@iib.unsam.edu.ar> * Florian Limberger <flo@snakeoilproductions.net> * Frank Laszlo <laszlof@vonostingroup.com> * Frank Mayhar <frank@exit.com> * Frank Steinborn <steinex@nognu.de> * Frank Wall <freebsd@moov.de> * Frank Wall <fw@moov.de> * Franz Klammer <klammer@webonaut.com> * Frederic Culot <culot@FreeBSD.org> * Frederic Culot <frederic@culot.org> * Frederic Praca <frederic.praca@freebsd-fr.org> * FreeBSD GNOME Team <gnome@FreeBSD.org> * FreeBSD GNOME Team <gnome@freebsd.org> * Frerich Raabe <frerich.raabe@gmx.de> * Fukang Chen <loader@FreeBSD.org> * G. Adam Stanislav <adam@whizkidtech.net> * Gabor Kovesdan <gabor@FreeBSD.org> * Gabor Pali <pgj@FreeBSD.org> * Gabriel M. Dutra <0xdutra@gmail.com> * Garrett Rooney <rooneg@electricjellyfish.net> * Garrett Wollman <wollman@lcs.mit.edu> * Gasol Wu <gasol.wu@gmail.com> * Gea-Suan Lin * Gea-Suan Lin <gslin@gslin.org> * Geistteufel <geistteufel@yahoo.fr> * Geoffrey Mainland <mainland@apeiron.net> * Geoffroy Desvernay <dgeo@centrale-marseille.fr> * George Hartzell <hartzell@alerce.com> * George Reid <greid@ukug.uk.freebsd.org> * Gerald Pfeifer <gerald@FreeBSD.org> * Geraud CONTINSOUZAS <geraud@gcu.info> * Geraud Continsouzas <geraud@gcu.info> * Gerrit Beine (<gerrit.beine@gmx.de>) * Gerrit Beine (<gerrit@beine-computer.de>) * Gerrit Beine (<tux@pinguru.net>) * Gerrit Beine <mail+freebsd@gerritbeine.de> * Giacomo Mariani <giacomomariani_at_yahoo_dot_it> * Gilbert Morgan <gmm@tutanota.com> * Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com> * Glenn Johnson * Green Dog <fiziologus@gmail.com> * Greg Larkin <glarkin@FreeBSD.org> * Gregory Shapiro <gshapiro@FreeBSD.org> * Grzegorz Blach <gblach@FreeBSD.org> * Guangyuan Yang <ygy@FreeBSD.org> * Gustau Perez <gustau.perez@gmail.com> * Gustau Perez i Querol <gustau.perez@gmail.com> * Hajimu UMEMOTO <ume@FreeBSD.org> * Hakisho Nukama <nukama@gmail.com> * Hardy Schumacher <hardy.schumacher@gmx.de> * Hardy Schumacher <lowmaster@web.de> * Henk van Oers <hvo.pm@xs4all.nl> * Henrik Motakef <henrik.motakef@web.de> * Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> * Herve Quiroz <hq@FreeBSD.org> * Hirohisa Yamaguchi <umq@ueo.co.jp> * Hiroyuki Iwatsuki <don@na.rim.or.jp> * Horance Chou <horance@freedom.ie.cycu.edu.tw> * Hung-Yi Chen <gaod@hychen.org> * Hye-Shik Chang * Hye-Shik Chang <perky@FreeBSD.org> * IWATSUKI Hiroyuki <don@na.rim.or.jp> * Ian Vaudrey <i.vaudrey@bigfoot.com> * Iblis Lin <iblis@hs.ntnu.edu.tw> * Igor Vinokurov <igor@zynaps.ru> * Ilia Chipitsine <ilia@cgu.chel.su> * Ion-Mihai "IOnut" Tetcu <itetcu@FreeBSD.org> * J Han <hjh@photino.com> * J. Giovannangeli * J.R. Oldroyd <fbsd@opal.com> * Jaap Boender <jaapb@kerguelen.org> * Jacob Atzen <jatzen@gmail.com> * Jacques Marneweck <jacques@php.net> * Jake Smith <jake@xz.cx> * James Bailie <jimmy@mammothcheese.ca> * James E Keenan <jkeenan@cpan.org> * James FitzGibbon <jfitz@FreeBSD.org> * Jan Siml <jsi@jules.de> * Janni * Janni <jannisan@t-online.de> * Janos Mohacsi * Jase Thew <freebsd@beardz.net> * Jason Heiss <jheiss@aput.biz> * Jason Helfman <jgh@FreeBSD.org> * Jason Portwood <jason@iac.net> * Jean Milanez Melo <jmelo@FreeBSD.org> * Jean-Sébastien Pédron <dumbbell@FreeBSD.org> * Jean-Yves Lefort <jylefort@brutele.be> * Jeffrey Hsu <hsu@FreeBSD.org> * Jens Grassel <freebsd-ports@jan0sch.de> * Jeremy Norris <ishmael27@home.com> * Jeremy Norris <ishmael27x@yahoo.com> * Jeremy Shaffner <jeremy@external.org> * Jerry A! <jerry@thehutt.org> * Jerry Hicks * Jerry Hicks <wghicks@bellsouth.net> * Jesper Dalberg <jesper@jdn.dk> * Jesse Kempf (jessekempf@gmail.com) * Jesse McConnell <jesse@gallup.com> * Jim Pirzyk <pirzyk@uiuc.edu> * Jim Riggs <ports@christianserving.org> * Jimmy Olgeni <olgeni@FreeBSD.org> * Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> * Jin-Sih, Lin <linpct@gmail.com> * Joachim Strombergson * Jochen Neumeister (<joneum@bsdproject.de>) * Joe Horn <joehorn@gmail.com> * Joe Kelsey * Joe Marcus Clarke <marcus@FreeBSD.org> * Joep Grooten <joep@di.nl> * Joerg Wunsch <joerg@FreeBSD.org> * Johan Kerckaert <kirk@bricsnet.com> * Johan Str??m <johan@stromnet.se> * Johann Visagie <johann@egenetics.com> * Johann Visagie <wjv@FreeBSD.org> * Johannes Dieterich <jmd@freebsd.org> * Johannes Jost Meixner <xmj@FreeBSD.org> * Johannes Lundberg <johalun0@gmail.com> * Johannes M Dieterich <jmd@FreeBSD.org> * Johannes Meixner <johannes@perceivon.net> * Johannes Meixner <xmj@FreeBSD.org> * John Alden + Eric Freeman <freebsdports@chillibear.com> * John Chen <johnpupu@gmail.com> * John Hein <jhein@symmetricom.com> * John Hood <cgull@glup.org> * John Marino <marino@FreeBSD.org> * John Merryweather Cooper * John Merryweather Cooper et al * Johnny Sorocil <jsorocil@gmail.com> * Jon M. Dugan <jdugan@x1024.net> * Jon Nistor <nistor@snickers.org> * Jona Joachim <walkingshadow@grummel.net> * Jonas Palm <jonaspalm@posteo.de> * Jonathan Anderson <jonathan@FreeBSD.org> * Jonathan Weiss (<jw@innerewut.de>) * Jordi Haarman * Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> * Jose Alonso Cardenas Marquez <acm@FreeBSD.org> * Jose Jachuf <jjachuf@gmail.com> * Joseph Benden <joe@thrallingpenguin.com> * Joseph Scott <joseph@randomnetworks.com> * Josh Tiefenbach <josh@zipperup.org> * Jov <amutu@amutu.com> * Ju Pengfei <jupengfei@gmail.com> * Juergen Lock <nox@FreeBSD.org> * Jui-Nan Lin <jnlin@freebsd.cs.nctu.edu.tw> * Julien Laffaye <kimelto@gmail.com> * Jun Kuriyama <kuriyama@FreeBSD.org> * Jun Kuriyama <kuriyama@opt.phys.waseda.ac.jp> * June-Yen Huang <jihuang@gate.sinica.edu.tw> * Juraj Lutter <otis@sk.freebsd.org> * Justin Stanford <jus@security.za.net> * KIMURA Yasuhiro <yasu@utahime.org> * Kan Sasaki <sasaki@fcc.ad.jp> * Kapil Chowksey <kchowksey@hss.hns.com> * Karsten Pedersen <kpedersen@opencde.org> * Keith Gaughan <k@stereochro.me> * Kelly Hays <kelly.hays@jkhfamily.org> * Kevin Lo <kevlo@FreeBSD.org> * Khairil Yusof <kaeru@inigo-tech.com> * Kimo <kimor79@yahoo.com> * Kimura Fuyuki <fuyuki@hadaly.org> * Kimura Fuyuki <fuyuki@mj.0038.net> * Kimura Fuyuki <fuyuki@nigredo.org> * Kirill Ponomarev <krion@FreeBSD.org> * Kirill Ponomarew <ponomarew@oberon.net> * Kiyoshi Matsui <kmatsui@t3.rim.or.jp> * Klaus Aehlig <aehlig@linta.de> * Klaus Goger <klaus.goger@reflex.at> * Klaus T. Aehlig <aehlig@linta.de> * Koichiro IWAO <meta@FreeBSD.org> * Konstantin Lepa <konstantin.lepa@gmail.com> * Konstantinos Konstantinidis <kkonstan@daemon.gr> * Koop Mast <kwm@FreeBSD.org> * Kris Moore <kris@pcbsd.org> * Kubilay Kocak <koobs@FreeBSD.org> * Kurt Jaeger <fbsd-ports@opsec.eu> * Kurt Kanzenbach <kurt@kmk-computers.de> * Kurt Lidl <kurt.lidl@cello.com> * Kyle Evans <kevans@FreeBSD.org> * Kyle Martin <mkm@ieee.org> * Landon Fuller <landonf@opendarwin.org> * Lapo Luchini <lapo@lapo.it> * Lars Balker Rasmussen <lbr@FreeBSD.org> * Lars Eggert <lars.eggert@gmx.net> * Lars Thegler <lars@thegler.dk> * Lars Thegler <lth@FreeBSD.org> * Leif Pedersen <pedersen@meridian-enviro.com> * Leo Kim <leo@florida.sarang.net> * Leo Vandewoestijne <freebsd@dns.company> * Lev A. Serebryakov <lev@serebryakov.spb.ru> * Lev Serebryakov <lev@serebryakov.spb.ru> * Lev Walkin <vlm@lionet.info> * Lewis Thompson <purple@lewiz.net> * Li-Wen Hsu <lwhsu@FreeBSD.org> * Li-Wen Hsu <lwhsu@lwhsu.org> * Loic Pefferkorn <loic-freebsd@loicp.eu> * Loïc BARTOLETTI <lbartoletti@FreeBSD.org> * Luca Pizzamiglio <luca.pizzamiglio@trivago.com> * Luke Jee <lukejee@gmail.com> * Lung-Pin Chang <changlp@cs.nctu.edu.tw> * Lutz Boehne <lboehne@damogran.de> * MANTANI Nobutaka <nobutaka@FreeBSD.org> * Mahdi Mokhtari <mokhi64@gmail.com> * Manuel Giraud <manuel.giraud@gmail.com> * Marc E.E. van Woerkom <marc.vanwoerkom@fernuni-hagen.de> * Marcello Coutinho <marcellocoutinho@gmail.com> * Marco Broeder <marco.broeder@posteo.eu> * Marco Molteni <molterSPAM@gufiSPAM.org> * Mario S F Ferreira <lioux@linf.unb.br> et al. * Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> * Mark Felder <feld@FreeBSD.org> * Markus Dolze <bsdfan@nurfuerspam.de> * Martin Jackson (mhjacks@swbell.net) * Martin Jackson <mhjacks@swbell.net> * Martin Kammerhofer * Martin Kammerhofer <mkamm@gmx.net> * Martin Matuska <martin@matuska.org> * Martin Matuska <mm@FreeBSD.org> * Martin Preuss <martin@libchipcard.de> * Martin Tournoij <carpetsmoker@gmail.com> * Martin Waschbuesch <martin@waschbuesch.de> * Martin Wilke (miwi@FreeBSD.org) * Martin Wilke <miwi@FreeBSD.org * Martin Wilke <miwi@FreeBSD.org> * Marzhan Mykola <delgod@portaone.com> * Masahiro Teramoto <markun@onohara.to> * Mathieu Arnold * Mathieu Arnold <m@absolight.net> * Matt Harris <mattdharris@users.sourceforge.net> * Matt Peterson <matt@peterson.org> * Matthew Hunt <mph@pobox.com> * Matthew Seaman <matthew@FreeBSD.org> * Matthew Will <mwill@spingen.com> * Matthias Andree <matthias.andree@gmx.de> * Matthias Fechner <mfechner@FreeBSD.org> * Matthias Sund <m.sund@arcor.de> * Mauricio Herrera Cuadra <mauricio@arareko.net> * Max Campos <mcampos@bpsw.biz> * Max Khon <fjoe@FreeBSD.org> * Maxim Maximov (mcsi@agava.com) * Maxim Sobolev <sobomax@FreeBSD.org> * Meikel Brandmeyer <ocaml-ounit-port@kotka.de> * Michael Beer <beerml@sigma6audio.de> * Michael Gmelin <grembo@FreeBSD.org> * Michael Grunewald * Michael Grünewald <michipili@gmail.com> * Michael Johnson <ahze@FreeBSD.org> * Michael Johnson <ahze@ahze.net> * Michael L. Hostbaek (mich@freebsdcluster.org) * Michael L. Hostbaek <mich@freebsdcluster.org> * Michael Le Barbier Grünewald <michipili@gmail.com> * Michael Lyngbøl <lyngbol@wheel.dk> * Michael Moll <kvedulv at kvedulv.de> * Michael Moll <kvedulv@kvedulv.de> * Michael Schout <mschout@gkg.net> * Michael Winking <mwfp@foldl.net> * Michal Bielicki <m.bielicki@llizardfs.com> * Michaël Grünewald * Miguel Mendez <flynn@energyhq.homeip.net> * Mike Buchanon <buchanon@msu.edu> * Mike Fisher <Michael_Fisher@URMC.Rochester.edu> * Mike McGaughey <mmcg@cs.monash.edu.au> * Mikhail T. <m.tsatsenko@gmail.com> * Mikhail T. <michael@fun-box.ru> * Mikhail Teterin * Mikhail Teterin <mi@aldan.algebra.com> * Mikolaj Golub <to.my.trociny@gmail.com> * Mirko Zinn <mail@derzinn.de> * Mitsuru YOSHIDA * Mons Anderson <mons@cpan.org> * Motoyuki Kasahara <m-kasahr@sra.co.jp> * Muhammad Moinur Rahman <5u623l20@gmail.com> * Muhammad Moinur Rahman <bofh@FreeBSD.org> * Muhammad Moinur Rahman<5u623l20@gmail.com> * Muhammad Moinur Rahman<bofh@FreeBSD.org> * Murilo Opsfelder <mopsfelder@gmail.com> * Murray Stokely <murray@cdrom.com> * Mykola Marzhan <delgod@portaone.com> * NAKATA Maho <maho@FreeBSD.org> * NECDET COKYAZICI <cokyazici@yahoo.co.uk> * Neal Nelson <neal@nelson.name> * Nemo Liu <nemoliu@FreeBSD.org> * Nicholas Esborn <nick@netdot.net> * Nick Hilliard <nick@foobar.org> * Nicola Vitale <nivit@FreeBSD.org> * Nicolas Embriz <nbari@tequila.io> * Nicolas Jombart <Nicolas.Jombart@hsc-labs.com> * Niels Kristensen <niels@kristensen.io> * Nik Clayton <nik@FreeBSD.org> * Nikolay Dachev <freebsd@dacehv.info> * Nikos Ntarmos <ntarmos@ceid.upatras.gr> * Nobutaka Mantani <nobutaka@FreeBSD.org> * Oleg A. Mamontov <oleg@mamontov.net> * Oleg Mamontov <oleg@mamontov.net> * Oleg Ukraincev <oleg@ht-systems.ru> * Oleh Hushchenkov <o.hushchenkov@gmail.com> * Oleksii Tsai <oleksii.tsai@gmail.com> * Oliver Braun * Oliver Braun <obraun@FreeBSD.org> * Oliver Fromme * Oliver Lehmann * Oliver Lehmann <lehmann@ans-netz.de> * Oliver Lehmann <oliver@FreeBSD.org> * Olivier Cochard-Labbe <olivier@FreeBSD.org> * Olivier Duchateau * Olivier Duchateau <duchateau.olivier@gmail.com> * Otacilio de Araujo Ramos Neto <otacilio.neto@bsd.com.br> * Palle Girgensohn <girgen@FreeBSD.org> * Palle Girgensohn <girgen@pingpong.net> * Parv <parv@pair.org> * Patrice Clement <monsieurp@gentoo.org> * Patrick Alken <alken@colorado.edu> * Patrick Li <pat@databits.net> * Patrick MARIE <mycroft@virgaria.org> * Paul Mather <paul@gromit.dlib.vt.edu> * Pav Lucistnik <pav@FreeBSD.org> * Pawel Pekala <pawel@FreeBSD.org> * Pedro F Giffuni * Pedro F. Giffuni * Pedro F. Giffuni <giffunip@asme.org> * Pedro Giffuni * Pedro Giffuni <pfg@FreeBSD.org> * Pete Fritchman <petef@databits.net> * Peter Bozarov (kingofgib@users.sourceforge.net) * Peter Haight <peterh@sapros.com> * Peter Jeremy <peterjeremy@acm.org> * Peter Johnson <johnson.peter@gmail.com> * Peter Pentchev <roam@FreeBSD.org> * Peter Schuller <peter.schuller@infidyne.com> * Peter Vereshagin <peter@vereshagin.org> * Petr Holub <hopet@ics.muni.cz> * Petri Totterman <petri.totterman@hmv.fi> * Phil Maker <pjm@gnu.org> * Phil Oleson <oz@nixil.net> * Philip Drapeau <pdrapeau@advanis.ca> * Philip M. Gollucci * Philip Paeps <philip@FreeBSD.org> * Philip Paeps <philip@paeps.cx> * Philip Schulz <phs@deadc0.de> * Philippe Audeoud <jadawin@tuxaco.net> * Pietro Cerutti <gahr@FreeBSD.org> * Piotr Florczyk <p.florczyk@adminworkshop.pl> * Piotr Kubaj <emulation@FreeBSD.org$ * Piotr Kubaj <pkubaj@anongoth.pl> * Po-Chien Lin <linpc@cs.nctu.edu.tw> * Po-Chuan Hsieh <sunpoet@FreeBSD.org> * Rainer Hurling <rhurlin@gwdg.de> * Ralf Gebhart <gebhart@secnetix.de> * Ralf S. Engelschall * Ralf S. Engelschall <rse@gnu.org> * Randall Hopper <aa8vb@nc.rr.com> * Remington Lang <MrL0Lz@gmail.com> * René Ladan <rene@freebsd.org> * Richard Gallamore <ultima@freebsd.org> * Robert Gogolok <gogo@cs.uni-sb.de> * Robert Noland <rnoland@FreeBSD.org> * Robert Schlotterbeck <robert@rs.tarrant.tx.us> * Rod Person <rodperson@rodperson.com> * Rod Taylor <ports@rbt.ca> * Roderick van Domburg <r.s.a.vandomburg@student.utwente.nl> * Rodrigo OSORIO <rodrigo@FreeBSD.org> * Roger Hardiman <roger@freebsd.org> * Roland van Laar <roland@micite.net> * Romain Tartiere <romain@FreeBSD.org> * Romain Tartiere <romain@blogreen.org> * Roman Bogorodskiy <novel@FreeBSD.org> * Roman Shterenzon <romanbsd@yahoo.com> * Ronald Klop <ronald@echteman.nl> * Rong-En Fan <rafan@FreeBSD.org> * Rong-En Fan <rafan@infor.org> * Ross Timson <ross@rosstimson.com> * Rouslan Iskhakov <rouslan@rshell.net> * Rozhuk Ivan * Ruben de Groot <rdg@bzerk.org> * Ruben van Staveren * Rui Lopes (<rgl ruilopes com>) * Rui Lopes (rgl ruilopes com) * Rui Lopes <rgl ruilopes com> * Rui Lopes <rui@ruilopes.com> * Rui Paulo <rpaulo@FreeBSD.org> * Rusmir Dusko <nemysis@FreeBSD.org> * Russell Francis <johntabularasa@users.sf.net> * Ryan Steinmetz (<rpsfa@rit.edu>) * Ryan Steinmetz <rpsfa@rit.edu> * Ryan Steinmetz <zi@FreeBSD.org> * SADA Kenji <sada@FreeBSD.org> * Sahil Tandon <sahil@FreeBSD.org> * Sahil Tandon <sahil@tandon.net> * Sam Lawrance <boris@brooknet.com.au> * Samuel Tardieu <sam@rfc1149.net> * Samy Al Bahra <samy@kerneled.com> * Samy Al Bahra <samy@kerneled.org> * Sander Vesik <sander@haldjas.folklore.ee> * Sandro Sigala * Seamus Venasse <svenasse@polaris.ca> * Sean Chittenden <sean@chittenden.org> * Sean Chittenden <seanc@FreeBSD.org> * Sean Farley <sean-freebsd@farley.org> * Sean McLaughlin <sigma.zx@gmail.com> * Serge Gagnon <serge.gagnon.1@ulaval.ca> * Serge Gagnon <serge.gagnon@b2b2c.ca> * Sergei Gnezdov <sergeiga@yahoo.com> * Sergei Kolobov <sergei@kolobov.com> * Sergei Vyshenski * Sergei Vyshenski <svysh.fbsd@gmail.com> * Sergei Vyshenski <svysh@pn.sinp.msu.ru> * Sergey A. Osokin <osa@FreeBSD.org> * Sergey Golyashov <svvord@soft-wizard.ru> * Sergey Kozlov <kozlov.sergey.404@gmail.com> * Sergey Matveychuk <sem@ciam.ru> * Sergey Skvortsov <skv@FreeBSD.org> * Sergey Skvortsov <skv@protey.ru> * Sergey V. Dyatko <Sergey.Dyatko@gmail.com> * Sergey V. Dyatko <sergey.dyatko@gmail.com> * Serguei Okladnikov <oklaspec@gmail.com> * Shane Ambler <FreeBSD@Shaneware.biz> * Shaun Amott <shaun@FreeBSD.org> * Sheldon Hearn <sheldonh@FreeBSD.org> * Shell Hung <shell@shellhung.org> * Shin-ya MURAKAMI <murashin@gfd-dennou.org> * Shinsuke Matsui <smatsui@karashi.org> * Simon Barner <barner@gmx.de> * Simon Marlow <simonmar@microsoft.com> * Simon Olofsson <simon@olofsson.de> * Simun Mikecin <numisemis@yahoo.com> * Sir l33tname <sirl33tname@gmail.com> * Sofian Brabez <sbrabez@gmail.com> * Sofian Brabez <sbz@FreeBSD.org> * Stanislav Sedov <ssedov@mbsd.msk.ru> * Stanislav Sedov <stas@FreeBSD.org> * Stanislav Sedov <stas@fonon.realnet> * Stefan Bethke <stb@lassitu.de> * Stefan Ehmann <shoesoft@gmx.net> * Stefan Pauly <stefan@fh-mainz.de> * Stefan Wendler <stefan.wendler@tngtech.com> * Stephen J. Roznowski <sjr@home.net> * Stephon Chen <stephon@gmail.com> * Steve Franks <stevefranks@ieee.org> * Steve Wills <steve@mouf.net> * Steve Wills <swills@FreeBSD.org> * Steve Wills <swills@rubick> * Steven Kreuzer <skreuzer@FreeBSD.org> * Steven Kreuzer <skreuzer@exit2shell.com> * Stéphane D'Alu <sdalu@sdalu.com> * Sulev-Madis Silber <madis555@hot.ee> * Sun Chang-Ming * Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> * Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> * Sutra Zhou <zhoushuqun@gmail.com> * Svyatoslav Lempert <svyatoslav.lempert@gmail.com> * Sylvio Cesar <sylvio@FreeBSD.org> * Sébastien Santoro <dereckson@gmail.com> * TAKAHASHI Kaoru <kaoru@kaisei.org> * TAKATSU Tomonari <tota@FreeBSD.org> * TAKATSU Tomonari <tota@rtfm.jp> * TERAMOTO Masahiro <markun@onohara.to> * Takefu * Takumi Takahashi <takumiiinn@gmail.com> * Takuya Tsuchida <tsucchi@cpan.org> * Tatsuya Ueda <ml+freebsd@tatsuya.info> * Terry Sposato <terry@sucked-in.com> * Thaddeus Covert <tcovert@grimmy.sahuagin.net> * Thawatchai Piyawat <piyawat@usablelabs.com> * Thierry Thomas (<thierry@FreeBSD.org>) * Thierry Thomas (<thierry@pompo.net>) * Thierry Thomas <thierry@pompo.net> * Thinker K.F. Li <thinker@eeebox.branda.to> * Thomas Abthorpe <thomas@goodking.ca> * Thomas Gellekum <tg@FreeBSD.org> * Thomas Gellekum <tg@freebsd.org> * Thomas Zander <riggs@FreeBSD.org> * Thomas-Martin Seck <tmseck@netcologne.de> * Tillman Hodgson <tillman@seekingfire.com> * Tim Bishop <tdb@FreeBSD.org> * Tim Bishop <tim@bishnet.net> * Tim Niemueller <tim@niemueller.de> * Tim Vanderhoek <hoek@FreeBSD.org> * Timothy Beyer <beyert@cs.ucr.edu> * Timur I. Bakeyev <bat@cpan.org> * Ting-Wei Lan <lantw44@gmail.com> * Tobias Gion <freebsd@gionet.de> * Tobias Roth <ports@fsck.ch> * Tom Judge <tj@FreeBSD.org> * Tom Judge <tom@tomjudge.com> * Tom McLaughlin <tmclaugh@sdf.lonestar.org> * Tomoyuki Sakurai <cherry@trombik.org> * Toni Andjelkovic <toni@soth.at> * Toni Viemerö <toni.viemero@iki.fi> * Tony Maher <tonym@biolateral.com.au> * Tony Narlock <tony@git-pull.com> * Torsten Zuehlsdorff <ports@toco-domains.de> * Torsten Zuehlsdorff <tz@FreeBSD.org> * Torsten Zuhlsdorff <ports@toco-domains.de> * Torsten Zühlsdorff <ports@toco-domains.de> * Travis Campbell <hcoyote@ghostar.org> * Trevor Caira <trevor@bitba.se> * Tsung-Han Yeh <snowfly@yuntech.edu.tw> * Uffe Jakobsen <uffe@uffe.org> * Ulrich Spoerlein <uspoerlein@gmail.com> * Vadim Vatlin * Valery Komarov <komarov@valerka.net> * Vanilla I. Shu <vanilla@FreeBSD.org> * Vany Serezhkin <ivan@serezhkin.com> * Vasil Dimov <vd@datamax.bg> * Veniamin Gvozdikov <vg@FreeBSD.org> * Viacheslav Mikerov <SlavaMikerov@gmail.com> * Vitaly Magerya <vmagerya@gmail.com> * Vivek Khera <vivek@khera.org> * Vladimir Chukharev * Vladimir Gorelov <virtual.lark@gmail.com> * Vladimir Kondratiev <wulf@mail.mipt.ru> * Vladimir Kondratyev <wulf@FreeBSD.org> * Vladimir Perepelitsa <mons@cpan.org> * Vladimir Timofeev <vovkasm@gmail.com> * Volker Stolz <stolz@i2.informatik.rwth-aachen.de> * Volker Stolz <vs@FreeBSD.org> * Volodymyr Kostyrko <c.kworr@gmail.com> * Vsevolod Stakhov <vsevolod@highsecure.ru> * Waitman Gobble <waitman@waitman.net> * Warner Losh <imp@FreeBSD.org> * Warren Block <wblock@wonkity.com> * Wen Heping <ruby@FreeBSD.org> * Wen Heping <wen@FreeBSD.org> * Wen Heping <wenheping@gmail.com> * Wen Heping<wen@FreeBSD.org> * Wen Heping<wenheping@gmail.com> * Wes Peters <@FreeBSD.org> * Wes Peters <wes@FreeBSD.org> * Will Andrews <andrews@technologist.com> * Will Andrews <will@FreeBSD.org> * William Grzybowski * William Grzybowski <sunpoet@FreeBSD.org> * William Grzybowski <wg@FreeBSD.org> * William Grzybowski <william88@gmail.com> * Xavier Beaudouin <kiwi@oav.net> * Xin LI <delphij@FreeBSD.org> * Xin Li <delphij@FreeBSD.org> * Yarema <yds@CoolRat.org> * Yasuhiro KIMURA <yasu@utahime.org> * Yen-Ming Lee <leeym@FreeBSD.org> * Yen-Ming Lee <leeym@leeym.com> * Yevgen Drachenko <geka@sippysoft.com> * Yi-Huan Chan <yhchan@csie.nctu.edu.tw> * Yi-Jheng Lin <yzlin@FreeBSD.org> * Yi-Jheng Lin <yzlin@cs.nctu.edu.tw> * Ying-Chieh Chen * Ying-Chieh Liao <ijliao@FreeBSD.org> * Ying-Chieh Liao <ijliao@csie.nctu.edu.tw> * Yinghong Liu <relaxbsd@gmail.com> * Yoshihiko Sarumaru <mistral@imasy.or.jp> * Yuan-Chen Cheng <ycheng@sinica.edu.tw> * Yuan-Chung Hsiao & <ychsiao@ychsiao.org> * Yuan-Chung Hsiao <ychsiao@ychsiao.idv.tw> * Yuan-Chung Hsiao <ychsiao@ychsiao.org> * Yuichiro NAITO <naito.yuichiro@gmail.com> * Yukihiro Nakai <nakai@FreeBSD.org> * Yuri Victorovich <yuri@rawbw.com> * Zach Thompson <hideo@lastamericanempire.com> * Zane C, Bowers <vvelox@vvelox.net> * Zane C. Bowers-Hadley <vvelox@vvelox.net> * Zeus Panchenko <zeus@gnu.org.ua> * aaron@FreeBSD.org * ache * adamw * ade@FreeBSD.org * alan <Alan@Wave2.org> * alepulver * alexander smishlajev * alfred * alfred@FreeBSD.org * andreas@syndrom23.de * andrew morton * andrew@scoop.co.nz * andrey@kostenko.name * antoine@FreeBSD.org * arved * asmith * aturetta@commit.it * autrijus@autrijus.org * b.f. <bf@FreeBSD.org> * bf <bf2006a@yahoo.com> * bf <bf@FreeBSD.org> * bland@FreeBSD.org * blubee <hello@blubee.me> * bms * bms@FreeBSD.org * bra@fsn.hu * brix@FreeBSD.org * buganini@gmail.com * chinsan * chinsan <chinsan.tw@gmail.com> * christian * chuckr@FreeBSD.org * clsung * clsung@dragon2.net * darius@dons.net.au * dcf@aracnet.com * dchapes@zeus.leitch.com * devin@spamcop.net * dlowe * dom * dom@happygiraffe.net * dpejesh@yahoo.com * dwm * ejc@bazzle.com * elbarto * erik@habatech.no * estith * frase@frase.id.au * gahr * gahr@FreeBSD.org * gebhart@secnetix.de * giffunip * glarkin * glarkin@ * glewis * gno@yahoo-inc.com * gordon@FreeBSD.org * gugu * iblis <iblis@hs.ntnu.edu.tw> * ijliao * ijliao@FreeBSD.org * is grammatically incorrect in this context. * jaapb@kerguelen.org * jagapen@home.com * jaharkes * janos.mohacsi@bsd.hu * jasone * jeffhung * jesse@cs.uni-magdeburg.de * jessekempf@gmail.com * jhanna@home.com * jkh * jkoshy * jnlin@freebsd.cs.nctu.edu.tw * joerg * joerg@FreeBSD.org * jraynard * jupengfei <jupengfei@gmail.com> * kargl@apl.washington.edu * kevit * kipz <somicide@gmail.com> * knu@FreeBSD.org * kris@FreeBSD.org * kuriyama * lars.eggert@gmx.net * lbartoletti <lbartoletti@FreeBSD.org> * lbr * lbr@FreeBSD.org * lightside <lightside@gmx.com> * lippe * lonewolf@flame.org * lth@FreeBSD.org * matthew.closson@gmail.com * meka * mfechner@FreeBSD.org * mi@aldan.algebra.com * michael johnson <ahze@ahze.net> * mig * mikeh@FreeBSD.org * milki <milki@rescomp.berkeley.edu> * milki@rescomp.berkeley.edu * mk * mm * moeding * mp39590@gmail.com * mr * mr@freebsd.org * mukai * mwest@uct.ac.za * nbm * ndewing@experts-exchange.com * netchild@FreeBSD.org * never@nevermind.kiev.ua * nils@guru.ims.uni-stuttgart.de * nork@FreeBSD.org * nork@cityfujisawa.ne.jp * novator24 <novator24@gmail.com> * nox@FreeBSD.org * obraun@FreeBSD.org * olevole@olevole.ru * olgeni@FreeBSD.org * osa * petef * petef@FreeBSD.org * philip@FreeBSD.org * ports@c0decafe.net * ports@c0decafe.net <ports@c0decafe.net> * pst@FreeBSD.org * pvh@egenetics.com * rafan@FreeBSD.org * redcrash@gmail.com * renchap@cocoa-x.com * roam@FreeBSD.org * roberto * rooneg@electricjellyfish.net * rousskov * rpsfa@rit.edu * rv@FreeBSD.org * rv@gnu.org * simond@irrelevant.org * skreuzer@FreeBSD.org * skreuzer@exit2shell.com * sobomax * stas * stas@FreeBSD.org * sunghyuk * tdb * thierry@pompo.net * thinker@branda.to * tiger <tiger@whitetigersd.com> * tiger@whitetigersd.com * tobez * tobez@FreeBSD.org * torstenb@FreeBSD.org * trasz <trasz@pin.if.uz.zgora.pl> * trevor * trociny * vanilla * vanilla@ * vazquez@iqm.unicamp.br * vsevolod * wahjava * wenheping@gmail.com * wghicks@bellsouth.net * will * ws Christoph Kick * xenophon+fbsdports@irtnog.org * # Created by Matthias Fechner <mfechner@FreeBSD.org> * # Created by johalun0@gmail.com * //www.tomek.cedro.info) * org> With hat: portmgr
* devel/anjuta: Use 'gnome' dir not 'gnome3'Neel Chauhan2022-07-142-4/+4
|
* textproc/libxml2: bump all LIB_DEPENDS consumersCharlie Li2022-04-101-1/+1
| | | | | | | | This is a separate commit to facilitate easier cherry-picking for quarterly. PR: 262853, 262940, 262877, 263126 Approved by: fluffy (mentor)
* textproc/libxml2: bump all dependenciesMatthias Fechner2022-03-261-1/+1
| | | | | This should make sure that all dependent ports will pick up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
* INSTALLS_ICONS: retire the macro and rework the related dependenciesBaptiste Daroussin2021-10-101-1/+0
| | | | | | | While here, make sure gtk-update-icon-cache is only on run dependency where added as a dependency Enforce gtk3 to depend on gtk-update-icon-cache (previously it was inheriting the dependency)
* Mk/bsd.options.desc.mk: Add shared version control OPTIONS & descriptionsFukang Chen2021-06-302-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add CVS description - Add DARCS description - Add GIT description - Add MERCURIAL description - Add PERFORCE description - Rename SVN to SUBVERSION devel/anjuta: - Rename OPTION SVN to SUBVERSION - Sort OPTIONS_DEFINE and OPTIONS_DEFAULT - Change SUBVERSION_DESC to use the default description devel/git: - Rename OPTION P4 to PERFORCE - Rename OPTION SVN to SUBVERSION - Change PERFORCE_DESC to use the default description devel/ocaml-opam: - Rename OPTION HG to MERCURIAL - Sort OPTIONS_DEFINE and OPTIONS_DEFAULT - Change {DARCS,GIT,MERCURIAL}_DESC to use the default description devel/thunar-vcs-plugin: - Rename OPTION SVN to SUBVERSION - Sort OPTIONS_DEFINE - Change GIT_DESC to use the default description devel/viewvc-devel: - Rename OPTION SVN to SUBVERSION - Sort OPTIONS_DEFINE, OPTIONS_DEFAULT and OPTIONS_SINGLE net-mgmt/observium: - Rename OPTION SVN to SUBVERSION net-mgmt/rancid3: - Rename OPTION SVN to SUBVERSION - Sort OPTIONS_SINGLE_SCM - Change {CVS,GIT,SUBVERSION}_DESC to use the default description ports-mgmt/portshaker: - Rename OPTION SVN to SUBVERSION - Rename HG to MERCURIAL - Sort OPTIONS_DEFINE - Change {GIT,MERCURIAL}_DESC to use the default description security/hydra: - Rename OPTION SVN to SUBVERSION security/medusa: - Rename OPTION SVN to SUBVERSION - Sort OPTIONS_DEFINE shells/scponly: - Rename OPTION SVN to SUBVERSION - Sort OPTIONS_DEFINE - Typo fix in SVNSERVE_DESC www/trac-devel: - Rename OPTION SVN to SUBVERSION - Sort OPTIONS_DEFINE, OPTIONS_DEFAULT and OPTIONS_MULTI_DATABASE - Change {GIT,SUBVERSION}_DESC to use the default description Reviewed by: koobs, adamw, dvl, garga, hannes_mehnert.org, rm, dbaio, romain Approved by: koobs (ports, mentor) Differential Revision: https://reviews.freebsd.org/D17459 MFH: No (OPTION description updates)
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update vala to 0.48.10Baptiste Daroussin2020-09-252-16/+3
| | | | | | | | | | | note that 0.50.x results for now in too many breakage to do the upgrade yet. As a result disable vala support in anjuta Unbreak net-im/dino, which has been marked as broken during the glib upgrade Notes: svn path=/head/; revision=550041
* devel/anjuta: Update to 3.34.0Loïc Bartoletti2020-09-143-12/+34
| | | | | | | | | - Update to 3.34.0 - Add license - Remove REINPLACE_CMD wich did not modify file contents Notes: svn path=/head/; revision=548606
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* devel/anjuta: Spell DEVHELP_CONFIGURE_ENABLE correctlyTobias Kortkamp2019-04-161-2/+2
| | | | Notes: svn path=/head/; revision=499108
* Because of typedef redefinitions in webkit2-gtk3, this port now requiresMark Linimon2019-01-221-2/+3
| | | | | | | | | | | USES=compiler:c11 to build on GCC-based architectures. PR: 234980 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=490943
* devel/anjuta: Do not set USE_LDCONFIG twiceTobias Kortkamp2019-01-101-1/+0
| | | | Notes: svn path=/head/; revision=489868
* devel/anjuta: Fix build of SVN plugin when /usr/bin/svn exists on the systemTobias Kortkamp2019-01-101-3/+3
| | | | | | | | | | | | | | | | | The SVN plugin is never built and packaging anjuta fails. It links with libsvn_client-1.so but the dependency is not properly declared. A check for just 'svn' is not enough since the base system does not provide subversion libraries. Change it to always use the libraries from devel/subversion. PR: 223046 Submitted by: tobik Reported by: ohartmann@walstatt.org Approved by: gnome (maintainer timeout, 2 weeks) Notes: svn path=/head/; revision=489867
* The FreeBSD GNOME team proudly presents GNOME 3.28 for FreeBSD.Koop Mast2018-09-303-16/+65
| | | | | | | | | | | | The offical GNOME 3.28 release notes can be found at https://help.gnome.org/misc/release-notes/3.28/ Thanks to Antoine Brodin for running the exp-runs. PR: 229761 Notes: svn path=/head/; revision=480951
* - Update to 0.50.3Danilo Egea Gondolfo2018-06-221-1/+1
| | | | | | | | | PR: 227981 Submitted by: danilo Approved by: maintainer timeout (gnome, 1 month) Notes: svn path=/head/; revision=473049
* devel/apr1: Bump portrevisionBernard Spil2018-03-211-1/+1
| | | | | | | | | | - Repair my rookie mistake of earlier today - Bump revision of dependent ports (again) Reported by: antoine Notes: svn path=/head/; revision=465240
* devel/apr1: Fix runtime issues of dependent portBernard Spil2018-03-211-1/+1
| | | | | | | | | | | | | - iconv is in base in all supported FreeBSD versions - Fix build with MariaDB 10.2 [2] - Bump portrevision in dependencies PR: 226705 [1], 226026 [2] With hat: apache Approved by: joneum (apache) Notes: svn path=/head/; revision=465232
* Chase lang/vala PORTEPOCH bump.Don Lewis2018-01-291-2/+2
| | | | Notes: svn path=/head/; revision=460237
* Unbreak build of devel/anjuta with vala 0.36Don Lewis2018-01-241-2/+2
| | | | | | | | | | Bump PORTREVISION PR: 222011, 221941 Submitted by: cpm Notes: svn path=/head/; revision=459816
* Chase devhelp shared library bumpKoop Mast2017-06-051-1/+1
| | | | Notes: svn path=/head/; revision=442673
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-20/+20
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* - Update security/gnutls to 3.4.10.Tijl Coosemans2016-03-271-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Rename the LIBDANE option DANE because that's the name of the protocol supported by libgnutls-dane and gnutls-cli. Also clarify the option description. - Add an IDN option. - libgnutls-openssl has been removed in 3.4. Some ports used this library in their LIB_DEPENDS but no port actually required it. - Some old API functions have been removed. Ports that used these have been updated or patched to use the new API. - Add a patch to print/cups to prevent overlinking of libgnutls.so. - Bump PORTREVISION on dependent ports. net-im/jabber: This port used the old API to give users fine grained control over which crypto algorithms were used via a configuration file. It's not immediately obvious how to port this to the new API so the port always uses the defaults now. www/hydra: Mark BROKEN. This uses more removed calls than the other ports, is said to be alpha quality and not fully functional and has been abandoned 10 years ago. PR: 207768 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=411990
* The FreeBSD GNOME team proudly presents GNOME 3.18 for FreeBSD.Koop Mast2016-02-144-18/+19
| | | | | | | | | | | | | | | | | | | | | | | | The offical GNOME 3.18 release notes can be found at https://help.gnome.org/misc/release-notes/3.18/ This update doesn't contain the glib/gtk c++ bindings which will be done in a another update due to the requirement on c++11 and the amount of fallout this probably will give. GDM is still at version 3.16 due to some issues. Bump mate-themes to use the gtk 3.18 version of the themes. Thanks to Antoine Brodin for running the exp-runs. This release was made possible by the following people: Gustau Perez Ting-Wei_Lan PR: 207006 Notes: svn path=/head/; revision=408881
* Anjuta needs pkg-config to generate certain new projects.Koop Mast2015-09-051-1/+2
| | | | | | | Submitted by: Frank <dvwerks@cox.net> Notes: svn path=/head/; revision=396189
* The FreeBSD GNOME team proudly presents GNOME 3.16 for FreeBSD.Koop Mast2015-08-054-36/+39
| | | | | | | | | | | | | | | | | | | | | The offical GNOME 3.16 release notes can be found at https://help.gnome.org/misc/release-notes/3.16/ Upgrade instructions for port users: Delete the old tracker package with: # pkg delete -f tracker And user port upgrade tool of choice to upgrade. Thanks to Antoine Brodin for running the exp-runs. This release was made possible by the following people: Gustau Perez Ting-Wei_Lan PR: 201980 Notes: svn path=/head/; revision=393607
* Update anjuta to 3.14.1Koop Mast2015-06-1111-1204/+2132
| | | | | | | | | | | | | | | Update anjuta-extras to 3.10.0. This unbreak the build of these ports and fixed a run-time issues with autogen [1] PR: 185575 [1] PR: 193073 [1] Submitted by: Ivan Klymenko, Jimmy Kelley Network sponsored by: BSDCan and UoO Notes: svn path=/head/; revision=389156
* - rename www/neon29 to www/neon and update to neon-0.30.1Olli Hauer2014-12-241-2/+2
| | | | | | | | | | | | | | | | | | | | - adjust ports depending on neon, bump PORTREVISION Changelog: Fix memory leak with GnuTLS (Werner Baumann, Patrick Ohly). Fix possible crash after DNS lookup errors on Windows (Olivier Goffart). Don't fail if the SSL cert changes between connections with OpenSSL, behaviour now matches that with GnuTLS. Fix PKCS#11 support under OpenSSL with TLS 1.2. Fix static linking with pkg-config file (Alan H) PR: 195786 Differential Revision: https://reviews.freebsd.org/D1319 Submitted by: ohauer Reviewed by: portmgr (bapt, mat) Approved by: portmgr, lev (implicit) Notes: svn path=/head/; revision=375392
* The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2.Koop Mast2014-11-191-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up. This commit removes the old GNOME 2 desktop, bindings and some ports that can't be compiled. A few ports where updated to more recent versions to allow them to compile with this update. Apart from updating ports to newer versions GDM is more integrated with gnome-shell now, and handles several things for the GNOME desktop such as screen locking. If you want to use GNOME 3 via startx, you will have to add your own lock screen/screensaver. For example xscreensaver can be used for sessions started without GDM. Shell Extensions can be installed via https://extensions.gnome.org/ , we have ported a few that can't be installed via this way. The old gnome-utils and gnome-games ports where split up into single ports and where converted to meta-ports. gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but if you use startx you need to do this yourself. Upgrade instructions: Delete the old and conflicting packages: # pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \ guile gcalctool gnome-media libgnomekbd # pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \ evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center For package users the following lines will be enough: # pkg upgrade # pkg install gnome3 For ports users should do the following: # portmaster -a # portmaster x11/gnome3 We are currently aware of two issues. The first issue is a bug in the file monitoring code in the glib20 port. This bug causes glib programs to crash when files in a monitored directory are added or removed. Upstream is aware of the problem, but since the problem is quite complex there is no solution yet. This problem isn't restricted to BSD. The second issue is that on certain video cards totem will display a purple/pink overlay on the video. It not clear yet where the issues comes from. Major thanks goes to Gustau Perez for being a driving force behind getting GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs. This update was also made possible by: Joe Maloney Kris Moore Beeblebrox Ryan Lortie Antoine Jacoutot and everyone I missed Notes: svn path=/head/; revision=372768
* Nuke some @dirrm from develBaptiste Daroussin2014-10-271-125/+0
| | | | Notes: svn path=/head/; revision=371533
* - Convert ports of devel/ to USES=pythonMarcus von Appen2014-10-201-2/+1
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371280
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* Rename all patches that contain '::' as a path separator, and useAdam Weinberger2014-07-291-0/+0
| | | | | | | '__' instead. Notes: svn path=/head/; revision=363362
* net/openldap24-*:Tijl Coosemans2014-07-242-41/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Convert to USES=libtool and bump dependent ports - Avoid USE_AUTOTOOLS - Don't use PTHREAD_LIBS - Use MAKE_CMD databases/glom: - Drop :keepla - Add INSTALL_TARGET=install-strip databases/libgda4* databases/libgda5*: - Convert to USES=libtool and bump dependent ports - USES=tar:xz - Use INSTALL_TARGET=install-strip - Use @sample databases/libgdamm: - Drop :keepla - USES=tar:bzip2 - Use INSTALL_TARGET=install-strip databases/libgdamm5: - Add INSTALL_TARGET=install-strip - Drop --enable-static (inherited from old repocopy) devel/anjuta x11-toolkits/py-gnome-extras: - Drop :keepla dns/powerdns dns/powerdns-devel: - Convert to USES=libtool - Add INSTALL_TARGET=install-strip - Disable static modules - Stop creating library symlinks with .0 suffix, not needed for dynamically opened modules mail/dovecot2: - Add USES=libtool mail/dovecot2-pigeonhole: - Drop CONFIGURE_TARGET (incorrect for Dragonfly) - Add USES=libtool and INSTALL_TARGET=install-strip math/gnumeric: - USES=libtool tar:xz Approved by: portmgr (implicit, bump unstaged ports) Notes: svn path=/head/; revision=362835
* Remove two libtool fixes from Mk/Uses/libtool.mk. They don't always workTijl Coosemans2014-07-231-9/+0
| | | | | | | | | | | | | | | | | | | | | | | when an older version of a package is installed. This is the case when an executable links with installed libraries and with uninstalled libraries that link with other uninstalled libraries. For each of the directly linked libraries the executable will have an rpath (/usr/local/lib for the installed libraries and a path under WRKDIR for each of the uninstalled libraries), but not for the indirect libraries. Both ld(1) and rtld(1) search the rpath of the executable first before any rpath of libraries, so the indirectly linked libraries will be found in /usr/local/lib if they are installed instead of in WRKDIR. With this commit executables will overlink with uninstalled indirect libraries again so their location is added to the rpath of the executable. This partially reverts r358784. PR: 191611 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=362656
* Add OPTIONS_DEFINE=DOCS for ports with %%PORTDOCS%% in the plist.Adam Weinberger2014-07-151-1/+1
| | | | | | | | | | Where possible, correct a few instances where PORTDOCS was being used to flag stuff in EXAMPLESDIR. For some ports, mostly those owned by ruby@, PORTDOCS is applied to pretty much everything whether it's documentation or example. Notes: svn path=/head/; revision=362014
* Add 4 new sed commands to USES=libtool. The first two apply some of theTijl Coosemans2014-06-221-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | changes that Debian made to their libtool. The first command applies to libtool versions 1.4 and up. The second command is somewhat more elaborate but essentially it uses the sed hold space to move an "elif...fi" block down. It applies to 2.x. Together these reduce overlinking to unpatched .la files (from ports that don't have USES=libtool yet but also .la files in the work directory). The third and fourth command fix relinking. During staging libtool may relink libA when it links to another library in the work directory libB. The reason is that libA created during build phase has its runpath set to the location of libB in the work directory. This allows running an executable that links to libA from within the work directory. The relink removes this extra runpath. When libtool relinks libA it replaces "libB.la" on the linker command line with "-L${STAGEDIR}${PREFIX}/lib -lB" with the intention to link to libB in the stage directory but this -L flag isn't necessarily the first so another libB may be linked instead. The two sed commands make relink the same as a normal link. This means libtool will relink with libraries from the work directory using a path similar to "../srcB/.libs/libB.so" without -L flags. This applies to libtool 1.4 and up. Earlier versions don't seem to relink libraries. (This fixes ports like devel/apr1 so they link with freshly built libraries instead of installed libraries.) Fix all ports with missing libraries. Additionally: archivers/rpm4: USES=patchfix. databases/gdbm: INSTALL_TARGET=install-strip. devel/gnome-vfs: remove patch that doesn't change anything. devel/ois: INSTALL_TARGET=install-strip and use standard USE_AUTOTOOLS. devel/zziplib: INSTALL_TARGET=install-strip, MAKE_CMD. multimedia/mjpegtools: remove USE_AUTOTOOLS, use modern compiler on i386 instead of disabling optimisations. net/libnetdude: disable static plugins. PR: 190941 Exp-run: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=358784
* Bump PORTREVISION on everything that depends on devel/apr1 due to theTijl Coosemans2014-06-121-1/+1
| | | | | | | | | library version change. Approved by: portmgr (implicit) Notes: svn path=/head/; revision=357574
* Convert x11-toolkits/unique to "USES=libtool pathfix tar:bzip2".Tijl Coosemans2014-05-131-1/+1
| | | | | | | | | | | | | | | | | | Bump PORTREVISION on all dependent ports. [1] audio/ario: USES=libtool. audio/gmpc: USES=libtool. audio/gnome-media: USES=libtool:keepla tar:bzip2. audio/xfce4-mixer: USES=libtool tar:bzip2. graphics/shotwell: Unbreak and USES=tar:xz. science/gwyddion: USES=libtool tar:bzip2. sysutils/mate-control-center: USES=libtool. x11/xfce4-clipman-plugin: USES=libtool tar:bzip2. Approved by: portmgr (implicit) [1] Notes: svn path=/head/; revision=353934
* When linking a library libA with a library libB using libtool, if libB.laTijl Coosemans2014-04-231-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | exists, libtool will add all libraries libB.la refers to (dependency_libs field) to the linker command line and store them in the dependency_libs field of libA.la. So everything that subsequently links with libA will also link to these extra libraries. This causes too much overlinking. This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs field in .la libraries during staging. However, because .la libraries have very limited use when dependency_libs is empty it makes sense to completely remove them during staging. So with this commit USES=libtool is modified to remove .la libraries and a new form (USES=libtool:keepla) is introduced in case they need to be kept (dependency_libs is still emptied). PORTREVISION is bumped on all ports with USES=libtool that install .la libraries. Most ports are also changed to add :keepla because .la libraries have to be kept around as long as there are dependent ports with .la libraries that refer to them in their dependency_libs field. In most cases :keepla can be removed again as soon as all dependent ports that install .la libraries have some form of USES=libtool added to their Makefile. PR: ports/188759 Exp-run: bdrewery Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=351936
* Bump PORTREVISIONs for r350704 (liferea), r350914 (libxklavier),Tijl Coosemans2014-04-141-1/+1
| | | | | | | | | | | | r350957 (glade3). gnome-control-center, gnome-settings-daemon, gnome-screensaver: - Staging. - New LIB_DEPENDS syntax. - USES=tar:bzip2. Notes: svn path=/head/; revision=351252
* Support stageBaptiste Daroussin2014-04-112-19/+22
| | | | Notes: svn path=/head/; revision=350949
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-221-1/+0
| | | | | | | | | the mtree (categories starting with d) Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331268
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | devel part 1) Notes: svn path=/head/; revision=327722
* Add an explicit dependency on pkgconfAntoine Brodin2013-09-051-2/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=326449
* Use pathfix, shebangfix and shared-mime-info USES.Koop Mast2013-07-302-5/+4
| | | | | | | Add USE_CSTD=gnu89 to fix the build with clang. Notes: svn path=/head/; revision=323966