notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

non port: irc/irssi/Makefile

Number of commits found: 160 (showing only 100 on this page)

1 | 2  »  

Saturday, 16 Mar 2024
08:03 Felix Palmen (zirias) search for other commits by this committer
irc/irssi: Revert build with ssl from ports

This fix was only needed for breakage caused by pkgconf, which has
meanwhile been fixed.

This reverts commit 71f0f861cedf2a7ddcc0cc4909fc01f630453da8.
commit hash: 0a8e5e996fef983dc90ff7960ecaaad2c094c535 commit hash: 0a8e5e996fef983dc90ff7960ecaaad2c094c535 commit hash: 0a8e5e996fef983dc90ff7960ecaaad2c094c535 commit hash: 0a8e5e996fef983dc90ff7960ecaaad2c094c535 0a8e5e9
Friday, 12 Jan 2024
22:40 Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Sanitize MANPREFIX for meson ports

Approved by:	portmgr
commit hash: 9f8f710b3ec3945ede5cf5d996c3391081d32df1 commit hash: 9f8f710b3ec3945ede5cf5d996c3391081d32df1 commit hash: 9f8f710b3ec3945ede5cf5d996c3391081d32df1 commit hash: 9f8f710b3ec3945ede5cf5d996c3391081d32df1 9f8f710
Sunday, 8 Oct 2023
09:40 Daniel Engberg (diizzy) search for other commits by this committer
irc/irssi: Update to 1.4.5

Changelog: https://github.com/irssi/irssi/releases/tag/1.4.5

PR:		274253
Reviewed by:	David O'Rourke <dor.bsd@xm0.uk> (maintainer)
Sponsored by:	Blinkinblox
commit hash: 0bf29429338f1ca01cbf083ef30ba43fa39832a7 commit hash: 0bf29429338f1ca01cbf083ef30ba43fa39832a7 commit hash: 0bf29429338f1ca01cbf083ef30ba43fa39832a7 commit hash: 0bf29429338f1ca01cbf083ef30ba43fa39832a7 0bf2942
Wednesday, 20 Sep 2023
07:43 Felix Palmen (zirias) search for other commits by this committer
irc/irssi: Fix build with ssl from ports

Building with ssl from ports used the headers from ports, but still
linked the libs from base and therefore failed. Patch meson.build to
look for OpenSSL libs in ${OPENSSLLIB} to fix this.

Approved by:	portmgr (blanket, build fix)
commit hash: 71f0f861cedf2a7ddcc0cc4909fc01f630453da8 commit hash: 71f0f861cedf2a7ddcc0cc4909fc01f630453da8 commit hash: 71f0f861cedf2a7ddcc0cc4909fc01f630453da8 commit hash: 71f0f861cedf2a7ddcc0cc4909fc01f630453da8 71f0f86
Friday, 30 Jun 2023
11:40 Tobias Kortkamp (tobik) search for other commits by this committer
irc/irssi: Drop nop TRUECOLOR_DESC

Reported by:	portfmt scan
commit hash: c590606330315894c6d2c71f779e535d92c50e51 commit hash: c590606330315894c6d2c71f779e535d92c50e51 commit hash: c590606330315894c6d2c71f779e535d92c50e51 commit hash: c590606330315894c6d2c71f779e535d92c50e51 c590606
Friday, 31 Mar 2023
18:58 Daniel Engberg (diizzy) search for other commits by this committer
irc/irssi: Update to 1.4.4

Changelog: https://irssi.org/NEWS/#news-v1-4-4

PR:		270560
Reported by:	Ailin Nemui (upstream)
Reviewed by:	David O'Rourke <dor.bsd@xm0.uk>
commit hash: f5da9192a4bf8429578763bfd1274f94f6f0e70a commit hash: f5da9192a4bf8429578763bfd1274f94f6f0e70a commit hash: f5da9192a4bf8429578763bfd1274f94f6f0e70a commit hash: f5da9192a4bf8429578763bfd1274f94f6f0e70a f5da919
Thursday, 3 Nov 2022
21:51 Daniel Engberg (diizzy) search for other commits by this committer
irc/irssi: Update to 1.4.3

Changelog: https://github.com/irssi/irssi/releases/tag/1.4.3

PR:		267460
Reviewed by:	David O'Rourke <dor.bsd@xm0.uk> (maintainer)
commit hash: e39b07ca0f205f476ccf3ee76d069adcc5160b58 commit hash: e39b07ca0f205f476ccf3ee76d069adcc5160b58 commit hash: e39b07ca0f205f476ccf3ee76d069adcc5160b58 commit hash: e39b07ca0f205f476ccf3ee76d069adcc5160b58 e39b07c
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Saturday, 20 Aug 2022
07:32 Daniel Engberg (diizzy) search for other commits by this committer
irc/irssi: Backport buildfix for Capsicum in -CURRENT

After base 000321bab7be and base e4c36b7aa952 with CAPSICUM enabled
build fails to find nvlist_create() .
Backport upstream commit 7baefc3315e9dc11c8a3a787a3b6c6888c2b590a to
fix this issue

PR:		265397
Reported by:	vishwin
Reviewed by:	David O'Rourke <dor.bsd@xm0.uk> (maintainer)
Tested by:	kp
commit hash: ab22566cfdf3becc9a5569e519a3ecab1449a755 commit hash: ab22566cfdf3becc9a5569e519a3ecab1449a755 commit hash: ab22566cfdf3becc9a5569e519a3ecab1449a755 commit hash: ab22566cfdf3becc9a5569e519a3ecab1449a755 ab22566
Monday, 18 Jul 2022
19:29 Daniel Engberg (diizzy) search for other commits by this committer
irc/irssi: Update to 1.4.2

Changelog: https://github.com/irssi/irssi/releases/tag/1.4.2

PR:		265269
Reviewed by:	David O'Rourke <dor.bsd@xm0.uk> (maintainer)
commit hash: 4f28535bc139671ebb94b60de7963573eb9a6b1e commit hash: 4f28535bc139671ebb94b60de7963573eb9a6b1e commit hash: 4f28535bc139671ebb94b60de7963573eb9a6b1e commit hash: 4f28535bc139671ebb94b60de7963573eb9a6b1e 4f28535
Saturday, 9 Jul 2022
21:49 Daniel Engberg (diizzy) search for other commits by this committer
irc/irssi: Update to 1.4.1

Changelog: https://github.com/irssi/irssi/releases/tag/1.4.1

Backport upstream commits from maintenance branch:
3404d822c83546b031d47a99e37ae65b887bec94
f17fb682573985656fa26bf10370b9e1d88e3bdf
c6a7f02042f63d01a38e8d522cff8f5d951afd51
730c3c1a12f782b92d710883f52a106e37f148e4
1b6b92ffff6950ee28c1b7936f53d83988843ed4

References:
https://github.com/ailin-nemui/irssi/commit/3404d822c83546b031d47a99e37ae65b887bec94
https://github.com/ailin-nemui/irssi/commit/f17fb682573985656fa26bf10370b9e1d88e3bdf
https://github.com/ailin-nemui/irssi/commit/c6a7f02042f63d01a38e8d522cff8f5d951afd51
https://github.com/ailin-nemui/irssi/commit/730c3c1a12f782b92d710883f52a106e37f148e4
https://github.com/ailin-nemui/irssi/commit/1b6b92ffff6950ee28c1b7936f53d83988843ed4

PR:		264628
Reviewed by:	David O'Rourke <dor.bsd@xm0.uk> (maintainer)
commit hash: bc97cc7b70dea8f491605a7670932805dcb9ea97 commit hash: bc97cc7b70dea8f491605a7670932805dcb9ea97 commit hash: bc97cc7b70dea8f491605a7670932805dcb9ea97 commit hash: bc97cc7b70dea8f491605a7670932805dcb9ea97 bc97cc7
Tuesday, 19 Oct 2021
08:36 Tobias Kortkamp (tobik) search for other commits by this committer
*: apply refactor.remove-consecutive-empty-lines

Submitted by:	portedit
commit hash: ce1af7fdc2cde4dc409a344a4210a3af581ccd2d commit hash: ce1af7fdc2cde4dc409a344a4210a3af581ccd2d commit hash: ce1af7fdc2cde4dc409a344a4210a3af581ccd2d commit hash: ce1af7fdc2cde4dc409a344a4210a3af581ccd2d ce1af7f
Friday, 16 Apr 2021
17:28 Lewis Cook (lcook) search for other commits by this committer
irc/irssi: Update to 1.2.3

Changes:	https://irssi.org/NEWS/#v1-2-3
PR:		255116
Submitted by:	David O'Rourke <dor.bsd@xm0.uk> (maintainer)
Approved by:	mentors (implicit)
commit hash: 1ed838f5dead7db6ce68317480917f89461d848e commit hash: 1ed838f5dead7db6ce68317480917f89461d848e commit hash: 1ed838f5dead7db6ce68317480917f89461d848e commit hash: 1ed838f5dead7db6ce68317480917f89461d848e 1ed838f
Thursday, 15 Apr 2021
08:31 Tobias Kortkamp (tobik) search for other commits by this committer
Clean up some things

- Remove duplicate variables
- Remove nop variables
- Sort categories
- Remove redundant option descriptions that match the default ones

Reported by:	portscan
commit hash: ffbc3bd9376a3672e16eafddf55b233b8fed1674 commit hash: ffbc3bd9376a3672e16eafddf55b233b8fed1674 commit hash: ffbc3bd9376a3672e16eafddf55b233b8fed1674 commit hash: ffbc3bd9376a3672e16eafddf55b233b8fed1674 ffbc3bd
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Monday, 15 Mar 2021
17:38 nc search for other commits by this committer
irc/irssi: Revert to 1.2.2

The reason for the revert is complaints on IRC and questions to the maintainer
via email.

This commit:

  - Restores the port to what it was before 1.3
  - Bumps PORTEPOCH and PORTREVISION to 2
    - These were both at 1 on the previous 1.2.2 package
  - Fixes a minor issue when compiling with OTR (--with-otr being passed twice)
  - Includes a patch for a glib related issue where pushing ctrl+space could
break the client

This commit brings the port back inline with the current release version of
irssi as advertised on their download page (1.2.2 client + glib patch).

PR:		254237
Submitted by:	David O'Rourke <dor.bsd@xm0.uk> (maintainer)
Original commitRevision:568480 
Friday, 26 Feb 2021
12:11 tobik search for other commits by this committer
Clean up some things

- Fix typos
- Remove duplicate variables
- Remove nop variables
- Sort categories

Reported by:	portscan
Original commitRevision:566598 
Monday, 7 Dec 2020
16:44 pkubaj search for other commits by this committer
irc/irssi: fix build on GCC architectures

../src/core/misc.c:101: error: #pragma GCC diagnostic not allowed inside
functions
Original commitRevision:557236 
Monday, 30 Nov 2020
17:17 fernape search for other commits by this committer
irc/irssi: Simplify PERL option handling.

Use proper OPT_USE.

Reported by:	mat@
Original commitRevision:556660 
Sunday, 29 Nov 2020
18:10 fernape search for other commits by this committer
irc/irssi: Fix Perl support option

Make Perl a run time option only when Perl option is selected. Perl is needed to
build always.

PR:	251406
Submitted by:	dor.bsd@xm0.uk (maintainer)
Reported by:	daniel.engberg.lists@pyret.net
Original commitRevision:556594 
Thursday, 26 Nov 2020
08:02 fernape search for other commits by this committer
irc/irssi: Unbreak when PERL=OFF

In r556069 the port changed to build with meson. This requires perl to build
regardles of the option PERL that allows perl scripts to be run in irssi.

While here clarify pkg-message (sent by daniel.engberg.lists@pyret.net)

PR:	251371 251360
Submitted by:	dor.bsd@xm0.uk (maintainer)
Reported by:	m.bueker@berlin.de
Original commitRevision:556320 
Sunday, 22 Nov 2020
18:33 fernape search for other commits by this committer
irc/irssi: Update to snapshot 1.3 (20201114)

Includes various bug fixes including ones related to Glib and SSL/TLS

PR:	249910
Submitted by:	daniel.engberg.lists@pyret.net
Approved by:	dor.bsd@xm0.uk (maintainer)
Original commitRevision:556069 
Tuesday, 16 Jun 2020
11:19 fernape search for other commits by this committer
irc/irssi: remove superfluous USE_LDCONFIG

Introduced in r538869.

The installed shared objects are plugins not meant to be used outside of the
scope of this application.

Reported by:	makc@
Original commitRevision:539340 
Monday, 15 Jun 2020
10:41 fernape search for other commits by this committer
irc/irssi: fix utf8proc support

Port was not using utf8proc since it didn't look for it in localbase.

While here:

 * Add USE_LDCONFIG
 * Remove post-patch target since it has no effect

PR:	247185
Submitted by:	yuripv@
Reviewed by:	dor.bsd@xm0.uk (maintainer)
Original commitRevision:538869 
Tuesday, 3 Mar 2020
12:56 mat search for other commits by this committer
Ports MUST NOT set WITH_DEBUG.

WITH_DEBUG is a user facing variable.  When a user wants to build a port
with debugging symbols enabled, they either set WITH_DEBUG globally, or
WITH_DEBUG_PORTS+=category/port.

Approved by:	bapt
With hat:	portmgr
Differential Revision:	https://reviews.freebsd.org/D23940
Original commitRevision:527673 
Friday, 13 Sep 2019
13:51 swills search for other commits by this committer
irc/irssi: Update to 1.2.2

PR:		240508
Submitted by:	David O'Rourke <dor.bsd@xm0.uk> (maintainer)
Original commitRevision:511961 
Sunday, 21 Jul 2019
10:54 kai search for other commits by this committer
irc/irssi: Enable by default all options that add no dependencies

* Make all options as default ones that don't introduce further dependencies
  to save users from compiling those features themselves.

PR:		239252
Submitted by:	David O'Rourke (maintainer)
Reported by:	cm@sdf.org
MFH:		2019Q3
Original commitRevision:507042 
Tuesday, 9 Jul 2019
21:25 kai search for other commits by this committer
irc/irssi: Add non-default option DEBUG

* Add non-default option DEBUG to enable builds with debug symbols.

PR:		238581
Submitted by:	serpent7776@gmail.com (initial version), David O'Rourke
Reviewed by:	koobs
Approved by:	David O'Rourke (maintainer)
Original commitRevision:506316 
Monday, 1 Jul 2019
20:29 kai search for other commits by this committer
irc/irrsi: Update to 1.2.1

* Fixes security vulnerability when using SASL for login that might suddenly
  fail in some cases (CVE-2019-13045). [1]
* It also fixes issues with input line echoing of UTF-8 chars with non UTF-8
  terminals. [2]

Changelog:

https://irssi.org/NEWS/#v1-2-1

PR:		238892 [1], 238591 [2]
Submitted by:	Santhosh Raju [1], Victor Sudakov [2]
Approved by:	David O'Rourke (maintainer)
MFH:		2019Q2
Security:	475f952c-9b29-11e9-a8a5-6805ca0b38e8
Original commitRevision:505638 
Friday, 1 Mar 2019
04:56 swills search for other commits by this committer
irc/irssi: Update to 1.2.0

PR:		235698
Submitted by:	David O'Rourke <dor.bsd@xm0.uk> (maintainer)
Original commitRevision:494233 
Wednesday, 9 Jan 2019
22:19 dbaio search for other commits by this committer
irc/irssi: Update to 1.1.2

Changelog:	https://irssi.org/NEWS/#v1-1-2

Irssi Security Advisory:	https://irssi.org/security/irssi_sa_2019_01.txt

PR:		234798
Submitted by:	David O'Rourke <dor.bsd@xm0.uk> (maintainer)
Submitted by:	tj@mrsk.me (email)
MFH:		2019Q1
Original commitRevision:489833 
Friday, 2 Nov 2018
13:32 rene search for other commits by this committer
Remove compatibility code for FreeBSD < 11.2 from all ports.

Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by:	rene
Reviewed by:	bapt, jbeich
Differential Revision:	https://reviews.freebsd.org/D17724
Original commitRevision:483807 
Sunday, 14 Oct 2018
16:24 antoine search for other commits by this committer
Fix configure with openssl 1.1.1

PR:		231970
Original commitRevision:482051 
Monday, 19 Feb 2018
12:28 dbaio search for other commits by this committer
irc/irssi: Update to 1.1.1, Fixes multiple vulnerabilities

Changes:	https://irssi.org/NEWS/#v1-1-1

PR:		226001
Submitted by:	David O'Rourke <dor.bsd@xm0.uk> (maintainer)
Reported by:	tj@mrsk.me (email)
MFH:		2018Q1
Security:	7afc5e56-156d-11e8-95f2-005056925db4
Original commitRevision:462311 
Wednesday, 31 Jan 2018
23:53 brd search for other commits by this committer
Update irc/irssi to 1.1.0

PR:		225196
Submitted by:	David O'Rourke <dor.bsd@xm0.uk>
Original commitRevision:460549 
Saturday, 6 Jan 2018
21:18 dbaio search for other commits by this committer
irc/irssi: Update to 1.0.6, Fixes multiple security vulnerabilities

While here, update license and www.

Changes:	https://raw.githubusercontent.com/irssi/irssi/1.0.6/NEWS

PR:		224954
Submitted by:	David O'Rourke <dor.bsd@xm0.uk> (maintainer)
Reported by:	tj@mrsk.me (email)
MFH:		2018Q1
Security:	a3764767-f31e-11e7-95f2-005056925db4
Original commitRevision:458290 
Sunday, 22 Oct 2017
17:53 dbaio search for other commits by this committer
irc/irssi: Update to 1.0.5, Fixes multiple security vulnerabilities

https://irssi.org/security/irssi_sa_2017_10.txt

PR:		223169
Submitted by:	David O'Rourke <dor.bsd@xm0.uk> (maintainer)
MFH:		2017Q4
Security:	85e2c7eb-b74b-11e7-8546-5cf3fcfdd1f1
Original commitRevision:452675 
Saturday, 8 Jul 2017
14:09 feld search for other commits by this committer
irc/irssi: Update to 1.0.4

- Fixes two CVEs

PR:		220544
MFH:		2017Q3
Security:	CVE-2017-10965
Security:	CVE-2017-10966
Original commitRevision:445337 
Thursday, 8 Jun 2017
00:28 zi search for other commits by this committer
- Update to 1.0.3

Security:	165e8951-4be0-11e7-a539-0050569f7e80
Approved by:	ports-secteam (with hat)
Original commitRevision:442895 
Saturday, 18 Mar 2017
13:29 riggs search for other commits by this committer
Update to upstream version 1.0.2

Details:
- Fixes a use-after-free during netjoin.
  This usually leads to a segfault.
  Upstream considers targeted code execution
  difficult.

PR:		217878
Submitted by:	dor.bsd@xm0.uk (maintainer)
MFH:		2017Q1
Security:	CVE-2017-xxxx (not yet assigned)
Original commitRevision:436407 
Friday, 17 Mar 2017
09:32 vanilla search for other commits by this committer
Remove chinese/irssi.
Original commitRevision:436330 
09:03 vanilla search for other commits by this committer
set MAINTAINER to David O'Rourke (dor.bsd at xm0.uk)
Original commitRevision:436328 
09:00 vanilla search for other commits by this committer
1: Update to 1.0.1.
2: remove uneeded config arguments (ncurses/ipv6)

PR:		217348
Submitted by:	brnrd@
Original commitRevision:436326 
Monday, 9 Jan 2017
08:58 vanilla search for other commits by this committer
Add CPE information.

PR:		215888
Submitted by:	shun.fbsd.pr at dropcut.net
Original commitRevision:430923 
Sunday, 8 Jan 2017
01:37 vanilla search for other commits by this committer
Downgrade to 0.8.21.

PR:		215800
Submitted by:	Vladimir Krstulja <vlad-fbsd@acheronmedia.com>
Original commitRevision:430851 
Saturday, 7 Jan 2017
01:07 adamw search for other commits by this committer
LIB_DEPENDS=libglib-2.0.so should be USE_GNOME=glib20.

Also, while here, sort the LIB_DEPENDS in desktutils/gnome-contacts,
because wow.
Original commitRevision:430761 
Friday, 6 Jan 2017
03:45 vanilla search for other commits by this committer
Update to 1.0.0, also remove deprecated configure options.

PR:		215800
Submitted by:	vlad-fbsd@acheronmedia.com <vlad-fbsd at acheronmedia.com>
MFH:		2017Q1
Original commitRevision:430686 
Wednesday, 21 Sep 2016
20:56 feld search for other commits by this committer
irc/irssi: Update to 0.8.20

- Add gettext-runtime to USES per poudriere's warning

https://irssi.org/security/irssi_sa_2016.txt

PR:		212888
MFH:		2016Q3
Security:	CVE-2016-7044
Security:	CVE-2016-7045
Original commitRevision:422579 
Friday, 26 Aug 2016
02:23 vanilla search for other commits by this committer
switch to USES=ssl.

PR:		212164
Submitted by:	pipfstarrd@opmbx.org
Original commitRevision:420886 
Monday, 23 May 2016
20:35 amdmi3 search for other commits by this committer
Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by
default anyway and don't need to be listed

Approved by:	portmgr blanket
Original commitRevision:415742 
Friday, 20 May 2016
10:53 vanilla search for other commits by this committer
Fix build with PERL-off.

PR:		209657
Submitted by:	vas at mpeks dot tomsk do su
Original commitRevision:415553 
Wednesday, 18 May 2016
06:54 vanilla search for other commits by this committer
1: add patch from upstream to fix @INC order for perl scripts.
2: strip perl's .so
3: bump version.
Original commitRevision:415427 
Tuesday, 5 Apr 2016
15:30 vanilla search for other commits by this committer
Update to 0.8.19, and regen patches.
Original commitRevision:412560 
Friday, 1 Apr 2016
14:08 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412347 
Monday, 2 Mar 2015
03:53 vanilla search for other commits by this committer
1: add LICENSE.
2: use options helper
3: add TRUECOLOR knob

PR:		198103 [3]
Submitted by:	Olivia Theze fox at foxiepa.ws [3]
Original commitRevision:380244 
Wednesday, 26 Nov 2014
13:08 mat search for other commits by this committer
Change the way Perl modules are installed, update the default Perl to 5.18.

Before, we had:

  site_perl :           lib/perl5/site_perl/5.18
  site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
  perl_man3 :           lib/perl5/5.18/man/man3

Now we have:

  site_perl : lib/perl5/site_perl
  site_arch : lib/perl5/site_perl/mach/5.18
  perl_man3 : lib/perl5/site_perl/man/man3

Modules without any .so will be installed at the same place regardless of the
Perl version, minimizing the upgrade when the major Perl version is changed.
It uses a version dependent directory for modules with compiled bits.

As PERL_ARCH is no longer needed in plists, it has been removed from
PLIST_SUB.

The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now
always removed, as is perllocal.pod.

The old site_perl and site_perl/arch directories have been kept in the
default Perl @INC for all Perl ports, and will be phased out as these old
Perl versions expire.

PR:		194969
Differential Revision:	https://reviews.freebsd.org/D1019
Exp-run by:	antoine
Reviewed by:	perl@
Approved by:	portmgr
Original commitRevision:373448 
Saturday, 18 Oct 2014
15:23 vanilla search for other commits by this committer
use '?=' on PORTREVISION, slave ports need it.

Submitted by:	sunpoet@
Original commitRevision:371136 
Monday, 13 Oct 2014
04:04 vanilla search for other commits by this committer
Upgrade to 0.8.17.
Original commitRevision:370751 
Tuesday, 3 Jun 2014
13:20 vanilla search for other commits by this committer
1: Fix COMMENT.
2: add libtool to USES.

PR:		ports/190411
Submitted by:	ports at robakdesign.com
Original commitRevision:356358 
Sunday, 1 Jun 2014
02:22 vanilla search for other commits by this committer
Upgrade to 0.8.16.
Original commitRevision:356031 
Tuesday, 11 Feb 2014
12:23 antoine search for other commits by this committer
- Fix packaging without perl [1]
- Fix paths inside .packlist files [2]

Reported by:	rotluchs [1], stage-qa [2]
Original commitRevision:343735 
Sunday, 9 Feb 2014
15:36 antoine search for other commits by this committer
irssi is responsable for creating the lib/irssi/modules directory
Original commitRevision:343513 
Monday, 21 Oct 2013
14:42 vanilla search for other commits by this committer
Fix building with ports ncurses.
Original commitRevision:331144 
Wednesday, 9 Oct 2013
11:42 vanilla search for other commits by this committer
Fix 'build package' with better solution.

Obtained from:	danfe@
Original commitRevision:329884 
Sunday, 6 Oct 2013
02:51 vanilla search for other commits by this committer
Fix build pageage.

PR:		ports/182720
Submitted by:	Kevin Zheng <kevinz5000 at gmail.com>
Original commitRevision:329525 
Wednesday, 25 Sep 2013
01:08 vanilla search for other commits by this committer
Support stage, add DOCS as options.
Original commitRevision:328227 
Friday, 20 Sep 2013
18:44 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
irc)
Original commitRevision:327736 
Monday, 16 Sep 2013
15:42 az search for other commits by this committer
- convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
Original commitRevision:327410 
Monday, 6 May 2013
15:34 bapt search for other commits by this committer
Convert USE_NCURSES by USES=ncurses
Convert USE_READLINE by USES=readline
Original commitRevision:317525 
Tuesday, 23 Apr 2013
10:51 bapt search for other commits by this committer
Convert irc to USES=pkgconfig
Original commitRevision:316344 
Friday, 8 Mar 2013
10:51 kwm search for other commits by this committer
* 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
Original commitRevision:313633 
Monday, 3 Sep 2012
03:50 vanilla search for other commits by this committer
revert last change, it cause some seg faults.
Original commitRevision:303585 
Tuesday, 14 Aug 2012
00:31 vanilla search for other commits by this committer
use some default desc from bsd.options.desc.mk.

Submitted by:	crees@
Original commit
Monday, 13 Aug 2012
15:08 vanilla search for other commits by this committer
1: fix utf-8 decoding.
2: convert to optionng.

PR:		ports/169780
Submitted by:	Kuan-Chung Chiu <buganini@gmail.com> [1]
Original commit
Friday, 20 May 2011
02:43 vanilla search for other commits by this committer
Add USE_NCURSES=yes

PR:             ports/157141
Submitted by:   Raphael Kubo da Costa <kubito at gmail.com>
Original commit
Wednesday, 30 Jun 2010
07:37 vanilla search for other commits by this committer
remove files/patch-scripts__ipupdate.pl, it broken irc/irssi.

Submitted by:   freebsd at nagilum dot org
Feature safe:   yes
Original commit
01:12 vanilla search for other commits by this committer
make ipupdate.pl work.

PR:             ports/148169
Submitted by:   freebsd at nagilum dot org
Feature safe:   yes
Original commit
Wednesday, 7 Apr 2010
03:24 vanilla search for other commits by this committer
Add CONSLICTS to zh-irssi.
Original commit
01:53 vanilla search for other commits by this committer
Upgrade to 0.8.15.

PR:             ports/145363
Submitted by:   Jase Thew <freebsd at beardz.net>
Original commit
Monday, 17 Aug 2009
14:49 vanilla search for other commits by this committer
A patch to fix fails of connect to sslv3 server.

Submitted by:   stas@
Original commit
Wednesday, 29 Jul 2009
09:41 vanilla search for other commits by this committer
Upgrade to 0.8.14.

PR:             ports/137233
Submitted by:   miwi@
Original commit
Thursday, 2 Apr 2009
01:43 vanilla search for other commits by this committer
Upgrade to 0.8.13.
Original commit
Tuesday, 29 Jul 2008
06:03 vanilla search for other commits by this committer
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>
Original commit
Monday, 3 Mar 2008
14:26 vanilla search for other commits by this committer
Make PORTREVISION can overwrite by slave ports.
Original commit
Sunday, 11 Nov 2007
22:33 vanilla search for other commits by this committer
Fix coredump with silc-irssi-plugin.

PR:             ports/117871
Submitted by:   Wesley Shields <wxs.at.atarininja.org>
Approved by:    portmgr@ (linimon)
Original commit
Thursday, 11 Oct 2007
20:14 vanilla search for other commits by this committer
Upgrade to 0.8.12.

PR:             ports/117087
Submitted by:   Andris Raugulis <ar.at.null.lv>
Original commit
Wednesday, 3 Oct 2007
23:04 edwin search for other commits by this committer
Remove support for OSVERSION  < 5
Original commit
Saturday, 29 Sep 2007
20:50 linimon search for other commits by this committer
Add WANT_PERL.  This will be needed to conditionalize bsd.perl.mk inclusion.

Approved by:    maintainer
Original commit
Sunday, 16 Sep 2007
12:40 vanilla search for other commits by this committer
Fix buggy logging code.

Submitted by:   mhsin via #bsdchat
Obtained from:  http://bugs.irssi.org/?do=details&task_id=509&pagenum=2
Original commit
Thursday, 26 Apr 2007
10:05 vanilla search for other commits by this committer
Upgrade to 0.8.11.

Requested by:   miwi@
Original commit
Sunday, 11 Mar 2007
01:52 vanilla search for other commits by this committer
Fix pkg-plist with bot support.

PR:             ports/110142
Submitted by:   "John K."<cfactor_at_gmail_._com>
Original commit
Friday, 8 Dec 2006
17:39 vanilla search for other commits by this committer
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
Original commit
Thursday, 28 Sep 2006
16:25 vanilla search for other commits by this committer
set themes option default value.

Submitted by:   Liuyh <liuyh@newsbank-218.csie.nctu.dot.edu.tw>
Original commit
Monday, 25 Sep 2006
08:29 vanilla search for other commits by this committer
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>
Original commit
Monday, 18 Sep 2006
16:26 miwi search for other commits by this committer
- Add irssi-theme knop

Approved by:    vanilla@ (maintainer)
Original commit
Sunday, 10 Sep 2006
15:11 vanilla search for other commits by this committer
Make slave port happy.

PR:             ports/103034
Submitted by:   rafan@
Original commit
Monday, 8 May 2006
10:32 edwin search for other commits by this committer
remove USE_REINPLACE for all categories starting with I
Original commit
Thursday, 4 May 2006
05:51 vanilla search for other commits by this committer
Add patch to fix coredump on 7-current.

Submitted by:   andrei at tyenet.com
Original commit
Thursday, 23 Feb 2006
10:40 ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
Original commit

Number of commits found: 160 (showing only 100 on this page)

1 | 2  »