Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.8.8_3 17 Apr 2018 20:39:37 |
rene |
Remove expired port irc/xchat and plugins:
2018-04-15 irc/xchat: Unmaintained upstream, use irc/hexchat instead
irc/xchat-fish
irc/xchat-mircryption
irc/xchat-ruby |
2.8.8_3 17 Mar 2018 08:38:10 |
tobik |
irc/xchat: Deprecate
It's unmaintained with likely many unpatched security issues.
irc/hexchat is an actively maintained fork of XChat which can be used
instead.
https://tingping.github.io/2018/03/02/when-distros-get-it-wrong.html
PR: 226322
Approved by: gnome (maintainer timeout, 2 weeks) |
2.8.8_3 25 Jul 2016 17:41:15 |
brd |
Fix connecting to servers with SSLv3 disabled to address POODLE.
PR: 142198
Submitted by: lordsith49@hotmail.com, brnrd |
2.8.8_2 01 Apr 2016 14:08:38 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight |
2.8.8_2 16 Apr 2015 06:35:01 |
amdmi3 |
- Add CPE info
Approved by: portmgr blanket |
2.8.8_2 27 Oct 2014 13:00:22 |
bapt |
Cleanup plist |
2.8.8_2 20 Oct 2014 17:52:17 |
mva |
- Convert ports of irc/ and lang/ to new USES=python
Approved by: portmgr (implicit) |
2.8.8_2 02 Sep 2014 14:24:37 |
tijl |
Add missing library libgmodule-2.0
Reported by: antoine |
2.8.8_2 23 Jul 2014 10:28:04 |
tijl |
Remove two libtool fixes from Mk/Uses/libtool.mk. They don't always work
when an older version of a package is installed. This is the case when an
executable links with installed libraries and with uninstalled libraries
that link with other uninstalled libraries. For each of the directly
linked libraries the executable will have an rpath (/usr/local/lib for the
installed libraries and a path under WRKDIR for each of the uninstalled
libraries), but not for the indirect libraries. Both ld(1) and rtld(1)
search the rpath of the executable first before any rpath of libraries, so
the indirectly linked libraries will be found in /usr/local/lib if they are
installed instead of in WRKDIR.
With this commit executables will overlink with uninstalled indirect
libraries again so their location is added to the rpath of the executable.
This partially reverts r358784.
PR: 191611
Approved by: portmgr (bapt) |
2.8.8_2 22 Jun 2014 10:44:30 |
tijl |
Add 4 new sed commands to USES=libtool. The first two apply some of the
changes that Debian made to their libtool. The first command applies to
libtool versions 1.4 and up. The second command is somewhat more elaborate
but essentially it uses the sed hold space to move an "elif...fi" block
down. It applies to 2.x. Together these reduce overlinking to unpatched
.la files (from ports that don't have USES=libtool yet but also .la files
in the work directory).
The third and fourth command fix relinking. During staging libtool may
relink libA when it links to another library in the work directory libB.
The reason is that libA created during build phase has its runpath set to
the location of libB in the work directory. This allows running an
executable that links to libA from within the work directory. The relink
removes this extra runpath.
(Only the first 15 lines of the commit message are shown above ) |
2.8.8_2 11 Jun 2014 14:50:00 |
tijl |
Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS. Also remove references to
PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
required additional patches.
Somewhat simplified a linker command line looks like:
${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}
where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us. If possible -L and -l flags need to be (Only the first 15 lines of the commit message are shown above ) |
2.8.8_2 05 Jun 2014 20:27:30 |
kwm |
Fix build with gcc from ports. [1]
While here use USES=libtool, strip installed small update regarding LDFLAGS
PR: 178896 [1]
Submitted by: kvedulv@kvedulv.de
Patch by: avg@ [1] |
2.8.8_1 01 Apr 2014 17:23:56 |
antoine |
Don't violate stagedir
Reported by: poudriere
With hat: portmgr |
2.8.8_1 14 Feb 2014 17:14:04 |
gahr |
- Convert to USES=tcl
- Convert to new LIB_DEPENDS format
- STAGE-clean
- Fix WWW line in pkg-descr |
2.8.8_1 22 Oct 2013 13:58:56 |
amdmi3 |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with [fgijk])
Approved by: portmgr (bdrewery) |
2.8.8_1 20 Sep 2013 18:44:50 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
irc) |
2.8.8_1 12 Sep 2013 17:55:41 |
az |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Reviewed by: kwm@
Approved by: kwm@ (gnome@) |
2.8.8_1 02 Sep 2013 22:03:39 |
bapt |
Add an explicit dependency on pkgconf |
2.8.8_1 24 Apr 2013 18:10:32 |
ak |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
2.8.8_1 08 Mar 2013 10:51:36 |
kwm |
* 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 |
2.8.8_1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
2.8.8 20 May 2012 16:46:32 |
mezz |
Readd socks5 support by using net/dante instead of removal net/socks5.
PR: ports/167826
Submitted by: 4721@hushmail.com <4721@hushmail.com> |
2.8.8 26 Feb 2012 18:44:12 |
jpaetzel |
Remove optional dep on net/socks5, which is exiting the ports tree. With a bit
of mangling SOCKS5 functionality could be resurrected with net/dante
PR: ports/165097
Submitted by: jpaetzel |
2.8.8 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 |
2.8.8 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
2.8.8 13 Jul 2010 18:03:37 |
kwm |
Update to 2.8.8.
PR: ports/148442
Submitted by: "Joseph S. Atkinson" <jsa@wickedmachine.net> |
2.8.6_7 31 May 2010 02:01:56 |
ade |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
2.8.6_6 10 May 2010 21:19:08 |
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 ) |
2.8.6_5 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
2.8.6_4 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
2.8.6_3 22 Aug 2009 00:24:37 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with H,I,J,K,L |
2.8.6_3 31 Jul 2009 13:57:52 |
dinoex |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
2.8.6_2 22 Mar 2009 19:41:35 |
marcus |
Mark SOCKS5 support as only for i386 since it will cause 64-bit apps to
crash as it lacks prototype definitions for functions such as SOCKSlocaltime,
SOCKSread, etc. These functions return 64-bit values, but will get
truncated to 32-bit values without proper prototypes.
I looked at net/socks5, but it does not appear to be engineered in a way
to provide these prototypes to external consumers. The socks5 port needs
to be updated so that it works with INCLUDE_PROTOTYPES on FreeBSD. |
2.8.6_2 03 Mar 2009 04:11:13 |
marcus |
* Switch to USE_TCL infrastructure
* Add support for tcl85
PR: 130187
Submitted by: mm |
2.8.6_2 10 Jan 2009 05:22:13 |
marcus |
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 (Only the first 15 lines of the commit message are shown above ) |
2.8.6_1 04 Aug 2008 02:46:24 |
mezz |
Various small fixes, bump the PORTREVISION.
Obtained from: http://www.xchat.org/files/source/2.8/patches/ |
2.8.6 14 Jun 2008 16:25:42 |
mezz |
Update to 2.8.6. |
2.8.4_6 06 Jun 2008 13:36:43 |
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) |
2.8.4_5 24 Mar 2008 04:52:31 |
mezz |
The buffers need to be larger for some translations to fix the crash. Bump the
PORTREVISION.
PR: ports/118659
Reported by: Kyryll A Mirnenko <mirya@zoc.com.ua>
Obtained from: Its CVS. |
2.8.4_4 12 Dec 2007 05:55:50 |
mezz |
Scrollback shrinking code forgets to close(), bump the PORTREVISION.
Obtained from: http://xchat.org/files/source/2.8/patches/ |
2.8.4_3 18 Oct 2007 17:13:25 |
mezz |
- Stops scrollback files growing too large by fixing the file-shrink code.
- Puts a "Display scrollback from previous session" into the Setup GUI
(logging section) so people can turn this off without typing commands.
- Bump the PORTREVISION.
Obtained from: http://xchat.org/files/source/2.8/patches/ |
2.8.4_2 07 Oct 2007 05:45:04 |
linimon |
Set USE_PERL5/WANT_PERL as appropriate, for ports that either depend on
perl unconditonally, or conditionally. To be able to conditionalize the
inclusion of bsd.perl.mk, they now need to be defined before the inclusion
of bsd.port.pre.mk.
Hat: portmgr |
2.8.4_2 28 Jul 2007 18:35:48 |
marcus |
* OPTIONSify
* Add spell check support for libsexy (default: off)
* Add runtime dependency on libnotify and notification-daemon
* Remove obsolete Perl version checks
* Depend on TCL 8.4 instead of 8.3
PR: 114453
Submitted by: Yuri Pankov <yuri@darklight.org.ru> |
2.8.4_1 11 Jul 2007 15:20:27 |
mezz |
Fix creation of ~/.xchat2/scrollback/ paths, bump the PORTREVISION.
Obtained from: http://xchat.org/files/source/2.8/patches/ |
2.8.4 05 Jul 2007 00:58:25 |
mezz |
Update to 2.8.4. |
2.8.2_2 07 Jun 2007 02:21:42 |
mezz |
Fix defunc processes created by opening tray balloons, bump the PORTREVISION.
Obtained from: http://xchat.org/files/source/2.8/patches/ |
2.8.2_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}. |
2.8.2 14 Apr 2007 06:38:15 |
marcus |
Update tp 2.8.2. |
2.8.0_2 26 Mar 2007 20:11:32 |
mezz |
Portlint:
-Add '-[0-9]*' in the CONFLICT. |
2.8.0_2 21 Mar 2007 21:35:47 |
mezz |
Fix Japanese translation error in 2.6.8 and 2.8.0 causes xchat NOT to run,
bump the PORTREVISION.
Submitted by: Takeharu KATO <takeharu1219@ybb.ne.jp> |
2.8.0_1 06 Jan 2007 01:01:15 |
mezz |
Fix the /back and repeat /away if you are back. Also, it fixes in the Server ->
Away menu when you try to uncheck it. This patch was took from xchat2 CVS. Bump
the PORTREVISION. |
2.8.0 05 Jan 2007 21:25:14 |
mezz |
Update to 2.8.0.
PR: ports/107563
Submitted by: Alex <goo@t72.ru> |
2.6.8_2 18 Dec 2006 15:57:41 |
pav |
- Fix a security problem
Obtained from: Peter Zelezny <zed@xchat.org> (author) |
2.6.8_1 28 Nov 2006 14:44:41 |
pav |
- Force spellchecker feature to use gtkspell backend
PR: ports/105949
Submitted by: Alex <goo@t72.ru> |
2.6.8 31 Oct 2006 02:39:57 |
marcus |
Update to 2.6.8. |
2.6.6_3 14 Oct 2006 08:54:54 |
marcus |
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.
Submitted by: mezz, ahze, pav, and many others
Approved by: portmgr (implicit, kris) |
2.6.6 27 Jul 2006 15:32:21 |
marcus |
Update to 2.6.6. See http://xchat.org/changelog.txt for a list of changes. |
2.6.4_1 13 Jun 2006 22:31:23 |
mezz |
- Fix the invisible cursor color when using GTKSpell and a black input box
(when "Use the text box font & colors" is ON). Took from xchat CVS.
- Fix the plist when disable dbus support.
- Add a new knob, WITHOUT_GTKSPELL, to disable spell check support.
- Bump the PORTREVISION. |
2.6.4 10 Jun 2006 07:11:20 |
marcus |
Update to 2.6.4. See http://xchat.org/changelog.txt for a list of changes.
PR: 98775
Submitted by: Tim Welch <ports@thepentagon.org> |
2.6.2 28 May 2006 12:35:56 |
pav |
- Rename ports
irc/xchat -> irc/xchat1
irc/xchat2 -> irc/xchat |
1.8.11_6 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.8.11_5 22 Jan 2006 05:52:28 |
edwin |
eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
1.8.11_5 26 Nov 2005 01:48:16 |
pav |
- Add SHA256 |
1.8.11_5 15 Jun 2005 02:43:36 |
lesi |
Directory share/pixmaps is now included in mtree
(BSD.x11-4.dist rev. 1.27), so remove it from plist. |
1.8.11_5 14 May 2005 21:46:43 |
sem |
- Move USE_OPENSSL and USE_PYTHON above of bsd.port.mk
PR: ports/57502
Submitted by: eik |
1.8.11_4 26 Jan 2005 09:07:52 |
pav |
- Fix plist in non-GNOME case
Reported by: krismail |
1.8.11_3 10 Apr 2004 17:26:55 |
trevor |
Tidy up whitespace. |
1.8.11_3 31 Mar 2004 14:27:43 |
eivind |
Make the default config conform to RFC1122 (no public away messages). |
1.8.11_2 30 Mar 2004 19:20:23 |
krion |
- Use USE_ICONV knob
Approved by: portmgr |
1.8.11_2 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
1.8.11_1 29 Jan 2004 07:24:56 |
trevor |
SIZEify. |
1.8.11_1 15 Dec 2003 01:17:29 |
pav |
Jim Mock (jim) returned his commit bit, so set his ports free.
Thank for all your work, Jim! |
1.8.11_1 23 Aug 2003 01:03:50 |
perky |
Bump PORTREVISION after lang/python's changing default to
BUILD_STATIC. This affects to python embedding programs only.
Submitted by: olgeni |
1.8.11 20 Apr 2003 19:24:47 |
marcus |
Remove USE_GNOMENG. |
1.8.11 07 Mar 2003 06:04:02 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
1.8.11 19 Jan 2003 00:09:27 |
jim |
Update to 1.8.11.
Submitted by: Paolo Gatti <onel0ve@libero.it>
Tested by: Munish Chopra <mchopra@engmail.uwaterloo.ca> |
1.8.10 21 Oct 2002 16:25:37 |
marcus |
Update to 1.8.10.
PR: 44051
Approved by: maintainer |
1.8.9 08 Sep 2002 03:47:53 |
jim |
Add USE_GNOME= gtk12 so configure actually finds gtk and builds the GUI.
Submitted by: skrueger@europe.com |
1.8.9 31 Aug 2002 00:42:23 |
lioux |
Deploy USE_GNOMENG infrastructure
PR: 42204
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Approved by: maintainer |
1.8.9 30 Jun 2002 22:28:11 |
jim |
Add a WITH_PYTHON knob.
PR: 39063
Submitted by: Marc Recht <marc@informatik.uni-bremen.de> |
1.8.9 26 May 2002 22:47:30 |
jim |
Install xchat.desktop in the right place.
PR: 38565
Submitted by: Alan Eldridge <ports@geeksrus.net> |
1.8.9 25 May 2002 23:19:43 |
jim |
Update to version 1.8.9.
PR: 38490
Submitted by: Dominic Marks <dominic_marks@btinternet.com> |
1.8.8_2 15 Apr 2002 17:05:52 |
sobomax |
GC tons of useless msgfmt:... in BUILD_DEPENDS, when libintl already in
LIB_DEPENDS. |
1.8.8_2 12 Apr 2002 17:10:20 |
ade |
gettext upgrade uber-patch (stage 3)
- switch devel/gettext (0.11.1) on, installing full package
- flip devel/gettext-old (0.10.35) to installing only static binaries
with a "-old" suffix -- gettext-old will have its deorbit burn
sequence initiated just after 4.6-RELEASE
- fix up ports for the new world order
Reviewed by: portmgr |
1.8.8_1 19 Mar 2002 12:52:55 |
sobomax |
Fix another few places where giconv used instead of iconv.
PR: 36059, 36063, 36082
Submitted by: Joe Marcus Clarke <marcus@marcuscom.com> |
1.8.8_1 18 Mar 2002 11:50:39 |
sobomax |
Iconv cleanup, stage 2b: remove regex hacks that change iconv.h to giconv.h and
-liconv to -lgiconv. |
1.8.8_1 18 Mar 2002 10:27:58 |
knu |
Bump PORTREVISION to reflect the (lib)iconv upgrade. |
1.8.8_1 18 Mar 2002 09:46:46 |
sobomax |
Iconv cleanup, stage 1b: correct {BUILD,LIB,RUN}_DEPENDS of all ports that need
libiconv. |
1.8.8 15 Mar 2002 19:44:29 |
ade |
Stage 1 of gettext update.
Move gettext (0.10.35) with gettext-old
Update gettext from gettext-devel (0.10.40)
Remove gettext-devel
Fix dependencies
Stage 2 will involve upgraded gettext to 0.11 and fixing issues
Stage 3 involves a de-orbit burn sequence for gettext-old
Reviewed by: portmgr |
08 Mar 2002 16:56:29 |
jim |
Update to version 1.8.8. |
18 Jan 2002 21:43:31 |
jim |
Keep up with the musical MASTER_SITES. It should be done moving around now
that xchat.org is back. |
13 Jan 2002 09:04:50 |
jim |
Fix MASTER_SITES. |
11 Jan 2002 02:00:24 |
jim |
Update to version 1.8.7. |
28 Nov 2001 07:50:03 |
jim |
Update to version 1.8.6. While I'm here, add a WITH_TRANSPARENCY knob so that
non-GNOME users can get transparent windows if so desired. |
25 Nov 2001 01:05:25 |
jim |
Argh. Bump PORTREVISION. I forgot to apply this in the last commit. |
25 Nov 2001 01:00:06 |
jim |
Add two patches -- one fixes dccs autoresume, and the other fixes xchat when
used with bnc. |
03 Nov 2001 11:51:15 |
jim |
Update to version 1.8.5. Re-enable building with perl since xchat has been
fixed to compile with versions older than 5.6. |
09 Oct 2001 22:11:40 |
jim |
Add --enable-zvt if compiled with GNOME support so things will work properly.
|
02 Oct 2001 23:41:35 |
jim |
Update to version 1.8.4. Perl support is currently disabled for systems older
than 500007 since it now needs Perl 5.6 to compile (at least until I get
around to adding a knob to make using the Perl 5.6 port an option). |
05 Sep 2001 21:12:17 |
knu |
Fix installation and packaging with GNOME. |