summaryrefslogtreecommitdiff
path: root/graphics/sswf (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Migration from bison 1.x to 2.xAde Lovett2007-10-171-1/+2
| | | | | | | | PR: 117086 Tested by: -exp runs Notes: svn path=/head/; revision=201613
* Use libtool port instead of included version to avoid a.out objformat botchKris Kennaway2007-01-291-0/+1
| | | | Notes: svn path=/head/; revision=183664
* Update to 1.7.4.Eric Anholt2006-08-314-13/+107
| | | | | | | | PR: ports/101946 Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru> Notes: svn path=/head/; revision=171704
* Conversion to a single libtool environment.Ade Lovett2006-02-232-2/+3
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154157
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* Add the @dirrm entries, which I had missed entirely.Eric Anholt2005-11-031-0/+19
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=147070
* Add missing dependency on freetype, which was always happily satisfied alreadyEric Anholt2005-10-231-1/+2
| | | | | | | | | by my installed systems. Reported by: pointyhat via kris Notes: svn path=/head/; revision=146195
* BUILD_DEPEND on bison, which is required to successfully build (fallback toEric Anholt2005-10-201-0/+1
| | | | | | | | | byacc fails). Reported by: pointyhat via kris Notes: svn path=/head/; revision=145915
* New port: sswf, a tool to build Flash animation files from sourcecode, includingEric Anholt2005-10-174-0/+159
support for ActionScript. Notes: svn path=/head/; revision=145629