From owner-freebsd-stable@FreeBSD.ORG Wed Feb 20 21:22:51 2013 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 904E4F87 for ; Wed, 20 Feb 2013 21:22:51 +0000 (UTC) (envelope-from ml@my.gd) Received: from mail-wg0-x229.google.com (wg-in-x0229.1e100.net [IPv6:2a00:1450:400c:c00::229]) by mx1.freebsd.org (Postfix) with ESMTP id 0CAB27D5 for ; Wed, 20 Feb 2013 21:22:50 +0000 (UTC) Received: by mail-wg0-f41.google.com with SMTP id ds1so4952982wgb.2 for ; Wed, 20 Feb 2013 13:22:50 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:references:mime-version:in-reply-to:content-type :content-transfer-encoding:message-id:cc:x-mailer:from:subject:date :to:x-gm-message-state; bh=j1mqdCUtKk4ziadvu2M+iI6dGqejkC9VW/vN63Onnhg=; b=HyN4xz1CqfNpTTIzkVBDLRGjjD5mtQ1s41KfRfUlDWG9a22IdDslbaT1/Ybb8xev/K LsJTDQBUrDdlYE1AIwm0AHb8aSFG19Ok/hPzMalzdHZb7njOZSgarGnZxe2z8WkhM6kI nMOBNVmbAFICpKlf48u6tMUrXPn/GbSy6Fi9CzoOP6OB6sADo8s1Ibm1kj/R2jhRlSRl FCm4CIxB/vKe0s/O/YP5W0XhIWSIlBsI3CFDQkU0Q/V8xgDnSc/xkbJmTkFRdrxjdKRr ysmJwBaWS0QdAxItSyUYN2OnSuyaaWSCDwmZe9ekObX7INfVykP+pHFsWcA58lRXXdRs eZMA== X-Received: by 10.194.122.131 with SMTP id ls3mr36889789wjb.55.1361395370032; Wed, 20 Feb 2013 13:22:50 -0800 (PST) Received: from [10.22.35.57] ([92.90.20.91]) by mx.google.com with ESMTPS id du2sm33560703wib.0.2013.02.20.13.22.42 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 20 Feb 2013 13:22:48 -0800 (PST) References: <2A37FBE7-82BC-4D9D-BDE1-E6F875DEA408@my.gd> <8E3F51EA-C860-42DF-8514-6B0DCCB30FD6@scripps.edu> <14A3D87C-3F0A-4785-A652-51343BC88A06@my.gd> <056D5651-DB33-45B3-8D52-170A0664D974@scripps.edu> Mime-Version: 1.0 (1.0) In-Reply-To: <056D5651-DB33-45B3-8D52-170A0664D974@scripps.edu> Message-Id: X-Mailer: iPhone Mail (10B144) From: Damien Fleuriot Subject: SOLVED Re: messed up my ports somehow Date: Wed, 20 Feb 2013 22:22:33 +0100 To: Craig Yoshida X-Gm-Message-State: ALoCoQmx5uso8/4XIGay8kdKE9HoTNMIHTZPcmorB0saZSadwpu80HJ4y6TYv8nZTqRmeJXZQu++ Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "stable@FreeBSD.org" X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Feb 2013 21:22:51 -0000 Glad I could help :) On 20 Feb 2013, at 21:00, Craig Yoshida wrote: > fixed > you, sir, are a rock star. =20 >=20 >=20 > ----------------------------------------------------------- > Craig Yoshioka, Ph.D. > (619) 623-2233 (cell) > The Scripps Research Institute > 10550 N. Torrey Pines Rd. > La Jolla, CA 92037 >=20 >=20 >=20 >=20 >=20 >=20 >=20 >=20 > On Feb 20, 2013, at 11:24 AM, Fleuriot Damien wrote: >=20 >> Then, I'm taking a wild guess at what I think is happening. >>=20 >> You have WITH_PKGNG=3Dyes in /etc/make.conf >> Your portmaster is built without the PKGNG patch. >>=20 >>=20 >> Would you go to /usr/ports/ports-mgmt/portmaster/ >>=20 >> then issue 'make config' >>=20 >> If I'm right, you're only missing the patch, tick the option and issue: m= ake clean && make && make deinstall && make reinstall >>=20 >>=20 >>=20 >>=20 >> On Feb 20, 2013, at 8:22 PM, Craig Yoshida wrote: >>=20 >>> pkg_info lists no packages >>>=20 >>> pkg info seems to list them all. =20 >>>=20 >>>=20 >>>=20 >>> ----------------------------------------------------------- >>> Craig Yoshioka, Ph.D. >>> (619) 623-2233 (cell) >>> The Scripps Research Institute >>> 10550 N. Torrey Pines Rd. >>> La Jolla, CA 92037 >>>=20 >>>=20 >>>=20 >>>=20 >>>=20 >>>=20 >>>=20 >>>=20 >>> On Feb 20, 2013, at 11:15 AM, Fleuriot Damien wrote: >>>=20 >>>> What about either of these 2 ? >>>>=20 >>>>=20 >>>> pkg_info >>>>=20 >>>> pkg info >>>>=20 >>>>=20 >>>>=20 >>>>=20 >>>> On Feb 20, 2013, at 8:14 PM, Craig Yoshioka wrote: >>>>=20 >>>>> I was having problems with broken missing dependencies, etc. Long sto= ry short I fixed it by wiping a lot of stuff and reinstalling it, but now po= rtmaster does not seem to be working. running portmaster -l lists none of t= he installed ports. >>>>>=20 >>>>> Any ideas on how to fix it? >>>>>=20 >>>>> _______________________________________________ >>>>> freebsd-stable@freebsd.org mailing list >>>>> http://lists.freebsd.org/mailman/listinfo/freebsd-stable >>>>> To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.o= rg" >>>>=20 >>>> _______________________________________________ >>>> freebsd-stable@freebsd.org mailing list >>>> http://lists.freebsd.org/mailman/listinfo/freebsd-stable >>>> To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.or= g" >=20