aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-ming/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* graphics/py-ming: limit supported python versionsDmitry Marakasov2021-11-011-1/+1
| | | | | | | | | 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
* graphics/py-ming: Cosmetic changePo-Chuan Hsieh2021-10-251-1/+1
|
* graphics/py-ming: Add CPE informationBernhard Froehlich2021-09-211-1/+2
| | | | Approved by: portmgr (blanket)
* graphics/py-ming: Replace configure.in patch with upstream onePo-Chuan Hsieh2021-09-191-2/+0
| | | | | | - Remove no-op BINARY_ALIAS Obtained from: https://github.com/libming/libming/commit/a89a619e187ebe070db2a1760f3b90489bfff382
* graphics/py-ming: prepare for freetype2 updateTobias C. Berner2021-08-101-1/+3
| | | | | | | | - 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
* graphics/py-ming: Cosmetic changePo-Chuan Hsieh2021-04-181-6/+7
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Drop python 2.7 support from a few portsAntoine Brodin2020-12-281-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=559531
* Relax hardcoded paths to fix build with Python 3.8.7Kai Knoblich2020-12-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=559094
* Update to 0.4.8Sunpoet Po-Chuan Hsieh2017-05-081-2/+1
| | | | | | | | Changes: https://github.com/libming/libming/blob/master/NEWS http://www.libming.org/Releases Notes: svn path=/head/; revision=440422
* Let USES=localbase add -L${LOCALBASE}/lib to LIBS instead of LDFLAGS.Tijl Coosemans2016-09-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=423014
* - Use default WRKSRCSunpoet Po-Chuan Hsieh2016-04-141-8/+7
| | | | Notes: svn path=/head/; revision=413273
* Change default directory used by USES=autoreconf to WRKSRCJan Beich2016-04-131-0/+1
| | | | | | | | | | | PR: 208294 Exp-run by: antoine Reviewed by: tijl Approved by: portmgr (mat via D4157) Differential Revision: https://reviews.freebsd.org/D4169 Notes: svn path=/head/; revision=413185
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-4/+4
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* - Add PORTSCOUTSunpoet Po-Chuan Hsieh2016-01-171-0/+2
| | | | | | | Sponsored by: PortsCamp Taiwan Notes: svn path=/head/; revision=406365
* Don't use GH_TAGNAME when DISTVERSION* variables can be used.Mathieu Arnold2015-12-081-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=403255
* Update giflib to 5.1.1Antoine Brodin2015-12-031-0/+1
| | | | | | | PR: 204492 Notes: svn path=/head/; revision=402898
* - Allow concurrent installation (USE_PYTHON=concurrent)Sunpoet Po-Chuan Hsieh2015-10-271-2/+2
| | | | | | | - Fix build with Python 3.x Notes: svn path=/head/; revision=400255
* - Change language bindings (p5-ming and py-ming) from slave ports to normal ↵Sunpoet Po-Chuan Hsieh2015-10-191-11/+26
| | | | | | | | | | | ports - Use USES=localbase - Convert to new options target helper - Cleanup Makefile Notes: svn path=/head/; revision=399726
* - Update to 0.4.7Sunpoet Po-Chuan Hsieh2015-10-081-1/+2
| | | | | | | | | - Add LICENSE_FILE Changes: https://github.com/libming/libming/blob/master/NEWS Notes: svn path=/head/; revision=398861
* Update graphics/giflib to 5.0.5Antoine Brodin2015-01-141-1/+1
| | | | | | | | | | Differential Revision: https://reviews.freebsd.org/D1361 Submitted by: bapt Reviewed by: self Exp-run by: self Notes: svn path=/head/; revision=377033
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla inTijl Coosemans2014-12-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. The ports install a symlink with the old library version. When enough of their dependent ports have had regular updates the remaining ones can get a PORTREVISION bump and the links can be removed. Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes over 2200 packages to depend on devel/pcre while less than 200 actually link with it. The glib20 package still depends on devel/pcre so this should not make a difference for ports with USE_GNOME=glib20. Also, libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so USE_GNOME=glib20 should not propagate it. PR: 195724 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=374303
* - graphics/ming: Add USES=libtool and bump dependent portsTijl Coosemans2014-08-221-1/+1
| | | | | | | | - graphics/autotrace: Remove PTHREAD_CFLAGS and PTHREAD_LIBS - graphics/pencil: Fix dependencies Notes: svn path=/head/; revision=365687
* - Convert PYTHON_FEATURES to USE_PYTHON (which was landed several hours ago)Sunpoet Po-Chuan Hsieh2014-08-151-1/+1
| | | | | | | Notified by: koobs, wg Notes: svn path=/head/; revision=364929
* - Use USES=pythonSunpoet Po-Chuan Hsieh2014-08-151-3/+2
| | | | Notes: svn path=/head/; revision=364903
* - Fix PLIST: use NONEXISTENT instead of empty string [1]Sunpoet Po-Chuan Hsieh2014-03-181-2/+2
| | | | | | | | | | - Strip shared library in post-install: phase - Bump PORTREVISION for package change Suggested by: vd [1] Notes: svn path=/head/; revision=348580
* - Use PYDISTUTILS_AUTOPLISTSunpoet Po-Chuan Hsieh2014-02-141-6/+6
| | | | Notes: svn path=/head/; revision=344302
* Python cleanup:Rene Ladan2014-01-131-1/+1
| | | | | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat) Notes: svn path=/head/; revision=339634
* - Add LICENSESunpoet Po-Chuan Hsieh2013-11-171-1/+3
| | | | | | | - Support STAGEDIR Notes: svn path=/head/; revision=334072
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | graphics) Notes: svn path=/head/; revision=327733
* - Cosmetic changeSunpoet Po-Chuan Hsieh2013-09-071-1/+1
| | | | Notes: svn path=/head/; revision=326670
* - Update to 0.4.5Sunpoet Po-Chuan Hsieh2013-08-221-6/+2
| | | | | | | | | - Add WWW Changes: https://github.com/libming/libming/blob/master/NEWS Notes: svn path=/head/; revision=325206
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* - Restrict USE_PYTHON rangeSunpoet Po-Chuan Hsieh2012-02-211-5/+1
| | | | | | | - Move post-patch: to master port (graphics/ming) Notes: svn path=/head/; revision=292001
* - Update to 0.4.4Sunpoet Po-Chuan Hsieh2012-02-151-13/+14
| | | | | | | | | | - Remove distinfo: no need for a slave port - Take maintainership Changes: https://github.com/libming/libming/blob/master/NEWS Notes: svn path=/head/; revision=291424
* - convert to using PYTHON_SITELIBDIR (non-functional change)Ruslan Makhmatkhanov2012-02-121-0/+1
| | | | Notes: svn path=/head/; revision=291054
* - Fix fetchSteve Wills2011-08-081-16/+14
| | | | | | | | - Update to 0.4.3 - Convert to slave of graphics/ming Notes: svn path=/head/; revision=279170
* Mark BROKEN: Does not fetchBaptiste Daroussin2011-08-021-0/+2
| | | | Notes: svn path=/head/; revision=278794
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with G Notes: svn path=/head/; revision=240070
* - Make Python 2.5.1 the default Python versionAlexander Botero-Lowry2007-07-301-0/+2
| | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=196700
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Update to 0.3.0Renato Botelho2006-04-181-31/+10
| | | | | | | | PR: ports/96006 Submitted by: Ports Fury Notes: svn path=/head/; revision=159898
* With portmgr hat on, reset maintainership of knu's ports since he hasMark Linimon2005-11-111-1/+1
| | | | | | | been inactive more than 6 months. We hope to see him back sometime. Notes: svn path=/head/; revision=147872
* Add missing USE_PERL5_BUILDKris Kennaway2004-05-301-0/+1
| | | | Notes: svn path=/head/; revision=110390
* Change BUILD_DEPENDS to EXTRACT_DEPENDS and unbreak.Akinori MUSHA2003-03-111-1/+1
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=77093
* De-pkg-comment my non-ruby ports as well.Akinori MUSHA2003-02-181-0/+1
| | | | Notes: svn path=/head/; revision=75780
* Do not install broken examples.Akinori MUSHA2001-09-181-1/+1
| | | | Notes: svn path=/head/; revision=47941
* Update ming to 0.2a.Akinori MUSHA2001-09-181-2/+2
| | | | Notes: svn path=/head/; revision=47936
* Upate ming to 0.1.1.Akinori MUSHA2001-07-061-1/+1
| | | | | | | Submitted by: Frederico Freire Boaventura <fred@tcoip.com.br> (partially) Notes: svn path=/head/; revision=44843