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
![commit hash: 95621374679ce62f50f16fb197cccbd79972805f commit hash: 95621374679ce62f50f16fb197cccbd79972805f](/images/git.png) ![commit hash: 95621374679ce62f50f16fb197cccbd79972805f commit hash: 95621374679ce62f50f16fb197cccbd79972805f](/images/codeberg.svg) ![commit hash: 95621374679ce62f50f16fb197cccbd79972805f commit hash: 95621374679ce62f50f16fb197cccbd79972805f](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Rene Ladan (rene) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![commit hash: 6410f1827ba3c9b8816e5a8a3f27a2f6cf8e9533 commit hash: 6410f1827ba3c9b8816e5a8a3f27a2f6cf8e9533](/images/git.png) ![commit hash: 6410f1827ba3c9b8816e5a8a3f27a2f6cf8e9533 commit hash: 6410f1827ba3c9b8816e5a8a3f27a2f6cf8e9533](/images/codeberg.svg) ![commit hash: 6410f1827ba3c9b8816e5a8a3f27a2f6cf8e9533 commit hash: 6410f1827ba3c9b8816e5a8a3f27a2f6cf8e9533](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Po-Chuan Hsieh (sunpoet) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
graphics/py-ming: Mark DEPRECATED and set EXPIRATION_DATE to 2024-06-30 |
0.4.8 30 Jun 2023 07:04:07
![commit hash: 9b6337dcf5c6d77c50cef7972d180cff06c2cac6 commit hash: 9b6337dcf5c6d77c50cef7972d180cff06c2cac6](/images/git.png) ![commit hash: 9b6337dcf5c6d77c50cef7972d180cff06c2cac6 commit hash: 9b6337dcf5c6d77c50cef7972d180cff06c2cac6](/images/codeberg.svg) ![commit hash: 9b6337dcf5c6d77c50cef7972d180cff06c2cac6 commit hash: 9b6337dcf5c6d77c50cef7972d180cff06c2cac6](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Po-Chuan Hsieh (sunpoet) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb](/images/git.png) ![commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb](/images/codeberg.svg) ![commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Rene Ladan (rene) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![commit hash: 4bb09c68982fc6c2289a0425c16012ea37f8fddd commit hash: 4bb09c68982fc6c2289a0425c16012ea37f8fddd](/images/git.png) ![commit hash: 4bb09c68982fc6c2289a0425c16012ea37f8fddd commit hash: 4bb09c68982fc6c2289a0425c16012ea37f8fddd](/images/codeberg.svg) ![commit hash: 4bb09c68982fc6c2289a0425c16012ea37f8fddd commit hash: 4bb09c68982fc6c2289a0425c16012ea37f8fddd](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Po-Chuan Hsieh (sunpoet) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
graphics/py-ming: Convert REINPLACE_CMD to patch file |
0.4.8 05 Jun 2023 18:09:01
![commit hash: 365553bf46d1d4de026b4fbe2ebff8628707b285 commit hash: 365553bf46d1d4de026b4fbe2ebff8628707b285](/images/git.png) ![commit hash: 365553bf46d1d4de026b4fbe2ebff8628707b285 commit hash: 365553bf46d1d4de026b4fbe2ebff8628707b285](/images/codeberg.svg) ![commit hash: 365553bf46d1d4de026b4fbe2ebff8628707b285 commit hash: 365553bf46d1d4de026b4fbe2ebff8628707b285](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Muhammad Moinur Rahman (bofh) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
graphics/py-ming: Fix build with llvm15
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51
![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/git.png) ![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/codeberg.svg) ![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Stefan Eßer (se) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/git.png) ![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/codeberg.svg) ![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Stefan Eßer (se) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![commit hash: 022e658bd10b8753ede87b3dfda087efabddac98 commit hash: 022e658bd10b8753ede87b3dfda087efabddac98](/images/git.png) ![commit hash: 022e658bd10b8753ede87b3dfda087efabddac98 commit hash: 022e658bd10b8753ede87b3dfda087efabddac98](/images/codeberg.svg) ![commit hash: 022e658bd10b8753ede87b3dfda087efabddac98 commit hash: 022e658bd10b8753ede87b3dfda087efabddac98](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Tobias C. Berner (tcberner) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![commit hash: 6795193591770b8706b7c2396e18e24f16d2ad8f commit hash: 6795193591770b8706b7c2396e18e24f16d2ad8f](/images/git.png) ![commit hash: 6795193591770b8706b7c2396e18e24f16d2ad8f commit hash: 6795193591770b8706b7c2396e18e24f16d2ad8f](/images/codeberg.svg) ![commit hash: 6795193591770b8706b7c2396e18e24f16d2ad8f commit hash: 6795193591770b8706b7c2396e18e24f16d2ad8f](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Dmitry Marakasov (amdmi3) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![commit hash: 04b574d27e23bf7e8b0585b43d8932e6f5b9bd42 commit hash: 04b574d27e23bf7e8b0585b43d8932e6f5b9bd42](/images/git.png) ![commit hash: 04b574d27e23bf7e8b0585b43d8932e6f5b9bd42 commit hash: 04b574d27e23bf7e8b0585b43d8932e6f5b9bd42](/images/codeberg.svg) ![commit hash: 04b574d27e23bf7e8b0585b43d8932e6f5b9bd42 commit hash: 04b574d27e23bf7e8b0585b43d8932e6f5b9bd42](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Po-Chuan Hsieh (sunpoet) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
graphics/py-ming: Cosmetic change |
0.4.8 21 Sep 2021 12:57:46
![commit hash: 5c27b31ee5efc466de7b94c707ddd3b0451ac33f commit hash: 5c27b31ee5efc466de7b94c707ddd3b0451ac33f](/images/git.png) ![commit hash: 5c27b31ee5efc466de7b94c707ddd3b0451ac33f commit hash: 5c27b31ee5efc466de7b94c707ddd3b0451ac33f](/images/codeberg.svg) ![commit hash: 5c27b31ee5efc466de7b94c707ddd3b0451ac33f commit hash: 5c27b31ee5efc466de7b94c707ddd3b0451ac33f](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Bernhard Froehlich (decke) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
graphics/py-ming: Add CPE information
Approved by: portmgr (blanket) |
0.4.8 19 Sep 2021 05:59:53
![commit hash: e85cafc787e87081a359f5cafb448e97f07637c6 commit hash: e85cafc787e87081a359f5cafb448e97f07637c6](/images/git.png) ![commit hash: e85cafc787e87081a359f5cafb448e97f07637c6 commit hash: e85cafc787e87081a359f5cafb448e97f07637c6](/images/codeberg.svg) ![commit hash: e85cafc787e87081a359f5cafb448e97f07637c6 commit hash: e85cafc787e87081a359f5cafb448e97f07637c6](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Po-Chuan Hsieh (sunpoet) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![commit hash: 8785f2bd03ae6cbc94eb8b5a2a0c770431e1f0c2 commit hash: 8785f2bd03ae6cbc94eb8b5a2a0c770431e1f0c2](/images/git.png) ![commit hash: 8785f2bd03ae6cbc94eb8b5a2a0c770431e1f0c2 commit hash: 8785f2bd03ae6cbc94eb8b5a2a0c770431e1f0c2](/images/codeberg.svg) ![commit hash: 8785f2bd03ae6cbc94eb8b5a2a0c770431e1f0c2 commit hash: 8785f2bd03ae6cbc94eb8b5a2a0c770431e1f0c2](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Tobias C. Berner (tcberner) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![commit hash: 586d2770b9cbf784f9b1f35a9f59f5d2a5760d85 commit hash: 586d2770b9cbf784f9b1f35a9f59f5d2a5760d85](/images/git.png) ![commit hash: 586d2770b9cbf784f9b1f35a9f59f5d2a5760d85 commit hash: 586d2770b9cbf784f9b1f35a9f59f5d2a5760d85](/images/codeberg.svg) ![commit hash: 586d2770b9cbf784f9b1f35a9f59f5d2a5760d85 commit hash: 586d2770b9cbf784f9b1f35a9f59f5d2a5760d85](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Po-Chuan Hsieh (sunpoet) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
graphics/py-ming: Cosmetic change |
0.4.8 06 Apr 2021 14:31:07
![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/git.png) ![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/codeberg.svg) ![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Mathieu Arnold (mat) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove # $FreeBSD$ from Makefiles. |
0.4.8 28 Dec 2020 23:02:15
![Revision:559531 Revision:559531](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
antoine ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Drop python 2.7 support from a few ports
With hat: portmgr |
0.4.8 24 Dec 2020 13:46:02
![Revision:559094 Revision:559094](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
kai ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![Revision:440422 Revision:440422](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
sunpoet ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![Revision:423014 Revision:423014](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
tijl ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![Revision:413273 Revision:413273](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
sunpoet ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Use default WRKSRC |
0.4.7_1 13 Apr 2016 10:36:55
![Revision:413185 Revision:413185](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
jbeich ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![Revision:412346 Revision:412346](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
mat ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![Revision:406365 Revision:406365](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
sunpoet ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Add PORTSCOUT
Sponsored by: PortsCamp Taiwan |
0.4.7_1 08 Dec 2015 09:05:15
![Revision:403255 Revision:403255](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
mat ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![Revision:402898 Revision:402898](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
antoine ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update giflib to 5.1.1
PR: 204492 |
0.4.7 27 Oct 2015 15:49:14
![Revision:400255 Revision:400255](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
sunpoet ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Allow concurrent installation (USE_PYTHON=concurrent)
- Fix build with Python 3.x |
0.4.7 19 Oct 2015 20:18:07
![Revision:399726 Revision:399726](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
sunpoet ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- 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
![Revision:398861 Revision:398861](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
sunpoet ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- 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
![Revision:377033 Revision:377033](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
antoine ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![Revision:374303 Revision:374303](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
tijl ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![Revision:365687 Revision:365687](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
tijl ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- 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
![Revision:364929 Revision:364929](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
sunpoet ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- 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
![Revision:364903 Revision:364903](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
sunpoet ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Use USES=python |
0.4.5_1 18 Mar 2014 16:20:44
![Revision:348580 Revision:348580](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
sunpoet ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- 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
![Revision:344302 Revision:344302](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
sunpoet ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Use PYDISTUTILS_AUTOPLIST |
0.4.5 13 Jan 2014 21:00:04
![Revision:339634 Revision:339634](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
rene ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![Revision:334072 Revision:334072](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
sunpoet ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Add LICENSE
- Support STAGEDIR |
0.4.5 20 Sep 2013 18:35:46
![Revision:327733 Revision:327733](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bapt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
0.4.5 07 Sep 2013 17:53:23
![Revision:326670 Revision:326670](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
sunpoet ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Cosmetic change |
0.4.5 22 Aug 2013 15:21:08
![Revision:325206 Revision:325206](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
sunpoet ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- 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
![files touched by this commit files touched by this commit](/images/logs.gif) |
dinoex ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- update png to 1.5.10 |
0.4.4 21 Feb 2012 14:10:26
![files touched by this commit files touched by this commit](/images/logs.gif) |
sunpoet ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Restrict USE_PYTHON range
- Move post-patch: to master port (graphics/ming) |
0.4.4 15 Feb 2012 07:49:03
![files touched by this commit files touched by this commit](/images/logs.gif) |
sunpoet ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- 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
![files touched by this commit files touched by this commit](/images/logs.gif) |
rm ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- convert to using PYTHON_SITELIBDIR (non-functional change) |
0.4.3 08 Aug 2011 01:59:04
![files touched by this commit files touched by this commit](/images/logs.gif) |
swills ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Fix fetch
- Update to 0.4.3
- Convert to slave of graphics/ming |
0.3.0_2 02 Aug 2011 13:47:46
![files touched by this commit files touched by this commit](/images/logs.gif) |
bapt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Mark BROKEN: Does not fetch |
0.3.0_2 03 Jul 2011 14:12:23
![files touched by this commit files touched by this commit](/images/logs.gif) |
ohauer ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
-remove MD5 |
0.3.0_2 28 Mar 2010 06:47:48
![files touched by this commit files touched by this commit](/images/logs.gif) |
dinoex ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.3.0_1 21 Dec 2009 02:19:12
![files touched by this commit files touched by this commit](/images/logs.gif) |
dougb ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![Sanity Test Failure Sanity Test Failure](/images/stf.gif) |
amdmi3 ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Switch SourceForge ports to the new File Release System: categories starting
with G |
0.3.0_1 30 Jul 2007 09:42:28
![files touched by this commit files touched by this commit](/images/logs.gif) |
alexbl ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- 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
![files touched by this commit files touched by this commit](/images/logs.gif) |
flz ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- 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
![files touched by this commit files touched by this commit](/images/logs.gif) |
garga ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Update to 0.3.0
PR: ports/96006
Submitted by: Ports Fury |
0.2a 11 Nov 2005 01:18:01
![files touched by this commit files touched by this commit](/images/logs.gif) |
linimon ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![files touched by this commit files touched by this commit](/images/logs.gif) |
kris ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add missing USE_PERL5_BUILD |
0.2a 11 Mar 2003 09:00:31
![files touched by this commit files touched by this commit](/images/logs.gif) |
knu ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Change BUILD_DEPENDS to EXTRACT_DEPENDS and unbreak.
Submitted by: bento |
0.2a 18 Feb 2003 05:52:57
![files touched by this commit files touched by this commit](/images/logs.gif) |
knu ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
De-pkg-comment my non-ruby ports as well. |
18 Sep 2001 07:33:40
![commit hash: fp1.18904@dev.null.freshports.org commit hash: fp1.18904@dev.null.freshports.org](/images/git.png) ![commit hash: fp1.18904@dev.null.freshports.org commit hash: fp1.18904@dev.null.freshports.org](/images/codeberg.svg) ![commit hash: fp1.18904@dev.null.freshports.org commit hash: fp1.18904@dev.null.freshports.org](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
knu ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Do not install broken examples. |
18 Sep 2001 07:03:37
![commit hash: fp1.18901@dev.null.freshports.org commit hash: fp1.18901@dev.null.freshports.org](/images/git.png) ![commit hash: fp1.18901@dev.null.freshports.org commit hash: fp1.18901@dev.null.freshports.org](/images/codeberg.svg) ![commit hash: fp1.18901@dev.null.freshports.org commit hash: fp1.18901@dev.null.freshports.org](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
knu ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Ming 0.2a can generate Flash 5 movies too. |
18 Sep 2001 06:57:17
![commit hash: fp1.18899@dev.null.freshports.org commit hash: fp1.18899@dev.null.freshports.org](/images/git.png) ![commit hash: fp1.18899@dev.null.freshports.org commit hash: fp1.18899@dev.null.freshports.org](/images/codeberg.svg) ![commit hash: fp1.18899@dev.null.freshports.org commit hash: fp1.18899@dev.null.freshports.org](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
knu ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update ming to 0.2a. |
06 Jul 2001 20:57:44
![commit hash: fp1.15895@dev.null.freshports.org commit hash: fp1.15895@dev.null.freshports.org](/images/git.png) ![commit hash: fp1.15895@dev.null.freshports.org commit hash: fp1.15895@dev.null.freshports.org](/images/codeberg.svg) ![commit hash: fp1.15895@dev.null.freshports.org commit hash: fp1.15895@dev.null.freshports.org](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
knu ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Upate ming to 0.1.1. |
20 Mar 2001 09:32:55
![commit hash: fp1.11309@dev.null.freshports.org commit hash: fp1.11309@dev.null.freshports.org](/images/git.png) ![commit hash: fp1.11309@dev.null.freshports.org commit hash: fp1.11309@dev.null.freshports.org](/images/codeberg.svg) ![commit hash: fp1.11309@dev.null.freshports.org commit hash: fp1.11309@dev.null.freshports.org](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
knu ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to Ming 0.1.0. |
10 Feb 2001 13:19:57
![commit hash: fp1.9431@dev.null.freshports.org commit hash: fp1.9431@dev.null.freshports.org](/images/git.png) ![commit hash: fp1.9431@dev.null.freshports.org commit hash: fp1.9431@dev.null.freshports.org](/images/codeberg.svg) ![commit hash: fp1.9431@dev.null.freshports.org commit hash: fp1.9431@dev.null.freshports.org](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
knu ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add %%PORTDOCS%%. |
21 Jan 2001 05:57:50
![commit hash: fp1.8664@dev.null.freshports.org commit hash: fp1.8664@dev.null.freshports.org](/images/git.png) ![commit hash: fp1.8664@dev.null.freshports.org commit hash: fp1.8664@dev.null.freshports.org](/images/codeberg.svg) ![commit hash: fp1.8664@dev.null.freshports.org commit hash: fp1.8664@dev.null.freshports.org](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
knu ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to Ming 0.0.9b. Now it creates Flash 4 movies. |
28 Oct 2000 12:56:02
![commit hash: fp1.5604@dev.null.freshports.org commit hash: fp1.5604@dev.null.freshports.org](/images/git.png) ![commit hash: fp1.5604@dev.null.freshports.org commit hash: fp1.5604@dev.null.freshports.org](/images/codeberg.svg) ![commit hash: fp1.5604@dev.null.freshports.org commit hash: fp1.5604@dev.null.freshports.org](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
knu ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Properly rmdir share/examples/%%PYTHON_VERSION%% on deinstallation. |
25 Oct 2000 09:18:46
![commit hash: fp1.5467@dev.null.freshports.org commit hash: fp1.5467@dev.null.freshports.org](/images/git.png) ![commit hash: fp1.5467@dev.null.freshports.org commit hash: fp1.5467@dev.null.freshports.org](/images/codeberg.svg) ![commit hash: fp1.5467@dev.null.freshports.org commit hash: fp1.5467@dev.null.freshports.org](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
knu ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Chase the repack that included my submitted patches. |
25 Oct 2000 05:32:37
![commit hash: fp1.5463@dev.null.freshports.org commit hash: fp1.5463@dev.null.freshports.org](/images/git.png) ![commit hash: fp1.5463@dev.null.freshports.org commit hash: fp1.5463@dev.null.freshports.org](/images/codeberg.svg) ![commit hash: fp1.5463@dev.null.freshports.org commit hash: fp1.5463@dev.null.freshports.org](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
knu ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 0.0.3a. |
17 Oct 2000 10:10:30
![commit hash: fp1.5187@dev.null.freshports.org commit hash: fp1.5187@dev.null.freshports.org](/images/git.png) ![commit hash: fp1.5187@dev.null.freshports.org commit hash: fp1.5187@dev.null.freshports.org](/images/codeberg.svg) ![commit hash: fp1.5187@dev.null.freshports.org commit hash: fp1.5187@dev.null.freshports.org](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
knu ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Bump PORTREVISION, considering the removal of chmod 755 on a shlib. |
17 Oct 2000 10:04:41
![commit hash: fp1.5185@dev.null.freshports.org commit hash: fp1.5185@dev.null.freshports.org](/images/git.png) ![commit hash: fp1.5185@dev.null.freshports.org commit hash: fp1.5185@dev.null.freshports.org](/images/codeberg.svg) ![commit hash: fp1.5185@dev.null.freshports.org commit hash: fp1.5185@dev.null.freshports.org](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
knu ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Respect CC and CFLAGS. |
16 Oct 2000 11:42:36
![commit hash: fp1.5154@dev.null.freshports.org commit hash: fp1.5154@dev.null.freshports.org](/images/git.png) ![commit hash: fp1.5154@dev.null.freshports.org commit hash: fp1.5154@dev.null.freshports.org](/images/codeberg.svg) ![commit hash: fp1.5154@dev.null.freshports.org commit hash: fp1.5154@dev.null.freshports.org](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
knu ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add py-ming, Python module for the Ming library which allows you to create
Flash (TM) movies. |