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

CVS log for ports/graphics/p5-Image-Grab/Makefile

[BACK] Up to [FreeBSD] / ports / graphics / p5-Image-Grab

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.12: download - view: text, markup, annotated - select for diffs
Sat Jan 21 17:38:18 2012 UTC (3 weeks ago) by eadler
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -1 lines
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr

Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Jan 28 02:32:30 2010 UTC (2 years ago) by kuriyama
Branches: MAIN
CVS tags: RELEASE_9_0_0, RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_7_4_0, RELEASE_7_3_0, RELEASE_6_EOL
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -4 lines
- Remove unneeded dependencies which is in perl-5.8.9 dist
  (part 12).

Approved by:	portmgr (itetcu)

Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu Apr 17 14:26:42 2008 UTC (3 years, 9 months ago) by araujo
Branches: MAIN
CVS tags: RELEASE_8_0_0, RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_6_4_0, RELEASE_5_EOL
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -2 lines
- Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.

PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)

Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Jan 31 14:09:47 2007 UTC (5 years ago) by pav
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0, PRE_XORG_7
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -2 lines
- Patch net/libnet* to versioned libraries and header files, so they can
  coexist

PR:		ports/103861
Submitted by:	alepulver
Tested by:	pointyhat
With hat:	portmgr

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Nov 14 17:07:02 2005 UTC (6 years, 2 months ago) by sem
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_6_1_0, RELEASE_5_5_0, RELEASE_4_EOL
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -1 lines
libnet update:
- move 1.0 obsoleted version to net/libnet10
  net/libnet is latest Stable Version
  net/libnet is latest Beta Version

- Fix all depended ports with a new DEPENDS scheme

- While I'm here fix security/yersinia build on 4.x
  (getopt_long and ncurses issues)

PR:		ports/85519 (based on)
Submitted by:	Stas Yakovlev <stas.yakovlev_at_gmail.com>

Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Jul 14 08:52:36 2005 UTC (6 years, 7 months ago) by clsung
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
- update to 1.4.2

PR:		83435
Submitted by:	Anatoliy Dmytriyev (maintainer)

Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Oct 24 14:15:21 2003 UTC (8 years, 3 months ago) by erwin
Branches: MAIN
CVS tags: RELEASE_5_4_0, RELEASE_5_3_0, RELEASE_5_2_1, RELEASE_5_2_0, RELEASE_4_11_0, RELEASE_4_10_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +0 -1 lines
Remove the recursive assignment of SITE_PERL to ${SITE_PERL} introduced
in the last commit.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Oct 24 12:02:29 2003 UTC (8 years, 3 months ago) by ijliao
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -2 lines
utilize SITE_PERL

PR:		58166
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>

Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Feb 21 12:15:24 2003 UTC (8 years, 11 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_5_1_0, RELEASE_4_9_0, RELEASE_4_8_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -0 lines
De-pkg-comment.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Feb 2 04:58:50 2002 UTC (10 years ago) by pat
Branches: MAIN
CVS tags: RELEASE_5_0_DP1, RELEASE_5_0_0, RELEASE_4_7_0, RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -1 lines
Update to 1.4

PR:		34525
Submitted by:	maintainer

Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Jan 29 10:53:27 2002 UTC (10 years ago) by knu
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -1 lines
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.

Use command macros where appropriate.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Apr 10 20:16:05 2001 UTC (10 years, 10 months ago) by will
Branches: MAIN
CVS tags: RELEASE_4_5_0, RELEASE_4_4_0, RELEASE_4_3_0
Add p5-Image-Grab 1.3, a perl extension for Grabbing images off the
Internet.

PR:		26440
Submitted by:	Anatoliy Dmytriyev <tolid@plab.ku.dk>

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