non port: devel/py-argparse/Makefile |
SVNWeb
|
Number of commits found: 30 |
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 )
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] aa6eefd (Only the first 10 of 5087 ports in this commit are shown above. )
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above )
|
Sat, 24 Jul 2021
|
[ 20:24 Po-Chuan Hsieh (sunpoet) ] 479bf60
devel/py-argparse: Add NO_ARCH
Approved by: portmgr (blanket)
|
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, 11 May 2017
|
[ 18:14 dvl ]
Revive devel/py-argparse
Some ports need newer versions of py-argparse and Python 2.7 ships with 1.1
Approved by: lwhsu (maintainer)
|
Wed, 26 Oct 2016
|
[ 13:58 lwhsu ]
- Update to 1.4.0
- Mark DEPRECATED
|
Wed, 14 Sep 2016
|
[ 19:27 antoine ]
Unbreak by switching to CHEESESHOP
|
[ 15:59 mat ] (Only the first 10 of 353 ports in this commit are shown above. )
GOOGLE_CODE has gone away.
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN
Some ports have a local mirror configured but for security reasons, it
is not considered upstream.
Sponsored by: Absolight
|
Thu, 14 May 2015
|
[ 10:15 mat ] (Only the first 10 of 1814 ports in this commit are shown above. )
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight
|
Mon, 20 Oct 2014
|
[ 16:04 mva ] (Only the first 10 of 564 ports in this commit are shown above. )
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit)
|
Mon, 9 Jun 2014
|
[ 10:19 mva ]
- Remove easy_install dependency
- Bump PORTREVISION to enforce a cleanup for the easy_install references
With hat: python@
Approved by: portmgr (implicit)
|
Fri, 29 Nov 2013
|
[ 07:22 koobs ]
devel/py-argparse: Update to 1.2.1
- Update to 1.2.1
- Enable STAGE support
- Enable AUTOPLIST, remove PLIST_FILES accordingly
- Upstream uses setuptools, update USE_PYDISTUTILS accordingly
- Remove USE_ZIP, distribution files is now tar.gz
- QA: Add LICENSE (PSFL)
- QA: Remove indefinite article from COMMENT
- QA: Whitespace alignment
- QA: Tab->space for WWW: in pkg-descr
Changes:
argparse 1.2.1: (Only the first 15 lines of the commit message are shown above )
|
Fri, 20 Sep 2013
|
[ 17:13 bapt ] (Only the first 10 of 2998 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
|
Mon, 1 Nov 2010
|
[ 15:50 lwhsu ]
- Update to 1.1
PR: ports/151855
Submitted by: wen
|
Fri, 13 Nov 2009
|
[ 17:50 lwhsu ]
- Unbreak, change MASTER_SITES to the one has the correct checksum value
(contents in the both distfiles are the same, but rolled in different way)
|
Thu, 12 Nov 2009
|
[ 21:47 pav ]
- Mark BROKEN: checksum mismatch
Reported by: pointyhat
|
Sat, 31 Oct 2009
|
[ 13:37 lwhsu ]
- Update to 1.0.1
|
Sun, 16 Aug 2009
|
[ 06:03 lwhsu ]
- Update to 1.0
|
Tue, 12 May 2009
|
[ 11:02 lwhsu ]
- Update to 0.9.1
|
Mon, 30 Mar 2009
|
[ 19:52 lwhsu ]
- Update to 0.9.0
- Update WWW
|
Fri, 1 Jun 2007
|
[ 08:09 lwhsu ]
- Update to 0.8.0
- Use CHEESESHOP in MASTER_SITES
|
Sat, 7 Apr 2007
|
[ 23:33 lwhsu ]
- Add backup MASTER_SITE
Approved by: clsung (mentor)
|
Wed, 4 Apr 2007
|
[ 08:49 lwhsu ] (Only the first 10 of 29 ports in this commit are shown above. )
- Change to my FreeBSD.org email
Approved by: clsung (mentor)
|
Mon, 26 Mar 2007
|
[ 02:20 dryice ]
update to 0.7.0
PR: ports/110822
Submitted by: Li-Wen Hsu <lwhsu@lwhsu.org> (maintainer)
Approved by: itetcu (mentor, implicit)
|
Sun, 25 Feb 2007
|
[ 07:31 clsung ]
- Update to 0.6.0
PR: ports/109507
Submitted by: maintainer (Li-Wen Hsu)
|
Wed, 17 Jan 2007
|
[ 05:39 clsung ]
- Update to 0.5.0
PR: ports/108025
Submitted by: maintainer (Li-Wen Hsu)
|
Fri, 5 Jan 2007
|
[ 22:35 miwi ]
Argparse takes the best of the optparse command-line parsing module and brings
it new life. Argparse adds positional as well as optional arguments, the
ability to create parsers for sub-commands, more informative help and usage
messages, and much more. At the same time, it retains the ease and flexibility
of use that made optparse so popular.
WWW: http://argparse.python-hosting.com/
PR: ports/107556
Submitted by: Li-Wen Hsu <lwhsu at lwhsu.org>
|
Number of commits found: 30 |