non port: devel/py-pefile/Makefile |
SVNWeb
|
Number of commits found: 38 |
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, 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, 26 Jun 2021
|
[ 08:59 Antoine Brodin (antoine) ] 86838ff
devel/py-pefile: update to 2021.5.24
|
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
|
Sat, 11 May 2019
|
[ 11:24 antoine ]
Update to 2019.4.18
|
Fri, 17 Aug 2018
|
[ 13:37 antoine ]
Update to 2018.8.8
|
Wed, 20 Jun 2018
|
[ 17:05 mat ] (Only the first 10 of 1617 ports in this commit are shown above. )
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight
|
Sat, 2 Dec 2017
|
[ 13:42 antoine ]
Update to 2017.11.5
|
Thu, 30 Nov 2017
|
[ 15:50 mat ] (Only the first 10 of 2423 ports in this commit are shown above. )
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above )
|
Sun, 10 Sep 2017
|
[ 07:58 antoine ]
Update to 2017.9.3
|
Sun, 6 Aug 2017
|
[ 16:15 antoine ]
Update to 2017.8.1
|
Sun, 11 Jun 2017
|
[ 12:01 antoine ]
Update to 2017.5.26
|
Sat, 2 Apr 2016
|
[ 13:07 antoine ]
Update to 2016.3.28, this version works with both python 2 and python 3
|
Fri, 29 Aug 2014
|
[ 17:28 antoine ] (Only the first 10 of 19 ports in this commit are shown above. )
Convert a few ports to USES=python
|
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)
|
Thu, 12 Dec 2013
|
[ 18:01 antoine ]
- Update to 1.2.10-139
- Use PYDISTUTILS_AUTOPLIST
Changelog: http://code.google.com/p/pefile/#Version:_1.2.10-139
|
Fri, 4 Oct 2013
|
[ 20:36 antoine ]
Convert to STAGEDIR
|
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, 17 Jun 2013
|
[ 19:32 antoine ]
- Trim Makefile header, update my email address
- Remove article from COMMENT
- Use PORTDOCS and convert to PORT_OPTIONS
- Remove tab from pkg-descr
|
Tue, 27 Nov 2012
|
[ 07:43 culot ]
- Update to 1.2.10-123
PR: ports/173935
Submitted by: antoine@
Feature safe: yes
|
Wed, 30 May 2012
|
[ 19:16 rm ]
- update to 1.2.10-114
While I'm here, do some clenup:
- use shortname in MASTER_SITES
- drop LICENSE_FILE for well-know license (MIT)
- strict python versions to 2.x only
- replace redefinition of the whole PYDISTUTILS_EGGINFO with
just PYDISTUTILS_PKGVERSION
- add tab in pkg-descr
PR: 167484
Submitted by: antoine (maintainer)
|
Sat, 5 Feb 2011
|
[ 10:51 miwi ]
- Update to 1.2.10-93
- Add LICENSE
- Make happy portlint
PR: 154366
Submitted by: Sofian Brabez <sbrabez@gmail.com>
Approved by: maintainer
Feature safe: yes
|
Wed, 10 Nov 2010
|
[ 03:17 wen ]
- Update to 1.2.10-89
- Patch setup.py to prevent problems when setuptools installed
PR: ports/152072
Submitted by: Sofian Brabez <sbrabez@gmail.com>
Approved by: maintainer
|
Wed, 11 Nov 2009
|
[ 14:38 miwi ]
- Update to 1.2.10-63
PR: 140431
Submitted by: Antoine Brodin <antoine@freebsd.org> (maintainer)
|
Fri, 30 Jan 2009
|
[ 12:20 lwhsu ]
- Update to 1.2.10-60
PR: ports/131150
Submitted by: lwhsu
Approved by: antoine (maintainer)
|
Sat, 8 Mar 2008
|
[ 22:32 lwhsu ]
- Update to 1.2.9.1
PR: ports/121492
Submitted by: lwhsu
Approved by: antoine (maintainer)
|
Thu, 6 Mar 2008
|
[ 22:19 edwin ] (Only the first 10 of 39 ports in this commit are shown above. )
Use ${MASTER_SITE_GOOGLE_CODE} instead of
http://something.googlecode.com/files
PR: ports/121435 (related)
|
Wed, 12 Dec 2007
|
[ 20:21 lwhsu ]
- Update to 1.2.8
PR: ports/118558
Submitted by: Antoine Brodin <antoine.brodin AT laposte.net> (maintainer)
|
Sun, 16 Sep 2007
|
[ 03:01 lwhsu ]
- Update to 1.2.7
- Update WWW
PR: ports/116369
Submitted by: Antoine Brodin <antoine.brodin AT laposte.net> (maintainer)
|
Mon, 10 Sep 2007
|
[ 12:28 lwhsu ]
- Update to 1.2.6
PR: ports/115653
Submitted by: Antoine Brodin <antoine.brodin AT laposte.net> (maintainer)
|
Sat, 9 Jun 2007
|
[ 12:51 lwhsu ]
- Update to 1.2.5
PR: ports/113492
Submitted by: Antoine Brodin <antoine.brodin AT laposte.net> (maintainer)
|
Fri, 9 Mar 2007
|
[ 11:26 miwi ]
- Update to 1.2.4
PR: 110077
Submitted by: Li-Wen Hsu <lwhsu@lwhsu.org>
Approved by: maintainer
|
Thu, 1 Mar 2007
|
[ 11:44 miwi ]
- Update to 1.2.3
PR; 109659
Submitted by: Li-Wen Hsu <lwhsu@lwhsu.org>
Approved by: maintainer
|
Sun, 25 Feb 2007
|
[ 14:45 clsung ]
- Update to 1.2.2
- Adjust DOCSDIR
PR: ports/109447
Submitted by: Li-Wen Hsu <lwhsu_AT_lwhsu dot org>
Approved by: maintainer (Antoine Brodin)
|
Thu, 9 Nov 2006
|
[ 07:28 alexbl ]
- update to 1.2
PR: 105217
Submitted by: Antoine Brodin <antoine.brodin@laposte.net> (maintainer)
|
Tue, 25 Jul 2006
|
[ 21:21 miwi ]
pefile is a Python module to read and work with PE files. Most of the
information in the PE Header is accessible, as well as all the sections,
section's information and data.
WWW: http://dkbza.org/pefile.html
PR: ports/100393
Submitted by: Antoine Brodin <antoine.brodin(at)laposte.net>
Approved by: krion (mentor)
|
Number of commits found: 38 |