Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
22 Feb 2019 07:48:48
0.9.0_18 |
bapt  |
Remove now unused and long deprecated upstream gtksourceview 1
While remove 2 abandonwares:
- deskutils/fusenshi [1]
- www/erwn
Approved by: maintainer [1] |
12 Dec 2018 01:35:36
0.9.0_18 |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
29 Jul 2018 22:18:46
0.9.0_17 |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
26 Mar 2018 12:38:57
0.9.0_16 |
bapt  |
Make libgnome and libgnomeui not implying esound dependency
It has been a while both does not depend anymore on esound, before this change
esound dependency was wrongly added to plenty of packages which actually does
not depend on it.
While here:
- audio/glame: remove esound support
- games/monkeybubble: add an explicit dependency on esound
- sysutils/gnome-schedule: add en explicit dependency on pkg-config
- comms/kb: add missing dependency on pkgconfig
- x11-toolkits/libgnomeui:
* update to 2.4.5
* use USES=localbase |
02 Mar 2018 22:34:53
0.9.0_15 |
brooks  |
Work around the lack of definition of union semun per POSIX.
When feasible do this by adding -D_WANT_SEMUN to CFLAGS or CXXFLAGS.
Where this fails due to ports not honoring C*FLAGS, patch using
__FreeBSD_version to enable the definition.
PR: 224300, 224443 (exp-run)
Approved by: portmgr (antoine)
Exp-run: antoine
Sponsored by: DARPA, AFRL
Differential Revision: https://reviews.freebsd.org/D14137 |
10 Sep 2017 20:55:39
0.9.0_15 |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
03 Apr 2017 11:42:13
0.9.0_14 |
bapt  |
Fix build with recent sigc++20 |
14 Nov 2016 06:49:45
0.9.0_14 |
linimon  |
Mark as broken on various tier-2 archs.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
19 May 2016 10:21:25
0.9.0_14 |
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
01 Apr 2016 14:00:57
0.9.0_14 |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
27 Mar 2016 14:58:00
0.9.0_14 |
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) |
29 Nov 2014 18:22:33
0.9.0_13 |
tijl  |
Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. The
first contains runtime libraries such as libintl and the latter contains
developer tools such as msgfmt. Ports that use gettext will usually need
a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools.
USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on
devel/gettext-runtime and USES=gettext-tools can be used to set a
BUILD/RUN_DEPENDS on devel/gettext-tools. USES=gettext is now the same
as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on
devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools.
Update gettext to 0.19.3.
Remove :oldver from converters/libiconv and devel/gettext-runtime. Leave
symlinks with the old library versions to avoid the need to bump
PORTREVISION on a large number of dependent ports. When most of the
dependent ports have had normal version updates, PORTREVISION can be
bumped on the remaining ones (low number) and the links can be removed.
Fix some ports that installed files in lib/locale instead of share/locale.
PR: 194038
Reviewed by: bapt
Exp-run: antoine
Approved by: portmgr (antoine) |
20 Oct 2014 11:52:39
0.9.0_13 |
bapt  |
Cleanup plist |
01 Sep 2014 19:34:02
0.9.0_13 |
tijl  |
Add USES=libtool to accessibility/atkmm and bump dependent ports |
26 Aug 2014 14:06:09
0.9.0_12 |
tijl  |
- Fix missing library problems when the linker enforces explicit linking
PR: 192062
Exp-run by: antoine
Approved by: portmgr (antoine) |
29 Jul 2014 19:11:53
0.9.0_12 |
adamw  |
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by: portmgr (not really, but touches unstaged ports) |
23 Jul 2014 09:54:02
0.9.0_12 |
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) |
05 Jul 2014 00:01:29
0.9.0_11 |
vanilla  |
Stagify.
Approved by: portmgr@ (blanket approval) |
10 Jun 2014 07:39:02
0.9.0_11 |
olgeni  |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.
CR: D196
Approved by: portmgr (bapt) |
16 Apr 2014 18:28:50
0.9.0_11 |
zeising  |
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well (Only the first 15 lines of the commit message are shown above ) |
11 Dec 2013 18:28:10
0.9.0_10 |
bapt  |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in deskutils |
20 Sep 2013 16:21:38
0.9.0_10 |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
deskutils) |
08 Sep 2013 08:44:57
0.9.0_10 |
antoine  |
Add an explicit dependency on pkgconf
Approved by: portmgr (bapt) |
01 Jun 2012 05:26:28
0.9.0_10 |
dinoex  |
- update png to 1.5.10 |
05 Jun 2011 18:43:16
0.9.0_9 |
novel  |
Chase security/gnutls update and add an UPDATING entry. |
20 Mar 2011 12:54:45
0.9.0_8 |
miwi  |
- Get Rid MD5 support |
29 Dec 2010 20:04:42
0.9.0_8 |
pgollucci  |
- DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.
PR: ports/153292
Submitted by: myself (pgollucci)
Tested by: -exp run by pav
Approved by: portmgr (pav) |
10 May 2010 21:19:08
0.9.0_8 |
kwm  |
Presenting GNOME 2.30.1 for FreeBSD. The offical release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.30/ .
This release brings initial PackageKit support, Upower (replaces power
management part of hal), cuse4bsd integration with HAL and cheese, and a
faster Evolution.
Sadly GNOME 2.30.x will be the last release with FreeBSD 6.X support. This
will also be the last of the 2.x releases. The next release will be the
highly-anticipated GNOME 3.0 which will bring with it a new UI experience.
Currently, there are a few bugs with GNOME 2.30 that may be of note for our
users. Be sure to consult the UPGRADING note or the 2.30 upgrade FAQ at
http://www.freebsd.org/gnome/docs/faq230.html for specific upgrading
instructions, and the up-to-date list of known issues. (Only the first 15 lines of the commit message are shown above ) |
28 Mar 2010 06:47:48
0.9.0_8 |
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
05 Feb 2010 11:46:55
0.9.0_7 |
dinoex  |
- update to jpeg-8 |
19 Nov 2009 22:07:43
0.9.0_6 |
pav  |
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat |
16 Aug 2009 18:04:40
0.9.0_6 |
novel  |
Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update. |
31 Jul 2009 13:57:52
0.9.0_5 |
dinoex  |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
15 Sep 2008 18:12:31
0.9.0_4 |
gahr  |
- Fix build on sparc64 and possibly ia64 (not tested)
Approved by: portmgr (erwin) |
06 Jun 2008 13:18:34
0.9.0_4 |
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) |
24 Mar 2008 23:21:25
0.9.0_3 |
miwi  |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup) |
03 Mar 2008 11:57:08
0.9.0_2 |
novel  |
- Chase security/gnutls shlib version bump
- Add an entry to UPDATING |
01 Jul 2007 08:56:17
0.9.0_1 |
novel  |
Chase gnutls shared library version chase: adjust DEPENDS lines and
bump PORTREVISIONs. |
26 Jun 2007 03:51:37
0.9.0 |
daichi  |
deskutils/fusenshi: update to 0.9.0
PR: ports/114012
Submitted by: ozawa@ongs.co.jp (maintainer) |
04 Jun 2007 06:59:13
0.8.6_1 |
daichi  |
- Fix for GCC 4.2.x.
- Remove 4.X support.
Submitted by: ozawa@ongs.co.jp (maintainer) |
19 May 2007 20:32:57
0.8.6_1 |
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
29 Mar 2007 15:16:43
0.8.6 |
miwi  |
- Update to 0.8.6
PR: 111011
Submitted by: Masanori OZAWA<ozawa@ongs.co.jp> (maintainer) |
04 Mar 2007 13:47:50
0.8.5 |
daichi  |
deskutils/fusenshi: update to 0.8.5
PR: ports/109851
Submitted by: Masanori OZAWA (maintainer) |
20 Feb 2007 12:51:26
0.8.4 |
daichi  |
deskutils/fusenshi: update to 0.8.4
PR: ports/109358
Submitted by: Masanori OZAWA (maintainer) |
31 Oct 2006 11:04:12
0.8.3 |
miwi  |
- Update to 0.8.3
PR: ports/104601
Submitted by: Masanori OZAWA<ozawa@ongs.co.jp> (maintainer) |
15 Mar 2006 16:16:16
0.8.2 |
daichi  |
deskutils/fusenshi: update to 0.8.2
- update to 0.8.2
PR: ports/94472
Submitted by: maintainer |
26 Dec 2005 22:24:36
0.8.1 |
pav  |
- Update to 0.8.1
PR: ports/90935
Submitted by: Masanori OZAWA <ozawa@ongs.co.jp> (maintainer) |
05 Dec 2005 09:30:32
0.8.0 |
garga  |
- Update to 0.8.0
- Respect WITHOUT_SSL knob
PR: ports/89840
Submitted by: maintainer |
29 Nov 2005 11:50:07
0.7.6 |
flz  |
- Update to 0.7.6.
- Add SHA256 checksum.
PR: ports/89714
Submitted by: maintainer |
05 Nov 2005 05:22:06
0.7.5_1 |
marcus  |
Bump PORTREVISION to chase the glib20 shared library update. |
28 Jul 2005 17:33:24
0.7.5 |
daichi  |
deskutils/fusenshi:
- update to 0.7.4
- change maintainer to Masanori OZAWA <ozawa@ongs.co.jp> who is
developer of this application
PR: ports/84216
Submitted by: Masanori OZAWA <ozawa@ongs.co.jp> |
28 Jul 2005 05:56:46
0.7.4 |
daichi  |
deskutils/fusenshi: update to 0.7.4
PR: ports/84206
Submitted by: maintainer |
23 May 2005 13:01:54
0.7.3 |
daichi  |
deskutils/fusenshi: update to 0.7.3
PR: ports/81044
Submitted by: Masanori OZAWA <ozawa@ongs.co.jp> |
12 Mar 2005 10:54:27
0.7.2_1 |
marcus  |
Bump PORTREVISION to chase the glib20 shared lib version change. |
14 Feb 2005 13:33:31
0.7.2 |
daichi  |
update to 0.7.2
Submitted by: ozawa@ongs.co.jp |
01 Feb 2005 08:10:30
0.7.1_1 |
daichi  |
I have forgotten to add patch file.
Submitted by: ozawa@ongs.net |
01 Feb 2005 06:01:50
0.7.1_1 |
daichi  |
fixed for build on 4-stable
Submitted by: ozawa@ongs.net |
09 Jan 2005 16:22:06
0.7.1 |
daichi  |
update to 0.7.1
Submitted by: ozawa@ongs.co.jp |
22 Nov 2004 12:23:21
0.7.0_2 |
daichi  |
Add patch file for bugfix and.
Submitted by: Masanori OZAWA (ozawa@ongs.co.jp) |
07 Nov 2004 22:37:47
0.7.0_1 |
marcus  |
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade. |
06 Jul 2004 14:00:44
0.7.0 |
daichi  |
Fix a miss url in pkg-descr |
02 Apr 2004 06:10:43
0.7.0 |
daichi  |
add new ports deskutils/fusenshi
- Fusenshi is a Post-it(R) like application. You can take notes
on your desktop and send them to others with it. |