notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: print/fontforge/Makefile

Number of commits found: 139 (showing only 100 on this page)

1 | 2  »  

Sunday, 14 Jan 2024
20:31 Daniel Engberg (diizzy) search for other commits by this committer 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)
commit hash: f1ef8a6a47c2dbef6b8be3f3354e4968e5233930 commit hash: f1ef8a6a47c2dbef6b8be3f3354e4968e5233930 commit hash: f1ef8a6a47c2dbef6b8be3f3354e4968e5233930 commit hash: f1ef8a6a47c2dbef6b8be3f3354e4968e5233930 f1ef8a6
Friday, 28 Jul 2023
17:13 Daniel Engberg (diizzy) search for other commits by this committer
*/*: Bump jpeg-turbo users treewide

New major version 3.0.0
commit hash: 664a2fa1e56e670a356f54c94389bdb47d868f3f commit hash: 664a2fa1e56e670a356f54c94389bdb47d868f3f commit hash: 664a2fa1e56e670a356f54c94389bdb47d868f3f commit hash: 664a2fa1e56e670a356f54c94389bdb47d868f3f 664a2fa
Tuesday, 11 Jul 2023
20:15 Tijl Coosemans (tijl) search for other commits by this committer
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
commit hash: 2c2ec62c72ca36f480a349a7f69ad755a4d226dd commit hash: 2c2ec62c72ca36f480a349a7f69ad755a4d226dd commit hash: 2c2ec62c72ca36f480a349a7f69ad755a4d226dd commit hash: 2c2ec62c72ca36f480a349a7f69ad755a4d226dd 2c2ec62
Tuesday, 27 Jun 2023
19:34 Rene Ladan (rene) search for other commits by this committer
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>
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb 3d9a815
Thursday, 2 Mar 2023
05:23 Tobias C. Berner (tcberner) search for other commits by this committer
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
---
commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 fa81a4f
Thursday, 1 Dec 2022
01:31 Nuno Teixeira (eduardo) search for other commits by this committer Author: Naram Qashat
print/fontforge: Update to 20220308

ChangeLog:	https://github.com/fontforge/fontforge/releases/tag/20220308
PR:		268060
commit hash: 257086f41e1619782323985f4856c8caeb008a7a commit hash: 257086f41e1619782323985f4856c8caeb008a7a commit hash: 257086f41e1619782323985f4856c8caeb008a7a commit hash: 257086f41e1619782323985f4856c8caeb008a7a 257086f
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 20 Jul 2022
14:22 Tobias C. Berner (tcberner) search for other commits by this committer
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
commit hash: 51879c91f87889e30c8cc97affa08f16b6ac8527 commit hash: 51879c91f87889e30c8cc97affa08f16b6ac8527 commit hash: 51879c91f87889e30c8cc97affa08f16b6ac8527 commit hash: 51879c91f87889e30c8cc97affa08f16b6ac8527 51879c9
Sunday, 10 Apr 2022
19:11 Charlie Li (vishwin) search for other commits by this committer
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)
commit hash: d63665f7cd9c99880704a3c5bc221829cb009744 commit hash: d63665f7cd9c99880704a3c5bc221829cb009744 commit hash: d63665f7cd9c99880704a3c5bc221829cb009744 commit hash: d63665f7cd9c99880704a3c5bc221829cb009744 d63665f
Saturday, 26 Mar 2022
08:27 Matthias Fechner (mfechner) search for other commits by this committer
textproc/libxml2: bump all dependencies

This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
commit hash: 247c7db7513f1264922428278678da641c5a3f52 commit hash: 247c7db7513f1264922428278678da641c5a3f52 commit hash: 247c7db7513f1264922428278678da641c5a3f52 commit hash: 247c7db7513f1264922428278678da641c5a3f52 247c7db
Wednesday, 19 Jan 2022
07:52 Daniel Engberg (diizzy) search for other commits by this committer
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)
commit hash: 27e0a0490abdba2aac8e56fa6b840359277bb645 commit hash: 27e0a0490abdba2aac8e56fa6b840359277bb645 commit hash: 27e0a0490abdba2aac8e56fa6b840359277bb645 commit hash: 27e0a0490abdba2aac8e56fa6b840359277bb645 27e0a04
Sunday, 10 Oct 2021
19:44 Baptiste Daroussin (bapt) search for other commits by this committer
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)
commit hash: 2c672a4de941dc57142d867ba42396b1b64d2921 commit hash: 2c672a4de941dc57142d867ba42396b1b64d2921 commit hash: 2c672a4de941dc57142d867ba42396b1b64d2921 commit hash: 2c672a4de941dc57142d867ba42396b1b64d2921 2c672a4
Friday, 8 Oct 2021
11:55 Bernhard Froehlich (decke) search for other commits by this committer
print/fontforge: Add CPE information

Approved by:    portmgr (blanket)
commit hash: edc9f2983a86f8fa2d4d5de95a7432326667b985 commit hash: edc9f2983a86f8fa2d4d5de95a7432326667b985 commit hash: edc9f2983a86f8fa2d4d5de95a7432326667b985 commit hash: edc9f2983a86f8fa2d4d5de95a7432326667b985 edc9f29
Saturday, 15 May 2021
07:14 Tobias Kortkamp (tobik) search for other commits by this committer Author: Yasuhiro Kimura
*: Remove unnecessary 'port' argument from USES=readline

PR:		248459
Exp-run by:	antoine
commit hash: 9671981826f7ef8b1e7fb0a430ee24d4a1f0acf2 commit hash: 9671981826f7ef8b1e7fb0a430ee24d4a1f0acf2 commit hash: 9671981826f7ef8b1e7fb0a430ee24d4a1f0acf2 commit hash: 9671981826f7ef8b1e7fb0a430ee24d4a1f0acf2 9671981
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Tuesday, 5 Jan 2021
00:31 ygy search for other commits by this committer
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
Original commitRevision:560358 
Thursday, 19 Sep 2019
14:11 zeising search for other commits by this committer
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
Original commitRevision:512342 
Sunday, 15 Sep 2019
13:39 pkubaj search for other commits by this committer
print/fontforge: fix build on GCC architectures

Approved by:	mentors (implicit approval)
Original commitRevision:512102 
Monday, 9 Sep 2019
13:41 tobik search for other commits by this committer
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
Original commitRevision:511630 
Friday, 6 Sep 2019
22:20 zeising search for other commits by this committer
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)
Original commitRevision:511370 
Tuesday, 11 Jun 2019
22:30 rodrigo search for other commits by this committer
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)
Original commitRevision:503997 
Tuesday, 9 Apr 2019
14:04 sunpoet search for other commits by this committer
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
Original commitRevision:498476 
Friday, 22 Sep 2017
10:48 mat search for other commits by this committer
Remove USES=execinfo.

PR:		220271
Submitted by:	mat (review), Yasuhiro KIMURA (PR)
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D11488
Original commitRevision:450351 
Thursday, 17 Aug 2017
19:10 swills search for other commits by this committer
print/fontforge: Update to 20170731

PR:		221169
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Original commitRevision:448177 
Tuesday, 27 Jun 2017
13:46 sunpoet search for other commits by this committer
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
Original commitRevision:444463 
Sunday, 23 Apr 2017
03:28 miwi search for other commits by this committer
- Remove clang36 dependency

PR:		218730
Submitted by:	myself
Approved by:	maintainer
Original commitRevision:439195 
Monday, 10 Oct 2016
16:54 pawel search for other commits by this committer
Update to version 20161005

PR:		213159
Submitted by:	Naram Qashat (maintainer)
Original commitRevision:423676 
Sunday, 31 Jul 2016
22:41 pawel search for other commits by this committer
- Update to version 20160404
- Register package indirect dependencies

PR:		211463
Submitted by:	Naram Qashat (maintainer)
Original commitRevision:419418 
Thursday, 26 May 2016
21:57 mandree search for other commits by this committer
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)
Original commitRevision:415915 
Friday, 1 Apr 2016
14:16 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412348 
Monday, 14 Dec 2015
13:48 kwm search for other commits by this committer
Chase freetype2 to 2.6.2 update.

PR:		205298
Submitted by:	maintainer
Original commitRevision:403722 
Thursday, 3 Dec 2015
20:01 antoine search for other commits by this committer
Update giflib to 5.1.1

PR:		204492
Original commitRevision:402898 
Sunday, 15 Nov 2015
15:34 tijl search for other commits by this committer
Let USES=autoreconf define AUTORECONF and use it throughout the tree.

PR:		204534
Approved by:	portmgr (antoine)
Original commitRevision:401710 
Thursday, 27 Aug 2015
16:51 amdmi3 search for other commits by this committer
- Update to 20150824

PR:		202639
Submitted by:	cyberbotx@cyberbotx.com (maintainer)
Original commitRevision:395433 
Sunday, 16 Aug 2015
02:49 jbeich search for other commits by this committer
print/fontforge: sync version and mirrors with print/freetype2

PR:		201418
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Original commitRevision:394376 
Wednesday, 29 Jul 2015
16:26 amdmi3 search for other commits by this committer
- Fix shebangs

Approved by:	portmgr blanket
MFH:		2015Q3 (blanket)
Original commitRevision:393173 
Thursday, 25 Jun 2015
10:35 amdmi3 search for other commits by this committer
- Update to 20150612

PR:		200885
Submitted by:	cyberbotx@cyberbotx.com (maintainer)
Original commitRevision:390553 
Monday, 22 Jun 2015
18:33 antoine search for other commits by this committer
Convert to USES=jpeg
Original commitRevision:390310 
Friday, 15 May 2015
23:20 jbeich search for other commits by this committer
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)
Original commitRevision:386489 
Thursday, 7 May 2015
17:32 mat search for other commits by this committer
Update ports in the p* categories to not use GH_COMMIT.

With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:385643 
Saturday, 18 Apr 2015
15:14 tijl search for other commits by this committer
Convert to USES=autoreconf
Original commitRevision:384229 
Thursday, 2 Apr 2015
09:47 bapt search for other commits by this committer
Fix build with freetype option

Reported by:	Ivan Klymenko <fidaj@ukr.net>
Original commitRevision:382992 
Monday, 30 Mar 2015
22:39 bapt search for other commits by this committer
Remove dead RINGSERVER
Original commitRevision:382777 
Saturday, 7 Mar 2015
07:16 riggs search for other commits by this committer
Update to upstream version 20150228

PR:		198278
Submitted by:	cyberbotx@cyberbotx.com (maintainer)
Original commitRevision:380672 
Sunday, 25 Jan 2015
08:24 jbeich search for other commits by this committer
- 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)
Original commitRevision:377866 
Wednesday, 14 Jan 2015
18:19 antoine search for other commits by this committer
Update graphics/giflib to 5.0.5

Differential Revision:	https://reviews.freebsd.org/D1361
Submitted by:	bapt
Reviewed by:	self
Exp-run by:	self
Original commitRevision:377033 
Sunday, 4 Jan 2015
15:48 riggs search for other commits by this committer
- Update to upstream version 20141126
- Remove OPTIONS MULTILAYER, PLUGINS and PANGO
- Simplify Makefile

PR:		196300
Submitted by:	cyberbotx@cyberbotx.com (maintainer)
Original commitRevision:376240 
Sunday, 28 Dec 2014
14:53 wen search for other commits by this committer
- Update graphics/libspiro to 0.2.20131203

PR:		196202
Submitted by:	cyberbotx@cyberbotx.com(maintainer)
Original commitRevision:375727 
Thursday, 25 Dec 2014
20:54 bapt search for other commits by this committer
Bump portrevision after png update
Original commitRevision:375598 
19:04 antoine search for other commits by this committer
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade
Original commitRevision:375594 
Sunday, 14 Dec 2014
15:26 riggs search for other commits by this committer
Chase update of freetype2 to 2.5.4.

While on it:
- Convert USE_PYTHON -> USES

PR:		195872
Submitted by:	cyberbotx@cyberbotx.com (maintainer)
Original commitRevision:374712 
Monday, 8 Dec 2014
16:48 tijl search for other commits by this committer
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)
Original commitRevision:374303 
Wednesday, 25 Jun 2014
05:35 bapt search for other commits by this committer
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
Original commitRevision:359185 
Tuesday, 3 Jun 2014
00:51 amdmi3 search for other commits by this committer
- Switch to USES=libtool, drop .la files

Approved by:	portmgr blanket
Original commitRevision:356270 
Wednesday, 16 Apr 2014
18:28 zeising search for other commits by this committer
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)
Original commitRevision:351411 
Monday, 24 Mar 2014
09:27 pawel search for other commits by this committer
Doc files are downloaded separately, they are not available
when DOCS=off

Noticed by:	maintainer
Original commitRevision:348925 
Sunday, 23 Mar 2014
16:56 pawel search for other commits by this committer
- 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
Original commitRevision:348871 
Friday, 20 Sep 2013
22:44 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
print)
Original commitRevision:327765 
Tuesday, 14 May 2013
19:14 rakuco search for other commits by this committer
Fix typo in OPTIONS_DEFINE, the second PYTHON should be PANGO.

PR:		ports/178643
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Original commitRevision:318190 
Friday, 3 May 2013
20:36 madpilot search for other commits by this committer
- 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)
Original commitRevision:317239 
Saturday, 27 Apr 2013
18:25 mva search for other commits by this committer
- 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
Original commitRevision:316683 
Wednesday, 24 Apr 2013
18:10 ak search for other commits by this committer
- Convert USE_GETTEXT to USES (part 3)

Approved by:	portmgr (bapt)
Original commitRevision:316464 
Friday, 8 Feb 2013
14:48 pawel search for other commits by this committer
Add missing dependency

PR:		ports/175938
Submitted by:	myself
Approved by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Original commitRevision:311940 
Wednesday, 15 Aug 2012
22:56 scheidell search for other commits by this committer
- Update to 20120731-b

PR:		ports/170572
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Original commit
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Monday, 20 Feb 2012
03:57 swills search for other commits by this committer
- Switch to giflib

Approved by:    maintainer (via IRC)
Original commit
Friday, 23 Sep 2011
22:26 amdmi3 search for other commits by this committer
- 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
Original commit
Friday, 4 Mar 2011
04:01 miwi search for other commits by this committer
- Update to 20110222

PR:             155076
Submitted by:   maintainer
Original commit
Monday, 3 Jan 2011
12:18 arved search for other commits by this committer
Chase freetype2 update

PR:             153639
Submitted by:   maintainer
Original commit
Saturday, 4 Dec 2010
07:34 ade search for other commits by this committer
Sync to new bsd.autotools.mk
Original commit
Tuesday, 30 Nov 2010
22:58 beech search for other commits by this committer
Chase recent Freetype2 update.

PR:             ports/152602
Submitted by:   Naram Qashat (cyberbotx@cyberbotx.com) (maintainer)
Approved by:    itetcu (implicit)
Original commit
Saturday, 21 Aug 2010
23:04 lwhsu search for other commits by this committer
- Work properly with non-standard PREFIX

PR:             ports/149860
Submitted by:   Naram Qashat <cyberbotx AT cyberbotx.com> (maintainer)
Original commit
Tuesday, 17 Aug 2010
20:26 amdmi3 search for other commits by this committer
- Chase freetype2 update

PR:             149680
Submitted by:   Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Original commit
Tuesday, 27 Jul 2010
14:08 sylvio search for other commits by this committer
- Update freetype_version to 2.4.1

PR:             ports/148976
Submitted by:   Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Original commit
Monday, 31 May 2010
02:01 ade search for other commits by this committer
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
Original commit
Sunday, 16 May 2010
22:13 sylvio search for other commits by this committer
- Chase freetype2 update to 2.3.12

PR:             ports/146488
Submitted by:   Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Original commit
Friday, 7 May 2010
22:54 sylvio search for other commits by this committer
- Update to 20100501

PR:             ports/146226
Submitted by:   Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Original commit
Sunday, 28 Mar 2010
06:47 dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Original commit
Monday, 22 Feb 2010
09:26 nemoliu search for other commits by this committer
- Chase freetype2 to 2.3.11
- Bump the PORTREVISION

PR:     ports/144193
Submitted by:   Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Feature safe:   yes
Original commit
Friday, 5 Feb 2010
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Thursday, 1 Oct 2009
13:24 amdmi3 search for other commits by this committer
- Properly produce CFLAGS without optimizations

PR:             139225
Suggested by:   Andriy Gapon
Submitted by:   Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Original commit
Friday, 25 Sep 2009
19:14 miwi search for other commits by this committer
- Update to 20090923

PR:             139120
Submitted by:   Naram Qashat <cyberbotx@cyberbotx.com> (Maintainer)
Feature safe:   yes
Original commit
Thursday, 17 Sep 2009
10:00 miwi search for other commits by this committer
- Update to 20090914

PR:             138886
Submitted by:   Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Feature safe: yes
Original commit
Thursday, 3 Sep 2009
23:12 amdmi3 search for other commits by this committer
- Fix build

Reported by:    pointyhat via pav
Approved by:    Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Original commit
Saturday, 22 Aug 2009
21:09 miwi search for other commits by this committer
- Fix fetch after recent Sourceforge migration

PR:             138069
Submitted by:   Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Original commit
00:35 amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with P,R,S
Original commit
Sunday, 2 Aug 2009
19:36 mezz search for other commits by this committer
-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
Original commit
Saturday, 18 Jul 2009
11:11 dinoex search for other commits by this committer
- update to jpeg7
Tested by:      pav on pointyhat
Original commit
Wednesday, 1 Jul 2009
12:36 miwi search for other commits by this committer
- Update to 20090622

PR:             135977
Submitted by:   Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Original commit
Saturday, 11 Apr 2009
11:44 miwi search for other commits by this committer
- Update to 20090408

PR:             133580
Submitted by:   Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Original commit
Wednesday, 25 Feb 2009
20:58 beech search for other commits by this committer
- Update to 20090224

PR:             ports/132105
Submitted by:   Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Original commit
Friday, 26 Dec 2008
22:19 miwi search for other commits by this committer
- Update to 20081224

PR:             129933
Submitted by:   Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Original commit
Tuesday, 30 Sep 2008
08:53 miwi search for other commits by this committer
- Update to 20080927

PR:             127702
Submitted by:   Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Original commit
Monday, 25 Aug 2008
04:11 rafan search for other commits by this committer
- Update to 20080824

PR:             ports/126804
Submitted by:   Naram Qashat <cyberbotx at cyberbotx.com> (maintainer)
Original commit
Friday, 25 Jul 2008
14:34 pav search for other commits by this committer
- 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
Original commit
Sunday, 20 Jul 2008
20:48 miwi search for other commits by this committer
- Update to 20080720

PR:             125813
Submitted by:   Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Original commit
Thursday, 3 Jul 2008
21:18 gahr search for other commits by this committer
- Chase Freetype2 update

PR:             125240
Submitted by:   Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Original commit
Sunday, 29 Jun 2008
21:54 gahr search for other commits by this committer
- Chase freetype2 update

PR:             124983
Submitted by:   Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Original commit
Wednesday, 11 Jun 2008
12:23 rafan search for other commits by this committer
- Update to 20080607

PR:             ports/124425
Submitted by:   Naram Qashat <cyberbotx at cyberbotx.com> (maintainer)
Original commit
Friday, 6 Jun 2008
13:58 edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
Original commit

Number of commits found: 139 (showing only 100 on this page)

1 | 2  »