1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
Commit Graph

128 Commits

Author SHA1 Message Date
Koop Mast
7887c684ad * 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
2013-03-08 10:51:34 +00:00
Vanilla I. Shu
f8715f9d4a revert last change, it cause some seg faults. 2012-09-03 03:50:42 +00:00
Vanilla I. Shu
9015565724 use some default desc from bsd.options.desc.mk.
Submitted by:	crees@
2012-08-14 00:31:26 +00:00
Vanilla I. Shu
5876ab6ca0 1: fix utf-8 decoding.
2: convert to optionng.

PR:		ports/169780
Submitted by:	Kuan-Chung Chiu <buganini@gmail.com> [1]
2012-08-13 15:08:03 +00:00
Martin Wilke
06086f16f6 - Kick MD5 Support 2011-07-02 19:54:28 +00:00
Vanilla I. Shu
e200ff11f2 Add USE_NCURSES=yes
PR:		ports/157141
Submitted by:	Raphael Kubo da Costa <kubito at gmail.com>
2011-05-20 02:43:54 +00:00
Vanilla I. Shu
5173a3145d remove files/patch-scripts__ipupdate.pl, it broken irc/irssi.
Submitted by:	freebsd at nagilum dot org
Feature safe:	yes
2010-06-30 07:37:50 +00:00
Vanilla I. Shu
f8536b1618 make ipupdate.pl work.
PR:		ports/148169
Submitted by:	freebsd at nagilum dot org
Feature safe:	yes
2010-06-30 01:12:40 +00:00
Vanilla I. Shu
cc3ea914d9 Add CONSLICTS to zh-irssi. 2010-04-07 03:24:37 +00:00
Vanilla I. Shu
e995d60859 Upgrade to 0.8.15.
PR:		ports/145363
Submitted by:	Jase Thew <freebsd at beardz.net>
2010-04-07 01:53:34 +00:00
Vanilla I. Shu
a116031b92 A patch to fix fails of connect to sslv3 server.
Submitted by:	stas@
2009-08-17 14:49:19 +00:00
Vanilla I. Shu
a01d8ca070 Upgrade to 0.8.14.
PR:		ports/137233
Submitted by:	miwi@
2009-07-29 09:41:35 +00:00
Vanilla I. Shu
a1c9f80e31 Upgrade to 0.8.13. 2009-04-02 01:43:53 +00:00
Vanilla I. Shu
6315d0aa9a 1: change USE_GNOME to LIB_DEPENDS to avoid depends on fam/gamin.
2: fix proxy binding problem.

PR:		ports/125854 [2], ports/126057 [1]
Submitted by:	Dheeraj Reddy <dheeraj at ece.gatech.edu> [1]
		Matthias Grimm <eisofen at eisofen.de>
2008-07-29 06:03:46 +00:00
Vanilla I. Shu
da99f51dcc Make PORTREVISION can overwrite by slave ports. 2008-03-03 14:26:23 +00:00
Vanilla I. Shu
e7a4dc9d31 Fix coredump with silc-irssi-plugin.
PR:		ports/117871
Submitted by:	Wesley Shields <wxs.at.atarininja.org>
Approved by:	portmgr@ (linimon)
2007-11-11 22:33:05 +00:00
Vanilla I. Shu
37aa8dd5ac Upgrade to 0.8.12.
PR:		ports/117087
Submitted by:	Andris Raugulis <ar.at.null.lv>
2007-10-11 20:14:56 +00:00
Edwin Groothuis
83f7357c87 Remove support for OSVERSION < 5 2007-10-03 23:04:44 +00:00
Mark Linimon
77933c739b Add WANT_PERL. This will be needed to conditionalize bsd.perl.mk inclusion.
Approved by:	maintainer
2007-09-29 20:58:32 +00:00
Vanilla I. Shu
ddcfc2b9cf Fix buggy logging code.
Submitted by:	mhsin via #bsdchat
Obtained from:	http://bugs.irssi.org/?do=details&task_id=509&pagenum=2
2007-09-16 12:40:50 +00:00
Vanilla I. Shu
c0b2bc1523 Upgrade to 0.8.11.
Requested by:	miwi@
2007-04-26 10:05:46 +00:00
Vanilla I. Shu
7d180d4968 Fix pkg-plist with bot support.
PR:		ports/110142
Submitted by:	"John K."<cfactor_at_gmail_._com>
2007-03-11 01:52:32 +00:00
Vanilla I. Shu
9833a3f33a remove RUN_DEPENDS to x11-thenes/irssi-themes, and add message on post-install.
PR:		ports/106408
Submitted by:	m0rf<m0rf@mail.dot.cz>, ehaupt
2006-12-08 17:39:33 +00:00
Vanilla I. Shu
5e20762517 set themes option default value.
Submitted by:	Liuyh <liuyh@newsbank-218.csie.nctu.dot.edu.tw>
2006-09-28 16:25:09 +00:00
Vanilla I. Shu
0488197b6a When irssi displays a overlong topic with wide (width > 1) character on the
display margin, it will truncate AFTER that character. That is, the whole wide
character is outputted and mess up the screen.
This patch fixes the problem by truncating BEFORE wide characters that fall
on the display margin.

PR:		ports/103597
Submitted by:	Yi-Hsuan Hsin <mhsin_at_mhsin_dot_org>
2006-09-25 08:29:18 +00:00
Martin Wilke
200ebcd330 - Add irssi-theme knop
Approved by:	vanilla@ (maintainer)
2006-09-18 16:26:04 +00:00
Vanilla I. Shu
8f66084ec6 Make slave port happy.
PR:		ports/103034
Submitted by:	rafan@
2006-09-10 15:11:53 +00:00
Edwin Groothuis
cfc515375f remove USE_REINPLACE for all categories starting with I 2006-05-08 10:32:04 +00:00
Vanilla I. Shu
261f0c4e6e Add patch to fix coredump on 7-current.
Submitted by:	andrei at tyenet.com
2006-05-04 05:51:00 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Pav Lucistnik
1068fca2cf - Fix runtime crash on 64-bit archs with jemalloc
PR:		ports/91812
Submitted by:	keramida
Approved by:	vanilla (vacation blanket)
2006-01-15 09:00:54 +00:00
Vanilla I. Shu
01faf1934e 1: upgrade to 0.8.10.
2: sync with irssi-devel

PR:		ports/90256
Submitted by:	Toni Viemero <toni.viemero@iki.dot.fi>
2005-12-12 05:46:52 +00:00
Vanilla I. Shu
605f8c3a10 Fix typo error (USE_REPLACE => USE_REINPLACE), my fault :(
Submitted by:	Ed Schouten <ed@fxq.nl>
2005-09-29 07:32:19 +00:00
Vanilla I. Shu
a81902b0b9 Fix manpage pathnames.
PR:		ports/84909
Submitted by:	Ed Schouten <ed@fxq.nl>
2005-09-29 06:55:18 +00:00
Vsevolod Stakhov
06d989170c Add conflicts line for irssi-devel.
Approved by:	perky (mentor), vanilla (maintainer)
2005-07-24 17:16:19 +00:00
Pav Lucistnik
31380493d9 - Fix package to create empty lib/irssi/modules directory, to match port's
behaviour
2005-05-26 11:01:12 +00:00
David E. O'Brien
c3d8037aeb At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
2005-04-12 03:26:56 +00:00
David E. O'Brien
f2fc2d60ae Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
2005-04-11 08:04:41 +00:00
Philip Paeps
8056cd05e1 Prevent the creation of perllocal.pod to appease pointyhat.
Spotted by:	pointyhat via kris
Approved by:	vanilla (maintainer)
2005-02-22 08:49:35 +00:00
Vanilla I. Shu
43d9fff417 Add SIZE.
Submitted by:	trevor
2004-03-18 17:35:46 +00:00
Vanilla I. Shu
d549dd20de - Unbreak on -currnet.
- Put USE_OPENSSL before <bsd.port.pre.mk>
- make configure happy
- make pre-configure target non-fatal. This makes interrupting and resuming
  the configure stage possible.

PR:		ports/62476
Submitted by:	Ulrich Spoerlein <q@uni.de>
2004-02-08 17:02:11 +00:00
Kris Kennaway
dc189e78df BROKEN on 5.x: does not compile 2004-02-07 06:39:25 +00:00
Joe Marcus Clarke
d3ed8a1b49 Set {WANT,USE}_GNOME correctly to make these ports compatible with the new
bsd.port.mk.

Submitted by:	kris
2004-02-04 05:25:22 +00:00
Pete Fritchman
4868cd59bd Make WITH_PERL=yes the default, and bump PORTREVISION. Perl scripting is
one of the major features of irssi, and seems a reasonable default.

Approved by:	maintainer
2004-01-05 18:47:53 +00:00
Alfred Perlstein
cc8959a12b Add a patch to check for the environment variable IRSSI_NOTHROTTLE
to disable throttling.

Submitted by: Chris Jones <cjones@gruntle.org>
2003-12-28 09:12:58 +00:00
Sergey A. Osokin
2589d901d4 Use DOCSDIR and DATADIR macros.
Approved by:	vanilla (maintainer)
2003-12-16 15:48:09 +00:00
Vanilla I. Shu
e9dfb00a00 Make COMMENT, CATEGOTIES, MAINTAINER can override by slave-ports. 2003-12-15 04:12:40 +00:00
Vanilla I. Shu
2680c01ac5 Use the right way of specifying PORTREVISION so slave ports can override this.
Submitted by:	ijliao, kcwu
2003-12-15 03:50:15 +00:00
Vanilla I. Shu
83d9c8e0e7 Upgrade to 0.8.9, move WITH_BOEHM_GC out of the WITH_GLIB block.
Submitted by:	Jean-Yves Lefort <jylefort@brutele.be>, Dario Freni <saturnero@gufi.org>
2003-12-11 03:07:14 +00:00
Vanilla I. Shu
e237d381c5 Add two WITH_* knob, WITH_BOEHM_GC, WITH_BOT.
Bump version.

Submitted by:	Jean-Yves Lefort <jylefort@brutele.be>
2003-12-08 16:28:54 +00:00