Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.7.4_17 27 Apr 2024 12:44:59 |
Tijl Coosemans (tijl) |
graphics/tiff: Update to 4.6.0
PR: 278577
Exp-run by: antoine |
1.7.4_16 24 Feb 2024 07:25:27 |
Muhammad Moinur Rahman (bofh) |
games/macopix: Moved man to share/man
Approved by: portmgr (blanket) |
1.7.4_15 28 Jul 2023 17:13:17 |
Daniel Engberg (diizzy) |
*/*: Bump jpeg-turbo users treewide
New major version 3.0.0 |
1.7.4_14 14 Apr 2023 14:16:07 |
Robert Clausecker (fuz) |
games/macopix: work around duplicate symbol issue
Supply -fcommon to enable a build with recent LLVM.
This fixes the build on FreeBSD 13+.
While we are at it, add missing dependencies. |
1.7.4_13 02 Mar 2023 05:23:10 |
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. (Only the first 15 lines of the commit message are shown above ) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.7.4_12 07 Sep 2022 21:10:59 |
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.
(Only the first 15 lines of the commit message are shown above ) |
1.7.4_12 20 Jul 2022 14:21:58 |
Tobias C. Berner (tcberner) |
games: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <benlutz@datacomm.ch>
* <janos.mohacsi@bsd.hu>
* Aaron Baugher
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron VonderHaar <avh4@usa.net>
* Aaron Zauner <az_mail@gmx.at>
* Adam Kranzel (adam@alameda.edu)
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
1.7.4_12 06 May 2021 11:47:41 |
Mathieu Arnold (mat) |
Deorbit RESTRICTED && NO_CDROM, part one.
For ports that already use the licenses framwork, merge the content of
RESTRICTED/NO_CDROM/LEGAL* entries into LICENSEs.
Approved by: rene
Differential Revision: https://reviews.freebsd.org/D30010 |
1.7.4_12 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.7.4_12 18 Feb 2021 03:41:45 |
linimon |
Mark BROKEN in 13/14 (via latest llvm update). |
1.7.4_12 05 Nov 2019 22:16:15 |
zeising |
Add USES=xorg USES=gl, ports categories g
Add USES=xorg and USES=gl to ports in categories starting with 'g'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
1.7.4_12 01 Feb 2019 14:57:37 |
tobik |
games/macopix: Remove GTK1 option
x11-toolkits/gtk12 is gone since r488008.
Convert to options helpers too while here. |
1.7.4_11 30 Nov 2017 06:13:35 |
linimon |
For ports that are marked BROKEN on armv6, and also fail to build on
armv7, mark them so.
This is part two of a multipart commit to bring armv7 ports to parity
with armv6.
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com -exp run |
1.7.4_11 27 May 2017 21:16:51 |
linimon |
Mark some ports failing on armv6, for errors classified as "coredump".
This skips the ports that possibly only coredump under qemu.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
1.7.4_11 15 Mar 2017 14:45:31 |
mat |
Remove all USE_OPENSSL occurrences.
Sponsored by: Absolight |
1.7.4_11 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.7.4_11 27 Mar 2016 14:58:00 |
tijl |
- Update security/gnutls to 3.4.10.
- Rename the LIBDANE option DANE because that's the name of the protocol
supported by libgnutls-dane and gnutls-cli. Also clarify the option
description.
- Add an IDN option.
- libgnutls-openssl has been removed in 3.4. Some ports used this library
in their LIB_DEPENDS but no port actually required it.
- Some old API functions have been removed. Ports that used these have been
updated or patched to use the new API.
- Add a patch to print/cups to prevent overlinking of libgnutls.so.
- Bump PORTREVISION on dependent ports.
net-im/jabber: This port used the old API to give users fine grained
control over which crypto algorithms were used via a configuration file.
It's not immediately obvious how to port this to the new API so the port
always uses the defaults now.
www/hydra: Mark BROKEN. This uses more removed calls than the other ports,
is said to be alpha quality and not fully functional and has been abandoned
10 years ago.
PR: 207768
Exp-run by: antoine
Approved by: portmgr (antoine) |
1.7.4_10 12 Jan 2016 16:20:32 |
amdmi3 |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
1.7.4_10 22 Jun 2015 18:33:22 |
antoine |
Convert to USES=jpeg |
1.7.4_10 25 Dec 2014 20:54:43 |
bapt |
Bump portrevision after png update |
1.7.4_9 25 Dec 2014 19:04:27 |
antoine |
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade |
1.7.4_9 23 Dec 2014 14:44:06 |
amdmi3 |
- Add LICENSE
- Use INSTALL_DATA to install documentation |
1.7.4_9 04 Dec 2014 09:23:49 |
amdmi3 |
- Add LICENSE
- Drop @dirrm* from plist |
1.7.4_9 26 Aug 2014 14:06:09 |
tijl |
- Fix missing library problems when the linker enforces explicit linking
PR: 192062
Exp-run by: antoine
Approved by: portmgr (antoine) |
1.7.4_9 23 Jul 2014 09:54:02 |
tijl |
- Replace security/gnutls with security/gnutls3 and update to 3.2.15
- Bump PORTREVISION on all ports that depend on security/gnutls and
adjust all ports that depend on security/gnutls3
- Update mail/anubis to version 4.2 which supports gnutls 3.x
- Update mail/libvmime to a development snapshot (recommended by upstream
developers)
PR: 191274
Exp-run by: antoine
Approved by: portmgr (antoine) |
1.7.4_8 15 Apr 2014 08:55:52 |
pawel |
- Add staging support
- Convert to new LIB_DEPENDS format, option framework
- Fix build when GTK1=on |
1.7.4_8 20 Sep 2013 17:36:36 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
games) |
1.7.4_8 13 Sep 2013 17:14:53 |
madpilot |
- Fix build after iconv change [1]
- Fix build with clang/libc++ ([2] for graphics/ipe)
While here for databases/spatialite:
- Trim Makefile headers
- Remove check for unsupported FreeBSD versions
Submitted by: marino [1]
Reported by: swills, antoine [1]
Submitted by: bsam [2]
Approved by: portmgr (bapt, implicit) |
1.7.4_8 02 Sep 2013 21:27:54 |
bapt |
Add an explicit dependency on pkgconf |
1.7.4_8 24 Apr 2013 18:10:32 |
ak |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
1.7.4_8 05 Feb 2013 16:17:07 |
novel |
- Add UPDATING entry for gnutls update
- Chase shlib version bump for dependant ports |
1.7.4_7 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
1.7.4_6 23 Sep 2011 22:26:39 |
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 |
1.7.4_6 11 Aug 2011 19:20:17 |
kwm |
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> |
1.7.4_6 03 Jul 2011 14:25:36 |
ohauer |
-remove MD5 |
1.7.4_6 05 Jun 2011 18:43:16 |
novel |
Chase security/gnutls update and add an UPDATING entry. |
1.7.4_5 31 May 2010 02:01:56 |
ade |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
1.7.4_4 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
1.7.4_3 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
1.7.4_2 21 Dec 2009 02:19:12 |
dougb |
For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports. |
1.7.4_2 16 Aug 2009 18:04:40 |
novel |
Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update. |
1.7.4_1 18 Jul 2009 11:11:29 |
dinoex |
- update to jpeg7
Tested by: pav on pointyhat |
1.7.4 03 Jul 2008 19:05:04 |
gahr |
- Update to 1.7.4
PR: 125232
Submitted by: Ports Fury |
1.7.3_1 06 Jun 2008 13:31:51 |
edwin |
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) |
1.7.3 05 Jun 2008 22:31:02 |
miwi |
-- Update to 1.7.3
PR: 124312
Submitted by: Ports Fury |
1.7.0 30 May 2008 13:43:40 |
miwi |
- Update to 1.7.0
PR: 124040
Submitted by: Ports Fury |
1.6.4_1 19 Apr 2008 17:56:05 |
miwi |
- 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) |
1.4.1_1 12 Aug 2007 01:27:47 |
nobutaka |
Update to 1.6.4.
PR: ports/115425
Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp> |
1.4.1_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
1.4.1 05 Mar 2007 01:00:30 |
linimon |
Reset esu@yk.rim.or.jp due to maintainer-timeouts and no response to email.
Hat: portmgr |
1.4.1 29 Jan 2007 21:06:17 |
nox |
Update to 1.4.1
PR: ports/107870
Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp>
Approved by: maintainer timeout, miwi (mentor, implicit) |
1.4.0 05 Jan 2007 09:35:52 |
miwi |
- Update to 1.4.0
PR: ports/106968
Submitted by: miwi
Approved by: maintainer timeout |
1.3.2_2 07 May 2006 23:46:33 |
edwin |
Remove USE_REINPLACE for categories starting with a G |
1.3.2_2 07 Mar 2006 08:28:06 |
ade |
Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with: kris
Approved by: portmgr (implicit) |
1.3.2_1 22 Jan 2006 11:18:58 |
edwin |
SHA256ify
Approved by: krion@ |
1.3.2_1 05 Nov 2005 05:22:06 |
marcus |
Bump PORTREVISION to chase the glib20 shared library update. |
1.3.2 27 Sep 2005 14:49:24 |
nork |
Update to 1.3.2 and Add Hayate X Blade.
References: http://home.jp.freebsd.org/cgi-bin/showmail/ports-jp/16902
Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp>
Approved by: Shinya Esu <esu@yk.rim.or.jp> (maintainer) |
1.2.2 16 Dec 2004 15:06:25 |
nork |
Update to 1.2.2.
References: http://home.jp.freebsd.org/cgi-bin/showmail/ports-jp/15288
Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp>
Approved by: Shinya Esu <esu@yk.rim.or.jp> (maintainer) |
1.2.1_1 16 Nov 2004 23:41:25 |
nork |
Update Maria-sama ga Miteru to 2.20.
HOSOKAWA Kanako.
References: http://home.jp.freebsd.org/cgi-bin/showmail/ports-jp/15220
Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp>
Approved by: Shinya Esu <esu@yk.rim.or.jp> (maintainer) |
1.2.1 31 Oct 2004 13:03:12 |
nork |
o Update to 1.2.1.
o Change MASTER_SITES/WWW to new www site.
PR: ports-jp/15149
Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp>
Approved by: Shinya Esu <esu@yk.rim.or.jp> (maintainer) |
1.0.4 20 Sep 2004 19:38:08 |
danfe |
Unbreak the build on 5.X and -CURRENT.
Reported by: kris
Approved by: portmgr (marcus), fjoe (mentor, implicit) |
1.0.4 19 Sep 2004 00:58:33 |
kris |
BROKEN on 5.x: Does not compile
Approved by: portmgr (self) |
1.0.4 29 May 2004 16:20:41 |
nork |
o Update to 1.0.4.
o Update Maria-sama ga Miteru to 1.20.
Noriko Nijou as new Rosa Gigantea en bouton.
(Shimako Toudou as new Rosa Gigantea in this time)
Touko Matsudaira.
Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp>
Approved by: Shinya Esu <esu@yk.rim.or.jp> (maintainer) |
1.0.3_1 05 May 2004 08:30:29 |
nork |
Update Maria-sama ga Miteru to 1.00.
Mami Ymaguchi.
PR: ports-jp/14672
Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp>
Approved by: Shinya Esu <esu@yk.rim.or.jp> (maintainer) |
1.0.3 19 Apr 2004 04:16:36 |
nork |
o Update to 1.0.3.
o Update Maria-sama ga Miteru to 0.90.
Add images of Minako Tsukiyama
Replacement images of Yoshino Shimadzu
o WWW: updated to English page.
PR: ports-jp/14652
Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp>
Approved by: Shinya Esu <esu@yk.rim.or.jp> (maintainer) |
1.0.2 01 Mar 2004 02:13:34 |
nork |
o Update to 1.0.2 and Add support GTK2.
o Update Maria-sama ga Miteru to 0.80.
KANINA Shizuka as Rosa canina.
PR: ports-jp/14587
Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp>
Approved by: Shinya Esu <esu@yk.rim.or.jp> (maintainer) |
0.9.0 14 Feb 2004 15:32:03 |
nork |
Update to 0.9.0.
PR: ports-jp/14569
Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp>
Reviewed by: Shinya Esu <esu@yk.rim.or.jp> (maintainer) |
0.8.6_3 04 Feb 2004 04:36:30 |
marcus |
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor
Tested by: bento |
0.8.6_2 23 Jan 2004 18:12:26 |
trevor |
Now gettext 0.12.1 is gettext-old. |
0.8.6_2 14 Nov 2003 05:26:23 |
nork |
Update Maria-sama ga Miteru to 0.70.
TAKESHIMA Tsutako.
PR: ports-jp/14368
Submitted by: Shinya Esu <esu@yk.rim.or.jp> (maintainer) |
0.8.6_1 09 Nov 2003 07:50:27 |
sf |
don't build bundled libintl. |
0.8.6_1 08 Nov 2003 07:57:22 |
nork |
Update Maria-sama ga Miteru to 0.60.
TORII Eriko as Rosa foetida.
PR: ports-jp/14326
Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp>
Approved by: Shinya Esu <esu@yk.rim.or.jp> (maintainer)
Requested by: nyan[review commit log], nectar[review location]
Committed at: nectar meeting in Japan |
0.8.6 03 Oct 2003 21:49:09 |
nork |
Update to 0.8.6 and cleanup *.png directory.
[MEMO FOR PREVISOU COMMIT LOG]
I wrote 'SHIKURA' in my previous commit log. it's 'HASEKURA'(right!)
rather than 'SHIKURA'(bad!).
PR: ports-jp/14192
Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp>
Approved by: Shinya Esu <esu@yk.rim.or.jp> (maintainer)
Pointed out by: many many enthusiastic Maria-sama ga Miteru fan. |
0.8.5_3 27 Sep 2003 15:33:02 |
nork |
Update Maria-sama ga Miteru to 0.50.
SHIKURA Rei as Rosa foetida en bouton,
SHIMAZU Yoshino as Rosa foetida en bouton, petite soeur.
PR: ports-jp/14163, ports/57270
Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp>
Approved by: Shinya Esu <esu@yk.rim.or.jp> (maintainer)
Pointed out by: KIMURA Yasuhiro <yasu@utahime.org>
Hiroo Ono <hiroo@oikumene.gcd.org> |
0.8.5_2 10 Sep 2003 06:07:33 |
nork |
s/DOCSDIR/DATADIR/
Pointy hat to: myself |
0.8.5_2 10 Sep 2003 05:58:21 |
nork |
Update Maria-sama ga Miteru to 0.30 [1].
This version contains MIZUNO Yoko as Rosa Chinensis.
Use %%DOCDIR%% in pkg-plist.
PR: ports-jp/14102 [1]
Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp>
Approved by: Shinya Esu <esu@yk.rim.or.jp> (maintainer) |
0.8.5_1 26 Aug 2003 20:25:58 |
marcus |
Bump the PORTREVISION for the ports directly affected by the gettext upgrade.
Prodded by: kris |
0.8.5 25 Aug 2003 05:41:38 |
marcus |
Chase the libintl.so shared lib version. |
0.8.5 06 Jun 2003 19:45:48 |
nork |
Add macopix 0.8.5, window sitter for X11. Window sitter means that
a helper application with lovely charactor on bar of window manager.
PR: ports/52920
Submitted by: Shinya Esu <esu@yk.rim.or.jp> |