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: x11-fonts/fontconfig/Makefile

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

1 | 2  »  

Tuesday, 23 Jan 2024
21:51 Muhammad Moinur Rahman (bofh) search for other commits by this committer
x11-fonts/fontconfig: Impelled to share/man

Approved by:    portmgr (blanket)
commit hash: 801091af09044bd4e4eec972c4404b3199736e57 commit hash: 801091af09044bd4e4eec972c4404b3199736e57 commit hash: 801091af09044bd4e4eec972c4404b3199736e57 commit hash: 801091af09044bd4e4eec972c4404b3199736e57 801091a
Sunday, 7 Jan 2024
10:04 Daniel Engberg (diizzy) search for other commits by this committer
x11-fonts/fontconfig: Bump PORTREVISION due to plist change

Bump PORTREVISION after 229b78027eb40c76e092790ae836983cc380517d

Reported by:	delphij
Approved by:	portmgr (blanket)
commit hash: f602cc41adaac6cae7ee67b427439ca2d0d88558 commit hash: f602cc41adaac6cae7ee67b427439ca2d0d88558 commit hash: f602cc41adaac6cae7ee67b427439ca2d0d88558 commit hash: f602cc41adaac6cae7ee67b427439ca2d0d88558 f602cc4
Friday, 5 Jan 2024
17:27 Daniel Engberg (diizzy) search for other commits by this committer
x11-fonts/fontconfig: Update to 2.15.0

Changelog:
https://www.freedesktop.org/software/fontconfig/release/ChangeLog-2.15.0

PR:		275954
Approved by:	desktop (tcberner)
Sponsored by:	Blinkinblox
Exp-run by:	antoine
commit hash: 2e0e0bedd5dad9695bfbffec7b83222a26db2fbd commit hash: 2e0e0bedd5dad9695bfbffec7b83222a26db2fbd commit hash: 2e0e0bedd5dad9695bfbffec7b83222a26db2fbd commit hash: 2e0e0bedd5dad9695bfbffec7b83222a26db2fbd 2e0e0be
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
Monday, 20 Feb 2023
15:10 Daniel Engberg (diizzy) search for other commits by this committer
x11-fonts/fontconfig: Update to 2.14.2

Upstream now supports definition of a lot of variables which means we
can now drop a bunch of local patches.

Changelog:
https://gitlab.freedesktop.org/fontconfig/fontconfig/-/blob/2.14.1/README

PR:		268627
Approved by:	desktop (tcberner)
Exp-run by: 	antoine
commit hash: b57fcb31ae96e8b145167ba71d3431bbb20e1a1c commit hash: b57fcb31ae96e8b145167ba71d3431bbb20e1a1c commit hash: b57fcb31ae96e8b145167ba71d3431bbb20e1a1c commit hash: b57fcb31ae96e8b145167ba71d3431bbb20e1a1c b57fcb3
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
Tuesday, 6 Sep 2022
14:11 Tobias C. Berner (tcberner) search for other commits by this committer
x11-fonts/fontconfig: update to 2.14.0

PR:		266126
Exp-run by:	antoine
commit hash: 2233880ba12f01b929c65bfa4bb4329235454dbc commit hash: 2233880ba12f01b929c65bfa4bb4329235454dbc commit hash: 2233880ba12f01b929c65bfa4bb4329235454dbc commit hash: 2233880ba12f01b929c65bfa4bb4329235454dbc 2233880
Wednesday, 20 Jul 2022
14:23 Tobias C. Berner (tcberner) search for other commits by this committer
x11-fonts: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Alexey Illarionov <littlesavage@rambler.ru>
  *  Andreas Kohn <andreas@syndrom23.de>
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Ashish Shukla <wahjava@gmail.com>
  *  Babak Farrokhi <babak@farrokhi.net>
  *  Björn König <bkoenig@alpha-tierchen.de>
  *  Brett Taylor
  *  Dave Cottlehuber <dch@skunkwerks.at>
  *  Dejan Lesjak <lesi@FreeBSD.org>
  *  Dennis Herrmann <adox@mcx2.org>
  *  Dominic Marks <dominic.marks@btinternet.com>
  *  Dryice Liu <dryice@liu.com.cn>
  *  Emanuel Haupt <ehaupt@FreeBSD.org>
  *  Eric Anholt <anholt@FreeBSD.org>
  *  Florian Limberger <flo@snakeoilproductions.net>
  *  Guerkan Senguen <gurkan@phys.ethz.ch>
  *  Gvozdikov Veniamin <g.veniamin@googlemail.com>
  *  Herbert J. Skuhra <herbert.skuhra@gmx.at>
  *  Horia Racoviceanu <horia@racoviceanu.com>
  *  Ilya A. Arkhipov <rum1cro@yandex.ru>
  *  Joe Marcus Clarke <marcus@FreeBSD.org>
  *  Johannes Lundberg <johalun0@gmail.com>
  *  Jordan Irwin <antumdeluge@gmail.com>
  *  KOMATSU Shinichiro
  *  Kevin Lo <kevlo@FreeBSD.org>
  *  Konstantinos Konstantinidis <kkonstan@daemon.gr>
  *  Koop Mast <kwm@FreeBSD.org>
  *  Kuan-Chung Chiu <buganini@gmail.com>
  *  Leland Wang <llwang@infor.org>
  *  Lowell Gilbert <lgfbsd@be-well.ilk.org>
  *  Manuel Giraud <manuel.giraud@gmail.com>
  *  Marcin Cieslak <saper@SYSTEM.PL>
  *  Masaki TAGAWA <masaki@club.kyutech.ac.jp>
  *  Mateusz Piotrowski <0mp@FreeBSD.org>
  *  Matt Lancereau <matt@rimasec.net>
  *  Matthew Seaman
  *  Maxim Sobolev <sobomax@FreeBSD.org>
  *  Michael Hsin <mhsin@mhsin.org>
  *  Michael Johnson <ahze@FreeBSD.org>
  *  NAKATA, Maho <maho@FreeBSD.org>
  *  Naresh Venkateshappa <nareshov@gmail.com>
  *  Norberto Lopes <nlopes.ml@gmail.com>
  *  Oliver Lehmann <lehmann@ans-netz.de>
  *  Olivier Duchateau <duchateau.olivier@gmail.com>
  *  Pawel Worach
  *  Pedro Giffuni
  *  Pete Fritchman <petef@databits.net>
  *  Piotr Kubaj <pkubaj@FreeBSD.org>
  *  Piotr Kubaj <pkubaj@anongoth.pl>
  *  Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Rusmir Dusko <nemysis@FreeBSD.org>
  *  Satoshi TAOKA <taoka@FreeBSD.org>
  *  Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Thierry Thomas <thierry@pompo.net>
  *  Winston Weinert <winstonw@lavabit.com>
  *  Yoshihiko Sarumaru <mistral@imasy.or.jp>
  *  Zhihao Yuan <lichray@gmail.com>
  *  arrowd <6yearold@gmail.com>
  *  bf <bf@FreeBSD.org>
  *  dburr@FreeBSD.org
  *  erich@FreeBSD.org
  *  giffunip@asme.org
  *  heiner Eichmann <h.eichmann@gmx.de>
  *  mi@aldan.algebra.com
  *  nork@FreeBSD.org
  *  past@ebs.gr
  *  trevor

With hat:	portmgr
commit hash: 8d4fe7cd076c84fc58af111334f5ae655cd5e4e1 commit hash: 8d4fe7cd076c84fc58af111334f5ae655cd5e4e1 commit hash: 8d4fe7cd076c84fc58af111334f5ae655cd5e4e1 commit hash: 8d4fe7cd076c84fc58af111334f5ae655cd5e4e1 8d4fe7c
Tuesday, 22 Mar 2022
12:29 Baptiste Daroussin (bapt) search for other commits by this committer
x11-fonts/fontconfig: Use triggers to rebuild fc-cache

Stop forcing the overwrite of the cache at each run it is not necessary
most of the time.

Reviewed by:	tcberner
Differencial Revision:	https://reviews.freebsd.org/D34602

While here rework USES=fonts to drop @fcfontsdir which is not nessary anymore
and convert the @fontsdir into lua which make it way simpler to read
commit hash: 306567bc74fbdfb30c62479083b933835f314c8f commit hash: 306567bc74fbdfb30c62479083b933835f314c8f commit hash: 306567bc74fbdfb30c62479083b933835f314c8f commit hash: 306567bc74fbdfb30c62479083b933835f314c8f 306567b
Monday, 6 Sep 2021
18:05 Daniel Engberg (diizzy) search for other commits by this committer
x11-fonts/fontconfig: Restore generation of font cache

Restore generation of cache prior to Meson switch
Upstream patch provided by John Hein

PR:		254963
Reported by:	Piotr Smyrak
Tested by:	Piotr Smyrak and John Hein
Approved by:	arrowd (mentor)
Obtained from:	https://gitlab.freedesktop.org/fontconfig/fontconfig/-/issues/296
Differential Revision:	https://reviews.freebsd.org/D31602
commit hash: 1215cfdc188e71f377e4274a7525f4afc2315ba8 commit hash: 1215cfdc188e71f377e4274a7525f4afc2315ba8 commit hash: 1215cfdc188e71f377e4274a7525f4afc2315ba8 commit hash: 1215cfdc188e71f377e4274a7525f4afc2315ba8 1215cfd
Sunday, 5 Sep 2021
19:12 Daniel Engberg (diizzy) search for other commits by this committer Author: Ting-Wei Lan
x11-fonts/fontconfig: Install prebuilt documentation

Additional changes:
While at it also rephrase section regarding circular dependency for docs

PR:		258145
Approved by:	tcberner (mentor)
commit hash: 0e61178adba22093a2f98e3c3675f04110f7005e commit hash: 0e61178adba22093a2f98e3c3675f04110f7005e commit hash: 0e61178adba22093a2f98e3c3675f04110f7005e commit hash: 0e61178adba22093a2f98e3c3675f04110f7005e 0e61178
Sunday, 15 Aug 2021
06:15 Daniel Engberg (diizzy) search for other commits by this committer
x11-fonts/fontconfig: Update to 2.13.94

Changelog:
https://gitlab.freedesktop.org/fontconfig/fontconfig/-/blob/main/README

PR:		257119
Approved by:	tcberner (mentor)
Exp-run by:	antoine
commit hash: 83e384fbc4fd9d8af5d513f98913518bd78e021b commit hash: 83e384fbc4fd9d8af5d513f98913518bd78e021b commit hash: 83e384fbc4fd9d8af5d513f98913518bd78e021b commit hash: 83e384fbc4fd9d8af5d513f98913518bd78e021b 83e384f
Sunday, 4 Jul 2021
14:03 Tobias C. Berner (tcberner) search for other commits by this committer Author: Ting-Wei Lan
x11-fonts/fontconfig: add upstream fix 49-sansserif.conf

After updating fontconfig 2.13.93, the configuration file
'49-sansserif.conf' shipped with fontconfig itself stops working. This
means if some glyphs cannot be found in the given font, fontconfig will
pick fallback fonts randomly instead of honoring what the user sets as
sans-serif.

This commit pulls in upstreams fix for this issue from
	https://gitlab.freedesktop.org/fontconfig/fontconfig/-/merge_requests/142

See also upstreams PR:
	https://gitlab.freedesktop.org/fontconfig/fontconfig/-/issues/267

PR:		256969
commit hash: 4b4126ceba9b8adf8d7b6a6af421923ebba86118 commit hash: 4b4126ceba9b8adf8d7b6a6af421923ebba86118 commit hash: 4b4126ceba9b8adf8d7b6a6af421923ebba86118 commit hash: 4b4126ceba9b8adf8d7b6a6af421923ebba86118 4b4126c
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
Monday, 15 Feb 2021
19:09 tcberner search for other commits by this committer
x11-fonts/fontconfig: Update to 2.13.93

Changelog:
       
https://gitlab.freedesktop.org/fontconfig/fontconfig/-/blob/master/README

- Switch to meson build system

PR:             253212
Exp-run by:     antoine
Submitted by:   daniel.engberg.lists@pyret.net
Original commitRevision:565327 
Saturday, 9 May 2020
07:03 tcberner search for other commits by this committer
x11-fonts/fontconfig: webfonts on many sites crash www/firefox

A "bad" commit [1] included in the recent fontconfig upgrade to 2.13.92, lead to
many
crashed tabs inside firefox. A fix has been provided upstream in [2], and fixed
in fix [3].

Related Mozilla bugreport [4].

[1]
https://cgit.freedesktop.org/fontconfig/commit/?id=61573ad5f7c4dd0860d613d99d0086433240eb75
[2] https://gitlab.freedesktop.org/fontconfig/fontconfig/-/issues/237
[3]
https://gitlab.freedesktop.org/fontconfig/fontconfig/-/commit/6edaaa4d1823518a97fb4cc3004d110b1046f742
[4] https://bugzilla.mozilla.org/show_bug.cgi?id=1629231

PR:		245915
Submitted by:	jbeich
Reported by:	Graham Perrin, jbeich, ehaupt, tcberner
Original commitRevision:534715 
Saturday, 4 Apr 2020
07:34 tcberner search for other commits by this committer
x11-fonts/fontconfig: Add further upstream patch for v2.13.92

- Add upstream patch to files/patch-2.13.92.diff file:
 
https://cgit.freedesktop.org/fontconfig/commit/?id=6f6b39780215714386606ca1c5457a7106639ff4
- Fix pkg-message filename

PR:		245343
Submitted by:	lightside <lightside@gmx.com>
Original commitRevision:530621 
Friday, 3 Apr 2020
20:02 tcberner search for other commits by this committer
x11-fonts/fontconfig: update to 2.13.92

Fontconfig 2.13.1 generated .uuid files in the fonts directory which where
not properly registered to the packages. To clean them up, please execute the
following command:

        find %%LOCALBASE%%/share/fonts -type f -name .uuid -delete

By switching to this RC, the dependency on libuuid can be droped again, and the
issue of registering uuid is moot.

PR:		239167
Exp-run by:	antoine
Submitted by:	lightside <lightside@gmx.com>
MFH:		2020Q2
Original commitRevision:530516 
Saturday, 14 Mar 2020
22:29 tcberner search for other commits by this committer
x11-fonts/fontconfig: improve port

This reintegrates work done by lightside and swills into the upgrade to 2.13.1:

- add upstream performance improving patches
- add nls option
- drop unnecessary CONFIGURE_ENV

PR:		239167
Submitted by:	lightside <lightside@gmx.com>, swills
Original commitRevision:528458 
21:21 tcberner search for other commits by this committer
x11-fonts/fontconfig: update to 2.13.1

Changelog:
	https://www.freedesktop.org/software/fontconfig/release/ChangeLog-2.13.1

Reviewed by:	madpilot
Differential Revision:	https://reviews.freebsd.org/D22411
Original commitRevision:528448 
Saturday, 16 Nov 2019
15:11 tcberner search for other commits by this committer
Give some more ports to desktop@

Discussed with:	kwm
Original commitRevision:517750 
Wednesday, 9 May 2018
03:50 lwhsu search for other commits by this committer
- Update to 2.12.6

PR:		225164
Submitted by:	lightside <lightside@gmx.com>
Test and tweaked by:	Ting-Wei Lan <lantw44@gmail.com>
Approved by:	kwm (gnome@, maintainer)
Original commitRevision:469428 
Saturday, 10 Mar 2018
07:47 ume search for other commits by this committer
Disable NO_BITMAPS option by default for now.
There are some people using the pcf fonts.

PR:		225744
Original commitRevision:464048 
03:47 ume search for other commits by this committer
Remove wrongly introduced duplicate OPTIONS_DEFINE line.

PR:		225744
Reported by:	lightside <lightside__at__gmx.com>
Original commitRevision:464042 
02:37 ume search for other commits by this committer
- Add NO_BITMAPS option
- Convert files/patch-conf.d_Makefile.in to sed patch

PR:		225744
Submitted by:	lightside
Original commitRevision:464041 
Friday, 9 Mar 2018
15:22 ume search for other commits by this committer
Fix plist after my previous commit.
Make sure to install 70-no-bitmaps.conf.

PR:		225744
Original commitRevision:463966 
08:14 ume search for other commits by this committer
defaulting x11-fonts/fontconfig no-bitmap.conf

PR:		225744
Submitted by:	Yuichiro NAITO
Original commitRevision:463941 
Wednesday, 18 Jan 2017
13:20 tijl search for other commits by this committer
The output of tools like awk, date, sort, tr,... depends on the current
locale set by the user.  Add LANG=C and LC_ALL=C at the beginning of
bsd.port.mk and export them so all commands are executed with the C locale.
LC_ALL=C overrides all other LC_* variables.  LANG is used by setlocale(3)
as default value for LC_* variables, so normally it isn't used when LC_ALL
is set, but there's code out there that looks at LANG directly so it's safer
to set it as well.  The only commands not captured by this are !=
assignments before any inclusion of bsd.port.*mk.

Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to
CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a
different locale (e.g. USE_LOCALE=en_US.UTF-8).

PR:		215882
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:431796 
Sunday, 21 Aug 2016
19:13 kwm search for other commits by this committer
Update fontconfig to 2.12.1.

Add license lines
Add option to select the preferred hinting configuration
Add CPE info [1]

PR:		211570
Submitted by:	lightside@gmx.com, rakuco@ [1]
MFH:		2016Q3
Security:	44989c29-67d1-11e6-8b1d-c86000169601, CVE-2016-5384
Original commitRevision:420579 
Monday, 25 Jul 2016
21:10 jbeich search for other commits by this committer
x11-fonts/fontconfig: don't touch user font cache on install

This matches USES=fonts (@fc, @fcfontsdir) behavior.

PR:		207263
Submitted by:	Tatsuki Makino <tatsuki_makino@hotmail.com>
Approved by:	maintainer timeout (5 months)
MFH:		2016Q3
Original commitRevision:419065 
Monday, 9 May 2016
19:18 sunpoet search for other commits by this committer
- Bump PORTREVISION for package change in r414575

Approved by:	portmgr (blanket)
Original commitRevision:414887 
Wednesday, 4 May 2016
02:45 cy search for other commits by this committer
Link static library.

Note to those who follow: The statically linked library will be used
by the next commit of x11/xforward for use on firewall/gateway machines
without a full-blown X install.

Differential Revision:	D6155
Original commitRevision:414575 
Friday, 1 Apr 2016
14:33 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412351 
Monday, 2 Nov 2015
13:41 kwm search for other commits by this committer
Teach fontconfig that LANG and LC_* settings with more than 2 components
are fine and actualy supported by POSIX even if Linux doesn't.

This should fix font issues with the projects/collation branch.

Submitted by:	bapt@, marino@
Obtained from:	DragonFly BSD
Original commitRevision:400653 
Sunday, 6 Sep 2015
15:42 amdmi3 search for other commits by this committer
- Switch to options helpers

Approved by:	portmgr blanket
Original commitRevision:396225 
Wednesday, 3 Dec 2014
23:27 kwm search for other commits by this committer
Update fontconfig to 2.11.1.

While here:
 - Drop :keepla from USES=libtool
 - Use INSTALL_TARGET for stripping
 - Sprinkle some carrier returns in the post-install target so they stay within
77 char length.
 - Switch to @sample for config file
 - Remove @dirrm[try]'s from plist

PR:		195595
Submitted by:	delphij@
Original commitRevision:373853 
Wednesday, 3 Sep 2014
14:57 sbruno search for other commits by this committer
Undiagnosed ARMv6 core dump occurs when using GCC with fontconfig.

Avoid this crash and resore compiles via CLANG.

PR:		183536
Submitted by:	mazhe@alkumuna.eu
Reviewed by:	kwm
Original commitRevision:367209 
Tuesday, 15 Jul 2014
17:14 adamw search for other commits by this committer
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
Original commitRevision:361981 
Monday, 12 May 2014
15:25 tijl search for other commits by this committer
Convert to USES=libtool:keepla tar:bzip2.
Original commitRevision:353832 
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 
Friday, 27 Dec 2013
18:54 kwm search for other commits by this committer
Make the confdir variable in fontconfig.pc have a correctly expanded value.

Reported by:	mat@
Pointyhat to:	kwm@ for not checking font ports :/
Original commitRevision:337779 
15:52 kwm search for other commits by this committer
Update to 2.11.0.

Stagify.
Original commitRevision:337743 
Friday, 20 Sep 2013
23:51 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-fonts)
Original commitRevision:327781 
Thursday, 19 Sep 2013
21:56 kwm search for other commits by this committer
Update to 2.10.95.

This contains some fixes for user config files.
Depend on GCC for arm, or fc-cache will Segfault. [1]
Use new LIB_DEPENDS style, remove leading artikel from COMMENT

PR:		ports/181372 [1]
Submitted by:	Chie Taguchi <taguchi.ch@gmail.com> [1]
Original commitRevision:327652 
Wednesday, 31 Jul 2013
11:57 kwm search for other commits by this committer
The FreeBSD GNOME team presents a Glib and Gtk+ 3 update.

This update updates Glib20 to 2.36 and Gtk+ 3.8

* The gio-fam-backend port that used gamin for the GFileMonitor API is gone.
  It is replaced by a GIO kqueue implementation developed as part of a NetBSD
  GSoC 2011 project by Dimitry Matveev.
* Fix a bug in the glib20 Makefile so it includes -lintl in the glib-2.0
  pkgconfig file [1]. This broke static linking and newer binutils.
* Add introspection USE_GNOME component which sets GI_SCANNER_DISABLE_CACHE to
  prevent creation of /  root/.cache dir. Defaults to build & run depend,
  but :build and :run switches available.
* New x11-toolkits/pangox-compat port and companion USE_GNOME component for
  pangox support which was removed from the pango port. Add it to ports still
  using pangox API.

Exp-run by:	bapt@
PR:		ports/178958 [1]
Submitted by:	emaste@ [1]
Original commitRevision:324037 
Friday, 8 Mar 2013
10:51 kwm search for other commits by this committer
* Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 which
  are the latest stable releases.
* Update vala to the newest stable release 0.18.1, also update a few ports
  in the gtk/gnome stack.
* The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles.
* Remove pkg-config run depends from glib20 and freetype2. This doesn't
  eliminate pkg-config run dependency completely, a second phase is needed
  and is planned.
* Support for .:run. and .:build. for USE_GNOME components was added.
  Currently only libxml2 and libxslt support this mechanism.
* Updates of the telepathy stack and empathy.
* Trim makefile headers, convert ports to new options, trim off library
  versions for some ports.
* Fix other ports so they build with the new glib version.

Thanks to miwi and crees for helping out with some exp-runs.
Approved by:	portmgr (miwi & bapt)
Obtained from:	gnome team repo
Original commitRevision:313633 
Sunday, 4 Nov 2012
14:54 gerald search for other commits by this committer
Fix installing this port as a user (e.g., INSTALL_AS_USER=1) by
ignoring the error code after a call to ${LDCONFIG}.

Approved by:	maintainer timeout (3 months)
Feature safe:	yes
Original commitRevision:306970 
Sunday, 20 May 2012
17:40 mezz search for other commits by this committer
Update to 2.9.0.
Original commit
Monday, 23 Apr 2012
21:05 kwm search for other commits by this committer
Add patch from upstream to fix a C++11 issue in fontconfig. This fixes the
build of libreoffice with Clang on current. And possible other C++ users of
fontconfig.

Submitted by:   Buganini (via bapt@) on #freebsd-office
Obtained by:    fontconfig git
Original commit
Friday, 29 Jul 2011
18:17 kwm search for other commits by this committer
Add */share/fonts as default path and change */lib/X11/fonts to add directory,
now it's same as what Linux has and fontconfig's default configuration. There
are a few of ports have fonts installed in share/fonts/ and they don't realized
about that those fonts don't work at all. Also, reduce add hack in each font
ports if they want to install in share/fonts/ by default.
Original commit
Friday, 14 Jan 2011
16:59 kwm search for other commits by this committer
Update MASTER_SITE to new mastersite location, fetch didn't like the redirect.

Submitted by:   pointhat-west via Erwin
Feature safe:   yes
Original commit
Saturday, 4 Dec 2010
07:34 ade search for other commits by this committer
Sync to new bsd.autotools.mk
Original commit
Saturday, 28 Nov 2009
20:06 marcus search for other commits by this committer
Presenting GNOME 2.28.1 for FreeBSD.  The official release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.28/ .
Officially, this is mostly a polishing release in preparation for GNOME 3.0
due in about a year.

On the FreeBSD front, though, a lot went into this release.  Major thanks
goes to kwm and avl who did a lot of the porting work for this release.
In particular, kwm brought in Evolution MAPI support for better Microsoft
Exchange integration.  Avl made sure that the new gobject introspection
repository ports were nicely compartmentalized so that large dependencies
aren't brought in wholesale.

But, every GNOME team member (ahze, avl, bland, kwm, mezz, and myself)
contributed to this release.

Other major improvements include an updated HAL with better volume
probing code, ufsid integration, and support for volume names containing
spaces (big thanks to J.R. Oldroyd); a new WebKit; updated AbiWord;
an updated Gimp; and a preview of the new GNOME Shell project (thanks to
Pawel Worach).

The FreeBSD GNOME Team would like to that the following additional
contributors to this release whose patches and testing really helped
make it a success:

Andrius Morkunas
Dominique Goncalves
Eric L. Chen
J.R. Oldroyd
Joseph S. Atkinson
Li
Pawel Worach
Romain Tartière
Thomas Vogt
Yasuda Keisuke
Rui Paulo
Martin Wilke
(and an extra shout out to miwi and pav for pointyhat runs)

We would like to send this release out to Alexander Loginov (avl) in
hopes that he feels better soon.

PR:             136676
                136967
                138872 (obsolete with new epiphany-webkit)
                139160
                134737
                139941
                140097
                140838
                140929
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, 11 Apr 2009
02:16 marcus search for other commits by this committer
Mark these ports has being multiple jobs safe.

PR:             132997
Submitted by:   mm
Original commit
Saturday, 10 Jan 2009
05:22 marcus search for other commits by this committer
Presenting GNOME 2.24 for FreeBSD.

See http://library.gnome.org/misc/release-notes/2.24/ for the general
release notes.  On the FreeBSD front, this release introduces Fuse support
in HAL, adds multi-CPU support to libgtop, WebKit updates, and fixes some
long-standing seahorse and gnome-keyring bugs.  The documentation updates
to the website are forthcoming.

This release features commits by adamw, ahze, kwm, mezz, and myself.  It would
not have been possible without are contributors and testers:

Alexander Loginov
Craig Butler [1]
Dmitry Marakasov [6]
Eric L. Chen
Joseph S. Atkinson
Kris Moore
Lapo Luchini [7]
Nikos Ntarmos
Pawel Worach
Romain Tartiere
TAOKA Fumiyoshi [3]
Yasuda Keisuke
Zyl
aZ [4]
bf [2] [5]
Florent Thoumie
Peter Wemm
pluknet

PR:             125857 [1]
                126993 [2]
                130031 [3]
                127399 [4]
                127661 [5]
                124302 [6]
                129570 [7]
                129936
                123790
Original commit
Saturday, 19 Apr 2008
17:56 miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
Original commit
Monday, 24 Mar 2008
03:50 marcus search for other commits by this committer
The FreeBSD GNOME team is proud to annunce the release of GNOME 2.22.0 for
FreeBSD.  The official GNOME 2.22 release notes can be found at
http://library.gnome.org/misc/release-notes/2.22/ .  On the FreeBSD front,
this release features an updated hal port with support for video4linux
devices, DRM (Direct Rendering), and better support of removable media.  Work
is also underway to tie webkit more closely into GNOME.  As part of the
GNOME 2.22 upgrade, GStreamer received a rather large upgrade as well.
Be sure to consult UPDATING on the proper steps to upgrade all of your
GNOME ports.

This release would not have been possible without the contributions and
testing efforts of the following people:

Pawel Worach
kan
edwin
Peter Ulrich Kruppa
J. W. Ballantine
Yasuda Keisuke
Andriy Gapon
Original commit
Saturday, 28 Jul 2007
18:19 marcus search for other commits by this committer
Add a missing dependency on docbook-410 when building fontconfig with
DocBook support.

PR:             114504
Submitted by:   "Pawel Pekala" <c0rn@o2.pl>
Original commit
Monday, 23 Jul 2007
09:36 rafan search for other commits by this committer
- 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
Original commit
Saturday, 19 May 2007
20:32 flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Original commit
Saturday, 14 Apr 2007
07:25 marcus search for other commits by this committer
Sync fontconfig with the fd.o git repository to fix a bug rendering DejaVu
fonts in Qt-based applications.

PR:             110873
Obtained from:  Freedesktop git (fontconfig module)
Original commit
Thursday, 22 Mar 2007
08:23 pav search for other commits by this committer
- Revert my previous commit; it was totally bogus
Original commit
Wednesday, 21 Mar 2007
02:06 pav search for other commits by this committer
- Fix plist for reference port

Reported by:    krismail
Original commit
Monday, 19 Mar 2007
05:14 marcus search for other commits by this committer
Presenting GNOME 2.18 for FreeBSD.  GNOME 2.18 is a departure from recent GNOME
releases in that it focuses more on stability and functionality than on
new features.  Not that it doesn't have its share of new and exciting
items.  See http://www.gnome.org/start/2.18/ for all the goodies in
this release.

GNOME 2.18 for FreeBSD would not have been possible without the hard work
of the FreeBSD GNOME Team and our intrepid band of testers including
J. W. Ballantine, Pawel Worach, Yasuda Keisuke, Pascal Hofstee, miwi,
Yoshihiro Ota, Vladimir Grebenschikov, Jukka A. Ukkonen,
Phillip Neumann, Franz Klammer, and Neal Delmonico.
Original commit
Friday, 9 Mar 2007
16:30 pav search for other commits by this committer
- fc-match: Add 's' to getopt pattern, so -s is recognized

PR:             ports/109976
Submitted by:   Denis Eremenko <moonshade@pnhz.kz>
Original commit
Friday, 2 Feb 2007
17:06 pav search for other commits by this committer
- Remove support for xfree86-3

PR:             ports/106666
Submitted by:   vd
With hat:       portmgr
Original commit
Thursday, 1 Feb 2007
02:42 kris search for other commits by this committer
Use libtool port instead of included version to avoid objformat a.out botch
Original commit
Monday, 16 Oct 2006
20:42 mezz search for other commits by this committer
Disable the cjk patch, same with freetype2, it doesn't build.

Reported by:    ijliao
Approved by:    portmgr (implicit, kris and marcus)
Original commit
Saturday, 14 Oct 2006
08:35 marcus search for other commits by this committer
Presenting GNOME 2.16.1 for FreeBSD.  This release represents a massive
amount of work by the FreeBSD GNOME Team and our testers.

On top of the usual GNOME update, we have taken this opportunity to move
GNOME from X11BASE to LOCALBASE.  This means roughly 600 ports NOT part of
the GNOME Desktop also need to be changed.  The bulk of the move was carried
out by ahze, mezz, and pav, but it would not have been possible without
cooperation from the FreeBSD KDE team who worked with us to make sure
GNOME and KDE can still coexist happily.  We would also like to send a
shout out to kris and pointyhat for putting up with multiple test runs
until we got something that was solid.

Back to GNOME 2.16.  This release brings a huge amount of new functionality
to FreeBSD.  The standard release notes can be read at
http://www.gnome.org/start/2.16/ .  But on top of what you will read there,
jylefort and marcus have completed work on a port of HAL to FreeBSD.  This
will allow FreeBSD to take advantage of closer hardware interaction such
as auto-mounting CD-ROMs, USB drives, and music players; auto-playing
audio CDs; and managing laptop power consumption.

But where would this all be without our loyal testers and contributors?
Therefore, the FreeBSD GNOME team would like to thank the following users:

Phillip Neumann <pneumann@gmail.com>
tmclaugh
mux
Yuri Pankov <yuri.pankov@gmail.com>
chinsan
Thomas <freebsdlists@bsdunix.ch>
Brian Gruber <knightbg@yahoo.com>
Franz Klammer <klammer@webonaut.com>
Dominique Goncalves <dominique.goncalves@gmail.com>
Pascal Hofstee <caelian@gmail.com>
Yasuda Keisuke <kysd@po.harenet.ne.jp>
backyard <backyard1454-bsd@yahoo.com>
Andris Raugulis <endrju@null.lv> <endrju@null.lv>
Eric L. Chen <d9364104@mail.nchu.edu.tw>
Pawel Worach <pawel.worach@gmail.com>
QuiRK on #freebsd-gnome
Shane Bell <decept0@gmail.com>
luigi
sajd on #freebsd-gnome
sat
Chris Coleman <chrisc@vmunix.com>
kaeru on #freebsd-gnome
crsd_ via irc.freenode.org/#FreeBSD-GNOME
Joel Diaz <joeldiaz@mac.com>

Enjoy!

Approved by:    portmgr (implicit, kris)
Original commit
Monday, 12 Jun 2006
04:58 mezz search for other commits by this committer
Use the correct mtree when you change the prefix, for example:

        Incorrect: (before)
        ================================
        # cd /usr/ports/x11-toolkits/pango
        # make -V MTREE_FILE
        /etc/mtree/BSD.x11-4.dist
        # make PREFIX=/tmp/foo -V MTREE_FILE
        /etc/mtree/BSD.local.dist <-- Here...
        ================================

        Correct: (after)
        ================================
        # cd /usr/ports/x11-toolkits/pango
        # make -V MTREE_FILE
        /etc/mtree/BSD.x11-4.dist
        # make PREFIX=/tmp/foo -V MTREE_FILE
        /etc/mtree/BSD.x11-4.dist <-- Here...
        ================================
Original commit
Thursday, 1 Jun 2006
00:25 mezz search for other commits by this committer
Correct it, don't use USE_X_PREFIX that cause the circle dependency loop.
Original commit
Wednesday, 31 May 2006
22:18 mezz search for other commits by this committer
- Add header in these *-reference ports.
- Fix a few of pkg-descr by chase the rename.
- Move all PORTREVISION and PORTEPOCH to top with ?=.
- Put USE_X_PREFIX back in, but under REFERENCE_PORT, and remove PREFIX? and
  USE_XLIB. This fix ports to use the correct mtree when you change the prefix,
  for example:

        Incorrect: (Without USE_X_PREFIX)
        ================================
        # cd /usr/ports/x11-toolkits/gtk20
        # make -V MTREE_FILE
        /etc/mtree/BSD.x11-4.dist
        # make PREFIX=/tmp/foo -V MTREE_FILE
        /etc/mtree/BSD.local.dist <-- Here...
        ================================

        Correct: (With USE_X_PREFIX)
        ================================
        # cd /usr/ports/x11-toolkits/gtk20
        # make -V MTREE_FILE
        /etc/mtree/BSD.x11-4.dist
        # make PREFIX=/tmp/foo -V MTREE_FILE
        /etc/mtree/BSD.x11-4.dist <-- Here...
        ================================

- Change a several of *-reference ports to install in LOCALBASE instead
  X11BASE, but only two gtkmm*-reference couldn't be change at the moment.
  Bump the PORTREVISION for change prefix.

Discussed with: marcus
Original commit
Thursday, 11 May 2006
18:03 jylefort search for other commits by this committer
Move the fontconfig programming reference to the fontconfig-reference port.
Original commit
Monday, 1 May 2006
18:46 jylefort search for other commits by this committer
- Make sure that /usr/X11R6/lib/X11/fonts is only listed once in fonts.conf.
- Replace some spaces by tabs.
Original commit
Sunday, 26 Mar 2006
23:34 marcus search for other commits by this committer
Fix the build when docbook-utils is installed.

Submitted by:   Andreas Kohn <andreas@syndrom23.de>
Original commit
Thursday, 23 Feb 2006
10:40 ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
Original commit
Tuesday, 14 Feb 2006
18:12 marcus search for other commits by this committer
Update firefly patch sites.

PR:             92851
Submitted by:   hamigua <hamigua@hotpop.com>
Original commit
Thursday, 2 Feb 2006
19:15 marcus search for other commits by this committer
Remove USE_REINPLACE to pacify portlint.
Original commit
19:14 marcus search for other commits by this committer
Since we look in X11BASE for fonts, make sure we explicitly clean up
X11BASE on deinstall.
Original commit
Monday, 30 Jan 2006
23:20 kuriyama search for other commits by this committer
Chase shlib bump of libexpat.
Original commit
Saturday, 17 Dec 2005
19:39 pav search for other commits by this committer
- Add WITH_CJK patches

PR:             ports/90523
Submitted by:   lwj <lwj83@cs.ccu.edu.tw>
Original commit
Saturday, 5 Nov 2005
04:53 marcus search for other commits by this committer
Presenting GNOME 2.12 for FreeBSD.  The release is chock full of bug fixes
and new features.  Don't believe me?  Then see for yourself at
http://www.gnome.org/start/2.12/notes/en/.

DO NOT USE portupgrade by itself to upgrade to GNOME 2.12.  Instead, use
the gnome_upgrade.sh script from
http://www.marcuscom.com/downloads/gnome_upgrade212.sh.  This script will
circumvent some potential pitfalls users can see if they use portupgrade
by itself.

In keeping with tradition, GNOME 2.12 for FreeBSD comes with a special
splash screen.  The winner of this release's contest is
Dominique Goncalves <dominique.goncalves@gmail.com>.  His splash screen
was inspired by http://art.gnome.org/contests/2.12-splash/83.

The FreeBSD GNOME Team would lank to thank the following users for
their contributions to this release:

Matthew Luckie <mjl@luckie.org.nz>
ade
sajd on #freebsd-gnome
Caelian on #freebsd-gnome
mnag
Yasuda Keisuke <kysd@po.harenet.ne.jp>
Mark Hobden <markhobden@gmail.com>
Sergey Akifyev <asa@agava.com>
Andreas Kohn

For more information on GNOME on FreeBSD, checkout
http://www.FreeBSD.org/gnome/.  The 2.12 documentation will be
posted shortly.
Original commit
Wednesday, 16 Mar 2005
08:23 marcus search for other commits by this committer
Update to the latest Firefly patchset.  This patchset makes CJK TrueType fonts
prettier.

PR:             78886
Submitted by:   hamigua <hamigua@cuc.cn>
Original commit
Friday, 4 Mar 2005
08:01 marcus search for other commits by this committer
Remove the now-redundant MTREE file selection code.  This is handled in
bsd.port.mk.

Requested by:   lesi
Original commit
Monday, 14 Feb 2005
23:40 pav search for other commits by this committer
- Play hide'n'seek with fd.o people

Reported by:    krismail
Original commit
Wednesday, 9 Feb 2005
05:42 marcus search for other commits by this committer
* Remove the font cache built by fc-cache in POST-INSTALL phase
* Apply NOPORTDOCS and update PLIST correspondingly
* Make portlint a bit happier

PR:             77293
Submitted by:   leeym
Original commit
Sunday, 21 Nov 2004
22:03 marcus search for other commits by this committer
Add the Firefly font patchset.  This patchset is mainly used to make
CJK TrueType fonts look prettier.  Various enhancements like bold, italic,
readability, and embedded bitmap font help a CJK X desktop a great deal.

To enable this patchset, define WITH_CJK while building these ports (pango,
fontconfig, libXft, and freetype2).

PR:             73083
Submitted by:   clive
Obtained from:  Hamigua <hamigua at cuc.cn> (I think)
Original commit
Monday, 26 Jul 2004
21:21 mezz search for other commits by this committer
I have forgotten to remove the lthack. The USE_LIBTOOL_VER and lthack should
not be together.
Original commit
Sunday, 25 Jul 2004
19:01 mezz search for other commits by this committer
Use the correct version of libtool 13 -> 15 to avoid install the *.la files.
Original commit
Friday, 23 Jul 2004
19:10 anholt search for other commits by this committer
- Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,
  and make XFREE86_VERSION map to it.  XFREE86_VERSION is now deprecated.
- Make xorg the default X_WINDOW_SYSTEM on -current.
- Add several new X_*_PORT variables which point to various pieces of X11 based
  on the setting of X_WINDOW_SYSTEM, and make ports use them.
- Add information to CHANGES about how to handle the transition.

PR:             ports/68763
Approved by:    portmgr (marcus)
Approved by:    re (scottl)
Original commit
Friday, 2 Jul 2004
16:46 marcus search for other commits by this committer
Update to 2.2.3.
Original commit
Tuesday, 11 May 2004
18:08 marcus search for other commits by this committer
Fix some portlint warnings, and use lthack to eliminate the needs for a
patch.

Submitted by:   krion
Original commit
Tuesday, 16 Mar 2004
20:29 marcus search for other commits by this committer
"Update" to 2.2.2, the latest stable release with a PORTEPOCH bump.
Original commit
Sunday, 14 Mar 2004
07:58 kuriyama search for other commits by this committer
o Bump $LIB_DEPENDS line to chase expat's shlib version.
o Bump $PORTREVISION.
Original commit
06:17 ade search for other commits by this committer
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.
Original commit
Wednesday, 4 Feb 2004
05:10 marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
Original commit
Monday, 17 Nov 2003
12:29 trevor search for other commits by this committer
USE_REINPLACE need be defined only when REINPLACE_CMD is used.
Original commit
Thursday, 18 Sep 2003
15:09 marcus search for other commits by this committer
Add a new MASTER_SITE since the Fontconfig site went away.
Original commit
Saturday, 19 Jul 2003
00:16 marcus search for other commits by this committer
This is a first for me.  Correct a typo in the patch _name_ so the patch
actually gets applied.
Original commit

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

1 | 2  »