non port: graphics/py-ming/Makefile |
SVNWeb
|
Number of commits found: 60 |
Mon, 5 Jun 2023
|
[ 18:09 Muhammad Moinur Rahman (bofh) ] 365553b
graphics/py-ming: Fix build with llvm15
Approved by: portmgr (blanket)
|
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:22 Tobias C. Berner (tcberner) ] 022e658 (Only the first 10 of 771 ports in this commit are shown above. )
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 )
|
Mon, 1 Nov 2021
|
[ 13:59 Dmitry Marakasov (amdmi3) ] 6795193
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
|
Mon, 25 Oct 2021
|
[ 15:57 Po-Chuan Hsieh (sunpoet) ] 04b574d
graphics/py-ming: Cosmetic change
|
Tue, 21 Sep 2021
|
[ 12:57 Bernhard Froehlich (decke) ] 5c27b31
graphics/py-ming: Add CPE information
Approved by: portmgr (blanket)
|
Sun, 19 Sep 2021
|
[ 05:59 Po-Chuan Hsieh (sunpoet) ] e85cafc
graphics/py-ming: Replace configure.in patch with upstream one
- Remove no-op BINARY_ALIAS
Obtained
from: https://github.com/libming/libming/commit/a89a619e187ebe070db2a1760f3b90489bfff382
|
Tue, 10 Aug 2021
|
[ 15:12 Tobias C. Berner (tcberner) ] 8785f2b
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
|
Sun, 18 Apr 2021
|
[ 05:43 Po-Chuan Hsieh (sunpoet) ] 586d277
graphics/py-ming: Cosmetic change
|
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, 24 Dec 2020
|
[ 13:46 kai ] (Only the first 10 of 166 ports in this commit are shown above. )
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)
|
Mon, 8 May 2017
|
[ 12:44 sunpoet ]
Update to 0.4.8
Changes: https://github.com/libming/libming/blob/master/NEWS
http://www.libming.org/Releases
|
Fri, 30 Sep 2016
|
[ 19:24 tijl ] (Only the first 10 of 60 ports in this commit are shown above. )
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)
|
Thu, 14 Apr 2016
|
[ 16:38 sunpoet ]
- Use default WRKSRC
|
Wed, 13 Apr 2016
|
[ 10:36 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
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Sun, 17 Jan 2016
|
[ 13:12 sunpoet ]
- Add PORTSCOUT
Sponsored by: PortsCamp Taiwan
|
Tue, 8 Dec 2015
|
[ 09:05 mat ] (Only the first 10 of 45 ports in this commit are shown above. )
Don't use GH_TAGNAME when DISTVERSION* variables can be used.
With hat: portmgr
Sponsored by: Absolight
|
Thu, 3 Dec 2015
|
[ 20:01 antoine ] (Only the first 10 of 49 ports in this commit are shown above. )
Update giflib to 5.1.1
PR: 204492
|
Tue, 27 Oct 2015
|
[ 15:49 sunpoet ]
- Allow concurrent installation (USE_PYTHON=concurrent)
- Fix build with Python 3.x
|
Mon, 19 Oct 2015
|
[ 20:18 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
|
Thu, 8 Oct 2015
|
[ 18:44 sunpoet ]
- Update to 0.4.7
- Add LICENSE_FILE
Changes: https://github.com/libming/libming/blob/master/NEWS
|
Wed, 14 Jan 2015
|
[ 18:19 antoine ] (Only the first 10 of 55 ports in this commit are shown above. )
Update graphics/giflib to 5.0.5
Differential Revision: https://reviews.freebsd.org/D1361
Submitted by: bapt
Reviewed by: self
Exp-run by: self
|
Mon, 8 Dec 2014
|
[ 16:48 tijl ] (Only the first 10 of 920 ports in this commit are shown above. )
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 )
|
Fri, 22 Aug 2014
|
[ 19:08 tijl ]
- graphics/ming: Add USES=libtool and bump dependent ports
- graphics/autotrace: Remove PTHREAD_CFLAGS and PTHREAD_LIBS
- graphics/pencil: Fix dependencies
|
Fri, 15 Aug 2014
|
[ 03:43 sunpoet ] (Only the first 10 of 31 ports in this commit are shown above. )
- Convert PYTHON_FEATURES to USE_PYTHON (which was landed several hours ago)
Notified by: koobs, wg
|
[ 03:01 sunpoet ]
- Use USES=python
|
Tue, 18 Mar 2014
|
[ 16:20 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]
|
Fri, 14 Feb 2014
|
[ 19:41 sunpoet ]
- Use PYDISTUTILS_AUTOPLIST
|
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)
|
Sun, 17 Nov 2013
|
[ 10:33 sunpoet ]
- Add LICENSE
- Support STAGEDIR
|
Fri, 20 Sep 2013
|
[ 18:35 bapt ] (Only the first 10 of 1084 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics)
|
Sat, 7 Sep 2013
|
[ 17:53 sunpoet ] (Only the first 10 of 13 ports in this commit are shown above. )
- Cosmetic change
|
Thu, 22 Aug 2013
|
[ 15:21 sunpoet ]
- Update to 0.4.5
- Add WWW
Changes: https://github.com/libming/libming/blob/master/NEWS
|
Fri, 1 Jun 2012
|
[ 05:26 dinoex ] (Only the first 10 of 4371 ports in this commit are shown above. )
- update png to 1.5.10
|
Tue, 21 Feb 2012
|
[ 14:10 sunpoet ]
- Restrict USE_PYTHON range
- Move post-patch: to master port (graphics/ming)
|
Wed, 15 Feb 2012
|
[ 07:49 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
|
Sun, 12 Feb 2012
|
[ 16:50 rm ]
- convert to using PYTHON_SITELIBDIR (non-functional change)
|
Mon, 8 Aug 2011
|
[ 01:59 swills ]
- Fix fetch
- Update to 0.4.3
- Convert to slave of graphics/ming
|
Tue, 2 Aug 2011
|
[ 13:47 bapt ] (Only the first 10 of 21 ports in this commit are shown above. )
Mark BROKEN: Does not fetch
|
Sun, 28 Mar 2010
|
[ 06:47 dinoex ] (Only the first 10 of 4470 ports in this commit are shown above. )
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Sat, 22 Aug 2009
|
[ 00:23 amdmi3 ] (Only the first 10 of 415 ports in this commit are shown above. )
- Switch SourceForge ports to the new File Release System: categories starting
with G
|
Mon, 30 Jul 2007
|
[ 09:42 alexbl ] (Only the first 10 of 445 ports in this commit are shown above. )
- 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
|
Sat, 19 May 2007
|
[ 20:32 flz ] (Only the first 10 of 7868 ports in this commit are shown above. )
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Tue, 18 Apr 2006
|
[ 18:56 garga ]
- Update to 0.3.0
PR: ports/96006
Submitted by: Ports Fury
|
Fri, 11 Nov 2005
|
[ 01:18 linimon ] (Only the first 10 of 286 ports in this commit are shown above. )
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.
|
Sun, 30 May 2004
|
[ 08:40 kris ]
Add missing USE_PERL5_BUILD
|
Tue, 11 Mar 2003
|
[ 09:00 knu ]
Change BUILD_DEPENDS to EXTRACT_DEPENDS and unbreak.
Submitted by: bento
|
Tue, 18 Feb 2003
|
[ 05:52 knu ] (Only the first 10 of 97 ports in this commit are shown above. )
De-pkg-comment my non-ruby ports as well.
|
Tue, 18 Sep 2001
|
[ 07:33 knu ]
Do not install broken examples.
|
[ 06:57 knu ]
Update ming to 0.2a.
|
Fri, 6 Jul 2001
|
[ 20:57 knu ]
Upate ming to 0.1.1.
|
Tue, 20 Mar 2001
|
[ 09:32 knu ]
Update to Ming 0.1.0.
|
Sun, 21 Jan 2001
|
[ 05:57 knu ] (Only the first 10 of 14 ports in this commit are shown above. )
Update to Ming 0.0.9b. Now it creates Flash 4 movies.
|
Sat, 28 Oct 2000
|
[ 12:56 knu ]
Properly rmdir share/examples/%%PYTHON_VERSION%% on deinstallation.
|
Wed, 25 Oct 2000
|
[ 05:32 knu ] (Only the first 10 of 12 ports in this commit are shown above. )
Update to 0.0.3a.
|
Tue, 17 Oct 2000
|
[ 10:10 knu ]
Bump PORTREVISION, considering the removal of chmod 755 on a shlib.
|
[ 10:04 knu ]
Respect CC and CFLAGS.
|
Mon, 16 Oct 2000
|
[ 11:42 knu ]
Add py-ming, Python module for the Ming library which allows you to create
Flash (TM) movies.
|
Number of commits found: 60 |