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: devel/libsearpc/Makefile

Number of commits found: 25

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
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
Sunday, 22 May 2022
20:58 Richard Gallamore (ultima) search for other commits by this committer
devel/libsearpc: Update commit tag

This is needed to support more modern C standards which is required
for Seafile-gui.
commit hash: e790cd1c68a5dd18017090ebbae82b970f49c114 commit hash: e790cd1c68a5dd18017090ebbae82b970f49c114 commit hash: e790cd1c68a5dd18017090ebbae82b970f49c114 commit hash: e790cd1c68a5dd18017090ebbae82b970f49c114 e790cd1
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
Thursday, 16 Apr 2020
08:30 ultima search for other commits by this committer
Fix python version hard coding in plists
Original commitRevision:531829 
00:15 ultima search for other commits by this committer
* Updated to 3.2.0
Original commitRevision:531800 
Friday, 11 Jan 2019
18:50 ultima search for other commits by this committer
* Update to 3.1.0 (3.1-latest commit)
Original commitRevision:489988 
Thursday, 1 Feb 2018
14:44 amdmi3 search for other commits by this committer
- Fix shebang

Approved by:	portmgr blanket
Original commitRevision:460602 
Monday, 3 Jul 2017
19:06 ultima search for other commits by this committer
* Updated maintainer email
* Changed comment headers to match my name and FreeBSD email

Reviewed by:	matthew (mentor)
Approved by:	matthew (mentor)
Differential Revision:	https://reviews.freebsd.org/D11466
Original commitRevision:444980 
Friday, 26 May 2017
15:02 lifanov search for other commits by this committer
unbreak devel/libsearpc

The commit tag changed upstream and needs to be updated.
To prevent this from happening again, maintainer changed the tagname commit.
The commit I chose was labeled 3.0.8.
Because the version is going down, epoch was added.

PR:		219572
Submitted by:	ultima1252@gmail.com (maintainer)
Original commitRevision:441787 
Saturday, 13 May 2017
09:33 miwi search for other commits by this committer
- Broken checksum mismatch

haiwen-libsearpc-3.1.0-v3.1-latest_GH0.tar.gz            0  B    0  Bps
=> Fetched file size mismatch (expected 55472, actual 48740)
Original commitRevision:440766 
Monday, 6 Mar 2017
18:30 lifanov search for other commits by this committer
devel/libsearpc - move python to PYTHONPATH

This patch is to move libsearpc to PYTHONPATH instead of residing in the seafile
directory. This was overlooked when moving the client seafile ports which
require it for the cli.

PR:		217539
Submitted by:	ultima1252@gmail.com
Original commitRevision:435563 
Saturday, 19 Nov 2016
13:42 pi search for other commits by this committer
devel/libsearpc: update 3.0.7 -> 3.1.0

- Fix memory leak
- allow return NULL for json return type
- Support json param type.
- Support json value in async mode.
- Add license file

PR:		214658
Changes:	https://github.com/haiwen/libsearpc/commits/v3.1-latest
Submitted by:	Ultima1252@gmail.com (maintainer)
Original commitRevision:426371 
Friday, 21 Oct 2016
15:21 mat search for other commits by this committer
Use USES=pathfix where applicable.

PR:		213195
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D8093
Original commitRevision:424427 
12:51 mat search for other commits by this committer
${RM} already has -f.

PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Original commitRevision:424411 
Wednesday, 29 Jun 2016
16:03 pi search for other commits by this committer
net-mgmt/seafile-gui: 5.1.1 -> 5.1.2 with additional fixes in deps
devel/libsearpc: add USES=gettext
net-mgmt/seafile: add deps devel/libevent2, misc/e2fsprogs-libuuid,
	devel/jansson, USES=gettext
www/libevhtp: remove option REGEX

- Add context menu to view file history in web
- Fix user auto-completion in folder sharing dialog
- Fix tray icon not shown in KDE 5
  https://github.com/haiwen/seafile-client/issues/697

PR:		210165
Submitted by:	Ultima1252@gmail.com (maintainer)
Original commitRevision:417778 
Tuesday, 24 May 2016
10:44 amdmi3 search for other commits by this committer
- Switch to seafile user/group

PR:		205669
Submitted by:	Ultima1252@gmail.com (maintainer)
Original commitRevision:415778 
Friday, 1 Apr 2016
14:00 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412346 
Saturday, 7 Nov 2015
16:46 pawel search for other commits by this committer
Update to version 3.0.7

PR:		203905
Submitted by:	maintainer
Original commitRevision:401008 
Thursday, 29 Oct 2015
02:37 junovitch search for other commits by this committer
devel/libsearpc: pass MAINTAINER to submitter

Reference:	https://lists.FreeBSD.org/pipermail/freebsd-ports/2015-October/100923.html

PR:		204105
Approved by:	Jingfeng Yan <yan_jingfeng@yahoo.com> (outgoing maintainer)
Submitted by:	Ricky Gallamore <ultima1252@gmail.com>
Original commitRevision:400436 
Wednesday, 6 May 2015
15:16 mat search for other commits by this committer
Update ports in the [bcd]* categories to not use GH_COMMIT.

With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:385521 
Monday, 16 Feb 2015
08:48 marino search for other commits by this committer
devel/libsearpc: relocate python files

PR:		196921
Submitted by:	maintainer (Jingfeng Yan)
Original commitRevision:379073 
Sunday, 2 Nov 2014
17:01 marino search for other commits by this committer
devel/libsearpc: License is LGPL3, not GPLv3
Original commitRevision:372079 
15:06 marino search for other commits by this committer
Add new port devel/libsearpc

PR:		193132
Submitted by:	JingFeng Yan

Searpc is a simple C language RPC framework based on GObject system.
Searpc handles the serialization/deserialization part of RPC, the
transport part is left to users.

The serialization/deserialization uses JSON format via json-glib
library. A serialized json object is returned from server to client
after executing the RPC function. Each RPC function defined in the
server side should take an extra GError argument to report error.
Original commitRevision:372073 

Number of commits found: 25