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

CVS log for ports/Mk/bsd.sdl.mk

[BACK] Up to [FreeBSD] / ports / Mk

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.18: download - view: text, markup, annotated - select for diffs
Sat Jul 2 19:59:16 2011 UTC (7 months, 1 week ago) by mva
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2 lines
- Update graphics/sdl_gfx to version 2.0.22
- Update Mk/bsd.sdl.mk for the new shared lib version
- Bump portrevisions for all ports depending on graphics/sdl_gfx

Revision 1.17: download - view: text, markup, annotated - select for diffs
Wed Aug 11 06:57:22 2010 UTC (18 months ago) by mva
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_7_4_0, RELEASE_6_EOL
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2 lines
- Update graphics/sdl_ttf to version 2.0.10
- Bump portrevisions for all ports depending on graphics/sdl_ttf
- Update Mk/bsd.sdl.mk for the new shared library version.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Sat Jan 30 09:42:39 2010 UTC (2 years ago) by mva
Branches: MAIN
CVS tags: RELEASE_8_1_0, RELEASE_7_3_0
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +3 -3 lines
- Update devel/sdl12 to version 1.2.14.
- Update audio/sdl_mixer to version 1.2.11.
- Update graphics/sdl_gfx to version 2.0.20.
- Update graphics/sdl_image to version 1.2.10.
- Bump portrevisions for all ports depending on audio/sdl_mixer and
  graphics/sdl_image.
- Update Mk/bsd.sdl.mk accordingly for the new shared lib versions.

PR:		ports/142147 ports/142248 ports/142249
Approved by:	miwi (mentor implicit)

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sun Aug 2 08:35:30 2009 UTC (2 years, 6 months ago) by mva
Branches: MAIN
CVS tags: RELEASE_8_0_0
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2 lines
Updated sdl_gfx to 2.0.19
Bumped PORTREVISION on dependent ports.

Approved by:	miwi (mentor)

Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Apr 28 23:20:54 2008 UTC (3 years, 9 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_6_4_0, RELEASE_5_EOL
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +7 -2 lines
Add support for SDL_console

PR:		ports/123171
Submitted by:	Yen-Ming Lee <leeym@cn1.leeym.com>
Reviewed by:	edwin@

Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Mar 13 13:52:27 2008 UTC (3 years, 10 months ago) by miwi
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +10 -6 lines
 devel/sdl12:
 	- Update to 1.2.13
	- OPTIONize as recommended by Danny Pansters
	- Fixed up gnome dependencies as recommended by Danny Panster
	- Fixed up NOPORTDOCS and NOPORTEXAMPLES knobs as recommended by Danny Pansters
	- Got rid of library renaming as recommended by Danny Pansters
	- Pass maintainership to submitter
Mk/bsd.sdl.mk:
	- Fixed _LIB_* entries in order to retrieve the correct library versions.

PR:		117608
Submitted by:	Marcus von Appen <mva@sysfault.org>

Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Oct 31 21:37:05 2006 UTC (5 years, 3 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0, RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +7 -2 lines
[patch] Mk/bsd.sdl.mk - support for sdl_pango

	Add support for x11-toolkits/sdl_pango

PR:		ports/104900
Submitted by:	Edwin Groothuis <edwin@mavetju.org>

Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Sep 20 11:20:32 2006 UTC (5 years, 4 months ago) by stas
Branches: MAIN
CVS tags: RELEASE_6_2_0
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +6 -7 lines
 - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directory
   structure (i.e. include/SDL for includes and sdl-config for configuration
   binary)
 - Update graphics/sdl_ttf to version 2.0.8
 - Update graphics/sdl_image to version 1.2.5
 - Update audio/sdl_mixer to version 1.2.7
 - Update net/sdl_net to version 1.2.6
 - Update Mk/bsd.sdl.mk accordingly
 - Fix dependent ports to fit the new directory structure and avoid several
   API breakages
 - Bump up portrevisions for all dependent ports to allow them to be upgraded
   by portupgrade/portmaster etc tools

Approved by:    kris (portmgr), sem (mentor)

Revision 1.10: download - view: text, markup, annotated - select for diffs
Wed Jul 5 02:18:09 2006 UTC (5 years, 7 months ago) by linimon
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
* Change all bogus uses of BROKEN to IGNORE.  Note: the BROKEN_WITH_*
  forms are retained for compatibility but deprecated [1]

* Add sha256 to CHECKSUM_ALGORITHMS [2]

* Remove some whitespace [2]

* Add USE_SCONS and bsd.scons.mk for the Python-based SCons build system [3]

* Fix USE_LDCONFIG with non-default PREFIX [4]

* Add USE_WX and friends, and bsd.wx.mk, for common code for WxWidgets
  support [5]

* Add 'make missing' to show missing dependencies [6]

* Fix DESKTOP_ENTRIES processing on 4.x [7]

PR:	92445 [1], 98206 [2], 98731 [3], 99370 [4], 89398 [5],
	93601 [6], 98891 [7]

Submitted by:	linimon [1], edwin [2], alex at foxybanana dot com [3],
		gerald [4], flz [4], alepulver [5], alex at fafula dot com [6],
		shaun [7]

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat Jan 21 17:37:01 2006 UTC (6 years ago) by krion
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
- Fix 'all-depends-list' target in cases if dependencies list is
  very long and if some dependencies can't be added into the list.
  [1]

- Fix FAM support.  Make gamin the default FAM system. [2]

- Introduce new 'quicksearch' target to show only port, path and
  info section of the matching ports. [3]

- Introduce new category - rubygems. [4]

- Fix stale dependencies while installing qmail slaveport and
  another port that depends on qmail. [5]

- Add commentary for describes target in bsd.port.mk. [6]

- Fix warning issued during make index on archs !368. [7]

- Add USE_DOS2UNIX variable.  If set to "YES", remove the ^M from
  all files under ${WRKSRC}. If set to a string, remove in all files
  under ${WRKSRC} with one of these names the ^Ms. [8]

- Add new variables PERL_RUN_DEPENDS and PERL_BUILD_DEPENDS by
  checking the existance of the Perl modules with the "perl -e 'use
  module;'" command. [9]

- Fix bsd.port.mk variable quoting issues.  No quoting is necessary
  anymore either in the Makefile or on the command line.  Affected
  variables include:

  BROKEN
  FORBIDDEN
  IGNORE
  MANUAL_PACKAGE_BUILD
  NO_CDROM
  NO_PACKAGE
  RESTRICTED

  [10]

- Add NOFETCHFILES variable.  If set, don't download these files
  from the ${MASTER_SITES} or ${MASTER_SITE_BACKUP} (but do from
  ${MASTER_SITE_OVERRIDE}). [11]

- Improve 'search' target output. [12]

- Add a new virtual category for Amateur Radio - hamradio. [13]

- Cleanup some old/unused pathes in bsd.port.mk. [14]

- Add @dirrmtry for plists which does the same as:
  "@unexec rmdir %D/foo 2>/dev/null || true" [15]

- Remove virtual category - offix. [16]

- Use portsnap instead of cvsup or cvs on "make update" in
  /usr/ports. [17]

- Move location of bsd.autotools.mk within bsd.port.mk [18]

- Add bsd.linux-rpm.mk, fix INSTALLS_SHLIB for Linux ports [19]

- Use new USE_RC_SUBR format for FreeBSD version >= 700007 [20]

- Replace the string "FreeBSD" by "The FreeBSD Project" in the
  security warning [21]

- Add bsd.local.mk for local modification to ports framework. [22]

- Replace rcNG spelling by rc.d [23]

- Remove superfluous USE_REINPLACE. [24]

Special thanks to:      linimon for spending hours with all these patches
                        clement for fixes
                        kris for help with pointyhat
PR:     ports/86310 [1], ports/89498 [2], ports/83530 [3],
        ports/83789 [4], ports/84053 [5], ports/86281 [6],
        ports/87214 [7], ports/87234 [8], ports/87318 [9],
        ports/87396 [10], ports/87605 [11], ports/87840 [12],
        ports/88230 [13], ports/88493 [14], ports/88711 [15],
        ports/88751 [16], ports/89281 [17], ports/89999 [18],
        ports/90031 [19], ports/90150 [20], ports/90668 [21],
        ports/91433 [23], ports/88754 [24]
Submitted by:   mi [1], marcus [2], Lars Engels <lars.engels@0x20.net> [3],
                pav [4, 16, 20, 24], garga [5], cperciva [6], vd [7],
                edwin [8, 9, 11, 15, 21],
                fenner [10], Arseny Nasokin <tarc.po.cs.msu.su@tarc.po.cs.msu.su> [12],
                Carl Makin <carl@stagecraft.cx> [13], arved [14],
                NIIMI Satoshi <sa2c@sa2c.net> [17], thierry [18],
                jylefort [19], linimon [22], dougb [23]

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Jan 9 10:12:07 2005 UTC (7 years, 1 month ago) by krion
Branches: MAIN
CVS tags: RELEASE_6_0_0, RELEASE_5_4_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
Remove trailing spaces.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Dec 23 10:10:15 2004 UTC (7 years, 1 month ago) by krion
Branches: MAIN
CVS tags: RELEASE_4_11_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
Bump shlib version for graphics/sdl_gfx and bump PORTREVISION for
depended ports.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Nov 8 12:07:24 2004 UTC (7 years, 3 months ago) by arved
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -6 lines
Remove support for the sdl_ldbad port.
No port should depend on this port.

Discussed with:	edwin

Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed May 19 21:14:18 2004 UTC (7 years, 8 months ago) by krion
Branches: MAIN
CVS tags: RELEASE_5_3_0
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
- Chase libraries for new graphics/sdl_gfx version.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Mar 16 04:06:47 2004 UTC (7 years, 10 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
devel/sdl12: upgrading to 1.2.7 + some fixes.

        - upgrade to 1.2.7
        - add a knob WITH_NAS
        - fix dependences to aalib & svgalib
        - use standard DOCSDIR & EXAMPLESDIR
        - fix plist for NOPORTDOCS
        - distribute README-SDL.txt.

PR:             Based on ports/57475
Submitted by:   Thierry Thomas <thierry@pompo.net>
Reviewed by:    kris@ with a build on bento

Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Feb 4 04:27:04 2004 UTC (8 years ago) by marcus
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +50 -11 lines
* Add a new bsd.php.mk that takes the place of lang/php4/bsd.php.mk [1]
* Remove trailing whitespace from bsd.port.mk [2]
* Enhanced OPTIONS handling [3]
* Add a USE_ICONV macro [4]
* Add a USE_GETTEXT macro [5]
* Add support for p5-Module::Build [6]
* Enhance bsd.sdl.mk with WANT_SDL [7]
* Remove NetBSD and OpenBSD bits from bsd.port.mk [8]
* Correct a type in PKGDIR description in bsd.port.mk [9]
* Add new DIRNAME macro [10]
* Cleanup bsd.port.mk [11]
* The default Perl for -CURRENT has been updated to 5.8.2 [12]
* Optimize recursive operations on the ports tree [13]
* Do not attempt to remove _CPUCFLAGS from CFLAGS if _CPUCFLAGS is
  not defined [14]
* Remove sysutils/rc_subr dependency on -CURRENT [15]
* Add MySQL 5.X support to the ports system [16]
* Fix a comment typo related to MySQL [17]
* Change PTHREAD_{CFLAGS,LIBS} behavior [18]
* Do not check distfile size on FreeBSD < 4.8 [19]
* Do not install ports with security vulnerabilities [20]
* Use ${LOCALBASE}/sbin/pkg_* tools if found [21]
* A new net-mgmt physical category has been added [22]
* Stop relying on port.mkversion [23]
* Fix a regression in checksum processing [24]
* Allow PLIST_{DIRS,FILES} to make use of PLIST_SUB [25]
* Switch to root to run config and rmconfig targets [26]
* Add SIZE attributes for distfiles by default [27]

PR:		61683 [3]
		62131 [4]
		61992 [5]
		61621 [6]
		61877 [7]
		61401 [8]
		61684 [10]
		61684 61955 [11]
		61857 [12]
		61757 [14]
		61454 [15]
		60559 [16]
		62039 [20]
		62039 [21]
		61856 [23]
		61972 [27]
Submitted by:	ale [1]
		marcus [2]
		eik [3]
		trevor [4]
		trevor [5]
		skv [6]
		edwin [7]
		Markus Brueffer <brueffer@phoenix-systems.de> [8]
		trevor [9]
		eik [10]
		eik des [11]
		des [12]
		kris [13]
		marcus [14]
		Sergey Matveychuk <sem@ciam.ru> [15]
		ale [16]
		linimon [17]
		eischen netchild [18]
		marcus netchild [20]
		eik [21]
		wollman [22]
		des [23]
		marcus eik [24]
		marcus [25]
		marcus [26]
		trevor [27]

Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Jan 21 10:01:54 2004 UTC (8 years ago) by krion
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -1 lines
- Replace sdl_mm directory and use sdlmm

Submitted by:	erwin
Approved by:	edwin

Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Jan 20 09:14:50 2004 UTC (8 years ago) by marcus
Branches: MAIN
Actually add bsd.sdl.mk from the previous commit.

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