aboutsummaryrefslogtreecommitdiff
path: root/graphics/swftools
Commit message (Collapse)AuthorAgeFilesLines
* 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-271-6/+45
| | | | Notes: svn path=/head/; revision=375672
* 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
* Cleanup plistBaptiste Daroussin2014-10-201-2/+0
| | | | Notes: svn path=/head/; revision=371283
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* math/fftw3:Tijl Coosemans2014-08-311-1/+1
| | | | | | | | | | - Add USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Remove PTHREAD_CFLAGS and PTHREAD_LIBS - Use MAKE_CMD Notes: svn path=/head/; revision=366788
* - fix order in USESDirk Meyer2014-08-031-1/+1
| | | | Notes: svn path=/head/; revision=363922
* 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
* - add one more exampleDirk Meyer2014-03-311-0/+1
| | | | Notes: svn path=/head/; revision=349770
* - use STAGEDIRDirk Meyer2014-03-302-3/+33
| | | | | | | - take maintainership Notes: svn path=/head/; revision=349635
* - USES=gmakeDirk Meyer2014-01-071-11/+7
| | | | | | | | - update LIB_DEPENDS - use OPTIONS_SUB, OPT_* macros Notes: svn path=/head/; revision=339013
* - use new LIB_DEPENDS styleDirk Meyer2013-11-271-8/+8
| | | | Notes: svn path=/head/; revision=335061
* - fix misplaced NO_STAGE in slaveports and ifdefsDirk Meyer2013-09-211-2/+2
| | | | Notes: svn path=/head/; revision=327804
* 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
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* Convert g* to USES=pkgconfigBaptiste Daroussin2013-04-231-7/+2
| | | | Notes: svn path=/head/; revision=316343
* Switch from libglut to freeglut and retire libglut. Libglut hasn't beenKoop Mast2012-08-041-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | developed in years and has been dropped from the MESA 8.0 distribution. Freeglut is a rewrite of glut and is actively developed and is used by many linux distributions instead of libglut. Bump all ports that directly depend on libglut because of the shlib version change. There are some extra items in this patch. *) Because freeglut doesn't have the same dependancies as libglut, some ports need extra dependencies added to USE_XORG to make them build. *) Mark graphics/f90gl broken, f90gl depends on a header that is only shipped with libglut. *) Remove option for libglut/freeglut selection in games/cake, only freeglut remains now. *) While here fix a png related build issue games/vegastrike. Thanks to miwi for running the exp-run. Approved by: portmgr (miwi) Collaboration with: zeising@ Obtained from: xorg-dev staging area. Notes: svn path=/head/; revision=302037
* new devel/pkgconf added to replace devel/pkg-config. new version of pkg-configBaptiste Daroussin2012-07-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | are no more self hosting so we are stuck with 0.25 version while pkgconf provide the same set of features as 0.27 and a compatible frontend. A symlink to pkg-config has been added for convenience and compatibility This also introduces a new macro to use pkgconf in your ports: USE_PKGCONFIG it can take the following arguments: - yes (meaning build only dep) - build (meaning build only dep) - run (meaning run only dep) - both (meaning run and build dep) From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG The old gnome macro has been modified to use pkgconf but still the sameway: run and build dep to avoid large breakage. While here fix some ports relying on pkg-config but not specifying it, fix some ports broken because testing wrong .pc files, and fix ports using pkg-config --version to determine pkg-config version instead of pkg-config --modversion pkg-config like recommanded by pkg-config With Hat: portmgr Exp-runs by: bapt (pointhat-west), beat (pointyhat) Notes: svn path=/head/; revision=301539
* For the ports that are maintained by ports@ that have pkgconfig as theirDoug Barton2012-07-221-1/+1
| | | | | | | | | only USE_GNOME feature, convert to a BUILD_DEPENDS. This avoids both the bug of the bogus run depend introduced by bsd.gnome.mk, and also avoids needlessly pulling that file in. Notes: svn path=/head/; revision=301357
* Convert to new option frameworkBaptiste Daroussin2012-06-291-6/+5
| | | | Notes: svn path=/head/; revision=300215
* Reassign to ports@Carlo Strub2012-06-101-1/+1
| | | | Notes: svn path=/head/; revision=298986
* - fix build with giflib 4.2.0Dirk Meyer2012-06-031-0/+37
| | | | Notes: svn path=/head/; revision=298049
* Update to 0.9.2Carlo Strub2012-04-142-4/+3
| | | | Notes: svn path=/head/; revision=294833
* Replace obsolete libungif dependency by libgif.Carlo Strub2012-02-241-3/+3
| | | | | | | | | PR: ports/165335 Submitted by: dinoex@ Approved by: cs@ (maintainer), glarkin@ (mentor, implicit) Notes: svn path=/head/; revision=292189
* Update lame to 3.99.3.Alexander Leidinger2012-01-141-1/+1
| | | | | | | Bump portrevision of all ports which depend upon it. Notes: svn path=/head/; revision=289243
* Chase pdflib.so version and bump PORTREVISION accordingly.Alex Dupre2012-01-101-1/+1
| | | | Notes: svn path=/head/; revision=288888
* - update fftw3* to 3.3 [1], and adjust dependent portsBrendan Fabeny2011-10-171-2/+2
| | | | | | | | | | - make use of optimizations by default, where possible (quad flavor to follow shortly, and mpi at a later date) Suggestions and patches from: ache, C. Burns, wen Notes: svn path=/head/; revision=283695
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-4/+3
| | | | | | | | | | | | - 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
* Change maintainer address to my FreeBSD addressCarlo Strub2011-09-151-1/+1
| | | | | | | Approved by: wen@ (mentor) Notes: svn path=/head/; revision=281802
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276992
* - Add missing math/fftw3 to LIB_DEPENDSMartin Wilke2010-09-112-3/+18
| | | | | | | | | | | | - Add OPTION for print/pdflib support - Fix disabling WITH_LAME to effect properly PR: 148559 Submitted by: Ports Fury Approved by: maintainer Notes: svn path=/head/; revision=260961
* - Update to 0.9.1Dmitry Marakasov2010-07-062-7/+11
| | | | | | | | | | | | | | - Pass maintainership to submitter - Add LICENSE - Add distfile mirror - Mark MAKE_JOBS_SAFE PR: 148377 Submitted by: C-S <c-s@c-s.li> Feature safe: yes Notes: svn path=/head/; revision=257469
* - update to jpeg-8Dirk Meyer2010-02-051-2/+2
| | | | Notes: svn path=/head/; revision=249285
* - update to jpeg7Dirk Meyer2009-07-181-1/+2
| | | | | | | Tested by: pav on pointyhat Notes: svn path=/head/; revision=238018
* - Update to 0.9.0Martin Wilke2009-05-095-58/+24
| | | | | | | | PR: 134288 Submitted by: Ports Fury Notes: svn path=/head/; revision=233513
* - Remove USE_GCC where it can be satisfied with base compiler on followingPav Lucistnik2008-07-251-1/+0
| | | | | | | FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT Notes: svn path=/head/; revision=217485
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-1/+0
| | | | | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run Notes: svn path=/head/; revision=196111
* - 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.8.1Martin Wilke2007-03-064-84/+4
| | | | | | | | PR: 109801 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=186716
* - Fix LIB_DEPENDSMartin Wilke2007-02-084-8/+108
| | | | | | | | | | | - Add common patch for Xpdf library - Bump PORTREVISION PR: 108882 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=184631
* upgrade to 0.8.0Ying-Chieh Liao2007-02-053-42/+10
| | | | Notes: svn path=/head/; revision=184283
* Remove USE_REINPLACE for categories starting with a GEdwin Groothuis2006-05-071-1/+0
| | | | Notes: svn path=/head/; revision=161663
* - Add SHA256Pav Lucistnik2005-11-261-0/+1
| | | | Notes: svn path=/head/; revision=149530
* - Update to 0.7.0Pav Lucistnik2005-08-313-5/+5
| | | | | | | | PR: ports/85533 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=141644
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* - Update to 0.6.3Michael Johnson2005-03-024-7/+16
| | | | | | | | | | | - Make lame support optional so this can be packaged PR: 77971 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=130143
* Update to version 0.6.2Kirill Ponomarev2004-10-124-101/+24
| | | | | | | | PR: ports/72530 Submitted by: Ports Fury Notes: svn path=/head/; revision=119001
* Update to version 0.6.1Kirill Ponomarev2004-08-227-55/+115
| | | | | | | | PR: ports/70788 Submitted by: Ports Fury Notes: svn path=/head/; revision=116999
* upgrade to 0.6.0Ying-Chieh Liao2004-08-165-7/+59
| | | | Notes: svn path=/head/; revision=116345