Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
10 Apr 2022 19:11:41 1.2.2_2
|
Charlie Li (vishwin)  |
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) |
26 Mar 2022 08:27:27 1.2.2_1
|
Matthias Fechner (mfechner)  |
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246 |
04 Mar 2022 16:46:52 1.2.2
|
Jason E. Hale (jhale)  Author: Robert Clausecker |
net-p2p/gtk-gnutella: Fix pkg-plist on arm
PR: 262333
MFH: 2022Q1 |
27 Feb 2022 17:54:02 1.2.2
|
Fernando ApesteguĂa (fernape)  |
net-p2p/gtk-gnutella: update to 1.2.2
Reported by: portscout |
20 Dec 2021 01:56:48 1.2.1
|
Piotr Kubaj (pkubaj)  |
net-p2p/gtk-gnutella: fix packaging on powerpc*
===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: %%DATADIR%%/powerpc-%%OPSYS%%/gtk-gnutella.nm
===> Checking for items in pkg-plist which are not in STAGEDIR
Error: Missing: %%DATADIR%%/%%ARCH%%-%%OPSYS%%/gtk-gnutella.nm
===> Error: Plist issues found. |
27 Oct 2021 11:19:34 1.2.1
|
Piotr Kubaj (pkubaj)  |
net-p2p/gtk-gnutella: fix build on powerpc*
Rename callframe to fix redefinition:
memusage.c:538:8: error: redefinition of 'callframe'
struct callframe {
^
/usr/include/machine/frame.h:88:8: note: previous definition is here
struct callframe { |
10 Oct 2021 19:44:42 1.2.1
|
Baptiste Daroussin (bapt)  |
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) |
15 Sep 2021 11:55:34 1.2.1
|
Alexey Dokuchaev (danfe)  |
net-p2p/gtk-gnutella: the port had been updated and improved (+)
- Update to version 1.2.1, which now needs GNU make to build
- Switch to SourceForge where official releases are published; this
also means shorter distfile name, correctly preserved modification
time, and alleviates the need for DISTVERSIONPREFIX abomination
- Remove ONLY_FOR_ARCHS constraint: there should not be anything
architecture-specific about server/client program for Gnutella,
modulo some fragility in their custom memory allocator
- Force previous (as in version 1.1.15) alignment value on i386 and
likely other 32-bit architectures to unbreak the build there
- Drop non-standard IRC line from the port description and improve
creator's attribution while I'm here
PR: 258276 |
22 May 2021 02:13:01 1.1.15
|
Ben Woods (woodsb02)  |
*/*: Fix ENOTIME: return my ports to the pool
Reset maintainership of my ports to ports@FreeBSD.org so others can
step in to help where I haven't been able to find the time. |
06 Apr 2021 14:31:07 1.1.15
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
09 Oct 2019 12:17:15
1.1.15
|
bapt  |
Drop the ipv6 virtual category for n* category as it is not relevant anymore |
07 Aug 2019 22:18:51
1.1.15
|
woodsb02  |
net-p2p/gtk-gnutella: Update to 1.1.15
Also change port to use GitHub as the new upstream repo
Changes this release:
https://github.com/gtk-gnutella/gtk-gnutella/blob/v1.1.15/ChangeLog |
28 Jan 2019 03:06:46
1.1.14
|
woodsb02  |
net-p2p/gtk-gnutella: Update to 1.1.14
Changes this release:
http://gtk-gnutella.sourceforge.net/en/?page=news#news_83
PR: 234989
Submitted by: Jamie Landeg-Jones <jamie@catflap.org> |
28 Jan 2019 03:05:35
1.1.13_2
|
woodsb02  |
net-p2p/gtk-gnutella: Pet portlint, MAKE_JOBS_SAFE
Using parallel make seems to work fine for this port. |
26 Aug 2018 08:07:29
1.1.13_1
|
delphij  |
net-p2p/gtk-gnutella: Do not call arc4random_stir or arc4random_addrandom.
PR: 230829, 230756
Approved by: portmgr (antoine) |
14 Jan 2018 01:59:26
1.1.13
|
woodsb02  |
net-p2p/gtk-gnutella: Update to 1.1.13
Changes this release:
http://gtk-gnutella.sourceforge.net/en/?page=news#news_82
http://gtk-gnutella.sourceforge.net/en/?page=news#news_81 |
13 Nov 2016 05:02:38
1.1.11
|
woodsb02  |
net-p2p/gtk-gnutella: Update to 1.1.11
Changes this release:
http://gtk-gnutella.sourceforge.net/en/?page=news#news_80
Approved by: adamw (mentor, implicit) |
02 Nov 2016 22:45:14
1.1.10
|
mat  |
Cleanup no longer needed CHMOD usage after r424898.
PR: 213743
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
30 Sep 2016 19:24:30
1.1.10
|
tijl  |
Let USES=localbase add -L${LOCALBASE}/lib to LIBS instead of LDFLAGS.
USES=localbase:ldflags can be used to set LDFLAGS. Normally LDFLAGS
appears too early on the command line causing some ports to link with
their own libraries in LOCALBASE (if installed) instead of WRKSRC.
Also make use of _USES_POST so -L${LOCALBASE}/lib is added as late as
possible after anything a port Makefile might set. Use _USES_POST
instead of .include in libedit.mk and libarchive.mk so things like
'USES=libedit localbase:ldflags' work correctly.
Fix some issues with LIBS in some ports.
Switch ports that don't support LIBS to localbase:ldflags.
PR: 212987
Exp-run by: antoine
Approved by: portmgr (antoine) |
06 Sep 2016 14:09:58
1.1.10
|
woodsb02  |
net-p2p/gtk-gnutella: Update to 1.1.10
- Add undeclared dependencies detected by qa-stage script
- Move helper text from Makefile to pkg-help
Approved by: adamw, mat (mentors)
Differential Revision: https://reviews.freebsd.org/D7788 |
09 May 2016 20:46:48
1.1.9_1
|
woodsb02  |
Update the maintainer email address for the ports I
maintain to woodsb02@FreeBSD.org
Approved by: adamw (mentor)
Differential Revision: https://reviews.freebsd.org/D6278 |
01 Apr 2016 14:16:20
1.1.9_1
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
27 Mar 2016 14:58:00
1.1.9_1
|
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) |
25 Mar 2016 14:18:16
1.1.9
|
amdmi3  |
- Fix build on 9.x
PR: 208265
Submitted by: woodsb02@gmail.com (maintainer) |
12 Mar 2016 13:58:58
1.1.9
|
rakuco  |
Update to 1.1.9.
Changes: http://gtk-gnutella.sourceforge.net/en/?page=news#news_78
PR: 207819
Submitted by: Ben Woods <woodsb02@gmail.com> (maintainer) |
03 Feb 2016 06:30:50
1.1.8
|
pi  |
net-p2p/gtk-gnutella: 1.1.6 -> 1.1.8
Changes: Many, especially from 1.1.6 -> 1.1.7
http://gtk-gnutella.sourceforge.net/en/?page=news#news_77
PR: 206777
Submitted by: Ben Woods <woodsb02@gmail.com> (maintainer) |
12 Jan 2016 16:20:32
1.1.6
|
amdmi3  |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
24 Nov 2015 22:41:03
1.1.6
|
pawel  |
- Update to version 1.1.6 [1]
- Convert to USES=localbase
PR: 204722 [1]
Submitted by: maintainer [1] |
14 Oct 2015 13:55:00
1.1.5
|
mat  |
Update to 1.1.5
PR: 203731
Changes: http://gtk-gnutella.sourceforge.net/en/?page=news#news_74
Submitted by: maintainer
Sponsored by: Absolight |
23 Sep 2015 07:21:27
1.1.4
|
jbeich  |
net-p2p/gtk-gnutella: update to 1.1.4 [1]
- Convert to new option helpers
Changes: http://gtk-gnutella.sourceforge.net/en/?page=news#news_73
PR: 203020 [1]
Submitted by: Ben Woods <woodsb02@gmail.com> (maintainer) [1] |
09 Jun 2015 14:32:01
1.1.3
|
marino  |
net-p2p/gtk-gnutella: new version is not jobs safe
This failed two of the last three attempts in a multijob bulk bulld.
It failed during linking (unknown symbol references) so probably the
object files were still building at link time.
Approved by: blanket (jobs safe) |
27 Apr 2015 12:38:17
1.1.3
|
adamw  |
- Update to 1.1.3.
- Remove perl5 dependency (see PR for details).
- Strip as part of the install rather than post-install due to permission
problems.
- Mark as -jn safe
PR: 199363
Submitted by: Ben Woods (maintainer) |
26 Mar 2015 23:37:04
1.1.2
|
adamw  |
Update to 1.1.2, and pass maintainership to submitter (Ben Woods).
PR: 198916
Submitted by: Ben Woods |
12 Nov 2014 21:31:28
1.1.1
|
antoine  |
Cleanup plist |
21 Sep 2014 08:03:47
1.1.1
|
pawel  |
- Update to version 1.1.1 [1]
- Fix LIB_DEPENDS for DBUS option
PR: ports/193328 [1]
Submitted by: tkato432@yahoo.com |
23 Aug 2014 00:20:49
1.1.0
|
marino  |
net-p2p/gtk-gnutella: Finish off de-hardcoding pkg-plist |
09 Aug 2014 23:54:31
1.1.0
|
marino  |
net-p2p/gtk-gnutella: Upgrade version 1.0.1 => 1.1.0
PR: 191825
Submitted by: Ports Fury |
23 Jul 2014 09:54:02
1.0.1_2
|
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 23:28:42
1.0.1_1
|
marino  |
net-p2p/gtk-gnutella: Support dragonFly (dports) |
16 Apr 2014 18:28:50
1.0.1_1
|
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 ) |
17 Jan 2014 14:43:16
1.0.1
|
miwi  |
- Update to 1.0.1
PR: 181890
Submitted by: port fury |
22 Oct 2013 13:59:54
0.98.4_1
|
amdmi3  |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with [np])
Approved by: portmgr (bdrewery) |
20 Sep 2013 22:28:26
0.98.4_1
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-p2p) |
13 Sep 2013 01:21:56
0.98.4_1
|
marino  |
Add explicit dependency on pkgconf (10 ports)
Approved by: portmgr (bapt, implicit) |
03 Aug 2013 08:45:52
0.98.4_1
|
az  |
- Convert to new perl framework
- Trim Makefile header |
26 Apr 2013 10:44:29
0.98.4_1
|
ak  |
- Convert USE_GETTEXT to USES (part 4)
Approved by: portmgr (bapt) |
08 Mar 2013 11:32:12
0.98.4_1
|
bapt  |
Convert USE_BISON to USES= bison
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build
it brings bison as a run dependency in case it is set the following way:
USES= bison:run
it brings bison both as a run and build dependency in case it the set the
following way:
USES= bison:both
While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix |
05 Feb 2013 16:17:07
0.98.4_1
|
novel  |
- Add UPDATING entry for gnutls update
- Chase shlib version bump for dependant ports |
04 Feb 2013 08:47:40
0.98.4
|
araujo  |
- Update to version 0.98.4.
PR: ports/174202
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
13 Dec 2012 08:54:04
0.96.9_2
|
bapt  |
Convert to new option framework
rename TLS to GNUTLS |
04 Dec 2012 20:39:22
0.96.9_2
|
zi  |
- Reset MAINTAINER due to unrecoverable bounce
Reported by: portscout
Feature safe: yes |
01 Jun 2012 05:26:28
0.96.9_2
|
dinoex  |
- update png to 1.5.10 |
05 Jun 2011 18:43:16
0.96.9_1
|
novel  |
Chase security/gnutls update and add an UPDATING entry. |
05 Apr 2011 16:55:01
0.96.9
|
dhn  |
- Update to 0.96.9
PR: ports/156094
Submitted by: Jamie Landeg Jones <jamie@bishopston.net> (maintainer) |
17 Oct 2010 23:06:08
0.96.8
|
swills  |
- Update to 0.96.8
- Set maintainer to submitter due to maintainers email address bouncing
Submitted by: Jamie Landeg Jones <jamie@bishopston.net>
Approved by: wxs (mentor) |
15 Sep 2010 18:35:24
0.96.6_5
|
ade  |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs |
31 May 2010 02:01:56
0.96.6_5
|
ade  |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
28 Mar 2010 06:47:48
0.96.6_4
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
05 Feb 2010 11:46:55
0.96.6_3
|
dinoex  |
- update to jpeg-8 |
16 Aug 2009 18:04:40
0.96.6_2
|
novel  |
Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update. |
31 Jul 2009 13:57:52
0.96.6_1
|
dinoex  |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
05 Apr 2009 09:16:32
0.96.6
|
miwi  |
- MAKE_JOBS_SAFE -> MAKE_JOBS_UNSAFE
Reported by: pavbot/maintainer |
02 Apr 2009 11:09:23
0.96.6
|
miwi  |
- Update to 0.96.6
PR: 133266
Submitted by: jonas sonntag <jonas@schiebtsich.net> (maintainer) |
22 Jul 2008 13:45:36
0.96.5
|
rafan  |
- Update to 0.96.5
PR: ports/125864
Submitted by: Jonas Sonntag <jonas at schiebtsich.net> (maintainer) |
06 Jun 2008 13:53:49
0.96.4_3
|
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) |
23 Mar 2008 23:03:18
0.96.4_2
|
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.96.4_1
|
novel  |
- Chase security/gnutls shlib version bump
- Add an entry to UPDATING |
18 Dec 2007 00:25:40
0.96.4
|
miwi  |
- Update to 0.96.4
PR: 118420
Submitted by: Jonas Sonntag <jonas@schiebtsich.net> (maintainer) |
17 Oct 2007 10:13:01
0.96.3_6
|
ade  |
Migration from bison 1.x to 2.x
PR: 117086
Tested by: -exp runs |
01 Jul 2007 08:56:17
0.96.3_5
|
novel  |
Chase gnutls shared library version chase: adjust DEPENDS lines and
bump PORTREVISIONs. |
19 May 2007 20:32:57
0.96.3_4
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
02 Jan 2007 08:54:13
0.96.3_3
|
novel  |
- Chase security/gnutls update
- Add an entry to UPDATING
- Pet portlint(1) for some ports while I'm here |
30 Dec 2006 14:56:24
0.96.3_2
|
garga  |
Remove outdated MASTER_SITES
PR: ports/107094
Submitted by: Jonas Sonntag <jonas@schiebtsich.net> (maintainer) |
21 Dec 2006 21:43:26
0.96.3_2
|
miwi  |
- Add ipv6 category
PR: ports/106889
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>
Approved by: maintainer |
27 Nov 2006 21:28:04
0.96.3_2
|
miwi  |
- Swap logic for X11 option
- Increase PORTREVISION so users notice the change
PR: ports/105913
Submitted by: Jonas Sonntag <jonas@schiebtsich.net> (maintainer) |
17 Nov 2006 08:41:01
0.96.3_1
|
miwi  |
- Fix bug that would prevent FreeBSD nodes from uploading files (obtained from
Gtk-Gnutella SVN)
- Move from X11BASE to LOCALBASE
- New option to build without GUI
- Various readability changes to ./Configure options
- Update comments on configuration knobs
PR: ports/105576
Submitted by: Jonas Sonntag <jonas@schiebtsich.net> (maintainer) |
12 Nov 2006 19:41:31
0.96.3
|
miwi  |
- Update to 0.96.3
PR: ports/105373
Submitted by: Jonas Sonntag <jonas@schiebtsich.net> (maintainer) |
31 Oct 2006 13:23:42
0.96.2
|
miwi  |
- Update to 0.96.2
PR: ports/104565
Submitted by: Jonas Sonntag <jonas@schiebtsich.net> (maintainer) |
29 Mar 2006 12:14:55
0.96.1
|
pav  |
- Update to 0.96.1
PR: ports/93859
Submitted by: Jonas Sonntag <jonas@schiebtsich.net> (maintainer) |
07 Mar 2006 08:28:06
0.96_1
|
ade  |
Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with: kris
Approved by: portmgr (implicit) |
11 Feb 2006 20:57:38
0.96
|
jylefort  |
- Update to 0.96
- Add NLS option
- Change default setting of TLS and IPV6 knobs to "on"
PR: ports/93196
Submitted by: maintainer |
30 Jan 2006 21:36:28
0.96.b_1
|
pav  |
Populate newly create net-p2p category with these ports:
ftp/jigdo
net/amule1
net/amule2
net/apollon
net/azureus
net/bnbt
net/btpeer
net/btqueue
net/cdonkey
net/ctorrent
net/dcd
net/dclib
net/dctc (Only the first 15 lines of the commit message are shown above ) |