Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.4.8 30 Jun 2024 12:31:34
    |
Rene Ladan (rene)  |
graphics/py-ming: Remove expired port
2024-06-30 graphics/py-ming: Depends on deprecated graphics/ming |
0.4.8 19 May 2024 17:15:15
    |
Po-Chuan Hsieh (sunpoet)  |
graphics/py-ming: Mark DEPRECATED and set EXPIRATION_DATE to 2024-06-30 |
0.4.8 30 Jun 2023 07:04:07
    |
Po-Chuan Hsieh (sunpoet)  |
graphics/py-ming: Fix build with Clang 15 and remove the workaround
- Update WWW
./ming_wrap.c:2427:18: error: incompatible integer to pointer conversion
assigning to 'void *' from 'int' [-Wint-conversion]
type_pointer = PyCObject_Import((char*)"swig_runtime_data"
SWIG_RUNTIME_VERSION,
^
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./ming_wrap.c:2497:13: error: incompatible integer to pointer conversion
initializing 'PyObject *' (aka 'struct _object *') with an expression of type
'int' [-Wint-conversion]
PyObject *pointer = PyCObject_FromVoidPtr((void *) swig_module,
SWIG_Python_DestroyModule);
^
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./ming_wrap.c:2525:11: error: incompatible integer to pointer conversion
assigning to 'PyObject *' (aka 'struct _object *') from 'int' [-Wint-conversion]
obj = PyCObject_FromVoidPtr(descriptor, NULL);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./ming_wrap.c:3886:10: error: incompatible integer to pointer conversion
assigning to 'FILE *' (aka 'struct __sFILE *') from 'int' [-Wint-conversion]
arg1 = PyFile_AsFile(obj0); (Only the first 15 lines of the commit message are shown above ) |
0.4.8 27 Jun 2023 19:34: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> |
0.4.8 05 Jun 2023 21:07:50
    |
Po-Chuan Hsieh (sunpoet)  |
graphics/py-ming: Convert REINPLACE_CMD to patch file |
0.4.8 05 Jun 2023 18:09:01
    |
Muhammad Moinur Rahman (bofh)  |
graphics/py-ming: Fix build with llvm15
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.4.8 07 Sep 2022 21:10:59
    |
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.
(Only the first 15 lines of the commit message are shown above ) |
0.4.8 20 Jul 2022 14:22:04
    |
Tobias C. Berner (tcberner)  |
graphics: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Abel Chow <ozsanh45vds001@sneakemail.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Ade Lovett <ade@lovett.com>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Hayward <xelah@xelah.com>
* Alex Ivasyuv <siegerstein@pochta.ru>
* Alex Samorukov <samm@os2.kiev.ua> (Only the first 15 lines of the commit message are shown above ) |
0.4.8 01 Nov 2021 13:59:04
    |
Dmitry Marakasov (amdmi3)  |
graphics/py-ming: limit supported python versions
checking for the distutils Python package... no
configure: error: cannot import Python module "distutils".
Please check your Python installation. The error was:
<string>:1: DeprecationWarning: The distutils package is deprecated and slated
for removal in Python 3.12. Use setuptools or check PEP 632 for potential
alternatives
Approved by: portmgr blanket |
0.4.8 25 Oct 2021 15:57:31
    |
Po-Chuan Hsieh (sunpoet)  |
graphics/py-ming: Cosmetic change |
0.4.8 21 Sep 2021 12:57:46
    |
Bernhard Froehlich (decke)  |
graphics/py-ming: Add CPE information
Approved by: portmgr (blanket) |
0.4.8 19 Sep 2021 05:59:53
    |
Po-Chuan Hsieh (sunpoet)  |
graphics/py-ming: Replace configure.in patch with upstream one
- Remove no-op BINARY_ALIAS
Obtained
from: https://github.com/libming/libming/commit/a89a619e187ebe070db2a1760f3b90489bfff382 |
0.4.8 10 Aug 2021 15:12:10
    |
Tobias C. Berner (tcberner)  |
graphics/py-ming: prepare for freetype2 update
- freetype2 will no longer ship freetype-config (which was a pkg-config
wrapper) in the near future -- use pkg-config to gather the required
flags.
PR: 251512 |
0.4.8 18 Apr 2021 05:43:45
    |
Po-Chuan Hsieh (sunpoet)  |
graphics/py-ming: Cosmetic change |
0.4.8 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.4.8 28 Dec 2020 23:02:15
  |
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
0.4.8 24 Dec 2020 13:46:02
  |
kai  |
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) |
0.4.8 08 May 2017 12:44:04
  |
sunpoet  |
Update to 0.4.8
Changes: https://github.com/libming/libming/blob/master/NEWS
http://www.libming.org/Releases |
0.4.7_1 30 Sep 2016 19:24:30
  |
tijl  |
Let USES=localbase add -L${LOCALBASE}/lib to LIBS instead of LDFLAGS.
USES=localbase:ldflags can be used to set LDFLAGS. Normally LDFLAGS
appears too early on the command line causing some ports to link with
their own libraries in LOCALBASE (if installed) instead of WRKSRC.
Also make use of _USES_POST so -L${LOCALBASE}/lib is added as late as
possible after anything a port Makefile might set. Use _USES_POST
instead of .include in libedit.mk and libarchive.mk so things like
'USES=libedit localbase:ldflags' work correctly.
Fix some issues with LIBS in some ports.
Switch ports that don't support LIBS to localbase:ldflags.
PR: 212987
Exp-run by: antoine
Approved by: portmgr (antoine) |
0.4.7_1 14 Apr 2016 16:38:39
  |
sunpoet  |
- Use default WRKSRC |
0.4.7_1 13 Apr 2016 10:36:55
  |
jbeich  |
Change default directory used by USES=autoreconf to WRKSRC
PR: 208294
Exp-run by: antoine
Reviewed by: tijl
Approved by: portmgr (mat via D4157)
Differential Revision: https://reviews.freebsd.org/D4169 |
0.4.7_1 01 Apr 2016 14:00:57
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.4.7_1 17 Jan 2016 13:12:36
  |
sunpoet  |
- Add PORTSCOUT
Sponsored by: PortsCamp Taiwan |
0.4.7_1 08 Dec 2015 09:05:15
  |
mat  |
Don't use GH_TAGNAME when DISTVERSION* variables can be used.
With hat: portmgr
Sponsored by: Absolight |
0.4.7_1 03 Dec 2015 20:01:04
  |
antoine  |
Update giflib to 5.1.1
PR: 204492 |
0.4.7 27 Oct 2015 15:49:14
  |
sunpoet  |
- Allow concurrent installation (USE_PYTHON=concurrent)
- Fix build with Python 3.x |
0.4.7 19 Oct 2015 20:18:07
  |
sunpoet  |
- Change language bindings (p5-ming and py-ming) from slave ports to normal
ports
- Use USES=localbase
- Convert to new options target helper
- Cleanup Makefile |
0.4.7 08 Oct 2015 18:44:20
  |
sunpoet  |
- Update to 0.4.7
- Add LICENSE_FILE
Changes: https://github.com/libming/libming/blob/master/NEWS |
0.4.5_4 14 Jan 2015 18:19:33
  |
antoine  |
Update graphics/giflib to 5.0.5
Differential Revision: https://reviews.freebsd.org/D1361
Submitted by: bapt
Reviewed by: self
Exp-run by: self |
0.4.5_3 08 Dec 2014 16:48:41
  |
tijl  |
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it. Bump PORTREVISION on their dependent
ports except the ones that depend on these:
audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt
In these cases the same trick as in the recent gettext update is used. (Only the first 15 lines of the commit message are shown above ) |
0.4.5_2 22 Aug 2014 19:08:37
  |
tijl  |
- graphics/ming: Add USES=libtool and bump dependent ports
- graphics/autotrace: Remove PTHREAD_CFLAGS and PTHREAD_LIBS
- graphics/pencil: Fix dependencies |
0.4.5_1 15 Aug 2014 03:43:55
  |
sunpoet  |
- Convert PYTHON_FEATURES to USE_PYTHON (which was landed several hours ago)
Notified by: koobs, wg |
0.4.5_1 15 Aug 2014 03:01:18
  |
sunpoet  |
- Use USES=python |
0.4.5_1 18 Mar 2014 16:20:44
  |
sunpoet  |
- Fix PLIST: use NONEXISTENT instead of empty string [1]
- Strip shared library in post-install: phase
- Bump PORTREVISION for package change
Suggested by: vd [1] |
0.4.5 14 Feb 2014 19:41:17
  |
sunpoet  |
- Use PYDISTUTILS_AUTOPLIST |
0.4.5 13 Jan 2014 21:00:04
  |
rene  |
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) |
0.4.5 17 Nov 2013 10:33:00
  |
sunpoet  |
- Add LICENSE
- Support STAGEDIR |
0.4.5 20 Sep 2013 18:35:46
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
0.4.5 07 Sep 2013 17:53:23
  |
sunpoet  |
- Cosmetic change |
0.4.5 22 Aug 2013 15:21:08
  |
sunpoet  |
- Update to 0.4.5
- Add WWW
Changes: https://github.com/libming/libming/blob/master/NEWS |
0.4.4_1 01 Jun 2012 05:26:28
 |
dinoex  |
- update png to 1.5.10 |
0.4.4 21 Feb 2012 14:10:26
 |
sunpoet  |
- Restrict USE_PYTHON range
- Move post-patch: to master port (graphics/ming) |
0.4.4 15 Feb 2012 07:49:03
 |
sunpoet  |
- Update to 0.4.4
- Remove distinfo: no need for a slave port
- Take maintainership
Changes: https://github.com/libming/libming/blob/master/NEWS |
0.4.3 12 Feb 2012 16:50:48
 |
rm  |
- convert to using PYTHON_SITELIBDIR (non-functional change) |
0.4.3 08 Aug 2011 01:59:04
 |
swills  |
- Fix fetch
- Update to 0.4.3
- Convert to slave of graphics/ming |
0.3.0_2 02 Aug 2011 13:47:46
 |
bapt  |
Mark BROKEN: Does not fetch |
0.3.0_2 03 Jul 2011 14:12:23
 |
ohauer  |
-remove MD5 |
0.3.0_2 28 Mar 2010 06:47:48
 |
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.3.0_1 21 Dec 2009 02:19:12
 |
dougb  |
For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports. |
0.3.0_1 22 Aug 2009 00:23:13
 |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with G |
0.3.0_1 30 Jul 2007 09:42:28
 |
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 |
0.3.0_1 19 May 2007 20:32:57
 |
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
0.3.0 18 Apr 2006 18:56:39
 |
garga  |
- Update to 0.3.0
PR: ports/96006
Submitted by: Ports Fury |
0.2a 11 Nov 2005 01:18:01
 |
linimon  |
With portmgr hat on, reset maintainership of knu's ports since he has
been inactive more than 6 months. We hope to see him back sometime. |
0.2a 30 May 2004 08:40:52
 |
kris  |
Add missing USE_PERL5_BUILD |
0.2a 11 Mar 2003 09:00:31
 |
knu  |
Change BUILD_DEPENDS to EXTRACT_DEPENDS and unbreak.
Submitted by: bento |
0.2a 18 Feb 2003 05:52:57
 |
knu  |
De-pkg-comment my non-ruby ports as well. |
18 Sep 2001 07:33:40
    |
knu  |
Do not install broken examples. |
18 Sep 2001 07:03:37
    |
knu  |
Ming 0.2a can generate Flash 5 movies too. |
18 Sep 2001 06:57:17
    |
knu  |
Update ming to 0.2a. |
06 Jul 2001 20:57:44
    |
knu  |
Upate ming to 0.1.1. |
20 Mar 2001 09:32:55
    |
knu  |
Update to Ming 0.1.0. |
10 Feb 2001 13:19:57
    |
knu  |
Add %%PORTDOCS%%. |
21 Jan 2001 05:57:50
    |
knu  |
Update to Ming 0.0.9b. Now it creates Flash 4 movies. |
28 Oct 2000 12:56:02
    |
knu  |
Properly rmdir share/examples/%%PYTHON_VERSION%% on deinstallation. |
25 Oct 2000 09:18:46
    |
knu  |
Chase the repack that included my submitted patches. |
25 Oct 2000 05:32:37
    |
knu  |
Update to 0.0.3a. |
17 Oct 2000 10:10:30
    |
knu  |
Bump PORTREVISION, considering the removal of chmod 755 on a shlib. |
17 Oct 2000 10:04:41
    |
knu  |
Respect CC and CFLAGS. |
16 Oct 2000 11:42:36
    |
knu  |
Add py-ming, Python module for the Ming library which allows you to create
Flash (TM) movies. |