non port: deskutils/fusenshi/Makefile |
Number of commits found: 54 |
Wednesday, 12 Dec 2018
|
01:35 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
 |
Sunday, 29 Jul 2018
|
22:18 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
 |
Monday, 26 Mar 2018
|
12:38 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
 |
Friday, 2 Mar 2018
|
22:34 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
 |
Sunday, 10 Sep 2017
|
20:55 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
 |
Monday, 3 Apr 2017
|
11:42 bapt
Fix build with recent sigc++20
 |
Monday, 14 Nov 2016
|
06:49 linimon
Mark as broken on various tier-2 archs.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
 |
Friday, 1 Apr 2016
|
14:00 mat
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
 |
Sunday, 27 Mar 2016
|
14:58 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)
 |
Saturday, 29 Nov 2014
|
18:22 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)
 |
Monday, 1 Sep 2014
|
19:34 tijl
Add USES=libtool to accessibility/atkmm and bump dependent ports
 |
Tuesday, 26 Aug 2014
|
14:06 tijl
- Fix missing library problems when the linker enforces explicit linking
PR: 192062
Exp-run by: antoine
Approved by: portmgr (antoine)
 |
Tuesday, 29 Jul 2014
|
19:11 adamw
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by: portmgr (not really, but touches unstaged ports)
 |
Wednesday, 23 Jul 2014
|
09:54 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)
 |
Saturday, 5 Jul 2014
|
00:01 vanilla
Stagify.
Approved by: portmgr@ (blanket approval)
 |
Tuesday, 10 Jun 2014
|
07:39 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)
 |
Wednesday, 16 Apr 2014
|
18:28 zeising
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well
as some drivers and utilities.
Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.
Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.
Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.
Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics
Thanks to: all testers, bdrewery and the FreeBSD x11@ team
exp-run by: bdrewery [1]
PR: ports/187602 [1]
Approved by: portmgr (bdrewery), core (jhb)
 |
Wednesday, 11 Dec 2013
|
18:28 bapt
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in deskutils
 |
Friday, 20 Sep 2013
|
16:21 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
deskutils)
 |
Sunday, 8 Sep 2013
|
08:44 antoine
Add an explicit dependency on pkgconf
Approved by: portmgr (bapt)
 |
Friday, 1 Jun 2012
|
05:26 dinoex
- update png to 1.5.10
 |
Sunday, 5 Jun 2011
|
18:43 novel
Chase security/gnutls update and add an UPDATING entry.
 |
Wednesday, 29 Dec 2010
|
20:04 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)
 |
Sunday, 28 Mar 2010
|
06:47 dinoex
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
 |
Friday, 5 Feb 2010
|
11:46 dinoex
- update to jpeg-8
 |
Thursday, 19 Nov 2009
|
22:07 pav
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat
 |
Sunday, 16 Aug 2009
|
18:04 novel
Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update.
 |
Friday, 31 Jul 2009
|
13:57 dinoex
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin
 |
Friday, 6 Jun 2008
|
13:18 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)
 |
Monday, 24 Mar 2008
|
23:21 miwi
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
 |
Monday, 3 Mar 2008
|
11:57 novel
- Chase security/gnutls shlib version bump
- Add an entry to UPDATING
 |
Sunday, 1 Jul 2007
|
08:56 novel
Chase gnutls shared library version chase: adjust DEPENDS lines and
bump PORTREVISIONs.
 |
Tuesday, 26 Jun 2007
|
03:51 daichi
deskutils/fusenshi: update to 0.9.0
PR: ports/114012
Submitted by: ozawa@ongs.co.jp (maintainer)
 |
Monday, 4 Jun 2007
|
06:59 daichi
- Fix for GCC 4.2.x.
- Remove 4.X support.
Submitted by: ozawa@ongs.co.jp (maintainer)
 |
Saturday, 19 May 2007
|
20:32 flz
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
 |
Thursday, 29 Mar 2007
|
15:16 miwi
- Update to 0.8.6
PR: 111011
Submitted by: Masanori OZAWA<ozawa@ongs.co.jp> (maintainer)
 |
Sunday, 4 Mar 2007
|
13:47 daichi
deskutils/fusenshi: update to 0.8.5
PR: ports/109851
Submitted by: Masanori OZAWA (maintainer)
 |
Tuesday, 20 Feb 2007
|
12:51 daichi
deskutils/fusenshi: update to 0.8.4
PR: ports/109358
Submitted by: Masanori OZAWA (maintainer)
 |
Tuesday, 31 Oct 2006
|
11:04 miwi
- Update to 0.8.3
PR: ports/104601
Submitted by: Masanori OZAWA<ozawa@ongs.co.jp> (maintainer)
 |
Wednesday, 15 Mar 2006
|
16:16 daichi
deskutils/fusenshi: update to 0.8.2
- update to 0.8.2
PR: ports/94472
Submitted by: maintainer
 |
Monday, 26 Dec 2005
|
22:24 pav
- Update to 0.8.1
PR: ports/90935
Submitted by: Masanori OZAWA <ozawa@ongs.co.jp> (maintainer)
 |
Monday, 5 Dec 2005
|
09:30 garga
- Update to 0.8.0
- Respect WITHOUT_SSL knob
PR: ports/89840
Submitted by: maintainer
 |
Tuesday, 29 Nov 2005
|
11:50 flz
- Update to 0.7.6.
- Add SHA256 checksum.
PR: ports/89714
Submitted by: maintainer
 |
Saturday, 5 Nov 2005
|
05:22 marcus
Bump PORTREVISION to chase the glib20 shared library update.
 |
Thursday, 28 Jul 2005
|
17:33 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>
 |
05:56 daichi
deskutils/fusenshi: update to 0.7.4
PR: ports/84206
Submitted by: maintainer
 |
Monday, 23 May 2005
|
13:01 daichi
deskutils/fusenshi: update to 0.7.3
PR: ports/81044
Submitted by: Masanori OZAWA <ozawa@ongs.co.jp>
 |
Saturday, 12 Mar 2005
|
10:54 marcus
Bump PORTREVISION to chase the glib20 shared lib version change.
 |
Monday, 14 Feb 2005
|
13:33 daichi
update to 0.7.2
Submitted by: ozawa@ongs.co.jp
 |
Tuesday, 1 Feb 2005
|
06:01 daichi
fixed for build on 4-stable
Submitted by: ozawa@ongs.net
 |
Sunday, 9 Jan 2005
|
16:22 daichi
update to 0.7.1
Submitted by: ozawa@ongs.co.jp
 |
Monday, 22 Nov 2004
|
12:23 daichi
Add patch file for bugfix and.
Submitted by: Masanori OZAWA (ozawa@ongs.co.jp)
 |
Sunday, 7 Nov 2004
|
22:37 marcus
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade.
 |
Friday, 2 Apr 2004
|
06:10 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.
 |
Number of commits found: 54 |