diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2006-09-20 11:21:59 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2006-09-20 11:21:59 +0000 |
commit | 0d2725682b8325a08b11592d11062997bb9dc7f2 (patch) | |
tree | 46ab0c86563bfc2fbab1ecc5f9dadffb47afe737 /graphics | |
parent | 750f1f56ed3264341b911b1182fc2f3f4dd609c2 (diff) |
Notes
Diffstat (limited to 'graphics')
39 files changed, 67 insertions, 105 deletions
diff --git a/graphics/blender-devel/Makefile b/graphics/blender-devel/Makefile index fd2b3182346a..9b8b8a7d7ad4 100644 --- a/graphics/blender-devel/Makefile +++ b/graphics/blender-devel/Makefile @@ -6,6 +6,7 @@ PORTNAME= blender PORTVERSION= 2.40 +PORTREVISION= 1 CATEGORIES= graphics games MASTER_SITES= http://download.blender.org/source/ \ ftp://ftp.cs.umn.edu/pub/blender.org/source/ \ diff --git a/graphics/blender-devel/files/patch-SConstruct b/graphics/blender-devel/files/patch-SConstruct index ff4a549de732..13e53113a878 100644 --- a/graphics/blender-devel/files/patch-SConstruct +++ b/graphics/blender-devel/files/patch-SConstruct @@ -1,5 +1,5 @@ ---- SConstruct.orig Tue Dec 20 10:56:12 2005 -+++ SConstruct Fri Dec 30 16:43:44 2005 +--- SConstruct.orig Tue Dec 20 18:56:12 2005 ++++ SConstruct Tue Sep 12 17:15:19 2006 @@ -735,7 +735,7 @@ openal_libpath = ['/usr/lib'] openal_include = ['/usr/include'] @@ -9,7 +9,7 @@ print "Building for FreeBSD" use_international = 'false' use_gameengine = 'false' -@@ -773,6 +773,10 @@ +@@ -773,13 +773,17 @@ jpeg_lib = ['jpeg'] jpeg_libpath = ['/usr/local/lib'] jpeg_include = ['/usr/local/include'] @@ -20,3 +20,11 @@ # OpenGL library information opengl_lib = ['GL', 'GLU'] opengl_static = ['/usr/lib/libGL.a', '/usr/lib/libGLU.a'] + opengl_libpath = ['/usr/lib', '/usr/X11R6/lib'] + opengl_include = ['/usr/X11R6/include/'] + # SDL library information +- sdl_env.ParseConfig ('sdl11-config --cflags --libs') ++ sdl_env.ParseConfig ('sdl-config --cflags --libs') + sdl_cflags = sdl_env.Dictionary()['CCFLAGS'] + sdl_include = sdl_env.Dictionary()['CPPPATH'] + sdl_libpath = ['/usr/local/include/SDL11'] diff --git a/graphics/bmp2html/Makefile b/graphics/bmp2html/Makefile index 9fe002e85086..7729e632fcd3 100644 --- a/graphics/bmp2html/Makefile +++ b/graphics/bmp2html/Makefile @@ -7,6 +7,7 @@ PORTNAME= bmp2html PORTVERSION= 0.1 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://critical.ch/distfiles/ \ http://energy.critical.ch/distfiles/ \ @@ -19,8 +20,8 @@ COMMENT= A bmp to html converter USE_SDL= yes LDFLAGS+= -L${LOCALBASE}/lib -SDL_FLAGS= -I${LOCALBASE}/include/SDL11 -EXTRA_LDFLAGS= -lSDL-1.1 -pthread +SDL_FLAGS= -I${LOCALBASE}/include/SDL -I${LOCALBASE}/include +EXTRA_LDFLAGS= -lSDL -pthread DEFINES= -D_REENTRANT PLIST_FILES= bin/bmp2html diff --git a/graphics/crystalspace-devel/Makefile b/graphics/crystalspace-devel/Makefile index 168e42d3d3e9..df962a524920 100644 --- a/graphics/crystalspace-devel/Makefile +++ b/graphics/crystalspace-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= crystalspace PORTVERSION= 20060710 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://alex.foxybanana.com/freebsd/ PKGNAMESUFFIX= -devel diff --git a/graphics/crystalspace/Makefile b/graphics/crystalspace/Makefile index 1437e9e4accc..0352d896bb03 100644 --- a/graphics/crystalspace/Makefile +++ b/graphics/crystalspace/Makefile @@ -7,7 +7,7 @@ PORTNAME= crystalspace PORTVERSION= 0.99 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= crystal diff --git a/graphics/demeter/Makefile b/graphics/demeter/Makefile index 646b7626407f..e1d896e774aa 100644 --- a/graphics/demeter/Makefile +++ b/graphics/demeter/Makefile @@ -7,7 +7,7 @@ PORTNAME= demeter PORTVERSION= 3.21 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/graphics/devil/Makefile b/graphics/devil/Makefile index 0ff86d54737a..ce2108f08e0b 100644 --- a/graphics/devil/Makefile +++ b/graphics/devil/Makefile @@ -7,7 +7,7 @@ PORTNAME= devil PORTVERSION= 1.6.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= openil diff --git a/graphics/gephex/Makefile b/graphics/gephex/Makefile index a4f38ddeb4d6..60a544fd02cd 100644 --- a/graphics/gephex/Makefile +++ b/graphics/gephex/Makefile @@ -7,7 +7,7 @@ PORTNAME= gephex PORTVERSION= 0.4.3b -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://www.gephex.org/download/src/ diff --git a/graphics/gnash-devel/Makefile b/graphics/gnash-devel/Makefile index f2f201ff790d..9dc6e080ce0e 100644 --- a/graphics/gnash-devel/Makefile +++ b/graphics/gnash-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnash PORTVERSION= 0.7.1 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTVERSION} @@ -29,7 +30,8 @@ USE_GCC= 3.4+ PLUGIN_DIR= ${PREFIX}/lib/browser_plugins -CONFIGURE_ENV= LDFLAGS="${LDFLAGS} -Wl,--rpath,${PREFIX}/lib/gnash" +CONFIGURE_ENV= LDFLAGS="${LDFLAGS} -Wl,--rpath,${PREFIX}/lib/gnash" \ + CFLAGS="-I${LOCALBASE}/include ${CFLAGS}" CONFIGURE_ARGS= --libdir="${PREFIX}/lib/gnash" \ --with-plugindir=${PLUGIN_DIR} diff --git a/graphics/gnash/Makefile b/graphics/gnash/Makefile index f2f201ff790d..9dc6e080ce0e 100644 --- a/graphics/gnash/Makefile +++ b/graphics/gnash/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnash PORTVERSION= 0.7.1 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTVERSION} @@ -29,7 +30,8 @@ USE_GCC= 3.4+ PLUGIN_DIR= ${PREFIX}/lib/browser_plugins -CONFIGURE_ENV= LDFLAGS="${LDFLAGS} -Wl,--rpath,${PREFIX}/lib/gnash" +CONFIGURE_ENV= LDFLAGS="${LDFLAGS} -Wl,--rpath,${PREFIX}/lib/gnash" \ + CFLAGS="-I${LOCALBASE}/include ${CFLAGS}" CONFIGURE_ARGS= --libdir="${PREFIX}/lib/gnash" \ --with-plugindir=${PLUGIN_DIR} diff --git a/graphics/guilib/Makefile b/graphics/guilib/Makefile index 4772f55f5de5..15cb5f044ef9 100644 --- a/graphics/guilib/Makefile +++ b/graphics/guilib/Makefile @@ -7,6 +7,7 @@ PORTNAME= guilib PORTVERSION= 1.1.2 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www.libsdl.org/projects/GUIlib/src/ DISTNAME= GUIlib-${PORTVERSION} diff --git a/graphics/ogre312/Makefile b/graphics/ogre312/Makefile index ba96f5fe2da1..8bfba13ce4ba 100644 --- a/graphics/ogre312/Makefile +++ b/graphics/ogre312/Makefile @@ -7,6 +7,7 @@ PORTNAME= ogre3d PORTVERSION= 1.2.3 +PORTREVISION= 1 CATEGORIES= graphics devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=ogre diff --git a/graphics/ogre3d/Makefile b/graphics/ogre3d/Makefile index ba96f5fe2da1..8bfba13ce4ba 100644 --- a/graphics/ogre3d/Makefile +++ b/graphics/ogre3d/Makefile @@ -7,6 +7,7 @@ PORTNAME= ogre3d PORTVERSION= 1.2.3 +PORTREVISION= 1 CATEGORIES= graphics devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=ogre diff --git a/graphics/ogre3d12/Makefile b/graphics/ogre3d12/Makefile index ba96f5fe2da1..8bfba13ce4ba 100644 --- a/graphics/ogre3d12/Makefile +++ b/graphics/ogre3d12/Makefile @@ -7,6 +7,7 @@ PORTNAME= ogre3d PORTVERSION= 1.2.3 +PORTREVISION= 1 CATEGORIES= graphics devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=ogre diff --git a/graphics/py-soya3d/Makefile b/graphics/py-soya3d/Makefile index 7672ceed7fd0..7828b35cd347 100644 --- a/graphics/py-soya3d/Makefile +++ b/graphics/py-soya3d/Makefile @@ -55,8 +55,6 @@ STDINTFLAG= true .endif post-patch: - @cd ${WRKSRC} && \ - ${FIND} * -type f -exec ${REINPLACE_CMD} -i "" -e 's|SDL/|SDL11/|g' "{}" \; @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ -e 's|%%X11BASE%%|${X11BASE}|g' ${WRKSRC}/setup.py @${REINPLACE_CMD} -e \ diff --git a/graphics/py-soya3d/files/patch-setup.py b/graphics/py-soya3d/files/patch-setup.py index 70e12375091a..a7dff9ece576 100644 --- a/graphics/py-soya3d/files/patch-setup.py +++ b/graphics/py-soya3d/files/patch-setup.py @@ -1,22 +1,5 @@ --- setup.py Mon Aug 21 00:22:53 2006 +++ setup.py Mon Aug 21 00:24:52 2006 -@@ -37,6 +37,7 @@ - "/usr/include/freetype2", - "/usr/local/include/freetype2", - "/usr/include/cal3d", -+ "/usr/local/include/SDL11", - "/usr/local/include/cal3d", - "/sw/include", # For Mac OS X "fink" - "/opt/local/include", # For Mac OS X "darwin port" -@@ -80,7 +81,7 @@ - LIBS = ["m", "glew32", "SDL", "freetype", "cal3d", "stdc++"] - else: - #LIBS = ["m", "GLEW", "GL", "GLU", "SDL", "SDL_mixer", "freetype", "cal3d", "stdc++"] -- LIBS = ["m", "GLEW", "SDL", "freetype", "cal3d", "stdc++"] -+ LIBS = ["m", "GLEW", "SDL-1.1", "freetype", "cal3d", "stdc++"] - - SOYA_PYREX_SOURCES = ["_soya.pyx", "matrix.c", "chunk.c" ] - SOYA_C_SOURCES = ["_soya.c" , "matrix.c", "chunk.c" ] @@ -99,6 +100,7 @@ if USE_OPENAL: print "Sound support (with OpenAL) enabled..." diff --git a/graphics/sage/Makefile b/graphics/sage/Makefile index 06d4319b1af5..210df0f54c35 100644 --- a/graphics/sage/Makefile +++ b/graphics/sage/Makefile @@ -7,7 +7,7 @@ PORTNAME= sage PORTVERSION= 0.1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= worldforge diff --git a/graphics/sdl_gfx/Makefile b/graphics/sdl_gfx/Makefile index 9f037eaed623..5f6f932e5504 100644 --- a/graphics/sdl_gfx/Makefile +++ b/graphics/sdl_gfx/Makefile @@ -8,7 +8,7 @@ PORTNAME= sdl_gfx PORTVERSION= 2.0.13 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://www.ferzkopp.net/Software/%SUBDIR%/ \ http://mirror.inerd.com/FreeBSD/distfiles/${PORTNAME}/ @@ -22,7 +22,7 @@ USE_SDL= sdl USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ARGS= --includedir=${PREFIX}/include/SDL11 \ +CONFIGURE_ARGS= --includedir=${PREFIX}/include \ --disable-mmx MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ AUTOHEADER="${TRUE}" @@ -34,10 +34,4 @@ USE_LDCONFIG= yes CFLAGS+= -DUSE_MMX .endif -post-patch: - @${GREP} -lR "<SDL/SDL" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \ - 's|<SDL/SDL|<SDL|g' - @${REINPLACE_CMD} -e \ - 's|$$(includedir)/SDL|$$(includedir)|g' ${WRKSRC}/Makefile.in - .include <bsd.port.post.mk> diff --git a/graphics/sdl_gfx/pkg-plist b/graphics/sdl_gfx/pkg-plist index a9caa69b654d..3d7963133e8d 100644 --- a/graphics/sdl_gfx/pkg-plist +++ b/graphics/sdl_gfx/pkg-plist @@ -1,9 +1,10 @@ -include/SDL11/SDL_framerate.h -include/SDL11/SDL_gfxPrimitives.h -include/SDL11/SDL_gfxPrimitives_font.h -include/SDL11/SDL_imageFilter.h -include/SDL11/SDL_rotozoom.h +include/SDL/SDL_framerate.h +include/SDL/SDL_gfxPrimitives.h +include/SDL/SDL_gfxPrimitives_font.h +include/SDL/SDL_imageFilter.h +include/SDL/SDL_rotozoom.h lib/libSDL_gfx.a lib/libSDL_gfx.la lib/libSDL_gfx.so lib/libSDL_gfx.so.13 +@dirrmtry include/SDL diff --git a/graphics/sdl_image/Makefile b/graphics/sdl_image/Makefile index 2cddb43cb7ed..a2ebc5459a9f 100644 --- a/graphics/sdl_image/Makefile +++ b/graphics/sdl_image/Makefile @@ -6,8 +6,8 @@ # PORTNAME= sdl_image -PORTVERSION= 1.2.4 -PORTREVISION= 1 +PORTVERSION= 1.2.5 +PORTREVISION= 0 CATEGORIES= graphics MASTER_SITES= http://www.libsdl.org/projects/SDL_image/release/ DISTNAME= SDL_image-${PORTVERSION} @@ -26,7 +26,6 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lm" CONFIGURE_ARGS= --enable-tif --enable-xcf -MAKE_ARGS= LT_CURRENT=10 LT_REVISION=0 LT_AGE=0 USE_LDCONFIG= yes post-install: diff --git a/graphics/sdl_image/distinfo b/graphics/sdl_image/distinfo index 6b10c7c2c16c..c87f0303c66a 100644 --- a/graphics/sdl_image/distinfo +++ b/graphics/sdl_image/distinfo @@ -1,3 +1,3 @@ -MD5 (SDL_image-1.2.4.tar.gz) = 70bf617f99e51a2c94550fc79d542f0b -SHA256 (SDL_image-1.2.4.tar.gz) = c295b5fdb8c51fd363a351b9ca66b1d3c50f99d5610a0629d719757a35139032 -SIZE (SDL_image-1.2.4.tar.gz) = 841885 +MD5 (SDL_image-1.2.5.tar.gz) = cd006109a73bf7dcc93e1c3ed15ee782 +SHA256 (SDL_image-1.2.5.tar.gz) = 8a665d136fb17cc9fedcd8e42d21fcab553bd7ab67b6cafea2c6c7efe1adb308 +SIZE (SDL_image-1.2.5.tar.gz) = 1308637 diff --git a/graphics/sdl_image/files/patch-ab b/graphics/sdl_image/files/patch-ab index 34ba119ef93d..97f04da26e83 100644 --- a/graphics/sdl_image/files/patch-ab +++ b/graphics/sdl_image/files/patch-ab @@ -3,15 +3,6 @@ $FreeBSD$ --- Makefile.in.orig +++ Makefile.in -@@ -225,7 +225,7 @@ - target_os = @target_os@ - target_vendor = @target_vendor@ - lib_LTLIBRARIES = libSDL_image.la --libSDL_imageincludedir = $(includedir)/SDL -+libSDL_imageincludedir = $(includedir)/SDL11 - libSDL_imageinclude_HEADERS = \ - SDL_image.h - @@ -255,7 +255,6 @@ libSDL_image_la_LDFLAGS = \ diff --git a/graphics/sdl_image/pkg-plist b/graphics/sdl_image/pkg-plist index 614f04815917..6762a1e3d345 100644 --- a/graphics/sdl_image/pkg-plist +++ b/graphics/sdl_image/pkg-plist @@ -1,6 +1,7 @@ bin/showimage -include/SDL11/SDL_image.h +include/SDL/SDL_image.h lib/libSDL_image.a lib/libSDL_image.la lib/libSDL_image.so -lib/libSDL_image.so.10 +lib/libSDL_image.so.1 +@dirrmtry include/SDL diff --git a/graphics/sdl_ttf/Makefile b/graphics/sdl_ttf/Makefile index ae116d263136..2bf22d3c1113 100644 --- a/graphics/sdl_ttf/Makefile +++ b/graphics/sdl_ttf/Makefile @@ -6,8 +6,8 @@ # PORTNAME= sdl_ttf -PORTVERSION= 2.0.7 -PORTREVISION= 1 +PORTVERSION= 2.0.8 +PORTREVISION= 0 CATEGORIES= graphics MASTER_SITES= http://www.libsdl.org/projects/SDL_ttf/release/ DISTNAME= SDL_ttf-${PORTVERSION} @@ -24,7 +24,6 @@ GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -MAKE_ARGS= LT_CURRENT=3 LT_REVISION=0 LT_AGE=0 USE_LDCONFIG= yes post-install: diff --git a/graphics/sdl_ttf/distinfo b/graphics/sdl_ttf/distinfo index 5c3a4abdee45..1b5687245165 100644 --- a/graphics/sdl_ttf/distinfo +++ b/graphics/sdl_ttf/distinfo @@ -1,3 +1,3 @@ -MD5 (SDL_ttf-2.0.7.tar.gz) = 0f6ee1a502e6913a412aac353dc75bbc -SHA256 (SDL_ttf-2.0.7.tar.gz) = 6dee151cee5f421828c9a20d19a3f06037c4e9eb9456f5143f02aa1ea17de3bc -SIZE (SDL_ttf-2.0.7.tar.gz) = 1889705 +MD5 (SDL_ttf-2.0.8.tar.gz) = 094b6c08769e9842dbe1dfb5efa22df7 +SHA256 (SDL_ttf-2.0.8.tar.gz) = 6f57c879c0d15211f468aac48ed43653103bbe701a3f1cff462107ad1f74c5bc +SIZE (SDL_ttf-2.0.8.tar.gz) = 2457385 diff --git a/graphics/sdl_ttf/files/patch-aa b/graphics/sdl_ttf/files/patch-aa index 08f10d948489..95d4ef7aa306 100644 --- a/graphics/sdl_ttf/files/patch-aa +++ b/graphics/sdl_ttf/files/patch-aa @@ -3,15 +3,6 @@ $FreeBSD$ --- Makefile.in.orig +++ Makefile.in -@@ -225,7 +225,7 @@ - target_os = @target_os@ - target_vendor = @target_vendor@ - lib_LTLIBRARIES = libSDL_ttf.la --libSDL_ttfincludedir = $(includedir)/SDL -+libSDL_ttfincludedir = $(includedir)/SDL11 - libSDL_ttfinclude_HEADERS = \ - SDL_ttf.h - @@ -243,7 +243,6 @@ libSDL_ttf_la_LDFLAGS = \ diff --git a/graphics/sdl_ttf/pkg-plist b/graphics/sdl_ttf/pkg-plist index b209949084f6..7f20ac88523e 100644 --- a/graphics/sdl_ttf/pkg-plist +++ b/graphics/sdl_ttf/pkg-plist @@ -1,7 +1,8 @@ bin/glfont bin/showfont -include/SDL11/SDL_ttf.h +include/SDL/SDL_ttf.h lib/libSDL_ttf.a lib/libSDL_ttf.la lib/libSDL_ttf.so -lib/libSDL_ttf.so.3 +lib/libSDL_ttf.so.6 +@dirrmtry include/SDL diff --git a/graphics/swfdec/Makefile b/graphics/swfdec/Makefile index ff6fb97a6c75..294ce956f0c9 100644 --- a/graphics/swfdec/Makefile +++ b/graphics/swfdec/Makefile @@ -8,7 +8,7 @@ PORTNAME= swfdec PORTVERSION= 0.3.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://www.schleef.org/swfdec/download/ diff --git a/graphics/synaesthesia/Makefile b/graphics/synaesthesia/Makefile index 3180c76cc930..0df902a37222 100644 --- a/graphics/synaesthesia/Makefile +++ b/graphics/synaesthesia/Makefile @@ -7,6 +7,7 @@ PORTNAME= synaesthesia PORTVERSION= 2.4 +PORTREVISION= 1 CATEGORIES= graphics audio MASTER_SITES= http://www.logarithmic.net/pfh-files/synaesthesia/ CSME diff --git a/graphics/teddy/Makefile b/graphics/teddy/Makefile index 0416d4a50030..68aaec5585cb 100644 --- a/graphics/teddy/Makefile +++ b/graphics/teddy/Makefile @@ -8,6 +8,7 @@ PORTNAME= teddy PORTVERSION= 1.81.5 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/graphics/timeless/Makefile b/graphics/timeless/Makefile index 80ea0edd8bfc..2753cc10caa6 100644 --- a/graphics/timeless/Makefile +++ b/graphics/timeless/Makefile @@ -7,6 +7,7 @@ PORTNAME= timeless PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://mirror.inerd.com/FreeBSD/distfiles/${PORTNAME}/ diff --git a/graphics/vp/Makefile b/graphics/vp/Makefile index f852514be468..05fa1882d924 100644 --- a/graphics/vp/Makefile +++ b/graphics/vp/Makefile @@ -7,6 +7,7 @@ PORTNAME= vp PORTVERSION= 1.6 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://math.missouristate.edu/~erik/files/ diff --git a/graphics/white_dune/Makefile b/graphics/white_dune/Makefile index 42e47f17c853..185f304716c7 100644 --- a/graphics/white_dune/Makefile +++ b/graphics/white_dune/Makefile @@ -8,7 +8,7 @@ PORTNAME= white_dune PORTVERSION= 0.28.11 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= http://vrml.cip.ica.uni-stuttgart.de/dune/ diff --git a/graphics/xmms-dancingparticles/Makefile b/graphics/xmms-dancingparticles/Makefile index ac6a5e2ce6e2..ddf65fd66ad0 100644 --- a/graphics/xmms-dancingparticles/Makefile +++ b/graphics/xmms-dancingparticles/Makefile @@ -7,7 +7,7 @@ PORTNAME= dancingparticles PORTVERSION= 0.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= http://tardyp.free.fr/dancingparticles/ PKGNAMEPREFIX= xmms- diff --git a/graphics/xmms-infinity/Makefile b/graphics/xmms-infinity/Makefile index 1e8222531863..242e56522354 100644 --- a/graphics/xmms-infinity/Makefile +++ b/graphics/xmms-infinity/Makefile @@ -7,7 +7,7 @@ PORTNAME= xmms-infinity PORTVERSION= 0.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= http://julien.carme.free.fr/ DISTNAME= infinity-${PORTVERSION} @@ -26,8 +26,4 @@ USE_GMAKE= yes USE_GNOME= gtk12 USE_X_PREFIX= yes -pre-patch: - @${REINPLACE_CMD} -e 's|SDL/|SDL11/|g' ${WRKSRC}/*.[ch] \ - ${WRKSRC}/configure - .include <bsd.port.mk> diff --git a/graphics/xmms-jess/Makefile b/graphics/xmms-jess/Makefile index 4f52f83c430c..fa17d5be6433 100644 --- a/graphics/xmms-jess/Makefile +++ b/graphics/xmms-jess/Makefile @@ -7,7 +7,7 @@ PORTNAME= xmms-jess PORTVERSION= 2.9.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= http://arquier.free.fr/ DISTNAME= JESS-${PORTVERSION} diff --git a/graphics/xmms-nebulus/Makefile b/graphics/xmms-nebulus/Makefile index c7f1394dce9a..aefb393457eb 100644 --- a/graphics/xmms-nebulus/Makefile +++ b/graphics/xmms-nebulus/Makefile @@ -7,7 +7,7 @@ PORTNAME= xmms-nebulus PORTVERSION= 0.7.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://nebulus.tuxfamily.org/ @@ -28,16 +28,6 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${X11BASE}/include -I${LOCALBASE}/include" post-patch: - @${REINPLACE_CMD} -E -e \ - 's|SDL/SDL.h|SDL11/SDL.h|; \ - s|SDL/SDL_opengl.h|SDL11/SDL_opengl.h|; \ - s|SDL/SDL_thread.h|SDL11/SDL_thread.h|' \ - ${WRKSRC}/src/nebulus.h \ - ${WRKSRC}/src/nebulus.c \ - ${WRKSRC}/src/face_data.c \ - ${WRKSRC}/src/child_data.c \ - ${WRKSRC}/configure - @${REINPLACE_CMD} -e \ 's|-Wall||' \ ${WRKSRC}/src/Makefile.in diff --git a/graphics/xmms-paranormal/Makefile b/graphics/xmms-paranormal/Makefile index e1446373b3da..fe96c6f38ea4 100644 --- a/graphics/xmms-paranormal/Makefile +++ b/graphics/xmms-paranormal/Makefile @@ -7,7 +7,7 @@ PORTNAME= xmms-paranormal PORTVERSION= 0.2.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= paranormal @@ -30,8 +30,4 @@ USE_GNOME= gtk12 USE_GMAKE= yes USE_X_PREFIX= yes -post-patch: - @${REINPLACE_CMD} -e 's|SDL/|SDL11/|g' \ - ${BUILD_WRKSRC}/xmms.c - .include <bsd.port.mk> diff --git a/graphics/xmms-plazma/Makefile b/graphics/xmms-plazma/Makefile index af4b1e94034b..ce939918d0a8 100644 --- a/graphics/xmms-plazma/Makefile +++ b/graphics/xmms-plazma/Makefile @@ -7,7 +7,7 @@ PORTNAME= xmms-plazma DISTVERSION= 0.0.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://membres.lycos.fr/diablolight/ |