Skip site navigation (1)Skip section navigation (2)

CVS log for ports/graphics/gd2/files/Attic/Makefile.bsd

[BACK] Up to [FreeBSD] / ports / graphics / gd2 / files

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.13
Mon Aug 18 16:15:07 2003 UTC (8 years, 5 months ago) by nork
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.12: +0 -0 lines
o Main modification
  graphics/gd(based on 1.8.4)    -> graphics/gd1
  graphics/gd2(based on 2.0.15)  -> graphics/gd
  graphics/p5-GD(based on 1.41)  -> graphics/p5-GD1
  graphics/p5-GD2(based on 2.07) -> graphics/p5-GD
  japanese/gd                    -> japanese/gd1
  japanese/gd2                   -> japanese/gd
o Include some feature
  WITH_XPM(w/, w/o WITHOUT_X11)
o Chase this modification
o Fix build error [1]

PR:		ports/54540
Submitted by:	Ports Fury
Approved by:	maintainer (blanket)
Reported by:	bento via kris [1]

Revision 1.12: download - view: text, markup, annotated - select for diffs
Fri Jul 11 04:37:04 2003 UTC (8 years, 7 months ago) by daichi
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +7 -0 lines
update graphics/gd2: build fail with CFLAGS of /etc/make.conf

Submitted by:	KATO Tsuguru <tkato@prontomail.com>
Pointed out by:	Jon Noack <noackjr@alumni.rice.edu>

Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Jul 10 08:26:50 2003 UTC (8 years, 7 months ago) by daichi
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +0 -15 lines
fix graphics/gd2: gd2/Makefile change to compile gd-nox11 correctly

Submitted by:	KATO Tsuguru <tkato@prontomail.com>
Pointed out by:	Jon Noack <noackjr@alumni.rice.edu>

Revision 1.10: download - view: text, markup, annotated - select for diffs
Wed Jul 9 07:27:33 2003 UTC (8 years, 7 months ago) by daichi
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +10 -10 lines
update graphics/gd2: 2.0.12 -> 2.0.15

PR:		54101
Submitted by:	KATO Tsuguru <tkato@prontomail.com>

Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Jul 1 05:03:52 2003 UTC (8 years, 7 months ago) by daichi
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -1 lines
update graphics/gd2: 2.0.11 --> 2.0.12

PR:		52235
Submitted by:	Mathieu Arnold <m@absolight.net> (maintainer)

Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Mar 25 02:22:37 2003 UTC (8 years, 10 months ago) by ijliao
Branches: MAIN
CVS tags: RELEASE_5_1_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +12 -5 lines
upgrade to 2.0.11

Submitted by:	Mikhail Teterin <mi+mx@aldan.algebra.com>

Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Jul 16 18:19:27 2002 UTC (9 years, 6 months ago) by mi
Branches: MAIN
CVS tags: RELEASE_5_0_0, RELEASE_4_8_0, RELEASE_4_7_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +5 -4 lines
Avoid using Perl in the default case, and BUILD_DEPEND on it if
the alternative fonts are specified. Using USE_PERL seems to cause
run-time dependency as well, which is bogus in this case.

Also, use explicit PATH to bsd.*.mk -- for some reasons, just
make -f bsd.prog.mk no longer works... See the PR's history.

PR:	ports/40479

Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue May 21 07:41:54 2002 UTC (9 years, 8 months ago) by ijliao
Branches: MAIN
CVS tags: RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +4 -5 lines
Improved GIF support.
New GIF output functions, w/ or w/o LZW compression.
LZW compression is OFF by default to make the package legal in US and Canada.

Updated documentation

PR:		37455
Submitted by:	Alex Dupre <sysadmin@alexdupre.com>

Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Jan 21 18:27:03 2002 UTC (10 years ago) by mi
Branches: MAIN
CVS tags: RELEASE_5_0_DP1, RELEASE_4_5_0
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
Obey    hier(7)    by    installing    the    include    files    into
${LOCALBASE}/include, rather than include/gd. Each file is named gd*.h
anyway. Bump  the PORTREVISION.  Other ports  should be  fine, because
the  have  the  -I${LOCALBASE}/include  anyway, but  should  keep  the
-I${LOCALBASE}/include/gd for a while too.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Jan 9 04:48:20 2002 UTC (10 years, 1 month ago) by mi
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +7 -2 lines
Add the ability  to pass a list  of alternative bdf fonts  to this port.
This  can be  used  to generalize  building  of, say,  language-specific
versions of gd like ukrainian/gd -- the controlling port will simply set
GD_FONTS to something like

GD_FONTS="/usr/ports/distfiles/x-koi8u.tgz koi6x10.bdf koi8x13.bdf \
	koi9x15.bdf koi12x24.bdf koi10x20.bdf"

And the new configure script will extract the bdf files from the tarball
and use the bdftogd perl script (bundled with the software) to regenerate
the sources.

No REVISION bump, because the default package is still the same...

Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Nov 2 11:05:39 2001 UTC (10 years, 3 months ago) by roam
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -1 lines
Fix the build when NOPROFILE is not defined in /etc/make.conf
or in the build environment.

PR:		31698
Submitted by:	John Hildreth <partsman@ns2.slutpuppy.org> (to -ports)
Submitted by:	Kirk Strauser <kirk@strauser.com> (the PR)
Approved by:	mi

Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Oct 30 14:46:42 2001 UTC (10 years, 3 months ago) by mi
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -1 lines
Both -- include and include/X11 might be needed...

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Oct 14 20:23:23 2001 UTC (10 years, 3 months ago) by mi
Branches: MAIN
Upgrade to 2.0.1 (gd2 was repocopied from gd). The name of the
installed library is still libgd, which is on purpose. It looks
like very little needs to be done after all to make current gd
users switch, so gd2 will, hopefully, quickly become gd again.

XPM will be used by default now, unless WITHOUT_XPM is declared.
When XPM can be built without installing X11, this is seems
sensible.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options