Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Dec 2002 09:50:02 -0800 (PST)
From:      David Holm <david@realityrift.com>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/46529: New port: esdl - SDL and OpenGL access library for Erlang
Message-ID:  <200212251750.gBPHo2Dd064622@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/46529; it has been noted by GNATS.

From: David Holm <david@realityrift.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/46529: New port: esdl - SDL and OpenGL access library for Erlang
Date: Wed, 25 Dec 2002 18:40:47 +0100

 --------------Boundary-00=_ZRROGNIH9SPU1XAEN66B
 Content-Type: text/plain;
   charset="iso-8859-1"
 Content-Transfer-Encoding: quoted-printable
 
 Here is a patch that modifies the makefile to also install the sdl_driver=
 =2Eso
 I don't know why the original skipped this since that broke the package..=
 =2E
 
 //David Holm
 --------------Boundary-00=_ZRROGNIH9SPU1XAEN66B
 Content-Type: text/x-diff;
   charset="iso-8859-1";
   name="esdl.patch"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment; filename="esdl.patch"
 
 diff -Naur esdl.orig/files/patch-Makefile esdl/files/patch-Makefile
 --- esdl.orig/files/patch-Makefile	Wed Dec 25 18:38:11 2002
 +++ esdl/files/patch-Makefile	Wed Dec 25 18:37:06 2002
 @@ -1,5 +1,5 @@
 ---- Makefile.orig	Fri Nov 29 11:34:29 2002
 -+++ Makefile	Wed Dec 25 16:48:11 2002
 +--- Makefile.orig	Wed Dec 25 18:35:43 2002
 ++++ Makefile	Wed Dec 25 18:36:49 2002
  @@ -8,12 +8,13 @@
   SUBDIRS = c_src src test doc
   
 @@ -27,7 +27,13 @@
   	@if test ! -d $(RELDIR) ; then \
   		mkdir $(RELDIR) ; \
   	else \
 -@@ -54,7 +55,6 @@
 +@@ -50,11 +51,12 @@
 + 	mkdir $(RELDIR)/include
 + 	cp include/*.hrl $(RELDIR)/include
 + 	mkdir $(RELDIR)/priv
 ++	cp priv/sdl_driver.so $(RELDIR)/priv
 ++	cp priv/sdlwrapper $(RELDIR)/priv
 + 	mkdir $(RELDIR)/src
   	cp src/Makefile* src/*.?rl $(RELDIR)/src
   	mkdir $(RELDIR)/test
   	cp test/Makefile* test/*.erl test/*.wav test/*.bmp $(RELDIR)/test
 @@ -35,7 +41,7 @@
   relwin: relsrc
   	cp priv/SDL.dll $(RELDIR)/priv
   	cp priv/sdlwrapper.exe priv/sdl_driver.dll $(RELDIR)/priv
 -@@ -63,15 +63,6 @@
 +@@ -63,15 +65,6 @@
   
   www:
   	@echo Copying files ...
 
 --------------Boundary-00=_ZRROGNIH9SPU1XAEN66B--
 

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?200212251750.gBPHo2Dd064622>