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) combination for a given watch list. This is what FreshPorts will look for.

non port: net-im/libpurple/Makefile

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

1 | 2  »  

Wednesday, 26 Jul 2023
00:48 Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Fix build with llvm16 on 13.2-STABLE

As like as HEAD(14.0-RELEASE) llvm16 was merged in base for 13.2-STABLE
with the OSVERSION 1302507.

- Utilize USE_CXXSTD=c++14 or similar solution where applicable
- Update conditionals to addtionally check for OSVERSION greater than
  1302507 and less than 1400000

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
commit hash: 95274bf4f99c71fc056013d966aec239161dfd74 commit hash: 95274bf4f99c71fc056013d966aec239161dfd74 commit hash: 95274bf4f99c71fc056013d966aec239161dfd74 commit hash: 95274bf4f99c71fc056013d966aec239161dfd74 95274bf
Tuesday, 27 Jun 2023
19:34 Rene Ladan (rene) search for other commits by this committer
all: remove explicit versions in USES=python for "3.x+"

The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb 3d9a815
Saturday, 24 Jun 2023
12:03 Muhammad Moinur Rahman (bofh) search for other commits by this committer
net-im/libpurple: Fix build with llvm16

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
commit hash: 8a069382b365114fed36d1ddc932677894889e56 commit hash: 8a069382b365114fed36d1ddc932677894889e56 commit hash: 8a069382b365114fed36d1ddc932677894889e56 commit hash: 8a069382b365114fed36d1ddc932677894889e56 8a06938
Tuesday, 17 Jan 2023
17:11 Joe Marcus Clarke (marcus) search for other commits by this committer
net-im/libpurple: Updaye libpurple and pidgin to 2.14.12

See https://keep.imfreedom.org/pidgin/pidgin/file/v2.14.12/ChangeLog for
a list of changes in this release.
commit hash: 58f016296f2c926dfd7401015a331c6296aadd47 commit hash: 58f016296f2c926dfd7401015a331c6296aadd47 commit hash: 58f016296f2c926dfd7401015a331c6296aadd47 commit hash: 58f016296f2c926dfd7401015a331c6296aadd47 58f0162
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
Wednesday, 20 Jul 2022
14:22 Tobias C. Berner (tcberner) search for other commits by this committer
net-im: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  <ports@c0decafe.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Alberto Villa <avilla@FreeBSD.org>
  *  Alexander Logvinov <ports@logvinov.com>
  *  Alexander Timoshenko <gonzo@univ.kiev.ua>
  *  Andrew Lewis <freeghb@gmail.com>
  *  Andrey Akhmichin <sepulkarium45@yahoo.com>
  *  Bartek Rutkowski <r@robakdesign.com>
  *  Bernard Spil <brnrd@freebsd.org>
  *  Brendan Molloy <brendan+freebsd@bbqsrc.net>
  *  Denis Shaposhnikov <dsh@vlink.ru>
  *  Dennis Herrmann <dhn@FreeBSD.org>
  *  Dmitry Sivachenko <demon@FreeBSD.org>
  *  Emanuel Haupt <ehaupt@FreeBSD.org>
  *  Eugene Grosbein <eugen@FreeBSD.org>
  *  Florent Thoumie <flz@FreeBSD.org>
  *  Frank Altpeter <frank@altpeter.de>
  *  Gea-Suan Lin <gslin@gslin.org>
  *  Geoffrey Mainland <mainland@apeiron.net>
  *  Henry Hu <henry.hu.sh@gmail.com>
  *  Jim Mock <jim@FreeBSD.org>
  *  Joe Marcus Clarke <marcus@FreeBSD.org>
  *  John Prather
  *  Jonathan Chen <jonc@chen.org.nz>
  *  Joseph S. Atkinson <jsatkinson@embarqmail.com>
  *  Junji NAKANISHI <jun-g@daemonfreaks.com>
  *  Kelly Cochran <kcochran@trolans.net>
  *  Koop Mast <kwm@FreeBSD.org>
  *  Kris Moore <kmoore@FreeBSD.org>
  *  Kris Moore <kmoore@freebsd.org>
  *  Lars Eggert <lars.eggert@gmx.net>
  *  Marc Bruenink
  *  Matthew West <mwest@uct.ac.za>
  *  Matthias Fechner <mfechner@FreeBSD.org>
  *  Max E. Kuznecov <mek@mek.uz.ua>
  *  Meethune Bhowmick <meethune@gmail.com>
  *  Michael Johnson <ahze@FreeBSD.org>
  *  Nicola Stanislao Vitale <nivit@FreeBSD.org>
  *  Nicola Vitale <nivit@email.it>
  *  Nikolay Pavlov <qpadla@gmail.com>
  *  Oleg Ginzburg (olevole@olevole.ru)
  *  Pavel Andreev
  *  Saulius Menkevicius <bob@nulis.lt>
  *  SeaD
  *  Seamus Venasse <svenasse@polaris.ca>
  *  Sergey Skvortsov <skv@protey.ru>
  *  Steve Wills <swills@FreeBSD.org>
  *  Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  TAKATSU Tomonari <tota@FreeBSD.org>
  *  Thierry Thomas <thierry@pompo.net>
  *  Tsung-Han Yeh <snowfly@yuntech.edu.tw>
  *  Vsevolod Stakhov <vsevolod@highsecure.ru>
  *  Wen Heping <wen@FreeBSD.org>
  *  Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
  *  Yuri <yuri@tsoft.com>
  *  Yuri Victorovich
  *  Yuri Victorovich <yuri@rawbw.com>
  *  dd
  *  gahr
  *  gnome@freebsd.org
  *  jodocus <jodocus@jodocus.org>
  *  mph
  *  trasz
  *  vsevolod

With hat:	portmgr
commit hash: 103413d55fc87a4eacaf010f01b7f72732a37f69 commit hash: 103413d55fc87a4eacaf010f01b7f72732a37f69 commit hash: 103413d55fc87a4eacaf010f01b7f72732a37f69 commit hash: 103413d55fc87a4eacaf010f01b7f72732a37f69 103413d
Thursday, 23 Jun 2022
07:10 Joe Marcus Clarke (marcus) search for other commits by this committer Author: Mikhail T
net-im/pidgin: Update to 2.4.10

See
https://keep.imfreedom.org/pidgin/pidgin/file/594d723693040b57a4d0faf403c9e15878047eac/ChangeLog
for a list of changes in this release.
commit hash: 9f11bc02a6d3b7f87c53df25af8c3ce7a419747a commit hash: 9f11bc02a6d3b7f87c53df25af8c3ce7a419747a commit hash: 9f11bc02a6d3b7f87c53df25af8c3ce7a419747a commit hash: 9f11bc02a6d3b7f87c53df25af8c3ce7a419747a 9f11bc0
Wednesday, 8 Jun 2022
14:06 Baptiste Daroussin (bapt) search for other commits by this committer
pidgin: drop gconf references entirely

Given how the port evolved USE_GNOME=gconf2 was never set anyway,
just remove it entirely, and add the configure argument to ensure
it will never come back even by accident
commit hash: 00f1472c6af6516e19438c32226a49525860bda2 commit hash: 00f1472c6af6516e19438c32226a49525860bda2 commit hash: 00f1472c6af6516e19438c32226a49525860bda2 commit hash: 00f1472c6af6516e19438c32226a49525860bda2 00f1472
Sunday, 1 May 2022
18:55 Joe Marcus Clarke (marcus) search for other commits by this committer
net-im/libpurple: Revert gstreamer reversion

My commit and Tobias' crossed like ships in the night.
commit hash: 4d3a301d949328a7284dfdd922833d5b60bf5fd6 commit hash: 4d3a301d949328a7284dfdd922833d5b60bf5fd6 commit hash: 4d3a301d949328a7284dfdd922833d5b60bf5fd6 commit hash: 4d3a301d949328a7284dfdd922833d5b60bf5fd6 4d3a301
17:30 Joe Marcus Clarke (marcus) search for other commits by this committer
net-im/libpurple: Update to 2.14.9

See
https://keep.imfreedom.org/pidgin/pidgin/file/f729a2939e033edbbe1c59f038f6f59749aca68a/ChangeLog
for a list of changes in this release.
commit hash: 3b08c201f60f62a40a46a26813985845ee54a1e7 commit hash: 3b08c201f60f62a40a46a26813985845ee54a1e7 commit hash: 3b08c201f60f62a40a46a26813985845ee54a1e7 commit hash: 3b08c201f60f62a40a46a26813985845ee54a1e7 3b08c20
Saturday, 30 Apr 2022
08:03 Tobias C. Berner (tcberner) search for other commits by this committer
framework: convert bsd.gstreamer.mk to Uses/gstreamer.mk

- convert bsd.gstreamer.mk to Uses/gstreamer.mk
- convert ports tree to make use of USES=gstreamer
- remove duplicate dependency lines from the tree

Differential Revision: https://reviews.freebsd.org/D35097
commit hash: ca3f925d6eb53ff27e2a49775f6d33f52a587ae4 commit hash: ca3f925d6eb53ff27e2a49775f6d33f52a587ae4 commit hash: ca3f925d6eb53ff27e2a49775f6d33f52a587ae4 commit hash: ca3f925d6eb53ff27e2a49775f6d33f52a587ae4 ca3f925
Sunday, 10 Apr 2022
19:11 Charlie Li (vishwin) search for other commits by this committer
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)
commit hash: d63665f7cd9c99880704a3c5bc221829cb009744 commit hash: d63665f7cd9c99880704a3c5bc221829cb009744 commit hash: d63665f7cd9c99880704a3c5bc221829cb009744 commit hash: d63665f7cd9c99880704a3c5bc221829cb009744 d63665f
Tuesday, 5 Apr 2022
16:06 Joe Marcus Clarke (marcus) search for other commits by this committer
net-im/libpurple: Point to the cert directory with .pem files

The code looks for a .pem extension, but all of the extracted certs in
/etc/ssl/certs use .0.

PR:		262858
commit hash: aa21c3d9963e119bbb5b19729a75d7c4a2861716 commit hash: aa21c3d9963e119bbb5b19729a75d7c4a2861716 commit hash: aa21c3d9963e119bbb5b19729a75d7c4a2861716 commit hash: aa21c3d9963e119bbb5b19729a75d7c4a2861716 aa21c3d
Saturday, 26 Mar 2022
08:27 Matthias Fechner (mfechner) search for other commits by this committer
textproc/libxml2: bump all dependencies

This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
commit hash: 247c7db7513f1264922428278678da641c5a3f52 commit hash: 247c7db7513f1264922428278678da641c5a3f52 commit hash: 247c7db7513f1264922428278678da641c5a3f52 commit hash: 247c7db7513f1264922428278678da641c5a3f52 247c7db
Sunday, 26 Dec 2021
16:04 Joe Marcus Clarke (marcus) search for other commits by this committer
net-im/libpurple: Point to the system TLS certs.

PR:		259954
commit hash: c80dda3bf578ae5c0e9e02beec4a1be2609f0d44 commit hash: c80dda3bf578ae5c0e9e02beec4a1be2609f0d44 commit hash: c80dda3bf578ae5c0e9e02beec4a1be2609f0d44 commit hash: c80dda3bf578ae5c0e9e02beec4a1be2609f0d44 c80dda3
Monday, 1 Nov 2021
21:13 Joe Marcus Clarke (marcus) search for other commits by this committer
net-im/libpurple: Update to 2.14.8

See https://keep.imfreedom.org/pidgin/pidgin/file/v2.14.8/ChangeLog for
the changes in this release.
commit hash: 80af18355e2659d29dcd4e7891e97bd376fd1173 commit hash: 80af18355e2659d29dcd4e7891e97bd376fd1173 commit hash: 80af18355e2659d29dcd4e7891e97bd376fd1173 commit hash: 80af18355e2659d29dcd4e7891e97bd376fd1173 80af183
Tuesday, 17 Aug 2021
16:25 Joe Marcus Clarke (marcus) search for other commits by this committer Author: Filipe da Silva Santos
net-im/libpurple: Fix typo in Makefile
commit hash: c05034e49c5dfd349dc146bdf86342a2e8a080f0 commit hash: c05034e49c5dfd349dc146bdf86342a2e8a080f0 commit hash: c05034e49c5dfd349dc146bdf86342a2e8a080f0 commit hash: c05034e49c5dfd349dc146bdf86342a2e8a080f0 c05034e
Monday, 3 May 2021
19:08 Joe Marcus Clarke (marcus) search for other commits by this committer
net-im/[libpurple,pidgin]: Update to 2.14.4.

See
https://keep.imfreedom.org/pidgin/pidgin/file/release-2.x.y/ChangeLog
for a list of changes in this release.
commit hash: f1f38c45cccae277d322dac723b7f5fde9f96aff commit hash: f1f38c45cccae277d322dac723b7f5fde9f96aff commit hash: f1f38c45cccae277d322dac723b7f5fde9f96aff commit hash: f1f38c45cccae277d322dac723b7f5fde9f96aff f1f38c4
19:08 Joe Marcus Clarke (marcus) search for other commits by this committer
net-im/libpurple: Re-enable the GEvolution plugin (for pidgin)
commit hash: 23b639c49a32e3047f8906eb5569b24af0a2d3cb commit hash: 23b639c49a32e3047f8906eb5569b24af0a2d3cb commit hash: 23b639c49a32e3047f8906eb5569b24af0a2d3cb commit hash: 23b639c49a32e3047f8906eb5569b24af0a2d3cb 23b639c
Wednesday, 21 Apr 2021
12:31 Joe Marcus Clarke (marcus) search for other commits by this committer
net-im/libpurple: Bump Python version.

Pidgin now wants Python 3 so be explicit about that.  It also changed
the argument to find the Python command.
PR:		255280
commit hash: 1cf4c751968e4a05db44565f7db87c232ff8e9c3 commit hash: 1cf4c751968e4a05db44565f7db87c232ff8e9c3 commit hash: 1cf4c751968e4a05db44565f7db87c232ff8e9c3 commit hash: 1cf4c751968e4a05db44565f7db87c232ff8e9c3 1cf4c75
Tuesday, 20 Apr 2021
20:55 Joe Marcus Clarke (marcus) search for other commits by this committer
net-im/libpurple: Fix LICENSE typo.

This prompts me to think I need to have portlint check validity.
PR:		255279
commit hash: bb02a5b90880fc52c958ec333bdb72a4d3b5b57c commit hash: bb02a5b90880fc52c958ec333bdb72a4d3b5b57c commit hash: bb02a5b90880fc52c958ec333bdb72a4d3b5b57c commit hash: bb02a5b90880fc52c958ec333bdb72a4d3b5b57c bb02a5b
13:07 Joe Marcus Clarke (marcus) search for other commits by this committer
net-im/libpurple: Make SASL default enabled.

The 2.14.2 (un-ported) release made SASL enable by default, so respect
that here.  While here, add a LICENSE.
Reported by:	olgeni
commit hash: f1ccdf22f1172bae140828431b74f8148adfcb1c commit hash: f1ccdf22f1172bae140828431b74f8148adfcb1c commit hash: f1ccdf22f1172bae140828431b74f8148adfcb1c commit hash: f1ccdf22f1172bae140828431b74f8148adfcb1c f1ccdf2
Monday, 19 Apr 2021
20:29 Joe Marcus Clarke (marcus) search for other commits by this committer
Update to 2.14.3.

See https://keep.imfreedom.org/pidgin/pidgin/file/v2.14.3/ChangeLog for
a list of changes in this release.
commit hash: df20e638812530fc1aa0b993dbe75dceff714247 commit hash: df20e638812530fc1aa0b993dbe75dceff714247 commit hash: df20e638812530fc1aa0b993dbe75dceff714247 commit hash: df20e638812530fc1aa0b993dbe75dceff714247 df20e63
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
Sunday, 21 Jun 2020
14:06 marcus search for other commits by this committer
Update to 2.14.1.

See https://bitbucket.org/pidgin/main/src/release-2.x.y/ChangeLog for a list
of changes in this release.

PR:		247148
Submitted by:	swills
Original commitRevision:539765 
Monday, 2 Mar 2020
22:29 marcus search for other commits by this committer
Use standard ncurses build mechanism.

PR:		243949
Submitted by:	swills
Original commitRevision:527654 
Friday, 7 Feb 2020
13:33 lwhsu search for other commits by this committer
Followup security/nss installation path modification in r525484

PR:		243835
Original commitRevision:525485 
Friday, 8 Nov 2019
13:34 tobik search for other commits by this committer
net-im: Add missing USES={gnome,xorg}
Original commitRevision:517063 
Friday, 12 Apr 2019
20:39 marcus search for other commits by this committer
Switch to using default Python only for DBUS file generation.

PR:		237199
Submitted by:	gahr
Original commitRevision:498743 
Tuesday, 2 Apr 2019
03:35 yuri search for other commits by this committer
dns/libidn: Update to 1.35

Bump 48 ports.
Previous update to 1.34 broke jabberd.

PR:		228048
Original commitRevision:497546 
Wednesday, 28 Mar 2018
17:08 marcus search for other commits by this committer
Update to 2.13.0.

See https://bitbucket.org/pidgin/www/src/tip/htdocs/ChangeLog for
a list of changes in this release.

PR:		226467
Submitted by:	swills
Original commitRevision:465824 
Saturday, 3 Feb 2018
18:21 amdmi3 search for other commits by this committer
- Switch to USES=localbase
- Add missing files to plist

Approved by:	portmgr blanket
Original commitRevision:460831 
Saturday, 16 Dec 2017
19:05 olgeni search for other commits by this committer
net-im/libpurple: quick fix for TLS radio button.
Original commitRevision:456482 
18:11 rene search for other commits by this committer
Remove AIM option from and bump PORTREVISION of the following ports,
the AIM network was shut down at 2017-12-15.

net-im/centerim
net-im/centerim-devel
net-im/libpurple

Reported by:	Dmitri Goutnik <dg@syrec.org>
Original commitRevision:456479 
Friday, 15 Dec 2017
13:24 marcus search for other commits by this committer
Clean up the Makefile a bit.

* Make BONJOUR a protocol option since it behaves like one
* Add a radio button for TLS options NSS and GNUTLS

PR:		223120
Submitted by:	sid@bsdmail.com
Original commitRevision:456394 
Sunday, 10 Dec 2017
20:48 antoine search for other commits by this committer
- Those ports fail to build with python3
- Add some explicit FLAVOR to dependencies where needed
Original commitRevision:455913 
Thursday, 30 Nov 2017
15:50 mat search for other commits by this committer
Convert Python ports to FLAVORS.

  Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
  current python flavor.  It can be used in dependency lines when the
  port itself is not python flavored.  For example, deskutils/calibre.

  By default, all the flavors are generated.  To only generate flavors
  for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
  BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.

  In all the ports with Python dependencies, the *_DEPENDS entries MUST
  end with the flavor so that the framework knows which to build/use.
  This is done by appending '@${PY_FLAVOR}' after the origin (or
  @${FLAVOR} if in a Python module with Python flavors, as the content
  will be the same).  For example:

    RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
Original commitRevision:455210 
Thursday, 12 Oct 2017
15:57 mat search for other commits by this committer
Remove WANT_GNOME and HAVE_GNOME.

Approved by:	bapt kwm
Sponsored by:	Absolight
Differential Revision:	  https://reviews.freebsd.org/D12643
Original commitRevision:451901 
Wednesday, 27 Sep 2017
18:01 marcus search for other commits by this committer
Make sure we do not include gconf2 when we're not
using the GTK+ UI.

PR:		208733
Submitted by:	cyberleo@cyberleo.net
Original commitRevision:450773 
Tuesday, 25 Apr 2017
08:20 riggs search for other commits by this committer
Chase ffmpeg 3.3 update (ABI changes)

PR:		218658
Submitted by:	riggs
Original commitRevision:439367 
Monday, 24 Apr 2017
12:58 miwi search for other commits by this committer
- Fix shebangs

Submitted by:	Jochen Neumeister (via irc)
Original commitRevision:439287 
Saturday, 18 Mar 2017
12:37 marcus search for other commits by this committer
Update to 2.12.0.  See https://bitbucket.org/pidgin/www/src/tip/htdocs/ChangeLog
for a list of changes in this release.
Original commitRevision:436403 
Friday, 23 Dec 2016
23:15 marcus search for other commits by this committer
Switch GStreamer dependency to Gst1.

PR:		213892
Submitted by:	Matthieu Volat <mazhe@alkumuna.eu>
Original commitRevision:429291 
Friday, 2 Dec 2016
11:58 mat search for other commits by this committer
Do not use post-stage.  Use post-install instead.

The only reason to use post-stage is because the port needs to do
"things" at a later time, like some plist manipulation.
While there, fold post-install in do-install targets when they are
defined.

PR:		214780
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Original commitRevision:427552 
Thursday, 24 Nov 2016
21:02 antoine search for other commits by this committer
Fix pidgin build when python symlink is not present
Original commitRevision:427061 
Sunday, 9 Oct 2016
12:10 jbeich search for other commits by this committer
devel/nspr, security/nss: drop version from SONAME

No other downstream appends synthetic library version, and doing so
causes underlinking due to fragile build system (see below). Not to
mention being unable to swap out bundled libs from upstream builds.

  $ cc -lplds4 -L/usr/local/lib
  /usr/lib/crt1.o: In function `_start1':
  crt1_c.c:(.text+0xa6): undefined reference to `main'
  /usr/local/lib/libplds4.so: undefined reference to `pthread_set_name_np'
  /usr/local/lib/libplds4.so: undefined reference to `pthread_create'
  /usr/local/lib/libplds4.so: undefined reference to `pthread_condattr_init'
  /usr/local/lib/libplds4.so: undefined reference to `pthread_setschedparam'
  /usr/local/lib/libplds4.so: undefined reference to `pthread_getschedparam'

PR:		213144
Exp-run by:	antoine
Original commitRevision:423591 
Wednesday, 22 Jun 2016
16:10 marcus search for other commits by this committer
Update to 2.11.0.  See
https://bitbucket.org/pidgin/www/src/tip/htdocs/ChangeLog?fileviewer=file-view-default
for a list of changes.
Original commitRevision:417319 
Saturday, 16 Apr 2016
15:35 marcus search for other commits by this committer
Fix typo and remove duplicate Bonjour option.

Reported by:	Alexandr Matveev <timon@timon.net.nz>
Original commitRevision:413444 
Friday, 15 Apr 2016
18:44 marcus search for other commits by this committer
Group IM protocols together in an OPTIONS_GROUP.

PR:		208646
Submitted by:	sid@bsdmail.com
Original commitRevision:413368 
Friday, 1 Apr 2016
14:16 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412348 
Sunday, 27 Mar 2016
14:58 tijl search for other commits by this committer
- 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)
Original commitRevision:411990 
Sunday, 7 Feb 2016
19:43 kwm search for other commits by this committer
Move Mk/bsd.gnome.mk and Mk/bsd.mate.mk to Mk/Uses/.

To use the GNOME or MATE components activate it by adding gnome
or mate to USES. The usage of USE_GNOME/INSTALL_ICONS and for
example GLIB_SCHEMAS has stayed the same.

Like with USES, the use of USE_GNOME and so after bsd.port.pre.mk
is now forbidden. And adapt ports that where still doing that.

Exp-runs done by:	antoine@

PR:		205432
Reviewed by:	antoine@, mat@
Approved by:	portmgr (antoine@)
Differential Revision:	https://reviews.freebsd.org/D3653
Original commitRevision:408449 
Wednesday, 6 Jan 2016
18:45 marcus search for other commits by this committer
Change the VV dependency to net-im/farstream to fix the build on clean
systems.

PR:		205947
Original commitRevision:405384 
Tuesday, 5 Jan 2016
20:43 marcus search for other commits by this committer
Update to 2.10.12.  See https://developer.pidgin.im/wiki/ChangeLog
for changes in this release.
Original commitRevision:405315 
Saturday, 19 Dec 2015
21:40 marcus search for other commits by this committer
Add support for building finch with port's ncurses.

PR:		205407
Original commitRevision:404029 
Tuesday, 24 Mar 2015
18:19 marino search for other commits by this committer
4 ports categories: Remove $PTHREAD_LIBS

Categories: www, ftp, net-im, net-mgmt

approved by:	PTHREAD blanket
Original commitRevision:382150 
Friday, 19 Dec 2014
23:26 marcus search for other commits by this committer
Put back the local perl hack for .packlist to fix make stage.

PR:		192054
Original commitRevision:374983 
Tuesday, 2 Dec 2014
16:26 marcus search for other commits by this committer
Update to 2.10.11 and fix the build with the ncurses port.

Submitted by:	Matthias Apitz <guru@unixarea.de> (ncurses fix)
Original commitRevision:373770 
Saturday, 29 Nov 2014
18:22 tijl search for other commits by this committer
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)
Original commitRevision:373636 
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 
Thursday, 13 Nov 2014
20:47 marcus search for other commits by this committer
Fix the MSN application ID to re-enable the buddy list.

Reported by:    Matthias Apitz <guru@unixarea.de>
Obtained from:  Pidgin git
Original commitRevision:372537 
Friday, 24 Oct 2014
01:58 zi search for other commits by this committer
- Update to 2.10.10

With hat:	ports-secteam
Security:	d057c5e6-5b20-11e4-bebd-000c2980a9f3
Original commitRevision:371419 
Wednesday, 1 Oct 2014
01:34 marcus search for other commits by this committer
Fix staging when Perl is enabled for slave ports.

Reported by:	John Wood <john@charpa.org>
Original commitRevision:369683 
Saturday, 30 Aug 2014
18:18 tijl search for other commits by this committer
dns/libidn:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Always install libidn-components.png because it is used by libidn.info
- Add -lintl to Libs.private instead of Libs in libidn.pc
Original commitRevision:366659 
Saturday, 2 Aug 2014
05:48 marcus search for other commits by this committer
Adapt the fixpacklist Perl hack to work with libpurple.

PR:		192054
Original commitRevision:363787 
Wednesday, 23 Jul 2014
09:54 tijl search for other commits by this committer
- 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)
Original commitRevision:362645 
Friday, 27 Jun 2014
17:21 miwi search for other commits by this committer
- Chase database/sqlite3 slib bump

Approved by:	portmgr (myself)
Original commitRevision:359586 
Wednesday, 11 Jun 2014
14:50 tijl search for other commits by this committer
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
added to LIBS to make sure they appear after any -L and -l flags set by
upstream.  Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this
may appear too early on the command line causing installed libraries to
be linked in instead of freshly built ones.

Additional changes:
benchmarks/netio: Replace WITH_IPV6 with an IPV6 option.
comms/gnokii: Replace some patches with USES=pathfix.  Also remove -fPIC.
graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR.
graphics/visionworkbench: Remove FreeBSD 7 support.
multimedia/libmovtar: New LIB_DEPENDS syntax.
multimedia/opencinematools: Use standard do-build.
net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins)
net-mgmt/nagios: Remove -fPIC.
net-mgmt/nagios4: Remove -fPIC.
print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036.
security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with
ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS.  This skips a test
in configure that falsely detects pthread_mutexattr_init in our libc.
sysutils/dar: Fix iconv detection.
x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD
hack and use $CXX as linker as on other platforms.

PR:		190592
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:357486 
Tuesday, 27 May 2014
21:13 tijl search for other commits by this committer
Fix gettext detection.

PR:		190299
Original commitRevision:355575 
Wednesday, 21 May 2014
15:49 tijl search for other commits by this committer
Fix build with SASL option.

PR:		ports/190057
Original commitRevision:354753 
Tuesday, 20 May 2014
21:12 tijl search for other commits by this committer
Strip libraries.

Requested by:	mandree
Original commitRevision:354690 
19:41 tijl search for other commits by this committer
- Remove "${FIND} ${WRKSRC} -type f | ${XARGS} ${TOUCH}" from post-patch.
  It was added to prevent running autotools in a previous version of the
  port but is no longer needed and may actually cause autotools to run
  because not all files get the same timestamp.
- Remove some other things from older versions.

Reported by:	many
PR:		ports/189938
Original commitRevision:354674 
Saturday, 17 May 2014
16:57 tijl search for other commits by this committer
Convert net-im/libpurple (and slave ports net-im/finch and net-im/pidgin)
to "USES=libtool tar:bzip2".  Bump PORTREVISION on all dependent ports
and modernise them as well (USES, LIB_DEPENDS, staging).

audio/pidgin-musictracker:
- Replace LIBS with LDFLAGS.
- Disable static plugin.

net/online-desktop: Remove obsolete patches.

net-im/mbpurple:
- Drop pkgconf dependency.
- Replace post-patch with MAKE_ARGS.
- Use standard do-build.

net-im/pidgin-audacious-remote: Disable static plugin.

net-im/pidgin-birthday-reminder: Disable static plugin.

net-im/pidgin-fetion: Replace pkg-plist with PLIST_FILES.

net-im/pidgin-guifications:
- Drop USE_GNOME=gnomeprefix.
- Replace LIBS with LDFLAGS.

net-im/pidgin-hotkeys:
- Drop CFLAGS=-fPIC.
- Fix build on systems without gcc.

net-im/pidgin-libnotify:
- Use option helpers.
- Drop references to PTHREAD_CFLAGS and PTHREAD_LIBS.

net-im/pidgin-manualsize: Fix build on systems without gcc.

net-im/pidgin-privacy-please:
- Replace a patch with CPPFLAGS and LDFLAGS.
- Don't use USE_LDCONFIG for a plugin.

net-im/pidgin-sipe:
- Don't use USE_LDCONFIG for a plugin.
- Drop PORTDOCS that don't contain useful documentation.
- Patch configure with s/LDLAGS/LDFLAGS/ so LDFLAGS can replace LIBS.
- Use option helpers and fix Kerberos option.
- Remove obsolete CONFIGURE_ENV.

security/pidgin-encryption:
- Drop references to PTHREAD_CFLAGS and PTHREAD_LIBS.
- Disable static plugin.
- Use option helpers.

security/pidgin-otr:
- Drop redundant comment about PORTREVISION.
- Add USE_GNOME=gtk20.
- Drop references to PTHREAD_CFLAGS and PTHREAD_LIBS.
- Port uses stack protector unconditionally so link with -lssp_nonshared
  when necessary like Mk/bsd.ssp.mk does.

Approved by:	portmgr (PORTREVISION bump on unstaged port)
Original commitRevision:354341 
Wednesday, 16 Apr 2014
18:28 zeising search for other commits by this committer
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)
Original commitRevision:351411 
Friday, 21 Feb 2014
15:26 marcus search for other commits by this committer
Correct a typo when configuring dynamic prpl modules.  I seem to recall this
was a typo on purpose at some point, but the new configure uses '-' instead
of '_'.
Original commitRevision:345485 
Wednesday, 5 Feb 2014
19:56 mandree search for other commits by this committer
USES_GNOME=gnomehack -> USES=pathfix

Approved by:	marcus@ (maintainer)
Original commitRevision:342828 
18:12 mandree search for other commits by this committer
Fix SILC dependency so the lib is found if installed.
Original commitRevision:342808 
17:27 marcus search for other commits by this committer
Update to 2.10.9.  See https://developer.pidgin.im/wiki/ChangeLog for the
change in this release.

Submitted by:	Marc Peters <marc@mpeters.org>
Original commitRevision:342796 
Tuesday, 4 Feb 2014
05:31 marcus search for other commits by this committer
Update to 2.10.8.

See https://developer.pidgin.im/wiki/ChangeLog for a list of changes in this
release.

While here, convert to STAGE and update LIB_DEPENDS.
Original commitRevision:342485 
Friday, 17 Jan 2014
10:33 gahr search for other commits by this committer
- Convert to USES=tk
Original commitRevision:340026 
Saturday, 30 Nov 2013
01:24 marcus search for other commits by this committer
Fix the v4l2 GST plugin name.  The gst_v4l2 is the port module name, not the
user-facing module name.

Reminded by:	kwm
Original commitRevision:335255 
Friday, 29 Nov 2013
15:14 marcus search for other commits by this committer
Bump PORTREVISION as voice/video support is in the default OPTIONS set.

Reminded by:	mat
Original commitRevision:335187 
Thursday, 28 Nov 2013
23:24 marcus search for other commits by this committer
Make sure gstreamer-plugins-v4l2 is installed if voice/video support is
enabled.

PR:		183713
Original commitRevision:335128 
Friday, 20 Sep 2013
22:13 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-im)
Original commitRevision:327756 
Tuesday, 17 Sep 2013
06:51 bapt search for other commits by this committer
Convert to new perl framework
Convert from USE_GMAKE to USES=gmake
Original commitRevision:327454 
Wednesday, 4 Sep 2013
18:06 madpilot search for other commits by this committer
- Make ports use the libc provided iconv implementation on 10-CURRENT
  after r254273
- Fix a bunch of ports to properly work after this
- Mark converters/libiconv as IGNORE for systems with iconv in libc

Reviewed by:	bapt
Approved by:	portmgr (bapt)
Discussed with:	bapt, bsam (who both contributed ideas and code)
Original commitRevision:326307 
Tuesday, 3 Sep 2013
10:23 bapt search for other commits by this committer
Add an explicit dependency on pkgconf
Original commitRevision:326133 
Tuesday, 4 Jun 2013
19:04 bapt search for other commits by this committer
Convert to new option framework
Original commitRevision:319896 
Sunday, 28 Apr 2013
22:53 marcus search for other commits by this committer
Hardcode OPTIONSFILE across all slave ports to prevent disperate options
per frontend.

PR:		177534
Original commitRevision:316766 
Saturday, 27 Apr 2013
11:59 mva search for other commits by this committer
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	zeising
Original commitRevision:316662 
Wednesday, 24 Apr 2013
18:10 ak search for other commits by this committer
- Convert USE_GETTEXT to USES (part 3)

Approved by:	portmgr (bapt)
Original commitRevision:316464 
Sunday, 10 Mar 2013
06:28 marcus search for other commits by this committer
Fix the IRC module by linking libirc with libsasl2.

PR:             176372
Submitted by:   decke
Obtained from:  Slackware
Original commitRevision:313809 
Sunday, 17 Feb 2013
23:43 marcus search for other commits by this committer
Update to 2.10.7.  See https://developer.pidgin.im/wiki/ChangeLog for changes
in this release.
Original commitRevision:312459 
Tuesday, 5 Feb 2013
16:17 novel search for other commits by this committer
- Add UPDATING entry for gnutls update
- Chase shlib version bump for dependant ports
Original commitRevision:311722 
Monday, 9 Jul 2012
01:06 marcus search for other commits by this committer
Update to 2.10.6.  See http://developer.pidgin.im/wiki/ChangeLog for a list
of changes in this release.
Original commit
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Saturday, 12 May 2012
16:19 marcus search for other commits by this committer
Update to 2.10.4.  See http://developer.pidgin.im/wiki/ChangeLog for a list
of changesin this release.
Original commit
Sunday, 1 Apr 2012
23:48 marcus search for other commits by this committer
Update to 2.10.3.  See http://developer.pidgin.im/wiki/ChangeLog for a
list of changes in this release.

Feature safe:   yes
Original commit
Sunday, 18 Mar 2012
17:00 marcus search for other commits by this committer
Update to 2.10.2.  See http://developer.pidgin.im/wiki/ChangeLog for a
list of changes in this release.

Feature safe:   yes
Original commit
Friday, 2 Mar 2012
14:56 pav search for other commits by this committer
- Remove conditional checks for FreeBSD 6.X

PR:             ports/165608
Submitted by:   pgollucci
Approved by:    portmgr (hat)
Original commit

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

1 | 2  »