From owner-cvs-all Fri May 5 11: 2:25 2000 Delivered-To: cvs-all@freebsd.org Received: from ipt2.iptelecom.net.ua (ipt2.iptelecom.net.ua [212.9.224.2]) by hub.freebsd.org (Postfix) with ESMTP id 8F4C437BBA0; Fri, 5 May 2000 11:02:14 -0700 (PDT) (envelope-from sobomax@altavista.net) Received: from vega.vega.com (dialup6-33.iptelecom.net.ua [212.9.227.97]) by ipt2.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id VAA20529; Fri, 5 May 2000 21:02:41 +0300 (EEST) Received: from altavista.net (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.9.3/8.9.3) with ESMTP id VAA55669; Fri, 5 May 2000 21:01:38 +0300 (EEST) (envelope-from sobomax@altavista.net) Message-ID: <39130C5E.21504CAD@altavista.net> Date: Fri, 05 May 2000 21:01:03 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.72 [en] (WinNT; I) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: Will Andrews 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 References: <200004251243.FAA95709@freefall.freebsd.org> Content-Type: multipart/mixed; boundary="------------3A206D605BD55FE5A1B47F42" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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 cvs-all" in the body of the message