From owner-cvs-ports@FreeBSD.ORG Fri Mar 18 11:35:05 2005 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A31BA16A4CE; Fri, 18 Mar 2005 11:35:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DD4143D48; Fri, 18 Mar 2005 11:35:05 +0000 (GMT) (envelope-from joerg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2IBZ5nm089165; Fri, 18 Mar 2005 11:35:05 GMT (envelope-from joerg@repoman.freebsd.org) Received: (from joerg@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2IBZ52j089164; Fri, 18 Mar 2005 11:35:05 GMT (envelope-from joerg) Message-Id: <200503181135.j2IBZ52j089164@repoman.freebsd.org> From: Joerg Wunsch Date: Fri, 18 Mar 2005 11:35:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print/acroread Makefile pkg-deinstall pkg-install X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Mar 2005 11:35:05 -0000 joerg 2005-03-18 11:35:05 UTC FreeBSD ports repository Modified files: print/acroread Makefile pkg-deinstall pkg-install Log: Install a symlink for ${LOCALBASE}/bin/acroread, too (in adddition to acroread7). This resolves the biggest complaint about the new acroread port. In case an acroread5 port will appear, it then needs to either be marked as CONFLICT with acroread7, or it should not install the same symlink, too. This should fix all other ports that depend on the name "acroread" for the executable. Depend the port on linux-XFree86-libs, as the most recent versions of linux_base do no longer contain the X11 libraries. For older versions of linux_base, this might cause a conflict, but I believe these older versions are incompatible with the linux-gtk2 prerequisite anyway. Disable the PPKLite plug-in as we do not want another dependency (on linux-openldap-libraries where we don't even have a port for). This is done by chmod 0'ing the plug-in, so anyone interested in it can easily get it alive again. That way, the annoying popup message at startup is avoided. Not resolved: I'd rather leave it to the maintainer to decide whether and how the installation should go to ${LOCALBASE} instead of ${LINUXBASE}. Technically, I see the description for LINUXBASE in ${PORTSDIR}/Mk/bsd.ports.mk fit here, so this is not strictly a violation of policy. Revision Changes Path 1.41 +6 -3 ports/print/acroread/Makefile 1.2 +1 -0 ports/print/acroread/pkg-deinstall 1.2 +1 -0 ports/print/acroread/pkg-install