aboutsummaryrefslogtreecommitdiff
path: root/graphics/ming
Commit message (Collapse)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | 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=406363
* Don't use GH_TAGNAME when DISTVERSION* variables can be used.Mathieu Arnold2015-12-082-4/+4
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=403255
* Update giflib to 5.1.1Antoine Brodin2015-12-031-1/+1
| | | | | | | PR: 204492 Notes: svn path=/head/; revision=402898
* - Change language bindings (p5-ming and py-ming) from slave ports to normal ↵Sunpoet Po-Chuan Hsieh2015-10-192-50/+11
| | | | | | | | | | | | | | ports - Use USES=localbase - Use PORTDOCS - Do not install png2dbl.c - Convert to new options target helper - Cleanup Makefile - Bump PORTREVISION for package change Notes: svn path=/head/; revision=399724
* - Update to 0.4.7Sunpoet Po-Chuan Hsieh2015-10-086-68/+18
| | | | | | | | | - 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
* Allow building with either giflib 4.2 or 5.0Antoine Brodin2014-12-263-0/+54
| | | | Notes: svn path=/head/; revision=375644
* Bump portrevision after png updateBaptiste Daroussin2014-12-251-1/+1
| | | | Notes: svn path=/head/; revision=375598
* Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgradeAntoine Brodin2014-12-251-1/+1
| | | | Notes: svn path=/head/; revision=375594
* 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
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-261-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr Notes: svn path=/head/; revision=373448
* Cleanup plistBaptiste Daroussin2014-10-201-5/+0
| | | | Notes: svn path=/head/; revision=371283
* - graphics/ming: Add USES=libtool and bump dependent portsTijl Coosemans2014-08-222-6/+5
| | | | | | | | - graphics/autotrace: Remove PTHREAD_CFLAGS and PTHREAD_LIBS - graphics/pencil: Fix dependencies Notes: svn path=/head/; revision=365687
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb) Notes: svn path=/head/; revision=351411
* - Strip shared library in post-install: phaseSunpoet Po-Chuan Hsieh2014-03-181-11/+9
| | | | | | | | - Simplify Makefile - Bump PORTREVISION for package change Notes: svn path=/head/; revision=348578
* - Add LICENSESunpoet Po-Chuan Hsieh2013-11-171-17/+29
| | | | | | | | | | | | - Convert to new LIB_DEPENDS format - Strip shared library - Fix shebang - Use CONFLICTS_INSTALL instead of CONFLICTS - Add SLAVEDIRS - Support STAGEDIR Notes: svn path=/head/; revision=334070
* 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
* - Update to 0.4.5Sunpoet Po-Chuan Hsieh2013-08-224-10/+17
| | | | | | | | | | | - Convert to new options framework - Cosmetic change - Use single space after WWW: Changes: https://github.com/libming/libming/blob/master/NEWS Notes: svn path=/head/; revision=325204
* - Use USES+= for slave port (graphics/p5-ming) after conversion of new Perl ↵Sunpoet Po-Chuan Hsieh2013-08-211-1/+1
| | | | | | | framework Notes: svn path=/head/; revision=325139
* - Use USES=gmakeSunpoet Po-Chuan Hsieh2013-08-211-2/+1
| | | | Notes: svn path=/head/; revision=325110
* Convert USE_BISON to USES= bisonBaptiste Daroussin2013-03-081-7/+2
| | | | | | | | | | | | | | | | | It brings bison as a build dependency in case it is set the following way: USES= bison or USES= bison:build it brings bison as a run dependency in case it is set the following way: USES= bison:run it brings bison both as a run and build dependency in case it the set the following way: USES= bison:both While here trim some headers Convert some USE_GNOME= gnomehack to USES= pathfix Notes: svn path=/head/; revision=313635
* - Remove PrintGifError() which is retired from giflib 4.2.0 [1]Sunpoet Po-Chuan Hsieh2012-06-021-3/+5
| | | | | | | | | - Pet portlint: remove ABI version number from LIB_DEPENDS Reference: http://giflib.git.sourceforge.net/git/gitweb.cgi?p=giflib/giflib;a=blob;f=NEWS [1] Notes: svn path=/head/; revision=298030
* - update png to 1.5.10Dirk Meyer2012-06-011-2/+2
| | | | Notes: svn path=/head/; revision=297915
* - Change gif library from graphics/libungif to graphics/giflibSunpoet Po-Chuan Hsieh2012-02-211-5/+18
| | | | | | | | | - Sort LIB_DEPENDS - Collect post-patch: of slave ports (graphics/p5-ming and graphics/py-ming) - Bump PORTREVISION for dependency change Notes: svn path=/head/; revision=291999
* - Update to 0.4.4Sunpoet Po-Chuan Hsieh2012-02-152-54/+23
| | | | | | | | | - Take maintainership Changes: https://github.com/libming/libming/blob/master/NEWS Notes: svn path=/head/; revision=291422
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-3/+2
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* - Add support for slave graphics/p5-mingSteve Wills2011-08-081-4/+31
| | | | Notes: svn path=/head/; revision=279165
* - Update to 0.4.3Steve Wills2011-08-076-79/+33
| | | | | | | | - Update WWW - Pet portlint while here Notes: svn path=/head/; revision=279135
* Mark broken: does not fetchBaptiste Daroussin2011-08-011-0/+2
| | | | Notes: svn path=/head/; revision=278705
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276992
* - fix build for png-1.4.1Dirk Meyer2010-03-281-0/+20
| | | | | | | PR: 145115 Notes: svn path=/head/; revision=251649
* - update to 1.4.1Dirk Meyer2010-03-281-2/+2
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* For ports maintained by ports@FreeBSD.org, remove names and/orDoug Barton2009-12-211-1/+0
| | | | | | | | | | | 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. Notes: svn path=/head/; revision=246327
* - Mark MAKE_JOBS_UNSAFEPav Lucistnik2009-11-181-0/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=244447
* - 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
* - Update bison to 2.4.1, see announcements for important changes:Johan van Selst2009-03-061-0/+23
| | | | | | | | | | | | | | | | http://lists.gnu.org/archive/html/bug-bison/2008-11/msg00000.html http://lists.gnu.org/archive/html/bug-bison/2008-12/msg00000.html - Take over bison maintainership - as approved by portmgr (marcus) - Add patches for ports to compile with new bison: Replace %{ .. %} with %code { .. } where required and accommodate stricter typing requirements Thanks to pav for an exp-run on pointyhat PR: ports/131640 Approved by: portmgr (pav) Notes: svn path=/head/; revision=229566
* Migration from bison 1.x to 2.xAde Lovett2007-10-171-2/+2
| | | | | | | | PR: 117086 Tested by: -exp runs Notes: svn path=/head/; revision=201613
* - Install some missing executables and headers, and a piece of source codeAlejandro Pulver2007-09-292-3/+25
| | | | | | | | | | needed by graphics/pstoedit. PR: ports/116730 Submitted by: bf <bf2006a@yahoo.com> Notes: svn path=/head/; revision=200392
* - 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
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gCheng-Lung Sung2006-08-141-1/+1
| | | | | | | | | | | - these include dns/ editors/ emulators/ finance/ games/ graphics/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=170640
* - Update to 0.3.0Renato Botelho2006-04-105-275/+104
| | | | | | | | PR: ports/95600 Submitted by: Ports Fury Notes: svn path=/head/; revision=159296
* - Add SHA256Pav Lucistnik2005-11-261-0/+2
| | | | Notes: svn path=/head/; revision=149530
* 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 SIZE data.Akinori MUSHA2004-03-221-0/+2
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104943
* Add CONFLICTS lines; ming and ja-ming conflict with each other.Akinori MUSHA2003-11-121-0/+2
| | | | Notes: svn path=/head/; revision=93834
* Fix build after recent *.mk changesKris Kennaway2003-08-041-37/+39
| | | | | | | Submitted by: ru Notes: svn path=/head/; revision=86272
* De-pkg-comment my non-ruby ports as well.Akinori MUSHA2003-02-182-1/+1
| | | | Notes: svn path=/head/; revision=75780
* Fixed install on post-bsd.incs.mk systems by replacing the non-workingRuslan Ermilov2002-07-212-21/+21
| | | | | | | | 3.x hacks in files/Makefile (shell commands must be preceded by a tab) with pre-bsd.incs.mk hacks and using the new API (INCSGROUPS). Notes: svn path=/head/; revision=63330
* Bump the port revision.Josef Karthauser2002-03-081-0/+1
| | | | Notes: svn path=/head/; revision=55698