non port: security/py-gnutls/Makefile |
Number of commits found: 45 |
Saturday, 8 Mar 2025
|
04:05 Charlie Li (vishwin)
python: bump all USE_PYTHON=distutils consumers after RUN_DEPENDS removal
Any missed ports, feel free to bump.
Any ports that need setuptools at runtime can have the devel/py-setuptools
manually added back to RUN_DEPENDS, but understand that this practice
is deprecated; see CHANGES for details.
06a08e6 |
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, 11 Jan 2023
|
15:58 Dmitry Marakasov (amdmi3)
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt
77d6847 |
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 |
Wednesday, 2 Jun 2021
|
09:20 Li-Wen Hsu (lwhsu)
devel/py-cxx: Update to 7.1.5
425fb89 |
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 |
Monday, 28 Dec 2020
|
23:02 antoine
Drop python 2.7 support from a few ports
With hat: portmgr
 |
Friday, 7 Dec 2018
|
10:06 lwhsu
- Update to 3.1.2
 |
Monday, 17 Apr 2017
|
15:58 miwi
- Add NO_ARCH
- Use options helper
- Fix shebangs
 |
Saturday, 18 Feb 2017
|
05:58 lwhsu
- Update to 3.1.1
 |
Friday, 6 May 2016
|
10:08 lwhsu
- Update to 3.0.0
 |
Friday, 1 Apr 2016
|
14:25 mat
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight
 |
Sunday, 27 Mar 2016
|
14:58 tijl
- 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)
 |
Sunday, 3 May 2015
|
11:18 lwhsu
- Update to 2.0.1
 |
Friday, 24 Oct 2014
|
16:50 mva
- Convert ports of science/ and security to new USES=python
Approved by: portmgr (implicit)
 |
Wednesday, 23 Jul 2014
|
09:54 tijl
- 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)
 |
Friday, 4 Jul 2014
|
22:17 adamw
Remove NOPORTDOCS and NOPORTEXAMPLES.
 |
Friday, 3 Jan 2014
|
08:53 lwhsu
- Update to 1.2.5
 |
Friday, 20 Sep 2013
|
22:55 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
security)
 |
Tuesday, 5 Feb 2013
|
16:17 novel
- Add UPDATING entry for gnutls update
- Chase shlib version bump for dependant ports
 |
Thursday, 1 Nov 2012
|
05:27 lwhsu
- Update to 1.2.4
Feature safe: yes
 |
Friday, 23 Dec 2011
|
03:19 lwhsu
- Update to 1.2.2
 |
Sunday, 5 Jun 2011
|
18:43 novel
Chase security/gnutls update and add an UPDATING entry.
 |
Friday, 25 Feb 2011
|
08:46 miwi
- Get rid (RUN|BUILD) PYCTYPES since py25 is default in python
 |
Wednesday, 3 Feb 2010
|
00:44 lwhsu
- Update to 1.2.0
 |
Saturday, 10 Oct 2009
|
11:02 lwhsu
- Fix build
 |
Friday, 28 Aug 2009
|
20:44 pav
- Mark BROKEN: does not compile
Reported by: pointyhat
 |
Sunday, 16 Aug 2009
|
18:04 novel
Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update.
 |
Thursday, 16 Jul 2009
|
05:07 lwhsu
- Update to 1.1.9
 |
Thursday, 29 Jan 2009
|
09:13 lwhsu
- Update to 1.1.8
 |
Friday, 26 Sep 2008
|
19:32 lwhsu
- Update to 1.1.6
 |
Friday, 6 Jun 2008
|
14:01 edwin
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
 |
Tuesday, 29 Apr 2008
|
17:38 lwhsu
- Update to 1.1.5
 |
Monday, 3 Mar 2008
|
11:57 novel
- Chase security/gnutls shlib version bump
- Add an entry to UPDATING
 |
Tuesday, 18 Sep 2007
|
01:24 lwhsu
- Update to 1.1.4
 |
Sunday, 9 Sep 2007
|
22:12 lwhsu
- Update to 1.1.3
 |
Saturday, 4 Aug 2007
|
11:41 gabor
- Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav)
 |
Monday, 30 Jul 2007
|
09:42 alexbl
- Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
Python Eggs and the easy_install system
Tested by: pointyhat runs
Approved by: pav (portmgr)
Most work by: perky
Thanks to: pav
 |
Sunday, 1 Jul 2007
|
08:56 novel
Chase gnutls shared library version chase: adjust DEPENDS lines and
bump PORTREVISIONs.
 |
Friday, 22 Jun 2007
|
12:13 lwhsu
- Respect NOPORTEXAMPLES
 |
Saturday, 26 May 2007
|
07:06 lwhsu
- Update to 1.1.1
Approved by: clsung (mentor, implicitly)
 |
Wednesday, 11 Apr 2007
|
21:00 lwhsu
- Update to 1.0.2
Approved by: clsung (mentor)
 |
Tuesday, 10 Apr 2007
|
14:47 lwhsu
- Update to 1.0.1
Approved by: clsung (mentor)
 |
Saturday, 7 Apr 2007
|
06:19 lwhsu
Add py-gnutls 1.0.0, python wrapper for the GNUTLS library.
Approved by: clsung (mentor)
 |
Number of commits found: 45 |