non port: print/fontforge/Makefile |
Number of commits found: 140 (showing only 100 on this page) |
Saturday, 27 Apr 2024
|
12:44 Tijl Coosemans (tijl)
graphics/tiff: Update to 4.6.0
PR: 278577
Exp-run by: antoine
98bf258 |
Sunday, 14 Jan 2024
|
20:31 Daniel Engberg (diizzy) Author: Martin Neubauer
print/fontforge: Update to 20230101
Changelog: https://github.com/fontforge/fontforge/releases/tag/20230101
PR: 276275
Reviewed by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
f1ef8a6 |
Friday, 28 Jul 2023
|
17:13 Daniel Engberg (diizzy)
*/*: Bump jpeg-turbo users treewide
New major version 3.0.0
664a2fa |
Tuesday, 11 Jul 2023
|
20:15 Tijl Coosemans (tijl)
devel/gettext: Update to 0.22
Convert post-patch commands to real patches. This way there are errors
when the underlying code changes.
*/*: Fix gettext issues. The new gettext tools are more strict.
PR: 272210
Exp-run by: antoine
2c2ec62 |
Tuesday, 27 Jun 2023
|
19:34 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>
3d9a815 |
Thursday, 2 Mar 2023
|
05:23 Tobias C. Berner (tcberner)
accessibility/at-spi2-core: update to 2.46.0
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
---
fa81a4f |
Thursday, 1 Dec 2022
|
01:31 Nuno Teixeira (eduardo) Author: Naram Qashat
print/fontforge: Update to 20220308
ChangeLog: https://github.com/fontforge/fontforge/releases/tag/20220308
PR: 268060
257086f |
Wednesday, 7 Sep 2022
|
21:10 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)
b7f0544 |
Wednesday, 20 Jul 2022
|
14:22 Tobias C. Berner (tcberner)
print: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com>
* Alexander Vereeken <Alexander88207@protonmail.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alonso Cardenas Marquez <acm@FreeBSD.org>
* Andreas Klemm <andreas@FreeBSD.org>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Anish Mistry <amistry@am-productions.biz>
* Anton Berezin <tobez@tobez.org>
* Bruce M Simpson <bms@FreeBSD.org>
* Bruce M. Simpson <bms@FreeBSD.org>
* CHOI Junho <cjh@FreeBSD.org>
* Chuck Robey <chuckr@FreeBSD.org>
* D'Arcy Cain <darcy@druid.net>
* David O'Brien (obrien@NUXI.com)
* David O'Brien <obrien@FreeBSD.org>
* David O'Brien <obrien@cs.ucdavis.edu>
* Dima Dorfman <dima@unixfreak.org>
* Dmitry Kazarov <d.y.kazarov@mail.ru>
* Dmitry Sivachenko <dima@Chg.RU>
* Emanuel Haupt <ehaupt@FreeBSD.org>
* Fabiano Sidler <fabianosidler@swissonline.ch>
* Fernan Aguero <fernan.aguero@gmail.com>
* Fernan Aguero <fernan@iib.unsam.edu.ar>
* Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
* Golyashov Sergey <svvord@soft-wizard.ru>
* Gvozdikov Veniamin <g.veniamin@googlemail.com>
* Hideaki Ohmon <ohmon@tom.sfc.keio.ac.jp>
* Igor Pokrovsky <tiamat@comset.net>
* James Bailie <jimmy@mammothcheese.ca>
* Jean-Marc Zucconi <jmz@FreeBSD.org> and David O'Brien <obrien@FreeBSD.org>
* Jean-Sebastien Roy <js@jeannot.org>
* Joe Marcus Clarke <marcus@FreeBSD.org>
* Joel Sutton <jsutton@bbcon.com.au>
* Joerg Wunsch <joerg@FreeBSD.org>
* Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
* Jose Jachuf <jjachuf@gmail.com>
* Joseph Koshy <jkoshy@FreeBSD.org>
* Juergen Lock <nox@jelal.kn-bremen.de>
* Jui-Nan Lin <jnlin@freebsd.cs.nctu.edu.tw>
* KANOU Hiroki <kanou@khdd.net>
* KATO Tsuguru <tkato@prontomail.com>
* Kapil Chowksey
* Kentaro Inagaki <JBD01226@niftyserve.ne.jp>
* Kimura Fuyuki <fuyuki@hadaly.org>
* Klemm <andreas@klemm.gtn.com>
* Koop Mast <kwm@FreeBSD.org>
* Kozlov Sergey <kozlov.sergey.404@gmail.com>
* Lars Koeller
* Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
* Mark Pulford <mark@kyne.com.au>
* Mark Reidel <ports@mark.reidel.info>
* Martin Dieringer <martin.dieringer@gmx.de>
* Martin Kammerhofer
* Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
* Martin Ranne <gasp@ridcully.dnsalias.org>
* Matthew Hunt <mph@pobox.com>
* Maxim Loginov <Zeliboba@mail.ru>
* Michael Johnson <ahze@FreeBSD.org>
* Michael Moll <kvedulv at kvedulv.de>
* Michael Nottebrock <lofi@FreeBSD.org>
* Mike Meyer <mwm@mired.org>
* Mikhail Teterin
* Mita Yoshio <mita@FreeBSD.org>
* Nicola Vitale <nivit@email.it>
* Oliver Braun <obraun@informatik.unibw-muenchen.de>
* Oliver Breuninger <ob@seicom.NET>
* Olivier Cochard-Labbe <olivier@FreeBSD.org>
* Patrick Dung (patrick_dkt@yahoo.com.hk)
* Patrick Powell <papowell@astart.com>
* Pedro Giffuni
* Philip M. Gollucci <pgpollucci@p6m7g8.com>
* Piotr Kubaj <pkubaj@anongoth.pl>
* Po-Chuan Hsieh <sunpoet@FreeBSD.org>
* Robert Withrow <witr@rwwa.com>
* Romain Tartiere <romain@FreeBSD.org>
* Satoshi Asami <asami@FreeBSD.org>
* Satoshi TAOKA <taoka@FreeBSD.org>
* Satoshi Taoka <taoka@FreeBSD.org>
* Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw>
* Simon 'corecode' Schubert <corecode@corecode.ath.cx>
* Simun Mikecin <numisemis@yahoo.com>
* Stefan Esser <se@FreeBSD.org>
* Stefan Hagen <ports@textmail.me>
* Stephen Fisher
* Steve Wills <swills@FreeBSD.org>
* Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
* TAKATSU Tomonari <tota@FreeBSD.org>
* Thierry Thomas <thierry@pompo.net>
* Thomas Gellekum <tg@FreeBSD.org>
* Tim McCormick <tim@pcbsd.org>
* Tomokatsu SAITO <saito@a2z.co.jp>
* Veniamin Gvozdikov <vg@FreeBSD.org>
* Wen Heping <wenheping@gmail.com>
* Yuichiro AIZAWA <yaizawa@mdbl.sfc.keio.ac.jp>
* amistry@am-productions.biz
* andrew@scoop.co.nz
* arved
* brett@peloton.physics.montana.edu
* chuckr@FreeBSD.org
* cjm2
* dbader@eece.unm.edu
* dgilbert@velocet.ca
* e-masson@kisoft-services.com
* eserte@cs.tu-berlin.de
* gahr
* giffunip
* hrs
* ijliao
* jmz
* joerg
* johans
* jseger@FreeBSD.org
* kline
* ljo
* lofi@FreeBSD.org
* martin.dieringer@gmx.de
* mwest@uct.ac.za
* oly@world.std.com
* patrick, trevor
* smace@FreeBSD.org
* spcoltri@unm.edu
* tg@FreeBSD.org
* tobez
* wenheping@gmail.com
With hat: portmgr
51879c9 |
Sunday, 10 Apr 2022
|
19:11 Charlie Li (vishwin)
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor)
d63665f |
Saturday, 26 Mar 2022
|
08:27 Matthias Fechner (mfechner)
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
247c7db |
Wednesday, 19 Jan 2022
|
07:52 Daniel Engberg (diizzy)
print/fontforge: Add missing dependency, switch to upstream release archive
Add missing dependency for gdkpixbuf2 (referenced in gdraw/ggdkdraw.c
and gdraw/ggdkdrawP.h)
Switch to upstream release archive as recommended by Porters Handbook
Do some minor changes to Makefile
PR: 261301
Reviewed by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
27e0a04 |
Sunday, 10 Oct 2021
|
19:44 Baptiste Daroussin (bapt)
INSTALLS_ICONS: retire the macro and rework the related dependencies
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)
2c672a4 |
Friday, 8 Oct 2021
|
11:55 Bernhard Froehlich (decke)
print/fontforge: Add CPE information
Approved by: portmgr (blanket)
edc9f29 |
Saturday, 15 May 2021
|
07:14 Tobias Kortkamp (tobik) Author: Yasuhiro Kimura
*: Remove unnecessary 'port' argument from USES=readline
PR: 248459
Exp-run by: antoine
9671981 |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Tuesday, 5 Jan 2021
|
00:31 ygy
print/fontforge: Update to 20201107
- Update WWW
- Move build from autotools to CMake
Changelogs:
- https://github.com/fontforge/fontforge/releases/tag/20200314
- https://github.com/fontforge/fontforge/releases/tag/20201107
PR: 252343
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Approved by: lwhsu
|
Thursday, 19 Sep 2019
|
14:11 zeising
print/fontforge: Fix timeout without GUI
Add an upstream patch to fix a timeout when starting fontforge without any
gui available, such as when running fontforge -version. This fixes delays
when building for instance print/lilypond.
PR: 240680
Approved by: Naram Qashat
|
Sunday, 15 Sep 2019
|
13:39 pkubaj
print/fontforge: fix build on GCC architectures
Approved by: mentors (implicit approval)
|
Monday, 9 Sep 2019
|
13:41 tobik
Belatedly bump revision of graphics/libspiro consumers
In r509300 libspiro was updated and there was a shared library bump,
but consumers were never bumped.
https://forums.freebsd.org/threads/gimp-wont-compile.72223/
PR: 239951
Pointy hat: pi
|
Friday, 6 Sep 2019
|
22:20 zeising
print/fontforge: Update to 20190801
* Update to 20190801
* Update distinfo
* Update pkg-plist
* Move most required things to options (only required LIB_DEPENDS is
freetype2 and only required GNOME use is glib20 and libxml2)
* USES autoreconf no longer needs to have the build argument because they
made their bootstrap be just running autoreconf and not all the other
junk it did before
* USES localbase in favor of setting CPPFLAGS and LDFLAGS to those
* iconv is forced on despite being an option as the build fails without
iconv for some reason
* Included options for some things that were not options before but are
configurable via GNU configure
* Removed patches from files: patch-Makefile.am (uthash not used anymore),
patch-fontforge_cvexport.c and patch-fontforge_print.c (that code was
removed and the patch is not needed anymore),
patch-fontforge_splinefont.h (looking at SVN history, this was added
to fix build for 8.x, but that isn't supported anymore and it builds
without this)
* Added patch to files: patch-m4-fontforge__arg__enable.m4 (without this,
woff2 was always being enabled regardless of --enable/disable-woff2
being set)
Changelog:
https://github.com/fontforge/fontforge/releases/tag/20190801
PR: 239768
Submitted by: kunda
Approved by: Naram Qashat (maintainer)
|
Tuesday, 11 Jun 2019
|
22:30 rodrigo
Update print/fontforge to 20190413
* Rework FREETYPE option using print/freetype2 to get
freetype files instead of fetching distfile directly,
removing the need of chasing the port's version.
* Shift some things around in Makefile to appease portlint
* Regenerate patches and remove patch-fontforge_splinefont.h
Changelog: https://github.com/fontforge/fontforge/releases/tag/20190317
https://github.com/fontforge/fontforge/releases/tag/20190413
PR: 237855
Submitted by: kunda <chitty_cloud@me.com>
Approved by: <cyberbotx@cyberbotx.com> (maintainer)
|
Tuesday, 9 Apr 2019
|
14:04 sunpoet
Update devel/readline to 8.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://tiswww.case.edu/php/chet/readline/CHANGES
PR: 236156
Exp-run by: antoine
|
Friday, 22 Sep 2017
|
10:48 mat
Remove USES=execinfo.
PR: 220271
Submitted by: mat (review), Yasuhiro KIMURA (PR)
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D11488
|
Thursday, 17 Aug 2017
|
19:10 swills
print/fontforge: Update to 20170731
PR: 221169
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
|
Tuesday, 27 Jun 2017
|
13:46 sunpoet
Update devel/readline to 7.0 patch 3
- Bump PORTREVISION for shlib change
Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES
https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html
https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html
Differential Revision: https://reviews.freebsd.org/D11172
PR: 219947
Exp-run by: antoine
|
Sunday, 23 Apr 2017
|
03:28 miwi
- Remove clang36 dependency
PR: 218730
Submitted by: myself
Approved by: maintainer
|
Monday, 10 Oct 2016
|
16:54 pawel
Update to version 20161005
PR: 213159
Submitted by: Naram Qashat (maintainer)
|
Sunday, 31 Jul 2016
|
22:41 pawel
- Update to version 20160404
- Register package indirect dependencies
PR: 211463
Submitted by: Naram Qashat (maintainer)
|
Thursday, 26 May 2016
|
21:57 mandree
Fix build on HEAD-i386, using clang 3.6, not newer.
PR: 204175
Submitted by: Hiroo Ono
Reported by: Ivan Klymenko
Approved by: Naram Qashat (maintainer)
|
Friday, 1 Apr 2016
|
14:16 mat
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
|
Monday, 14 Dec 2015
|
13:48 kwm
Chase freetype2 to 2.6.2 update.
PR: 205298
Submitted by: maintainer
|
Thursday, 3 Dec 2015
|
20:01 antoine
Update giflib to 5.1.1
PR: 204492
|
Sunday, 15 Nov 2015
|
15:34 tijl
Let USES=autoreconf define AUTORECONF and use it throughout the tree.
PR: 204534
Approved by: portmgr (antoine)
|
Thursday, 27 Aug 2015
|
16:51 amdmi3
- Update to 20150824
PR: 202639
Submitted by: cyberbotx@cyberbotx.com (maintainer)
|
Sunday, 16 Aug 2015
|
02:49 jbeich
print/fontforge: sync version and mirrors with print/freetype2
PR: 201418
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
|
Wednesday, 29 Jul 2015
|
16:26 amdmi3
- Fix shebangs
Approved by: portmgr blanket
MFH: 2015Q3 (blanket)
|
Thursday, 25 Jun 2015
|
10:35 amdmi3
- Update to 20150612
PR: 200885
Submitted by: cyberbotx@cyberbotx.com (maintainer)
|
Monday, 22 Jun 2015
|
18:33 antoine
Convert to USES=jpeg
|
Friday, 15 May 2015
|
23:20 jbeich
print/fontforge: update to 20150430
- Consistently prepend LOCALBASE in pre-configure
- Wrap long USES line
- Drop redundant GH_ACCOUNT
Changes: https://github.com/fontforge/fontforge/releases/tag/20150330
Changes: https://github.com/fontforge/fontforge/releases/tag/20150430
PR: 199972
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
|
Thursday, 7 May 2015
|
17:32 mat
Update ports in the p* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight
|
Saturday, 18 Apr 2015
|
15:14 tijl
Convert to USES=autoreconf
|
Thursday, 2 Apr 2015
|
09:47 bapt
Fix build with freetype option
Reported by: Ivan Klymenko <fidaj@ukr.net>
|
Monday, 30 Mar 2015
|
22:39 bapt
Remove dead RINGSERVER
|
Saturday, 7 Mar 2015
|
07:16 riggs
Update to upstream version 20150228
PR: 198278
Submitted by: cyberbotx@cyberbotx.com (maintainer)
|
Sunday, 25 Jan 2015
|
08:24 jbeich
- Update to upstream version 20141230 (same as v2.1.0)
- Chase update of print/freetype2 to 2.5.5
PR: 196861
Differential Revision: https://reviews.freebsd.org/D1630
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Approved by: bapt (mentor)
|
Wednesday, 14 Jan 2015
|
18:19 antoine
Update graphics/giflib to 5.0.5
Differential Revision: https://reviews.freebsd.org/D1361
Submitted by: bapt
Reviewed by: self
Exp-run by: self
|
Sunday, 4 Jan 2015
|
15:48 riggs
- Update to upstream version 20141126
- Remove OPTIONS MULTILAYER, PLUGINS and PANGO
- Simplify Makefile
PR: 196300
Submitted by: cyberbotx@cyberbotx.com (maintainer)
|
Sunday, 28 Dec 2014
|
14:53 wen
- Update graphics/libspiro to 0.2.20131203
PR: 196202
Submitted by: cyberbotx@cyberbotx.com(maintainer)
|
Thursday, 25 Dec 2014
|
20:54 bapt
Bump portrevision after png update
|
19:04 antoine
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade
|
Sunday, 14 Dec 2014
|
15:26 riggs
Chase update of freetype2 to 2.5.4.
While on it:
- Convert USE_PYTHON -> USES
PR: 195872
Submitted by: cyberbotx@cyberbotx.com (maintainer)
|
Monday, 8 Dec 2014
|
16:48 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)
|
Wednesday, 25 Jun 2014
|
05:35 bapt
Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends
With hat: portmgr
|
Tuesday, 3 Jun 2014
|
00:51 amdmi3
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
|
Wednesday, 16 Apr 2014
|
18:28 zeising
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well
as some drivers and utilities.
Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.
Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.
Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.
Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics
Thanks to: all testers, bdrewery and the FreeBSD x11@ team
exp-run by: bdrewery [1]
PR: ports/187602 [1]
Approved by: portmgr (bdrewery), core (jhb)
|
Monday, 24 Mar 2014
|
09:27 pawel
Doc files are downloaded separately, they are not available
when DOCS=off
Noticed by: maintainer
|
Sunday, 23 Mar 2014
|
16:56 pawel
- Support staging [1]
- Use OPTIONS helpers [1]
- Catch up to latest freetype2 version [1]
- Updates to LIB_DEPENDS and USES [1]
- Strip program, libs and plugins
PR: ports/187641 [1]
Submitted by: maintainer
|
Friday, 20 Sep 2013
|
22:44 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
print)
|
Tuesday, 14 May 2013
|
19:14 rakuco
Fix typo in OPTIONS_DEFINE, the second PYTHON should be PANGO.
PR: ports/178643
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
|
Friday, 3 May 2013
|
20:36 madpilot
- Update to use freetype2 2.4.11
- Convert to new options framework
- Make dependency on freetype2 conditional
- Bump PORTVERSION
PR: ports/174823
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
|
Saturday, 27 Apr 2013
|
18:25 mva
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
USE_GETTEXT=yes to USES=gettext while here
|
Wednesday, 24 Apr 2013
|
18:10 ak
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt)
|
Friday, 8 Feb 2013
|
14:48 pawel
Add missing dependency
PR: ports/175938
Submitted by: myself
Approved by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
|
Wednesday, 15 Aug 2012
|
22:56 scheidell
- Update to 20120731-b
PR: ports/170572
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
|
Friday, 1 Jun 2012
|
05:26 dinoex
- update png to 1.5.10
|
Monday, 20 Feb 2012
|
03:57 swills
- Switch to giflib
Approved by: maintainer (via IRC)
|
Friday, 23 Sep 2011
|
22:26 amdmi3
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
|
Friday, 4 Mar 2011
|
04:01 miwi
- Update to 20110222
PR: 155076
Submitted by: maintainer
|
Monday, 3 Jan 2011
|
12:18 arved
Chase freetype2 update
PR: 153639
Submitted by: maintainer
|
Saturday, 4 Dec 2010
|
07:34 ade
Sync to new bsd.autotools.mk
|
Tuesday, 30 Nov 2010
|
22:58 beech
Chase recent Freetype2 update.
PR: ports/152602
Submitted by: Naram Qashat (cyberbotx@cyberbotx.com) (maintainer)
Approved by: itetcu (implicit)
|
Saturday, 21 Aug 2010
|
23:04 lwhsu
- Work properly with non-standard PREFIX
PR: ports/149860
Submitted by: Naram Qashat <cyberbotx AT cyberbotx.com> (maintainer)
|
Tuesday, 17 Aug 2010
|
20:26 amdmi3
- Chase freetype2 update
PR: 149680
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
|
Tuesday, 27 Jul 2010
|
14:08 sylvio
- Update freetype_version to 2.4.1
PR: ports/148976
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
|
Monday, 31 May 2010
|
02:01 ade
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.
|
Sunday, 16 May 2010
|
22:13 sylvio
- Chase freetype2 update to 2.3.12
PR: ports/146488
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
|
Friday, 7 May 2010
|
22:54 sylvio
- Update to 20100501
PR: ports/146226
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
|
Sunday, 28 Mar 2010
|
06:47 dinoex
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Monday, 22 Feb 2010
|
09:26 nemoliu
- Chase freetype2 to 2.3.11
- Bump the PORTREVISION
PR: ports/144193
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Feature safe: yes
|
Friday, 5 Feb 2010
|
11:46 dinoex
- update to jpeg-8
|
Thursday, 1 Oct 2009
|
13:24 amdmi3
- Properly produce CFLAGS without optimizations
PR: 139225
Suggested by: Andriy Gapon
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
|
Friday, 25 Sep 2009
|
19:14 miwi
- Update to 20090923
PR: 139120
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (Maintainer)
Feature safe: yes
|
Thursday, 17 Sep 2009
|
10:00 miwi
- Update to 20090914
PR: 138886
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Feature safe: yes
|
Thursday, 3 Sep 2009
|
23:12 amdmi3
- Fix build
Reported by: pointyhat via pav
Approved by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
|
Saturday, 22 Aug 2009
|
21:09 miwi
- Fix fetch after recent Sourceforge migration
PR: 138069
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
|
00:35 amdmi3
- Switch SourceForge ports to the new File Release System: categories starting
with P,R,S
|
Sunday, 2 Aug 2009
|
19:36 mezz
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr
|
Saturday, 18 Jul 2009
|
11:11 dinoex
- update to jpeg7
Tested by: pav on pointyhat
|
Wednesday, 1 Jul 2009
|
12:36 miwi
- Update to 20090622
PR: 135977
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
|
Saturday, 11 Apr 2009
|
11:44 miwi
- Update to 20090408
PR: 133580
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
|
Wednesday, 25 Feb 2009
|
20:58 beech
- Update to 20090224
PR: ports/132105
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
|
Friday, 26 Dec 2008
|
22:19 miwi
- Update to 20081224
PR: 129933
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
|
Tuesday, 30 Sep 2008
|
08:53 miwi
- Update to 20080927
PR: 127702
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
|
Monday, 25 Aug 2008
|
04:11 rafan
- Update to 20080824
PR: ports/126804
Submitted by: Naram Qashat <cyberbotx at cyberbotx.com> (maintainer)
|
Friday, 25 Jul 2008
|
14:34 pav
- Remove USE_GCC where it can be satisfied with base compiler on following
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
|
Sunday, 20 Jul 2008
|
20:48 miwi
- Update to 20080720
PR: 125813
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
|
Thursday, 3 Jul 2008
|
21:18 gahr
- Chase Freetype2 update
PR: 125240
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
|
Sunday, 29 Jun 2008
|
21:54 gahr
- Chase freetype2 update
PR: 124983
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
|
Wednesday, 11 Jun 2008
|
12:23 rafan
- Update to 20080607
PR: ports/124425
Submitted by: Naram Qashat <cyberbotx at cyberbotx.com> (maintainer)
|
Number of commits found: 140 (showing only 100 on this page) |