non port: devel/libsearpc/Makefile |
Number of commits found: 25 |
Tuesday, 27 Jun 2023
|
19:34 Rene Ladan (rene)
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>
3d9a815 |
Wednesday, 7 Sep 2022
|
21:10 Stefan Eßer (se)
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)
b7f0544 |
Sunday, 22 May 2022
|
20:58 Richard Gallamore (ultima)
devel/libsearpc: Update commit tag
This is needed to support more modern C standards which is required
for Seafile-gui.
e790cd1 |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Thursday, 16 Apr 2020
|
08:30 ultima
Fix python version hard coding in plists
 |
00:15 ultima
* Updated to 3.2.0
 |
Friday, 11 Jan 2019
|
18:50 ultima
* Update to 3.1.0 (3.1-latest commit)
 |
Thursday, 1 Feb 2018
|
14:44 amdmi3
- Fix shebang
Approved by: portmgr blanket
 |
Monday, 3 Jul 2017
|
19:06 ultima
* 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
 |
Friday, 26 May 2017
|
15:02 lifanov
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)
 |
Saturday, 13 May 2017
|
09:33 miwi
- 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)
 |
Monday, 6 Mar 2017
|
18:30 lifanov
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
 |
Saturday, 19 Nov 2016
|
13:42 pi
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)
 |
Friday, 21 Oct 2016
|
15:21 mat
Use USES=pathfix where applicable.
PR: 213195
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D8093
 |
12:51 mat
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
 |
Wednesday, 29 Jun 2016
|
16:03 pi
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)
 |
Tuesday, 24 May 2016
|
10:44 amdmi3
- Switch to seafile user/group
PR: 205669
Submitted by: Ultima1252@gmail.com (maintainer)
 |
Friday, 1 Apr 2016
|
14:00 mat
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
 |
Saturday, 7 Nov 2015
|
16:46 pawel
Update to version 3.0.7
PR: 203905
Submitted by: maintainer
 |
Thursday, 29 Oct 2015
|
02:37 junovitch
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>
 |
Wednesday, 6 May 2015
|
15:16 mat
Update ports in the [bcd]* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight
 |
Monday, 16 Feb 2015
|
08:48 marino
devel/libsearpc: relocate python files
PR: 196921
Submitted by: maintainer (Jingfeng Yan)
 |
Sunday, 2 Nov 2014
|
17:01 marino
devel/libsearpc: License is LGPL3, not GPLv3
 |
15:06 marino
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.
 |
Number of commits found: 25 |