aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/sswf
Commit message (Collapse)AuthorAgeFilesLines
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-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
* - Fix build with clang [1]rene2011-07-304-1/+165
| | | | | | | | | - Pet portlint [1] Rename new patch files to match the current port style and http://www.freebsd.org/doc/en/books/porters-handbook/slow-patch.html PR: ports/158077 Submitted by: Marcin Cieslak [saper saper.info]
* -remove MD5ohauer2011-07-031-1/+0
|
* Sync to new bsd.autotools.mkade2010-12-041-1/+1
|
* - update to jpeg-8dinoex2010-02-051-2/+2
|
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-031-1/+1
| | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr
* - update to jpeg7dinoex2009-07-181-1/+2
| | | | Tested by: pav on pointyhat
* - Update to 1.8.4miwi2009-03-213-7/+13
| | | | | PR: 132750 Submitted by: Ports Fury
* - Update to 1.8.3miwi2008-08-194-21/+68
| | | | | PR: 126597 Submitted by: Ports Fury
* Drop maintainership on my ports as I'm no longer using FreeBSD.anholt2008-08-071-1/+1
|
* - 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
* Migration from bison 1.x to 2.xade2007-10-171-1/+2
| | | | | PR: 117086 Tested by: -exp runs
* Use libtool port instead of included version to avoid a.out objformat botchkris2007-01-301-0/+1
|
* Update to 1.7.4.anholt2006-08-314-13/+107
| | | | | PR: ports/101946 Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru>
* Conversion to a single libtool environment.ade2006-02-232-2/+3
| | | | Approved by: portmgr (kris)
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-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.
* Add the @dirrm entries, which I had missed entirely.anholt2005-11-031-0/+19
| | | | Reported by: pointyhat via kris
* Add missing dependency on freetype, which was always happily satisfied alreadyanholt2005-10-241-1/+2
| | | | | | by my installed systems. Reported by: pointyhat via kris
* BUILD_DEPEND on bison, which is required to successfully build (fallback toanholt2005-10-201-0/+1
| | | | | | byacc fails). Reported by: pointyhat via kris
* New port: sswf, a tool to build Flash animation files from sourcecode, includinganholt2005-10-174-0/+159
support for ActionScript.