CVS log for ports/graphics/pgplot/files/Makefile.flib
Up to [FreeBSD] / ports / graphics / pgplot / files
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Dec 6 11:51:58 2011 UTC (2 months ago) by bf
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +52 -16 lines
remove the custom compiler driver which hasn't been used in nearly 13 years;
merge scripts/configure and files/Makefile into the port Makefile; replace
a construct that has been deprecated in libpng; respect {C,F,LD}FLAGS [1],
NOPORT{DATA,DOCS,EXAMPLES}, etc.; clean up files/Makefile*; add a test target;
adopt
PR: 161239
Feature safe: yes
Revision 1.8: download - view: text, markup, annotated - select for diffs
Sat Apr 19 17:50:33 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.7: preferred, colored
Changes since revision 1.7: +1 -1 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.7: download - view: text, markup, annotated - select for diffs
Sun Jan 25 00:19:07 2004 UTC (8 years ago) by jmz
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0, RELEASE_6_2_0, RELEASE_6_1_0, RELEASE_6_0_0, RELEASE_5_5_0, RELEASE_5_4_0, RELEASE_5_3_0, RELEASE_4_EOL, RELEASE_4_11_0, RELEASE_4_10_0, PRE_XORG_7
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -1 lines
One of the source files is actually a C source, not F77 (gruser.c). This should fix the amd64 build.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Jun 26 21:11:16 2001 UTC (10 years, 7 months ago) by jmz
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0, RELEASE_5_1_0, RELEASE_5_0_DP1, RELEASE_5_0_0, RELEASE_4_9_0, RELEASE_4_8_0, RELEASE_4_7_0, RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0, RELEASE_4_5_0, RELEASE_4_4_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -2 lines
- X11BASE clean - properly link libpgplot.so against -lpng (so that each program which links with libpgplot.so does not have to specify -lpng) - a bit cleaner (use macros where possible, etc.) Submitted by: knu
Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Mar 6 20:54:44 2001 UTC (10 years, 11 months ago) by jmz
Branches: MAIN
CVS tags: RELEASE_4_3_0
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
Upgrade to version 5.2.2 (the distfile still has version 5.2) Add a lib depend on png since this version has a png driver. Fix minors bugs in Makefile.demo
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun May 2 21:29:35 1999 UTC (12 years, 9 months ago) by jmz
Branches: MAIN
CVS tags: RELEASE_4_2_0, RELEASE_4_1_1, RELEASE_4_1_0, RELEASE_4_0_0, RELEASE_3_5_0, RELEASE_3_4_0, RELEASE_3_3_0, RELEASE_3_2_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +0 -1 lines
Compile with g77 on 4.0-CURRENT Submitted by: obrien
Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Jan 26 23:56:33 1998 UTC (14 years ago) by jmz
Branches: MAIN
CVS tags: RELEASE_3_1_0, RELEASE_3_0_0, RELEASE_2_2_8, RELEASE_2_2_7, RELEASE_2_2_6
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
Compile a few more functions.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Aug 15 13:36:14 1997 UTC (14 years, 6 months ago) by jmz
Branches: MAIN
CVS tags: RELEASE_2_2_5
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -3 lines
Upgrade: 5.1 -> 5.2
Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Sun Dec 22 04:36:42 1996 UTC (15 years, 1 month ago) by jmz
Branches: TJP
CVS tags: version5_1, RELEASE_2_2_2, RELEASE_2_2_1
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
A C/FORTRAN library for drawing graphs on a variety of display devices.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Dec 22 04:36:42 1996 UTC (15 years, 1 month ago) by jmz
Branches: MAIN
Initial revision
