Date: Wed, 2 Jan 2002 22:24:24 +0100 (CET) From: Michal Pasternak <doc@lublin.t1.pl> To: FreeBSD-gnats-submit@freebsd.org Cc: doc@safenet.pl Subject: ports/33489: NEW PORT: devel/mingw-sdl12 Message-ID: <200201022124.g02LOOJ40428@pr93.lublin.sdi.tpnet.pl>
next in thread | raw e-mail | index | archive | help
>Number: 33489 >Category: ports >Synopsis: NEW PORT: devel/mingw-sdl12 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Jan 02 13:20:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Michal Pasternak >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD pr93.lublin.sdi.tpnet.pl 4.4-STABLE FreeBSD 4.4-STABLE #14: Mon Nov 26 05:27:32 CET 2001 doc@pr93.lublin.sdi.tpnet.pl:/usr/obj/usr/src/sys/DOCUS i386 >Description: SDL library for cross-compilation using Mingw32 >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # mingw-sdl12 # mingw-sdl12/distinfo # mingw-sdl12/pkg-comment # mingw-sdl12/Makefile # mingw-sdl12/pkg-message # mingw-sdl12/pkg-plist # mingw-sdl12/pkg-descr # mingw-sdl12/files # mingw-sdl12/files/patch-aa # echo c - mingw-sdl12 mkdir -p mingw-sdl12 > /dev/null 2>&1 echo x - mingw-sdl12/distinfo sed 's/^X//' >mingw-sdl12/distinfo << 'END-of-mingw-sdl12/distinfo' XMD5 (SDL-1.2.3.tar.gz) = a942c605c0f36752a4df5709a449ae7a END-of-mingw-sdl12/distinfo echo x - mingw-sdl12/pkg-comment sed 's/^X//' >mingw-sdl12/pkg-comment << 'END-of-mingw-sdl12/pkg-comment' XCross-platform multi-media development API, compiles on Mingw32 END-of-mingw-sdl12/pkg-comment echo x - mingw-sdl12/Makefile sed 's/^X//' >mingw-sdl12/Makefile << 'END-of-mingw-sdl12/Makefile' X# New ports collection makefile for: SDL for cross compilation on Mingw X# Date created: 30 Dec 2001 X# Whom: Michal Pasternak <doc@lublin.t1.pl> X# X# $FreeBSD: ports/devel/sdl12/Makefile,v 1.47 2001/12/19 12:18:40 sobomax Exp $ X# X XPORTNAME= sdl XPORTVERSION= 1.2.3 XPORTREVISION= 1 XCATEGORIES= devel XMASTER_SITES= http://www.libsdl.org/release/ \ X http://www.devolution.com/~slouken/SDL/release/ XPKGNAMEPREFIX= mingw- XDISTNAME= SDL-${PORTVERSION} X XMAINTAINER= doc@lublin.t1.pl X XBUILD_DEPENDS= i386-mingw32msvc-as:${PORTSDIR}/devel/mingw-binutils \ X mingwm10.dll:${PORTSDIR}/devel/mingw-bin-msvcrt \ X i386-mingw32msvc-gcc:${PORTSDIR}/devel/mingw-gcc \ X X# ${NONEXISTENT}:${PORTSDIR}/devel/mingw-opengl-headers X XUSE_GMAKE= yes XGNU_CONFIGURE= yes X XWRKSRC= ${WRKDIR}/SDL-${PORTVERSION} X X#PREFIX= ${LOCALBASE}/i386-mingw32msvc/ X XCONFIGURE_ARGS= --cache-file=config.cross.cache \ X --host=i386-mingw32msvc \ X --target=i386-mingw32msvc \ X --build=i386-freebsd \ X --with-gnu-ld \ X --enable-oss=no --enable-alsa=no \ X --enable-openbsdaudio=no --enable-esd=no \ X --disable-esdtest --enable-arts=no --enable-nas=no \ X --enable-video-x11=no --without-x --enable-video-x11-vm=no \ X --enable-dga=no --enable-video-photon=no \ X --enable-video-dga=no --enable-video-fbcon=no \ X --enable-video-directfb=no --enable-video-ps2gs=no \ X --enable-input-events=no --enable-pthreads=no \ X --enable-pthreads-sem=no --enable-pth=no X XCONFIGURE_ENV= PATH=${LOCALBASE}/i386-mingw32msvc/bin/:${PATH} CC=i386-mingw32msvc-gcc XMAKE_ENV= PATH=${LOCALBASE}/i386-mingw32msvc/bin/:${PATH} CC=i386-mingw32msvc-gcc X XMAN3= SDLKey.3 \ X SDL_ActiveEvent.3 \ X SDL_AddTimer.3 \ X SDL_AudioCVT.3 \ X SDL_AudioSpec.3 \ X SDL_BlitSurface.3 \ X SDL_BuildAudioCVT.3 \ X SDL_CD.3 \ X SDL_CDClose.3 \ X SDL_CDEject.3 \ X SDL_CDName.3 \ X SDL_CDNumDrives.3 \ X SDL_CDOpen.3 \ X SDL_CDPause.3 \ X SDL_CDPlay.3 \ X SDL_CDPlayTracks.3 \ X SDL_CDResume.3 \ X SDL_CDStatus.3 \ X SDL_CDStop.3 \ X SDL_CDtrack.3 \ X SDL_CloseAudio.3 \ X SDL_Color.3 \ X SDL_CondBroadcast.3 \ X SDL_CondSignal.3 \ X SDL_CondWait.3 \ X SDL_CondWaitTimeout.3 \ X SDL_ConvertAudio.3 \ X SDL_ConvertSurface.3 \ X SDL_CreateCond.3 \ X SDL_CreateCursor.3 \ X SDL_CreateMutex.3 \ X SDL_CreateRGBSurface.3 \ X SDL_CreateRGBSurfaceFrom.3 \ X SDL_CreateSemaphore.3 \ X SDL_CreateThread.3 \ X SDL_CreateYUVOverlay.3 \ X SDL_Delay.3 \ X SDL_DestroyCond.3 \ X SDL_DestroyMutex.3 \ X SDL_DestroySemaphore.3 \ X SDL_DisplayFormat.3 \ X SDL_DisplayFormatAlpha.3 \ X SDL_DisplayYUVOverlay.3 \ X SDL_EnableKeyRepeat.3 \ X SDL_EnableUNICODE.3 \ X SDL_Event.3 \ X SDL_EventState.3 \ X SDL_ExposeEvent.3 \ X SDL_FillRect.3 \ X SDL_Flip.3 \ X SDL_FreeCursor.3 \ X SDL_FreeSurface.3 \ X SDL_FreeWAV.3 \ X SDL_FreeYUVOverlay.3 \ X SDL_GL_GetAttribute.3 \ X SDL_GL_GetProcAddress.3 \ X SDL_GL_LoadLibrary.3 \ X SDL_GL_SetAttribute.3 \ X SDL_GL_SwapBuffers.3 \ X SDL_GLattr.3 \ X SDL_GetAppState.3 \ X SDL_GetAudioStatus.3 \ X SDL_GetClipRect.3 \ X SDL_GetCursor.3 \ X SDL_GetError.3 \ X SDL_GetEventFilter.3 \ X SDL_GetGamma.3 \ X SDL_GetGammaRamp.3 \ X SDL_GetKeyName.3 \ X SDL_GetKeyState.3 \ X SDL_GetModState.3 \ X SDL_GetMouseState.3 \ X SDL_GetRGB.3 \ X SDL_GetRGBA.3 \ X SDL_GetRelativeMouseState.3 \ X SDL_GetThreadID.3 \ X SDL_GetTicks.3 \ X SDL_GetVideoInfo.3 \ X SDL_GetVideoSurface.3 \ X SDL_Init.3 \ X SDL_InitSubSystem.3 \ X SDL_JoyAxisEvent.3 \ X SDL_JoyBallEvent.3 \ X SDL_JoyButtonEvent.3 \ X SDL_JoyHatEvent.3 \ X SDL_JoystickClose.3 \ X SDL_JoystickEventState.3 \ X SDL_JoystickGetAxis.3 \ X SDL_JoystickGetBall.3 \ X SDL_JoystickGetButton.3 \ X SDL_JoystickGetHat.3 \ X SDL_JoystickIndex.3 \ X SDL_JoystickName.3 \ X SDL_JoystickNumAxes.3 \ X SDL_JoystickNumBalls.3 \ X SDL_JoystickNumButtons.3 \ X SDL_JoystickNumHats.3 \ X SDL_JoystickOpen.3 \ X SDL_JoystickOpened.3 \ X SDL_JoystickUpdate.3 \ X SDL_KeyboardEvent.3 \ X SDL_KillThread.3 \ X SDL_ListModes.3 \ X SDL_LoadBMP.3 \ X SDL_LoadWAV.3 \ X SDL_LockAudio.3 \ X SDL_LockSurface.3 \ X SDL_LockYUVOverlay.3 \ X SDL_MapRGB.3 \ X SDL_MapRGBA.3 \ X SDL_MixAudio.3 \ X SDL_MouseButtonEvent.3 \ X SDL_MouseMotionEvent.3 \ X SDL_NumJoysticks.3 \ X SDL_OpenAudio.3 \ X SDL_Overlay.3 \ X SDL_Palette.3 \ X SDL_PauseAudio.3 \ X SDL_PeepEvents.3 \ X SDL_PixelFormat.3 \ X SDL_PollEvent.3 \ X SDL_PumpEvents.3 \ X SDL_PushEvent.3 \ X SDL_Quit.3 \ X SDL_QuitEvent.3 \ X SDL_QuitSubSystem.3 \ X SDL_RWFromFile.3 \ X SDL_Rect.3 \ X SDL_RemoveTimer.3 \ X SDL_ResizeEvent.3 \ X SDL_SaveBMP.3 \ X SDL_SemPost.3 \ X SDL_SemTryWait.3 \ X SDL_SemValue.3 \ X SDL_SemWait.3 \ X SDL_SemWaitTimeout.3 \ X SDL_SetAlpha.3 \ X SDL_SetClipRect.3 \ X SDL_SetColorKey.3 \ X SDL_SetColors.3 \ X SDL_SetCursor.3 \ X SDL_SetEventFilter.3 \ X SDL_SetGamma.3 \ X SDL_SetGammaRamp.3 \ X SDL_SetModState.3 \ X SDL_SetPalette.3 \ X SDL_SetTimer.3 \ X SDL_SetVideoMode.3 \ X SDL_ShowCursor.3 \ X SDL_Surface.3 \ X SDL_SysWMEvent.3 \ X SDL_ThreadID.3 \ X SDL_UnlockAudio.3 \ X SDL_UnlockSurface.3 \ X SDL_UnlockYUVOverlay.3 \ X SDL_UpdateRect.3 \ X SDL_UpdateRects.3 \ X SDL_UserEvent.3 \ X SDL_VideoDriverName.3 \ X SDL_VideoInfo.3 \ X SDL_VideoModeOK.3 \ X SDL_WM_GetCaption.3 \ X SDL_WM_GrabInput.3 \ X SDL_WM_IconifyWindow.3 \ X SDL_WM_SetCaption.3 \ X SDL_WM_SetIcon.3 \ X SDL_WM_ToggleFullScreen.3 \ X SDL_WaitEvent.3 \ X SDL_WaitThread.3 \ X SDL_WarpMouse.3 \ X SDL_WasInit.3 \ X SDL_keysym.3 \ X SDL_mutexP.3 \ X SDL_mutexV.3 X X.include <bsd.port.mk> END-of-mingw-sdl12/Makefile echo x - mingw-sdl12/pkg-message sed 's/^X//' >mingw-sdl12/pkg-message << 'END-of-mingw-sdl12/pkg-message' X------------------------------------------------------------------------------ X Your SDL library has been built with libvgl support, which means that you X can run almost any SDL application straight on your console (VESA 2.0 X compatible videocard is required). To do this you have to enable VESA X support in the kernel by adding "option VESA" into your kernel X configuration file and set environment variable "SDL_VIDEODRIVER=vgl". X X Good luck! X------------------------------------------------------------------------------ END-of-mingw-sdl12/pkg-message echo x - mingw-sdl12/pkg-plist sed 's/^X//' >mingw-sdl12/pkg-plist << 'END-of-mingw-sdl12/pkg-plist' Xbin/sdl-config Xinclude/SDL/SDL.h Xinclude/SDL/SDL_active.h Xinclude/SDL/SDL_audio.h Xinclude/SDL/SDL_byteorder.h Xinclude/SDL/SDL_cdrom.h Xinclude/SDL/SDL_copying.h Xinclude/SDL/SDL_endian.h Xinclude/SDL/SDL_error.h Xinclude/SDL/SDL_events.h Xinclude/SDL/SDL_getenv.h Xinclude/SDL/SDL_joystick.h Xinclude/SDL/SDL_keyboard.h Xinclude/SDL/SDL_keysym.h Xinclude/SDL/SDL_main.h Xinclude/SDL/SDL_mouse.h Xinclude/SDL/SDL_mutex.h Xinclude/SDL/SDL_opengl.h Xinclude/SDL/SDL_quit.h Xinclude/SDL/SDL_rwops.h Xinclude/SDL/SDL_syswm.h Xinclude/SDL/SDL_thread.h Xinclude/SDL/SDL_timer.h Xinclude/SDL/SDL_types.h Xinclude/SDL/SDL_version.h Xinclude/SDL/SDL_video.h Xinclude/SDL/begin_code.h Xinclude/SDL/close_code.h Xlib/libSDLmain.a Xlib/SDL.dll Xlib/libSDL.a Xlib/libSDL.la Xman/man3/SDL_AddTimer.3.gz Xman/man3/SDL_AudioCVT.3.gz Xman/man3/SDL_AudioSpec.3.gz Xman/man3/SDL_BlitSurface.3.gz Xman/man3/SDL_BuildAudioCVT.3.gz Xman/man3/SDL_CD.3.gz Xman/man3/SDL_CDClose.3.gz Xman/man3/SDL_CDName.3.gz Xman/man3/SDL_CDNumDrives.3.gz Xman/man3/SDL_CDOpen.3.gz Xman/man3/SDL_CDPause.3.gz Xman/man3/SDL_CDPlay.3.gz Xman/man3/SDL_CDPlayTracks.3.gz Xman/man3/SDL_CDResume.3.gz Xman/man3/SDL_CDStatus.3.gz Xman/man3/SDL_CDStop.3.gz Xman/man3/SDL_CDtrack.3.gz Xman/man3/SDL_Color.3.gz Xman/man3/SDL_CondSignal.3.gz Xman/man3/SDL_CondWait.3.gz Xman/man3/SDL_CondWaitTimeout.3.gz Xman/man3/SDL_ConvertAudio.3.gz Xman/man3/SDL_ConvertSurface.3.gz Xman/man3/SDL_CreateCond.3.gz Xman/man3/SDL_CreateCursor.3.gz Xman/man3/SDL_CreateMutex.3.gz Xman/man3/SDL_CreateRGBSurface.3.gz Xman/man3/SDL_CreateSemaphore.3.gz Xman/man3/SDL_CreateThread.3.gz Xman/man3/SDL_CreateYUVOverlay.3.gz Xman/man3/SDL_Delay.3.gz Xman/man3/SDL_DestroyCond.3.gz Xman/man3/SDL_EventState.3.gz Xman/man3/SDL_DestroySemaphore.3.gz Xman/man3/SDL_DisplayFormat.3.gz Xman/man3/SDL_DisplayFormatAlpha.3.gz Xman/man3/SDL_DisplayYUVOverlay.3.gz Xman/man3/SDL_EnableKeyRepeat.3.gz Xman/man3/SDL_EnableUNICODE.3.gz Xman/man3/SDL_Event.3.gz Xman/man3/SDL_ExposeEvent.3.gz Xman/man3/SDL_FillRect.3.gz Xman/man3/SDL_Flip.3.gz Xman/man3/SDL_FreeCursor.3.gz Xman/man3/SDL_FreeWAV.3.gz Xman/man3/SDL_FreeYUVOverlay.3.gz Xman/man3/SDL_GL_GetAttribute.3.gz Xman/man3/SDL_GL_GetProcAddress.3.gz Xman/man3/SDL_GetAppState.3.gz Xman/man3/SDL_GL_LoadLibrary.3.gz Xman/man3/SDL_GL_SwapBuffers.3.gz Xman/man3/SDL_GLattr.3.gz Xman/man3/SDL_GetAudioStatus.3.gz Xman/man3/SDL_GetClipRect.3.gz Xman/man3/SDL_GetCursor.3.gz Xman/man3/SDL_GetError.3.gz Xman/man3/SDL_GetGamma.3.gz Xman/man3/SDL_GetGammaRamp.3.gz Xman/man3/SDL_GetKeyName.3.gz Xman/man3/SDL_GetKeyState.3.gz Xman/man3/SDL_GetModState.3.gz Xman/man3/SDL_GetMouseState.3.gz Xman/man3/SDL_GetRGB.3.gz Xman/man3/SDL_GetRGBA.3.gz Xman/man3/SDL_GetThreadID.3.gz Xman/man3/SDL_GL_SetAttribute.3.gz Xman/man3/SDL_GetTicks.3.gz Xman/man3/SDL_GetVideoInfo.3.gz Xman/man3/SDL_GetVideoSurface.3.gz Xman/man3/SDL_Init.3.gz Xman/man3/SDL_InitSubSystem.3.gz Xman/man3/SDL_JoyAxisEvent.3.gz Xman/man3/SDL_JoyBallEvent.3.gz Xman/man3/SDL_JoyButtonEvent.3.gz Xman/man3/SDL_JoyHatEvent.3.gz Xman/man3/SDL_JoystickClose.3.gz Xman/man3/SDL_JoystickGetAxis.3.gz Xman/man3/SDL_JoystickGetBall.3.gz Xman/man3/SDL_JoystickGetButton.3.gz Xman/man3/SDL_JoystickGetHat.3.gz Xman/man3/SDL_JoystickIndex.3.gz Xman/man3/SDL_KillThread.3.gz Xman/man3/SDL_JoystickNumAxes.3.gz Xman/man3/SDL_JoystickNumBalls.3.gz Xman/man3/SDL_JoystickNumButtons.3.gz Xman/man3/SDL_JoystickNumHats.3.gz Xman/man3/SDL_JoystickOpen.3.gz Xman/man3/SDL_JoystickOpened.3.gz Xman/man3/SDL_JoystickUpdate.3.gz Xman/man3/SDL_KeyboardEvent.3.gz Xman/man3/SDL_ListModes.3.gz Xman/man3/SDL_LoadBMP.3.gz Xman/man3/SDL_LoadWAV.3.gz Xman/man3/SDL_LockAudio.3.gz Xman/man3/SDL_LockSurface.3.gz Xman/man3/SDL_LockYUVOverlay.3.gz Xman/man3/SDL_MapRGB.3.gz Xman/man3/SDL_QuitEvent.3.gz Xman/man3/SDL_MixAudio.3.gz Xman/man3/SDL_MouseButtonEvent.3.gz Xman/man3/SDL_MouseMotionEvent.3.gz Xman/man3/SDL_NumJoysticks.3.gz Xman/man3/SDL_OpenAudio.3.gz Xman/man3/SDL_Overlay.3.gz Xman/man3/SDL_PauseAudio.3.gz Xman/man3/SDL_PeepEvents.3.gz Xman/man3/SDL_PixelFormat.3.gz Xman/man3/SDL_PollEvent.3.gz Xman/man3/SDL_PumpEvents.3.gz Xman/man3/SDL_PushEvent.3.gz Xman/man3/SDL_Quit.3.gz Xman/man3/SDL_QuitSubSystem.3.gz Xman/man3/SDL_RWFromFile.3.gz Xman/man3/SDL_Rect.3.gz Xman/man3/SDL_RemoveTimer.3.gz Xman/man3/SDL_SaveBMP.3.gz Xman/man3/SDL_SemPost.3.gz Xman/man3/SDL_SemTryWait.3.gz Xman/man3/SDL_SemValue.3.gz Xman/man3/SDL_SemWait.3.gz Xman/man3/SDL_SemWaitTimeout.3.gz Xman/man3/SDL_SetAlpha.3.gz Xman/man3/SDL_SetClipRect.3.gz Xman/man3/SDL_SetColorKey.3.gz Xman/man3/SDL_SetColors.3.gz Xman/man3/SDL_SetEventFilter.3.gz Xman/man3/SDL_SetGamma.3.gz Xman/man3/SDL_SetGammaRamp.3.gz Xman/man3/SDL_SetModState.3.gz Xman/man3/SDL_SetPalette.3.gz Xman/man3/SDL_SetTimer.3.gz Xman/man3/SDL_SetVideoMode.3.gz Xman/man3/SDL_ShowCursor.3.gz Xman/man3/SDL_Surface.3.gz Xman/man3/SDL_ThreadID.3.gz Xman/man3/SDL_UnlockAudio.3.gz Xman/man3/SDL_UnlockSurface.3.gz Xman/man3/SDL_UnlockYUVOverlay.3.gz Xman/man3/SDL_UpdateRect.3.gz Xman/man3/SDL_UpdateRects.3.gz Xman/man3/SDL_UserEvent.3.gz Xman/man3/SDL_VideoInfo.3.gz Xman/man3/SDL_VideoModeOK.3.gz Xman/man3/SDL_WM_GetCaption.3.gz Xman/man3/SDL_WM_GrabInput.3.gz Xman/man3/SDL_WM_IconifyWindow.3.gz Xman/man3/SDL_WM_SetCaption.3.gz Xman/man3/SDL_WM_SetIcon.3.gz Xman/man3/SDL_WaitEvent.3.gz Xman/man3/SDL_WaitThread.3.gz Xman/man3/SDL_WarpMouse.3.gz Xman/man3/SDL_WasInit.3.gz Xman/man3/SDL_keysym.3.gz Xman/man3/SDL_mutexP.3.gz Xman/man3/SDL_mutexV.3.gz Xman/man3/SDLKey.3.gz Xman/man3/SDL_ActiveEvent.3.gz Xman/man3/SDL_CDEject.3.gz Xman/man3/SDL_CloseAudio.3.gz Xman/man3/SDL_CondBroadcast.3.gz Xman/man3/SDL_CreateRGBSurfaceFrom.3.gz Xman/man3/SDL_DestroyMutex.3.gz Xman/man3/SDL_FreeSurface.3.gz Xman/man3/SDL_GetEventFilter.3.gz Xman/man3/SDL_GetRelativeMouseState.3.gz Xman/man3/SDL_JoystickEventState.3.gz Xman/man3/SDL_JoystickName.3.gz Xman/man3/SDL_MapRGBA.3.gz Xman/man3/SDL_Palette.3.gz Xman/man3/SDL_ResizeEvent.3.gz Xman/man3/SDL_SetCursor.3.gz Xman/man3/SDL_SysWMEvent.3.gz Xman/man3/SDL_VideoDriverName.3.gz Xman/man3/SDL_WM_ToggleFullScreen.3.gz Xshare/aclocal/sdl.m4 X@dirrm include/SDL END-of-mingw-sdl12/pkg-plist echo x - mingw-sdl12/pkg-descr sed 's/^X//' >mingw-sdl12/pkg-descr << 'END-of-mingw-sdl12/pkg-descr' XUnstable development version of the SDL library. X XThis library is designed to make it easy to write games that run on UNIX, XWin32 and BeOS using the various native high-performance media interfaces, X(for video, audio, etc) and presenting a single source-code level API to Xyour application. This is a fairly low level API, but using this, completely Xportable applications can be written with a great deal of flexibility. X XThis version compiles on Mingw32. X XWWW: http://www.libsdl.org/ END-of-mingw-sdl12/pkg-descr echo c - mingw-sdl12/files mkdir -p mingw-sdl12/files > /dev/null 2>&1 echo x - mingw-sdl12/files/patch-aa sed 's/^X//' >mingw-sdl12/files/patch-aa << 'END-of-mingw-sdl12/files/patch-aa' X--- configure.orig Sat Dec 29 23:59:48 2001 X+++ configure Sun Dec 30 00:00:13 2001 X@@ -8053,7 +8053,7 @@ X ARCH=win32 X if test "$build" != "$target"; then # cross-compiling X # Default cross-compile location X- ac_default_prefix=/usr/local/cross-tools/i386-mingw32msvc X+ ac_default_prefix=/usr/local/i386-mingw32msvc X else X # Look for the location of the tools and install there X if "$BUILD_PREFIX" != "" ; then END-of-mingw-sdl12/files/patch-aa exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200201022124.g02LOOJ40428>