Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Aug 2004 17:13:04 +0200
From:      "Anders Hanssen" <anders@rethink.no>
To:        <ports@freebsd.org>
Subject:   Re: [patch] devel/sdl12 inconsistency between actual version and file/directory naming
Message-ID:  <016d01c48923$b3609b10$6a00a8c0@glorfindel>

next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.

------=_NextPart_000_016A_01C48934.73E022B0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

Hi again!

Seems like ports/Mk/bsd.sdl.mk needed a little adjustment too. Here's the
patch.

-- 
Anders

----- Original Message ----- 
From: "Anders Hanssen" <anders@rethink.no>
To: <ports@freebsd.org>
Sent: Monday, August 23, 2004 4:10 PM
Subject: [patch] devel/sdl12 inconsistency between actual version and
file/directory naming


> Hi ports!
>
> When installing devel/sdl12 I get a lot of files installed with names such
> as sdl11-config, /usr/local/include/SDL11/ and so on. Here's a patch to
> remedy this inconsistency.
>
> I've also included a text file with some lines i deleted from my
> ports/Tools/scripts/plist-generated pkg-plist to make that file look more
> like the existing one (lots of share/doc/sdl/*). I don't know if all those
> lines should have been left alone or deleted.
>
> I've never patched a port before, and don't know all it's inner workings,
so
> please take a close look at the patch before you apply it.
>
> Regards,
> Anders Hanssen
>
> BTW: PORTREVISION is bumped.
>

------=_NextPart_000_016A_01C48934.73E022B0
Content-Type: application/octet-stream;
	name="bsd.sdl.mk.diff"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
	filename="bsd.sdl.mk.diff"

Index: bsd.sdl.mk=0A=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=0A=
RCS file: /home/ncvs/ports/Mk/bsd.sdl.mk,v=0A=
retrieving revision 1.5=0A=
diff -u -r1.5 bsd.sdl.mk=0A=
--- bsd.sdl.mk	19 May 2004 21:14:18 -0000	1.5=0A=
+++ bsd.sdl.mk	23 Aug 2004 15:08:22 -0000=0A=
@@ -80,7 +80,7 @@=0A=
 =0A=
 _VERSION_sdl=3D	7=0A=
 _SUBDIR_sdl=3D	devel=0A=
-_LIB_sdl=3D		SDL-1.1=0A=
+_LIB_sdl=3D		SDL-1.2=0A=
 _PORTDIR_sdl=3D	sdl12=0A=
 =0A=
 _VERSION_sound=3D	1=0A=
@@ -175,7 +175,7 @@=0A=
 # "Normal" dependencies and variables=0A=
 #=0A=
 BUILD_DEPENDS+=3D	=
${SDL_CONFIG}:${PORTSDIR}/${_SUBDIR_sdl}/${_PORTDIR_sdl}=0A=
-SDL_CONFIG?=3D	${LOCALBASE}/bin/sdl11-config=0A=
+SDL_CONFIG?=3D	${LOCALBASE}/bin/sdl12-config=0A=
 CONFIGURE_ENV+=3D	SDL_CONFIG=3D${SDL_CONFIG}=0A=
 MAKE_ENV+=3D		SDL_CONFIG=3D${SDL_CONFIG}=0A=
 =0A=

------=_NextPart_000_016A_01C48934.73E022B0--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?016d01c48923$b3609b10$6a00a8c0>