Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 05 May 2000 21:01:03 +0300
From:      Maxim Sobolev <sobomax@altavista.net>
To:        Will Andrews <will@FreeBSD.ORG>
Cc:        ports@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   Re: cvs commit: ports/devel/sdl-devel Makefile  ports/devel/sdl-devel/filesmd5 ports/devel/sdl-devel/patches patch-ah  patch-ai patch-ajpatch-ak patch-al patch-am patch-ac  ports/devel/sdl-devel/pkgCOMMENT DESCR PLIST
Message-ID:  <39130C5E.21504CAD@altavista.net>
References:  <200004251243.FAA95709@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------3A206D605BD55FE5A1B47F42
Content-Type: text/plain; charset=koi8-r
Content-Transfer-Encoding: 7bit

Will Andrews wrote:

> will        2000/04/25 05:43:35 PDT
>
>   Modified files:
>     devel/sdl-devel      Makefile
>     devel/sdl-devel/files md5
>     devel/sdl-devel/patches patch-ac
>     devel/sdl-devel/pkg  COMMENT DESCR PLIST
>   Added files:
>     devel/sdl-devel/patches patch-ah patch-ai patch-aj patch-ak
>                             patch-al patch-am

Hi Will,

I've just noticed that you have missed patch-ag in your input. This resulting
in libSDL.la and libSDL.a not being suffixed with -1.1 suffix and as a result
broke PLIST and builds of some sdl-dependent ports. If you do not have my PR
handy with this message I'm attaching missed file.

-Maxim


--------------3A206D605BD55FE5A1B47F42
Content-Type: text/plain; charset=koi8-r;
 name="patch-ag"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="patch-ag"

--- src/Makefile.in.orig	Fri Mar 31 08:31:12 2000
+++ src/Makefile.in	Sun Apr 23 23:45:07 2000
@@ -118,10 +118,10 @@
 DIST_SUBDIRS = $(CORE_SUBDIRS) $(EXTRA_SUBDIRS)
 
 # The SDL library target
-lib_LTLIBRARIES = libSDL.la
+lib_LTLIBRARIES = libSDL-1.1.la
 
 libSDL_la_SOURCES = $(GENERAL_SRCS)
-libSDL_la_LDFLAGS =          -release $(LT_RELEASE)		-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
+libSDL_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
 
 libSDL_la_LIBADD =  	main/libarch.la			@SDL_EXTRALIBS@			@SYSTEM_LIBS@
 
@@ -239,7 +239,7 @@
 
 maintainer-clean-libtool:
 
-libSDL.la: $(libSDL_la_OBJECTS) $(libSDL_la_DEPENDENCIES)
+libSDL-1.1.la: $(libSDL_la_OBJECTS) $(libSDL_la_DEPENDENCIES)
 	$(LINK) -rpath $(libdir) $(libSDL_la_LDFLAGS) $(libSDL_la_OBJECTS) $(libSDL_la_LIBADD) $(LIBS)
 
 # This directory's subdirectories are mostly independent; you can cd

--------------3A206D605BD55FE5A1B47F42--



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?39130C5E.21504CAD>