From owner-freebsd-ports@FreeBSD.ORG Mon Aug 23 15:12:04 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 51C7616A4CE for ; Mon, 23 Aug 2004 15:12:04 +0000 (GMT) Received: from ion.wax.nu (ion.wax.nu [217.8.136.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 151B743D58 for ; Mon, 23 Aug 2004 15:12:04 +0000 (GMT) (envelope-from anders@rethink.no) Received: from glorfindel (glorfindel.wax.nu [192.168.0.106]) by ion.wax.nu (Postfix) with SMTP id B0D0622FF4 for ; Mon, 23 Aug 2004 17:03:48 +0200 (CEST) Message-ID: <016d01c48923$b3609b10$6a00a8c0@glorfindel> From: "Anders Hanssen" To: Date: Mon, 23 Aug 2004 17:13:04 +0200 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_016A_01C48934.73E022B0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Subject: Re: [patch] devel/sdl12 inconsistency between actual version and file/directory naming X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Aug 2004 15:12:04 -0000 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" To: 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--