CVS log for ports/graphics/libimg/files/Makefile.bsd
Up to [FreeBSD] / ports / graphics / libimg / files
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Sep 19 22:21:56 2011 UTC (4 months, 3 weeks ago) by mi
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -0 lines
Although the default remains 8.5, this changes allows compiling against Tk-8.6 as well. Also set MAKE_JOBS_SAFE to "yes" -- we rely on bsd.lib.mk, which has been parallel-safe for ever.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Sep 19 21:27:54 2011 UTC (4 months, 3 weeks ago) by mi
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +4 -1 lines
Restore the ability to build against Tk-8.5. Take over maintainership.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Sun Sep 18 16:42:14 2011 UTC (4 months, 3 weeks ago) by crees
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -4 lines
- Revert previous commit
(which was actually approved by me; no misconduct by mi)
. Port no longer breaks on amd64, but could still be updated to work with tk85
- Drop maintainership
Pointyhat: mi, crees
Revision 1.10: download - view: text, markup, annotated - select for diffs
Wed Sep 14 12:28:41 2011 UTC (4 months, 4 weeks ago) by mi
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +4 -1 lines
Re-enable build with Tk-8.3 (if requested). Allow building with Tk-8.5 (the default). Fix some more warnings.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat Apr 19 17:50:21 2008 UTC (3 years, 9 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_4_0, RELEASE_7_3_0, RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_6_EOL, RELEASE_6_4_0, RELEASE_5_EOL
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -3 lines
- Remove unneeded dependency from gtk12/gtk20 [1] - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Mar 13 12:12:01 2007 UTC (4 years, 11 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0, PRE_XORG_7
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
- Ready for incoming slaves ports. - Pass maintainership to submitter - Respect DOC's - Add graphics/tiff as dependency - Bump PORTREVISION PR: 110221 Submitted by: Martin Matuska <martin@matuska.org>
Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Jun 10 01:21:05 2005 UTC (6 years, 8 months ago) by mi
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_6_1_0, RELEASE_6_0_0, RELEASE_5_5_0, RELEASE_4_EOL
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -7 lines
A number of enhancements: . compile cleanly against 8.4 with -Wall on i386 and amd64; . use OS' run-time linker instead of dlopen-ing libpng, libjpeg, libtiff inside; . stop using TIFF's _internal_ headers for anything. This changes are quite radical, but seem to work with anything I have. Vendor's own tests pass except for some differences in PNG images -- most likely due to changes in PNG library since 2002. Stop requiring specific versions of jpeg, tiff, png -- we don't really care. Bump up PORTREVISION.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Dec 9 21:45:48 2003 UTC (8 years, 2 months ago) by joerg
Branches: MAIN
CVS tags: RELEASE_5_4_0, RELEASE_5_3_0, RELEASE_4_11_0, RELEASE_4_10_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -1 lines
Bring Img up to the world of Tcl/Tk 8.4. Since the Tk_PhotoPutBlock() function now has one more parameter to pass, I collected all the individual file patches in a single patch for that purpose, so if/when the original software is up to Tk 8.4, this patch file can easily be removed again.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Oct 30 20:24:23 2003 UTC (8 years, 3 months ago) by ru
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -1 lines
Unbreak on 5.x. Reported by: kris
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Jul 21 20:23:00 2002 UTC (9 years, 6 months ago) by ru
Branches: MAIN
CVS tags: RELEASE_5_1_0, RELEASE_5_0_0, RELEASE_4_9_0, RELEASE_4_8_0, RELEASE_4_7_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -8 lines
Catch up to the new bsd.lib.mk API (the library is not internal).
Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Mar 13 22:39:21 2001 UTC (10 years, 11 months ago) by mi
Branches: MAIN
CVS tags: RELEASE_5_0_DP1, RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0, RELEASE_4_5_0, RELEASE_4_4_0, RELEASE_4_3_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -2 lines
In several spots, it was refering to TCL (or tcl) instead of TK (or tk). Submitted by: John Merryweather Cooper
Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Mar 13 19:15:26 2001 UTC (10 years, 11 months ago) by mi
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +10 -7 lines
Turns out I broke a few too many things with my last commit by
removing the symlinking of the installed shared library into the
${PREFIX}/lib. Those broken things should really use:
package require Img (from TCL)
or
Tcl_PkgRequire(interp, "Img", "1.2", 0) (from C)
instead of trying to link with libimg directly, but there are
too many of them and sobomax lost (his and mine) cool.
This version will just install the library (and SHLIB_LINK) into
${PREFIX}/lib directly. pkgIndex.tcl is modified accordingly.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Feb 12 21:46:33 2001 UTC (11 years ago) by mi
Branches: MAIN
Bring up to the latest 1.2.4. Install documentation (modulo NOPORTDOCS). Some day the rest of the world will wise up and realize, that it is often easier and neater to create a Makefile from scratch, than to try to patch the configure/Makefile.in/Makefile.am/etc nonsense to do the right thing.
