From owner-freebsd-newbies@FreeBSD.ORG Sun Jan 23 01:19:53 2005 Return-Path: Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC01E16A4CE for ; Sun, 23 Jan 2005 01:19:53 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E03143D2D for ; Sun, 23 Jan 2005 01:19:53 +0000 (GMT) (envelope-from cody.holland@gmail.com) Received: by wproxy.gmail.com with SMTP id 58so128864wri for ; Sat, 22 Jan 2005 17:19:51 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=gQXO697iyokw6jr847vZcbhaWplrQXXuiJUMt6b1AYmlCwDhdP7A7znkSGSz5rvszsjkNVSnfmBxSKsQc/A/VFj3L3DODFI77hrNtajyZhNuDT+45dN0+mi+zLkv2rHpjwHuaAHUl/UihRfI3QRTAeQEmuDW9HFO4QeloCQxeKI= Received: by 10.54.45.52 with SMTP id s52mr43853wrs; Sat, 22 Jan 2005 17:19:51 -0800 (PST) Received: by 10.54.45.2 with HTTP; Sat, 22 Jan 2005 17:19:50 -0800 (PST) Message-ID: Date: Sat, 22 Jan 2005 19:19:50 -0600 From: Cody Holland To: freebsd-newbies@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Upgrading Automake X-BeenThere: freebsd-newbies@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Cody Holland List-Id: Gathering place for new users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Jan 2005 01:19:54 -0000 This may sound kinda dumb, but I'm pretty new to the FreeBSD environment. I'm trying to add an new package and am getting: This port is deprecated; you may wish to reconsider installing it: Please use devel/automake19 instead. Stop in /usr/ports/devel/automake15. *** Error code 1 So I went and installed the port for automake19....but when i go to add the package it still tries to use automake15. Can anyone tell me what i'm doing wrong?