zziplib — Commit History
showing 98 stored commits — full history at freebsd-ports on GitHub
| Commit | Credits | Log message |
|---|---|---|
|
0.13.80
226cba4f72
files touched
|
Po-Chuan Hsieh (sunpoet) |
devel/zziplib: Remove USES=pathfix
|
|
0.13.80
282acb4cc0
files touched
|
Po-Chuan Hsieh (sunpoet) |
devel/zziplib: Remove patch after de99fa005af6a2f9e47976b7272fb987be2d6fbf
- Bump PORTREVISION for package change |
|
0.13.80
a87cc22f33
files touched
|
Po-Chuan Hsieh (sunpoet) |
devel/zziplib: Cosmetic change
|
|
0.13.80
f0a8de34b4
files touched
|
Po-Chuan Hsieh (sunpoet) |
devel/zziplib: Fix SDL option
Reference: https://github.com/gdraheim/zziplib/pull/181 |
|
0.13.80
2fd520ae73
files touched
|
Po-Chuan Hsieh (sunpoet) |
devel/zziplib: Update to 0.13.80
Changes: https://github.com/gdraheim/zziplib/blob/master/ChangeLog https://github.com/gdraheim/zziplib/commits/master |
|
0.13.79
c9e66da500
files touched
|
Po-Chuan Hsieh (sunpoet) |
devel/zziplib: Update to 0.13.79
- Revert upstream .pc installation change Changes: https://github.com/gdraheim/zziplib/commits/master Reference: https://github.com/gdraheim/zziplib/commit/4b2b33f379e508a41a9e43009db921866955a02f |
|
0.13.78
d074924eb4
files touched
|
Po-Chuan Hsieh (sunpoet) |
devel/zziplib: Update to 0.13.78
Changes: https://github.com/gdraheim/zziplib/blob/master/ChangeLog |
|
0.13.77
00373fac12
files touched
|
Po-Chuan Hsieh (sunpoet) |
devel/zziplib: Update to 0.13.77
Changes: https://github.com/gdraheim/zziplib/blob/master/ChangeLog |
|
0.13.76
c0be7e7b8e
files touched
|
Po-Chuan Hsieh (sunpoet) |
devel/zziplib: Fix build
Upstream includes COVERAGE unconditionally before this fix. It causes build error on system without llvm-cov (WITHOUT_LLVM_COV in src.conf). Reported by: vishwin Obtained from: https://github.com/gdraheim/zziplib/commit/081b8ba4d0417abe6c2d997f5198e23b7fdb2977 |
|
0.13.76
43ccc0676b
files touched
|
Po-Chuan Hsieh (sunpoet) |
devel/zziplib: Update to 0.13.76
Changes: https://github.com/gdraheim/zziplib/blob/master/ChangeLog |
|
0.13.74
0def0423c0
files touched
|
Po-Chuan Hsieh (sunpoet) |
devel/zziplib: Update to 0.13.74
- Use USES=pathfix to fix .pc installation Changes: https://github.com/gdraheim/zziplib/blob/master/ChangeLog |
|
0.13.72
8b6f11e5cb
files touched
|
Po-Chuan Hsieh (sunpoet) |
devel/zziplib: Fix build with Clang 16
PR: 273410 Reported by: Maigurs Stalidzans <neimsaci@gmx.com> Tested on: 14.0-ALPHA4 (amd64 and i386) |
|
0.13.72
3d9a815d9c
files touched
|
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++ -DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable -Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong -fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi -Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings -Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x -MT _quickfix_la-QuickfixPython.lo -MD -MP -MF .deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o .libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568>
|
|
0.13.72
c1de3f7269
files touched
|
Po-Chuan Hsieh (sunpoet) |
devel/zziplib: Rename patch file
|
|
0.13.72
76a985cab0
files touched
|
Dimitry Andric (dim) |
devel/zziplib: fix build with clang 15
During an exp-run for llvm 15 (see bug 265425), it turned out that
devel/zziplib failed to build with clang (and lld) 15:
/wrkdirs/usr/ports/devel/zziplib/work/zziplib-0.13.72/zzip/mmapped.c:664:11: error: incompatible pointer to integer conversion initializing 'off_t' (aka 'long') with an expression of type 'zzip_byte_t *' (aka 'unsigned char *') [-Wint-conversion]
off_t offset = zzip_file_header_to_data(header);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/wrkdirs/usr/ports/devel/zziplib/work/zziplib-0.13.72/zzip/mmapped.c:666:34: warning: incompatible pointer types initializing 'struct zzip_extra_zip64 *' with an expression of type 'char *' [-Wincompatible-pointer-types]
struct zzip_extra_zip64* zip64 =
^
/wrkdirs/usr/ports/devel/zziplib/work/zziplib-0.13.72/zzip/mmapped.c:673:34: warning: incompatible pointer types initializing 'struct zzip_extra_zip64 *' with an expression of type 'char *' [-Wincompatible-pointer-types]
struct zzip_extra_zip64* zip64 =
^
/wrkdirs/usr/ports/devel/zziplib/work/zziplib-0.13.72/zzip/mmapped.c:685:24: error: incompatible integer to pointer conversion assigning to 'Bytef *' (aka 'unsigned char *') from 'off_t' (aka 'long') [-Wint-conversion]
file->zlib.next_in = offset;
^ ~~~~~~
2 warnings and 2 errors generated.
Use the patch from https://github.com/gdraheim/zziplib/issues/140 to fix
the errors.
PR: 268185
Approved by: portmgr (tcberner)
MFH: 2022Q4
|
|
0.13.72
fb16dfecae
files touched
|
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner) |
|
0.13.72
b7f05445c0
files touched
|
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner) |
|
0.13.72
aa6eefd5e6
files touched
|
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
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 |
|
0.13.72
2d34c2bfea
files touched
|
Loïc Bartoletti (lbartoletti) |
devel/cmake: Update to 3.23.0
Update to 3.23.0. Fix pkg-plist: using the default share/man location Release Notes: https://cmake.org/cmake/help/v3.23/release/3.23.html PR: 262886 Exp-run by: antoine |
|
0.13.72
8ebbdc26a8
files touched
|
Po-Chuan Hsieh (sunpoet) |
devel/zziplib: Cosmetic change
|
|
0.13.72
9740b3fe43
files touched
|
Bernhard Froehlich (decke) |
devel/zziplib: Add CPE information
Approved by: portmgr (blanket) |
|
0.13.72
c2e240b227
files touched
|
Po-Chuan Hsieh (sunpoet) |
devel/zziplib: Fix SDL option
|
|
0.13.72
305f148f48
files touched
|
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles.
|
|
0.13.72
2a1bd56b04
files touched
|
Sunpoet Po-Chuan Hsieh (sunpoet) |
Add MANPAGES and TEST options
- Bump PORTREVISION for package change PR: 252862 Submitted by: Daniel Engberg <daniel.engberg.lists@pyret.net> |
|
0.13.72
19b87866fc
files touched
|
Mark Linimon (linimon) |
Add compiler:c11 to USES to fix build on GCC-based systems:
cc1: error: unrecognized command line option "-Warray-bounds" Approved by: portmgr (tier-2 blanket) |
|
0.13.72
701c59d958
files touched
|
Sunpoet Po-Chuan Hsieh (sunpoet) |
Update to 0.13.72
Changes: https://github.com/gdraheim/zziplib/blob/master/ChangeLog |
|
0.13.71
5fb9edd6bd
files touched
|
Kyle Evans (kevans) |
Multiple ports: improve regex compliance
These changes largely fall into just two categories:
1. Need textproc/gsed for GNU extensions
2. Extraneous escapes that can go away
For #1, there's a further subdivision into those that require autoconf magic
and those that can get away with BINARY_ALIAS=sed=${LOCALBASE}/bin/gsed.
-CURRENT will soon gain GNU extensions, but these will take longer to get to
all supported releases; we must switch them to gsed to ensure we're actually
properly building them as intended.
For #2, I've fixed these as I can and we should upstream these fixes.
PORTREVISION is bumped for all of the above, because we will almost
certainly build these differently when the replacements actually start
working.
These were all detected by the below-referenced exp-run [1]. The patch
included forbids many ordinary characters from being escaped, since we'll
later imbue those with special meanings. This has had the nice side effect
of picking up various things that we didn't handle properly, e.g. \t and \r
for tab and carriage return.
PR: 229925 [1]
Approved by: koobs (mentor)
Approved by: portmgr (blanket: trivial build fixes)
MFH: no (invasive risk)
Differential Revision: https://reviews.freebsd.org/D25185
|
|
0.13.71
bc436afa02
files touched
|
Sunpoet Po-Chuan Hsieh (sunpoet) |
Cosmetic change
|
|
0.13.71
5f6fb0658b
files touched
|
Sunpoet Po-Chuan Hsieh (sunpoet) |
Update to 0.13.71
Changes: https://github.com/gdraheim/zziplib/blob/master/ChangeLog |
|
0.13.69
3db2f39259
files touched
|
Sunpoet Po-Chuan Hsieh (sunpoet) |
Remove GH_PROJECT which is the default
|
|
0.13.69
2bfd0f0b0b
files touched
|
Sunpoet Po-Chuan Hsieh (sunpoet) |
Take maintainership
|
|
0.13.69
1054345211
files touched
|
Antoine Brodin (antoine) |
Drop python27 dependency
|
|
0.13.69
863110e9f9
files touched
|
Tobias Kortkamp (tobik) |
Add USES={gl,gnome,mate,sdl,xorg} missed in the last round
|
|
0.13.69
8ef9593bb5
files touched
|
Martin Wilke (miwi) |
- Fix build when textproc/xmlto is installed in a local env. - Bump PORTREVISION
PR: 226491 229572 MFH: 2018Q3 Sponsored by: iXsystems Inc. |
|
0.13.69
c2ad1101ef
files touched
|
Martin Wilke (miwi) |
- Added/RM missing patches
|
|
0.13.69
6c26093542
files touched
|
Martin Wilke (miwi) |
- Update to 0.13.68 - Security fixes for: - CVE-2017-5974 - CVE-2017-5975 - CVE-2017-5976 - CVE-2017-5979 - CVE-2017-5980 - CVE-2017-5981 - CVE-2017-5977 - CVE-2018-6381 - CVE-2018-6484 - CVE-2018-6540 - CVE-2018-6541 - CVE-2018-6542 - CVE-2018-6869 - CVE-2018-7725 - CVE-2018-7726 - CVE-2018-7727
PR: 226491 Submitted by: maintainer MFH: 2018Q3 |
|
0.13.62
4567837a3a
files touched
|
Dmitry Marakasov (amdmi3) |
- Switch to new test framework
Approved by: portmgr blanket |
|
0.13.62
f7455240e3
files touched
|
Antoine Brodin (antoine) |
Reduce dependency on the python2 metaport
PR: 225752 Submitted by: Yasuhiro KIMURA |
|
0.13.62
c27d4e377f
files touched
|
Danilo G. Baio (dbaio) |
Update license of ports using MPL (without version)
All ports now should use MPL[10|11|20] license. Approved by: portmgr (blanket) |
|
0.13.62
e03dad557e
files touched
|
Baptiste Daroussin (bapt) |
Drop useless dependency on gmake (bmake build those fine)
|
|
0.13.62
4e1b79a0a6
files touched
|
Mathieu Arnold (mat) |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr Sponsored by: Absolight |
|
0.13.62
60945f0277
files touched
|
Tijl Coosemans (tijl) |
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in the 32 ports that still use it. Bump PORTREVISION on their dependent ports except the ones that depend on these:
audio/libogg audio/libvorbis devel/pcre ftp/curl graphics/jpeg graphics/libart_lgpl graphics/tiff textproc/expat2 textproc/libxslt In these cases the same trick as in the recent gettext update is used. The ports install a symlink with the old library version. When enough of their dependent ports have had regular updates the remaining ones can get a PORTREVISION bump and the links can be removed. Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes over 2200 packages to depend on devel/pcre while less than 200 actually link with it. The glib20 package still depends on devel/pcre so this should not make a difference for ports with USE_GNOME=glib20. Also, libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so USE_GNOME=glib20 should not propagate it. PR: 195724 Exp-run by: antoine Approved by: portmgr (antoine) |
|
0.13.62
f3ae0eff64
files touched
|
Dmitry Marakasov (amdmi3) |
- Convert to USES=python - Drop @dirrm* from plist
|
|
0.13.62
4b1786c901
files touched
|
Kurt Jaeger (pi) |
devel/zziplib: only builds with python2, so USE_PYTHON_BUILD=2
|
|
0.13.62
3e4a806167
files touched
|
Tijl Coosemans (tijl) |
Add 4 new sed commands to USES=libtool. The first two apply some of the 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)
|
|
0.13.62
76c7f8fbe6
files touched
|
Jimmy Olgeni (olgeni) |
Remove indefinite articles and trailing periods from COMMENT, plus minor COMMENT typos and surrounding whitespace fixes. Categories D-F.
CR: D196 Approved by: portmgr (bapt) |
|
0.13.62
efd6789bcb
files touched
|
Dmitry Marakasov (amdmi3) |
- Convert to USES=libtool - Strip libraries - Convert USE_BZIP2 to USES - Use new OPTIONS features
|
|
0.13.62
a47436b412
files touched
|
Dmitry Marakasov (amdmi3) |
- Fix build with SDL enabled
Seems like our BSD make and gmake differ in some chdir()-related behaviour leading to BSD make build not being able to find zzip/zzip.h header by relative path (via -I. -I..): ../../SDL/SDL_rwops_zzip.c:9:10: fatal error: 'zzip/zzip.h' file not found this is fixed by swithing to gmake. |
|
0.13.62
05b6f459ba
files touched
|
Dmitry Marakasov (amdmi3) |
- Support staging
|
|
0.13.62
77d32abc6b
files touched
|
Baptiste Daroussin (bapt) |
Add NO_STAGE all over the place in preparation for the staging support (cat: devel part 4)
|
|
0.13.62
d4041784dc
files touched
|
Alex Kozlov (ak) |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
|
0.13.62
7020ba824d
files touched
|
Baptiste Daroussin (bapt) |
Convert devel to USES=pkgconfig
|
|
0.13.62
b0533230a5
files touched
|
Eitan Adler (eadler) |
Drop support for old versions of FreeBSD from unmaintained ports
Reviewed by: miwi |
|
0.13.62
334eb0fc61
files touched
|
Eitan Adler (eadler) |
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
If a port used other USE_GNOME items it was untouched. The ports that used other USES were fixed by hand. PR: ports/177081 Reviewed by: bapt Approved by: portmgr (miwi) |
|
0.13.62
159b9d4db2
files touched
|
Michael Scheidell (scheidell) |
- Unbreak for FreeBSD > 7.4 amd64
PR: ports/170548 Submitted by: Dominic Fandrey <kamikaze@bsdforen.de> Approved by: port@ |
|
0.13.62
9346b215f0
files touched
|
Baptiste Daroussin (bapt) |
new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config are no more self hosting so we are stuck with 0.25 version while pkgconf provide the same set of features as 0.27 and a compatible frontend. A symlink to pkg-config has been added for convenience and compatibility
This also introduces a new macro to use pkgconf in your ports: USE_PKGCONFIG it can take the following arguments: - yes (meaning build only dep) - build (meaning build only dep) - run (meaning run only dep) - both (meaning run and build dep) From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG The old gnome macro has been modified to use pkgconf but still the sameway: run and build dep to avoid large breakage. While here fix some ports relying on pkg-config but not specifying it, fix some ports broken because testing wrong .pc files, and fix ports using pkg-config --version to determine pkg-config version instead of pkg-config --modversion pkg-config like recommanded by pkg-config With Hat: portmgr Exp-runs by: bapt (pointhat-west), beat (pointyhat) |
|
0.13.62
86b7e3bb7f
files touched
|
Doug Barton (dougb) |
For ports maintained by ports@ where pkgconfig is one of the USE_GNOME deps convert it to BUILD_DEPENDS. This avoids the problem of the bogus run dep added by bsd.gnome.mk.
|
|
0.13.62
f3381fa548
files touched
|
Baptiste Daroussin (bapt) |
Convert to new options framework
|
|
0.13.62
1921fa04de
files touched
|
Martin Wilke (miwi) |
- Update to version 0.13.62
PR: 166026 Submitted by: Ports Fury Feature safe: yes |
|
0.13.60
3798a35bfa
files touched
|
Martin Wilke (miwi) |
- Unbreak on clang
PR: 162919 Submitted by: Jan Beich <jbeich@tormail.net> Feature safe: yes |
|
0.13.60
7e3b32fff8
files touched
|
Eitan Adler (eadler) |
- remove maintainer tags from pkg-descr
Approved by: portmgr Approved by: bapt (mentor) |
|
0.13.60
2da50c512f
files touched
|
Pav Lucistnik (pav) |
- Mark BROKEN on amd64/7
Reported by: pointyhat |
|
0.13.60
7d49a8192a
files touched
|
Dennis Herrmann (dhn) |
- Update to 0.13.60
PR: ports/155807 Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
|
0.13.59
9896fbe6cb
files touched
|
Alex Dupre (ale) |
Don't rebuild manpages, if xmlto is installed. Drop maintainership.
|
|
0.13.59
b37dcee729
files touched
|
Alex Dupre (ale) |
Update to 0.13.59 release.
|
|
0.13.58
1e7b1b9a78
files touched
|
Alex Dupre (ale) |
Fix plist and bump PORTREVISION.
|
|
0.13.58
c0235d26a6
files touched
|
Alex Dupre (ale) |
Update to 0.13.58 release.
|
|
0.13.50
075acacd24
files touched
|
Dmitry Marakasov (amdmi3) |
- Switch SourceForge ports to the new File Release System: categories starting with D
|
|
0.13.50
0ff5eace7e
files touched
|
Alex Dupre (ale) |
Update to 0.13.50 release.
|
|
0.13.49
741aa71483
files touched
|
Rong-En Fan (rafan) |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script. Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk
- Remove CONFIGURE_TARGET hack in various bsd.*.mk
- USE_GNOME=gnometarget is now an no-op
Changes to individual ports, other than removing the CONFIGURE_TARGET hack:
= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
- comms/gnuradio
- science/abinit
- science/elmer-fem
- science/elmer-matc
- science/elmer-meshgen2d
- science/elmerfront
- science/elmerpost
= use x86_64 as ARCH
- devel/g-wrap
= other changes
- print/magicfilter
GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf
Total # of ports modified: 1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)
PR: 126524 (obsoletes 52917)
Submitted by: rafan
Tested on: two pointyhat 7-amd64 exp runs (by pav)
Approved by: portmgr (pav)
|
|
0.13.49
a249020977
files touched
|
Jimmy Olgeni (olgeni) |
Large round of typo fixes in ports/devel (pkg-descr).
|
|
0.13.49
7504bf60f4
files touched
|
Alex Dupre (ale) |
Help portscout.
|
|
0.13.49
f935a609c5
files touched
|
Rong-En Fan (rafan) |
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection.
PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run |
|
0.13.49
229bf3361f
files touched
|
Alex Dupre (ale) |
Add python build dependency.
|
|
0.13.49
00eb6f4718
files touched
|
Alex Dupre (ale) |
Update to 0.13.49 release and install man pages.
|
|
0.13.47
1e8bbf844f
files touched
|
Alex Dupre (ale) |
Update to 0.13.47 release.
|
|
0.13.45
bc4b4c1a98
files touched
|
Alex Dupre (ale) |
Fix build for systems with missing hostname.
|
|
0.13.45
834f080e41
files touched
|
Alex Dupre (ale) |
Update to 0.13.45 release.
|
|
0.10.82
8503536d38
files touched
|
Ade Lovett (ade) |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
|
0.10.82
acd87b4ad8
files touched
|
Edwin Groothuis (edwin) |
SHA256ify
Approved by: krion@ |
|
0.10.82
54a0b86543
files touched
|
Ade Lovett (ade) |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. |
|
0.10.82
c3d8037aeb
files touched
|
David E. O'Brien (obrien) |
At Kris's request, back out the MACHINE_ARCH spelling correction until after 5.4-RELEASE.
|
|
0.10.82
f2fc2d60ae
files touched
|
David E. O'Brien (obrien) |
Assist getting more ports working on AMD64 by obeying the Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
|
|
0.10.82
9e5632dd66
files touched
|
Joe Marcus Clarke (marcus) |
Apply a big libtool patch to allow porters to use the libtool installed by the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet |
|
0.10.82
3bca696b10
files touched
|
Trevor Johnson (trevor) |
Add size data, approved by maintainers.
|
|
0.10.82
3f651573ad
files touched
|
Ade Lovett (ade) |
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
|
|
0.10.82
58c5b838c0
files touched
|
Alex Dupre (ale) |
Switch to my @FreeBSD.org email address.
Approved by: nork (mentor) |
|
0.10.82
e9c4e41b9a
files touched
|
Kirill Ponomarev (krion) |
Fix build on -current
Approved by: fjoe (mentor) (implicit) |
|
0.10.82
d356e676f4
files touched
|
Kirill Ponomarev (krion) |
Update to to 0.10.82
PR: 55038 Submitted by: maintainer Approved by: fjoe (mentor) (implicit) |
|
0.10.76
07352d9c7b
files touched
|
Kris Kennaway (kris) |
Correct typo in @unexec
|
|
0.10.76
65dac0040a
files touched
|
Akinori MUSHA (knu) |
De-pkg-comment.
|
|
0.10.76
ad91537e0d
files touched
|
Yen-Ming Lee (leeym) |
Update to zziplib-0.10.76
PR: 48396 Submitted by: Alex Dupre <sysadmin@alexdupre.com> |
|
0.10.54
da20e7ba16
files touched
|
Christian Weisgerber (naddy) |
Make this build on -STABLE *and* -CURRENT.
|
|
0.10.54
f888c523d3
files touched
|
Kris Kennaway (kris) |
Fix build on -stable
Submitted by: Adam Weinberger <adam@vectors.cx> PR: ports/41092 |
|
0.10.54
82bc70c5e0
files touched
|
Patrick Li (pat) |
Update to 0.10.54
PR: 39657 Submitted by: maintainer |
|
0.10.53
9c87d2ded4
files touched
|
SADA Kenji (sada) |
- Upgrade to version 0.10.53 . - Change maintainer to PR originator. No response about related PR 37431 from maintainer. PR: ports/37525 Submitted by: Alex Dupre <sysadmin@alexdupre.com>
|
|
0.10.11
2b1a883dc4
files touched
|
Maxim Sobolev (sobomax) |
Massive style enforcement - use ^I instead of spaces for variables identation.
|
|
0.10.11
b7f41ec917
files touched
|
Neil Blakey-Milner (nbm) |
Add zziplib 0.10.11, a library to provide transparent read access to zipped files.
PR: 24046 Submitted by: George Reid <greid@ukug.uk.freebsd.org> |