non port: databases/py-pylibmc/Makefile |
SVNWeb
|
Number of commits found: 37 |
Tue, 27 Jun 2023
|
[ 19:34 Rene Ladan (rene) ] 3d9a815 (Only the first 10 of 4481 ports in this commit are shown above. )
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>
|
Wed, 11 Jan 2023
|
[ 15:58 Dmitry Marakasov (amdmi3) ] 77d6847 (Only the first 10 of 3335 ports in this commit are shown above. )
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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.
(Only the first 15 lines of the commit message are shown above )
|
Sun, 4 Sep 2022
|
[ 19:03 Muhammad Moinur Rahman (bofh) ] f6a7ace
databases/py-pylibmc: Update version 1.6.2=>1.6.3
Relnotes: https://github.com/lericson/pylibmc/releases/tag/1.6.3
|
Sat, 6 Aug 2022
|
[ 21:57 Muhammad Moinur Rahman (bofh) ] f8de62a
databases/py-pylibmc: Update version 1.6.1=>1.6.2
Relnotes: https://github.com/lericson/pylibmc/releases/tag/1.6.2
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] d076ad9 (Only the first 10 of 718 ports in this commit are shown above. )
databases: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* "Mahdi Mokhtari <mokhi64@gmail.com>"
* "Meikel Brandmeyer" <ocaml-sqlite3-port@kotka.de>
* <hvo.pm@xs4all.nl>
* <jsmith@resonatingmedia.com>
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Snelson <Alan@Wave2.org> (Only the first 15 lines of the commit message are shown above )
|
Sat, 12 Mar 2022
|
[ 10:31 Muhammad Moinur Rahman (bofh) ] 0d1e1a1
databases/py-pylibmc: Update version 1.6.0=>1.6.1
Relnotes: https://github.com/lericson/pylibmc/releases/tag/1.6.1
|
Tue, 8 Mar 2022
|
[ 02:09 Muhammad Moinur Rahman (bofh) ] bc808e2 (Only the first 10 of 106 ports in this commit are shown above. )
*/*: Take maintainership
|
Mon, 7 Mar 2022
|
[ 19:07 Rene Ladan (rene) ] 3d89f95 (Only the first 10 of 140 ports in this commit are shown above. )
all: return koobs' ports to the pool after safekeeping his commit bit.
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Mon, 28 Dec 2020
|
[ 23:02 antoine ] (Only the first 10 of 1942 ports in this commit are shown above. )
Drop python 2.7 support from a few ports
With hat: portmgr
|
Thu, 24 Dec 2020
|
[ 13:46 kai ] (Only the first 10 of 166 ports in this commit are shown above. )
Relax hardcoded paths to fix build with Python 3.8.7
Since r558913 Python 3.8 incorporates BPO-42604 [1] which changed the
shared libs naming scheme. This means "EXT_SUFFIX" is now derived from
SOABI and yields with Python 3.8 to ".cpython-38.so" instead of ".so".
The affected ports strip the libaries in the "post-install" target via
hardcoded path(s) and the build fails at the end because the new extension
is not expected at this place.
Remedy the issue by adding wildcards to these paths. This should also
prepare the ports for future Python releases, which will use the new shared
libs naming scheme.
[1] https://bugs.python.org/issue42604
PR: 252057
Reported by: John Kennedy
Reviewed by: fluffy, koobs
Approved by: koobs (python)
|
Sat, 20 Apr 2019
|
[ 11:15 koobs ]
databases/py-pylibmc: Update to 1.6.0
Changelog:
http://sendapatch.se/projects/pylibmc/changelog.html#new-in-version-1-6-0
PR: 233392
Submitted by: Lorenzo Salvadore <phascolarctos protonmail ch>
MFH: No (minor client incompatibility)
|
Wed, 25 Jul 2018
|
[ 10:18 koobs ]
databases/py-pylibmc: Update to 1.5.2
- Patch setup.py to support the setuptools test command
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Mon, 7 Dec 2015
|
[ 09:31 koobs ]
databases/py-pylibmc: Update to 1.5.0
- Update PORTVERSION and distinfo checksum (1.5.0)
- Remove TESTS option and rename test target now that the framework
supports TEST_DEPENDS
- Add test target comment
- Sort USE_PYTHON
https://github.com/lericson/pylibmc/blob/1.5.0/README.rst#new-in-version-150
Reported by: portscout (\o/)
|
Thu, 11 Dec 2014
|
[ 05:26 koobs ] (Only the first 10 of 25 ports in this commit are shown above. )
databases/libmemcached: Update to 1.0.18 and much more
- Update to 1.0.18 and pkg-plist accordingly
- Add LICENSE (BSD3CLAUSE) and LICENSE_FILE
- Add TEST_DEPENDS and regression-test target
- Perl is not required, remove USE_PERL and from USES
- Split LDFLAGS from CONFIGURE_ENV, they're already set there
- Add libmemcachedprotocol to CONFIGURE_ARGS (Now default: off)
- Add OPTIONS for hash functions, debug and dtrace
- pkg-descr: Update WWW: URL
- Add patches for:
* alloca.h include not found on FreeBSD
* cinttypes include location
* clang compatibility
- Strip shared libraries manually since upstream install-strip target is
fail
Changes:
https://launchpad.net/libmemcached/+announcements
[1] https://bugs.launchpad.net/libmemcached/+bug/1245562
[2] https://bugs.launchpad.net/libmemcached/+bug/1400560
Approved by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> (maintainer, via email)
|
Tue, 9 Dec 2014
|
[ 01:55 koobs ]
databases/py-pylibmc: Update to 1.4.1, Allow Python 3 support
- Update to 1.4.1
- Allow Python 3 support [1]
- Update COMMENT to match PyPi upstream
- Add TESTS option, TEST_DEPENDS and regression-test target
- Strip shared library
- Patch setup.{py,cfg} to add allow 'test' command to run
- Update pkg-descr to match upstream
- pkg-descr: Update WWW: URL to match PyPi upstream
This update passes QA (test suite) under Python 2.7 and 3.4.
Changes:
http://sendapatch.se/projects/pylibmc/changelog.html
[1] https://github.com/lericson/pylibmc/issues/146
|
Sun, 19 Oct 2014
|
[ 08:50 mva ] (Only the first 10 of 110 ports in this commit are shown above. )
- Convert ports from databases/ and deskutils/ to new USES=python
Approved by: portmgr (implicit)
|
Mon, 30 Jun 2014
|
[ 09:53 koobs ]
databases/py-pylibmc: Bump PORTREVISION
Bump PORTREVISION that I forgot in my haste.
|
[ 09:51 koobs ]
databases/py-pylibmc: Take maintainership, Modernise
- Take maintainership
- Enable AUTOPLIST
- Limit to Python 2.x [1]
- Adjust COMMENT
- Update LICENSE (BSD3CLAUSE)
- Re-order USE{_*} entries
[1] https://github.com/lericson/pylibmc/issues/146
|
[ 05:51 eadler ] (Only the first 10 of 155 ports in this commit are shown above. )
multiple: reset gslin's maintainer
By request of Gea-Suan Lin <gslin@gslin.org> - reset ports to ports@FreeBSD.
Gea-Suan Lin's work is much appreciated.
Approved by: portmgr (implicit) (not really, skipping NO_STAGE check)
|
Thu, 22 May 2014
|
[ 07:58 miwi ]
- Update to 1.3.0
PR: 189182
Submitted by: maintainer
|
Mon, 13 Jan 2014
|
[ 21:00 rene ] (Only the first 10 of 702 ports in this commit are shown above. )
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat)
|
Tue, 17 Dec 2013
|
[ 18:14 danilo ]
- Fix a typo in LIB_DEPENDS (s/libmemcached.do/libmemcached.so) [1]
- Add stage support
PR: ports/184914
Submitted by: Benjamin Lee <ben@b1c1l1.com> [1]
|
Wed, 11 Dec 2013
|
[ 18:08 bapt ] (Only the first 10 of 103 ports in this commit are shown above. )
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in databases
|
Fri, 20 Sep 2013
|
[ 16:13 bapt ] (Only the first 10 of 927 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases)
|
Sun, 5 Aug 2012
|
[ 08:22 miwi ]
- Update 1.2.3
PR: 169881
Submitted by: Maintainer
|
Fri, 13 Apr 2012
|
[ 17:48 vanilla ]
1: Upgrade libmemcached to 1.0.6.
2: bump revision to chase shared library version.
3: drop maintainer
|
Mon, 5 Mar 2012
|
[ 11:51 vanilla ]
Upgrade libmemcached to 1.0.4,
bump revision to chase shared library version.
|
Sat, 14 Jan 2012
|
[ 19:12 miwi ]
- Update to 1.2.2
PR: 164120
Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer)
|
Wed, 4 Aug 2010
|
[ 06:09 lwhsu ]
- Restrict Python version to 2.5+
PR: ports/149252
Submitted by: glarkin
Approved by: Gea-Suan Lin <gslin AT gslin.org> (maintainer)
|
Tue, 6 Jul 2010
|
[ 02:30 lwhsu ]
- Update to 1.1.1
PR: ports/148088
Submitted by: Gea-Suan Lin <gslin AT gslin.org> (maintainer)
Feature safe: yes
|
Sat, 5 Jun 2010
|
[ 08:14 lwhsu ]
- Update to 1.1
PR: ports/147489
Submitted by: Gea-Suan Lin <gslin AT gslin.org> (maintainer)
|
Sat, 3 Apr 2010
|
[ 19:42 lwhsu ]
- Update to 1.0
PR: ports/145093
Submitted by: Gea-Suan Lin <gslin AT gslin.org> (maintainer)
|
Sat, 26 Dec 2009
|
[ 17:58 lwhsu ]
- Update to 0.9.2
PR: ports/141259
Submitted by: Gea-Suan Lin <gslin AT gslin.org> (maintainer)
|
Wed, 25 Nov 2009
|
[ 16:15 yzlin ]
Add py-pylibmc 0.9.1, python libmemcached wrapper.
PR: ports/140857
Submitted by: Gea-Suan Lin <gslin at gslin.org>
Approved by: lwhsu/rafan (mentors, implicit)
|
Number of commits found: 37 |