non port: devel/py-dynrules/Makefile |
Number of commits found: 28 |
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 |
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 Apr 2017
|
16:21 amdmi3
- Add LICENSE_FILE
 |
Sunday, 22 Jan 2017
|
22:27 rene
Reset mva@'s ports, he handed in his ports bit.
 |
Monday, 28 Dec 2015
|
23:12 rakuco
Update MASTER_SITES to avoid falling back to distcaches.
 |
Tuesday, 1 Sep 2015
|
16:20 amdmi3
- Switch to options helpers
- While here, add some NO_ARCHes
Approved by: portmgr blanket
 |
Thursday, 14 Aug 2014
|
17:04 mva
- Rename PYTHON_FEATURES to USE_PYTHON to comply to USE_PERL5 and to avoid a
conflict in behaviour with the read-only COMPILER_FEATURES knob
- Fix the deprecated USE_PYTHON_BUILD and USE_PYTHON_RUN behaviour, which
usually should be mutually exclusive, but some ports include both knobs
Phabric: D581
Recommended by: danfe@, makc@
Reviewed by: danfe, wg, antoine
Approved by: portmgr
With hat: python@
 |
Sunday, 10 Aug 2014
|
08:55 mva
- Convert my ports to USES=python
 |
Saturday, 18 Jan 2014
|
18:58 mva
- Add LICENSE
 |
Sunday, 29 Sep 2013
|
09:19 mva
- Convert to PYDISTUTILS_AUTOPLIST
- Enable stage support
- Fix plist
 |
Friday, 20 Sep 2013
|
17:13 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
 |
Friday, 16 Aug 2013
|
06:12 mva
- properly prefix the package name
 |
Wednesday, 29 May 2013
|
04:46 jgh
- adoption of optionsNG
- add trace options to ncurses{-deve}
- doc knob conversion in subversion{16}
- trim headers/comments
- eliminate some processing of bsd.port.pre.mk
Approved by: portmgr (miwi)
 |
Thursday, 23 May 2013
|
05:39 mva
- Update to 0.1.0
- Trim Makefile headers
- Switch to new options framework
 |
Friday, 5 Oct 2012
|
19:00 mva
- Update to 0.0.15
- Update WWW and MASTER_SITES to the new project location
 |
Sunday, 12 Feb 2012
|
18:02 rm
- convert to using PYTHON_INCLUDEDIR
- remove redundant PYDISTUTILS_PKGNAME
All of them are non-functional changes.
 |
Monday, 16 May 2011
|
07:09 mva
Fix pkg-plist
Reported by: pointyhat
 |
Saturday, 14 May 2011
|
12:30 mva
- Update to 0.0.14
 |
Thursday, 20 May 2010
|
06:14 mva
- Update to 0.0.13
 |
Monday, 29 Mar 2010
|
05:55 mva
- Update to 0.0.12
 |
Friday, 25 Dec 2009
|
14:53 mva
- Update to 0.0.11
Approved by: miwi (mentor)
 |
Saturday, 4 Jul 2009
|
09:52 mva
Update to 0.0.8.
Approved by: miwi (mentor)
 |
Monday, 9 Mar 2009
|
21:33 mva
Update to 0.0.7.
Approved by: miwi (mentor)
 |
Thursday, 19 Feb 2009
|
21:45 mva
Updated my mail address to use @FreeBSD.org now.
Approved by: miwi (co-mentor), beech (mentor)
 |
Sunday, 28 Dec 2008
|
13:22 miwi
dynrules is a dynamic ruleset scripting package for Python. It uses the
Dynamic Scripting technique to create adaptive AI scripts automatically
from predefined rulesets.
WWW: http://sysfault.org/projects
PR: ports/129848
Submitted by: Marcus von Appen <mva at sysfault.org>
 |
Number of commits found: 28 |