aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/swftools
Commit message (Collapse)AuthorAgeFilesLines
* - fix misplaced NO_STAGE in slaveports and ifdefsdinoex2013-09-211-2/+2
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | graphics)
* - Remove MAKE_JOBS_SAFE variableak2013-08-151-1/+0
| | | | Approved by: portmgr (bdrewery)
* Convert g* to USES=pkgconfigbapt2013-04-231-7/+2
|
* Switch from libglut to freeglut and retire libglut. Libglut hasn't beenkwm2012-08-051-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.
* new devel/pkgconf added to replace devel/pkg-config. new version of pkg-configbapt2012-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)
* For the ports that are maintained by ports@ that have pkgconfig as theirdougb2012-07-231-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.
* Convert to new option frameworkbapt2012-06-291-6/+5
|
* Reassign to ports@cs2012-06-111-1/+1
|
* - fix build with giflib 4.2.0dinoex2012-06-031-0/+37
|
* Update to 0.9.2cs2012-04-152-4/+3
|
* Replace obsolete libungif dependency by libgif.cs2012-02-251-3/+3
| | | | | | PR: ports/165335 Submitted by: dinoex@ Approved by: cs@ (maintainer), glarkin@ (mentor, implicit)
* Update lame to 3.99.3.netchild2012-01-151-1/+1
| | | | Bump portrevision of all ports which depend upon it.
* Chase pdflib.so version and bump PORTREVISION accordingly.ale2012-01-101-1/+1
|
* - update fftw3* to 3.3 [1], and adjust dependent portsbf2011-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
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-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
* Change maintainer address to my FreeBSD addresscs2011-09-151-1/+1
| | | | Approved by: wen@ (mentor)
* -remove MD5ohauer2011-07-031-1/+0
|
* - Add missing math/fftw3 to LIB_DEPENDSmiwi2010-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
* - Update to 0.9.1amdmi32010-07-072-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
* - update to jpeg-8dinoex2010-02-051-2/+2
|
* - update to jpeg7dinoex2009-07-181-1/+2
| | | | Tested by: pav on pointyhat
* - Update to 0.9.0miwi2009-05-095-58/+24
| | | | | PR: 134288 Submitted by: Ports Fury
* - Remove USE_GCC where it can be satisfied with base compiler on followingpav2008-07-251-1/+0
| | | | FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptrafan2007-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
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* - Update to 0.8.1miwi2007-03-074-84/+4
| | | | | PR: 109801 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Fix LIB_DEPENDSmiwi2007-02-094-8/+108
| | | | | | | | - Add common patch for Xpdf library - Bump PORTREVISION PR: 108882 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* upgrade to 0.8.0ijliao2007-02-063-42/+10
|
* Remove USE_REINPLACE for categories starting with a Gedwin2006-05-081-1/+0
|
* - Add SHA256pav2005-11-261-0/+1
|
* - Update to 0.7.0pav2005-09-013-5/+5
| | | | | PR: ports/85533 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1
| | | | after 5.4-RELEASE.
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1
| | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
* - Update to 0.6.3ahze2005-03-024-7/+16
| | | | | | | | - Make lame support optional so this can be packaged PR: 77971 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* Update to version 0.6.2krion2004-10-124-101/+24
| | | | | PR: ports/72530 Submitted by: Ports Fury
* Update to version 0.6.1krion2004-08-227-55/+115
| | | | | PR: ports/70788 Submitted by: Ports Fury
* upgrade to 0.6.0ijliao2004-08-165-7/+59
|
* - Update to version 0.5.1krion2004-03-163-7/+11
| | | | | PR: ports/64335 Submitted by: Ports Fury
* USE_BISON to unbreak the build.arved2004-02-171-2/+1
|
* BROKEN: Does not compilekris2004-02-171-0/+2
|
* - Update to version 0.5.0krion2004-02-083-45/+47
| | | | | PR: ports/62532 Submitted by: Ports Fury
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 2)
* SIZEify.trevor2004-01-291-0/+1
|
* Update to 0.4.4.adamw2003-04-223-7/+6
| | | | | PR: 51226 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* chase t1lib versionijliao2003-03-241-1/+2
|
* de-pkg-commentknu2003-02-212-1/+1
|
* graphics/swftools to 0.4.3edwin2003-01-123-4/+6
| | | | | PR: ports/46942 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-2/+1
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-072-1/+2
| | | | Approved by: pat
* Update to 0.4.2dwcjr2002-09-012-2/+2
| | | | | PR: 42244 Submitted by: tkato@prontomail.com
* Update to 0.4.1pat2002-07-232-2/+2
| | | | | PR: ports/40899 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Add USE_REINPLACE where appropriate.sobomax2002-06-191-0/+1
|
* Update to 0.4.0pat2002-06-182-3/+3
| | | | | PR: 39434 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Update to 0.3.1pat2002-06-013-9/+15
| | | | | PR: 38785 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* add swftools 0.2.2ijliao2002-02-095-0/+86
SWF manipulation and generation utilities