From owner-freebsd-ports@FreeBSD.ORG Sat May 10 22:10:02 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 59E0B10E; Sat, 10 May 2014 22:10:02 +0000 (UTC) Received: from um-tip2-missouri-out.um.umsystem.edu (um-tip2-missouri-out.um.umsystem.edu [198.209.49.149]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (Client CN "um-tip1.um.umsystem.edu", Issuer "InCommon Server CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id EC177F14; Sat, 10 May 2014 22:10:01 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AnwFAGCiblPPoJ7I/2dsb2JhbABZgwZPWKsnDgEBAQaaGQGBFBZ0giUBAQQBdAQGCwIBCBgJFg8JAwIBAgEgJQIEAQwIAQGINQjKN4VIF4VWiQOEQASJVZEvkUuBd4E/gi8 X-IPAS-Result: AnwFAGCiblPPoJ7I/2dsb2JhbABZgwZPWKsnDgEBAQaaGQGBFBZ0giUBAQQBdAQGCwIBCBgJFg8JAwIBAgEgJQIEAQwIAQGINQjKN4VIF4VWiQOEQASJVZEvkUuBd4E/gi8 Received: from um-tcas3.um.umsystem.edu ([207.160.158.200]) by um-tip2-exch-relay.um.umsystem.edu with ESMTP; 10 May 2014 17:08:51 -0500 Received: from UM-MBX-N02.um.umsystem.edu ([169.254.5.16]) by UM-TCAS3.um.umsystem.edu ([207.160.158.200]) with mapi id 14.03.0181.006; Sat, 10 May 2014 17:08:50 -0500 From: "Montgomery-Smith, Stephen" To: Tijl Coosemans , "freebsd-ports@FreeBSD.org" Subject: Re: Problems with libtool and graphics/opendx; was: To all port maintainers: libtool Thread-Topic: Problems with libtool and graphics/opendx; was: To all port maintainers: libtool Thread-Index: AQHPakMfjA5AJFHVaEeSmqvGPb9iTps6mnaAgAAdqwA= Date: Sat, 10 May 2014 22:08:50 +0000 Message-ID: <536EA370.1070708@missouri.edu> References: <20140508002420.5d37e7f6@kalimero.tijl.coosemans.org> <536E8A8D.3070504@missouri.edu> In-Reply-To: <536E8A8D.3070504@missouri.edu> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 x-originating-ip: [207.160.158.193] Content-Type: text/plain; charset="iso-8859-1" Content-ID: <07170B722AA29945A60C8B3CA481B0D7@missouri.edu> Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 May 2014 22:10:02 -0000 On 05/10/2014 03:22 PM, Montgomery-Smith, Stephen wrote: > I am trying to get the libtool changes to work with the port > graphics/opendx. > .................. > When I do "find . -name "libDX.*"", I get > ./work/dx-4.4.4/src/exec/.libs/libDX.lai > ./work/dx-4.4.4/src/exec/.libs/libDX.a > ./work/dx-4.4.4/src/exec/.libs/libDX.la > ./work/dx-4.4.4/src/exec/libDX.la > ./work/stage/usr/local/dx/lib_freebsd/libDX.a > suggesting that the "*.so" files were never created. >=20 > Did I miss something? >=20 > The modifiers :keepla and :oldver don't seem to help. I have decided I'm not going to worry about this, since it looks like no other port uses these dynamic libraries.