From owner-freebsd-ports@FreeBSD.ORG Thu Apr 17 14:08:07 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8B259B70; Thu, 17 Apr 2014 14:08:07 +0000 (UTC) Received: from mail-oa0-x230.google.com (mail-oa0-x230.google.com [IPv6:2607:f8b0:4003:c02::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3F59A11C7; Thu, 17 Apr 2014 14:08:07 +0000 (UTC) Received: by mail-oa0-f48.google.com with SMTP id m1so487920oag.7 for ; Thu, 17 Apr 2014 07:08:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=hK4zLvb1xhEcFVlZuUfx9BV5efl60c7gJ5dPIaBjshA=; b=saxGCmEOdOTpoU7hkmESnyX+1AcJm4fbtqxSGiB7FNZpTa5QCerPJtIrdi1MmYlns4 yc+0aSMC8guvg6g6zfuTAT2TnGBm5yNhCXXtoNpjOm1RSYPGNehiuGuaVPw2Lu+BTNsW t2I2OehOfGdHPKISrcFuv4Objea/naeir57+ge0qmcSDkiR2GJ1oQPxNotT+gf7MRZ0G yqsEzotwZ0uOjdoFs94bPzIZX+m04TFmmYQ4KzR47W0ev1jLAKStFGvacj4knMLTSBWY bp+G5zNqCeAvG5+AtTYZuhcFgduk5pFn64dgQ+rrwPuaiRDzMbpwDifh5zhPrjaG0/7R wCTw== X-Received: by 10.60.15.38 with SMTP id u6mr12024081oec.26.1397743686513; Thu, 17 Apr 2014 07:08:06 -0700 (PDT) Received: from ?IPv6:2610:1d8:a03:1:d267:e5ff:fe44:3b30? ([2610:1d8:a03:1:d267:e5ff:fe44:3b30]) by mx.google.com with ESMTPSA id f9sm46514447obm.2.2014.04.17.07.08.05 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 17 Apr 2014 07:08:06 -0700 (PDT) Message-ID: <534FE045.6080502@gmail.com> Date: Thu, 17 Apr 2014 09:08:05 -0500 From: Ryan Frederick User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: marino@freebsd.org, freebsd-ports@freebsd.org Subject: Re: [HEADS UP] WITH_NEW_XORG is now the default on FreeBSD 10 and 9 stable References: <534ECCE7.7050204@freebsd.org> <1397695667853-5904246.post@n5.nabble.com> <1397739683132-5904376.post@n5.nabble.com> <534FD631.3090501@gmail.com> <534FD6DF.8020508@marino.st> <534FD9BD.3080202@gmail.com> <534FDB3B.10106@marino.st> In-Reply-To: <534FDB3B.10106@marino.st> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Apr 2014 14:08:07 -0000 On 04/17/2014 08:46 AM, John Marino wrote: > On 4/17/2014 15:40, Ryan Frederick wrote: >> On 04/17/2014 08:27 AM, John Marino wrote: >>> On 4/17/2014 15:25, Ryan Frederick wrote: >>>> I think the updates may have broken INDEX. Running `pkg version -Ivl >>>> "<"` (or `pkg_version -Ivl "<"` on my non-pkgng systems) produces the >>>> following: >>>> >>>> libGL-7.6.1_4 < needs updating (index has 9.1.7) >>>> libdrm-2.4.17_1 < needs updating (index has 2.4.52) >>>> >>>> ...despite both ports being up to date. >>>> >>> >>> Are you sure this isn't a NEW_XORG / OLD_XORG issue? >>> >>> John >>> _______________________________________________ >>> freebsd-ports@freebsd.org mailing list >>> http://lists.freebsd.org/mailman/listinfo/freebsd-ports >>> To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" >>> >> >> I don't believe so if you mean in terms of what's set in make.conf. I've >> never set WITH_NEW_XORG or WITHOUT_NEW_XORG in make.conf on any of my >> systems. I did follow the instructions in UPDATING for systems that had >> libGL and/or dri installed. >> > > > from: graphics/libGL/bsd.mesalib.mk > >> .if defined(WITH_NEW_XORG) >> MESABASEVERSION= 9.1.7 >> # if there is a subversion, include the '-' between 7.11-rc2 for example. >> MESASUBVERSION= >> PLIST_SUB+= OLD="@comment " NEW="" >> .else >> MESABASEVERSION= 7.6.1 >> MESASUBVERSION= >> PLIST_SUB+= OLD="" NEW="@comment " >> .endif > > > from: graphics/libdrm/Makefile > >> LIBDRM_VERSION= 2.4.52 >> LIBDRM_REVISION=0 >> PLIST_SUB+= OLD="@comment " NEW="" >> EXTRA_PATCHES+= ${FILESDIR}/extra-configure \ >> ${FILESDIR}/extra-tests_modetest_Makefile.in \ >> ${FILESDIR}/extra-tests_modetest_modetest.c \ >> ${FILESDIR}/extra-tests_modetest_strchrnul.c \ >> ${FILESDIR}/extra-tests__radeon__radeon_ttm.c >> CONFIGURE_ARGS+=--disable-vmwgfx >> .else >> CONFIGURE_ARGS= --enable-nouveau-experimental-api >> LIBDRM_VERSION= 2.4.17 >> LIBDRM_REVISION=1 >> PLIST_SUB+= OLD="" NEW="@comment " NOUVEAU="" >> .endif >> >> .if ${ARCH} == amd64 || ${ARCH} == i386 >> PLIST_SUB+= INTEL_DRIVER="" >> PLIST_SUB+= RADEON_DRIVERS="" >> .elif ${ARCH} == ia64 || ${ARCH} == powerpc || ${ARCH} == powerpc64 >> PLIST_SUB+= INTEL_DRIVER="@comment " >> PLIST_SUB+= RADEON_DRIVERS="" >> .else >> PLIST_SUB+= INTEL_DRIVER="@comment " >> PLIST_SUB+= RADEON_DRIVERS="@comment " >> .endif > > > You see anything familiar there? > Do you still think your issue is not related to OLD/NEW XORG? > > my guess is the index defaults to something your system isn't. > > John > > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > Hah! Yes, it turns out that none of my systems are running a version that would have WITH_NEW_XORG set as the default by bsd.port.mk I think this means that it's time for me to get another cup of coffee. :) Ryan