From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 24 01:07:02 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38C7A16A4B3; Wed, 24 Sep 2003 01:07:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B618943FAF; Wed, 24 Sep 2003 01:07:01 -0700 (PDT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h8O871FY020472; Wed, 24 Sep 2003 01:07:01 -0700 (PDT) (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h8O871qB020468; Wed, 24 Sep 2003 01:07:01 -0700 (PDT) (envelope-from edwin) Date: Wed, 24 Sep 2003 01:07:01 -0700 (PDT) From: Edwin Groothuis Message-Id: <200309240807.h8O871qB020468@freefall.freebsd.org> To: sysadmin@alexdupre.com, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, edwin@FreeBSD.org Subject: Re: ports/56895: [Maintainer Update] Port: print/pdflib (libtool fix) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Sep 2003 08:07:02 -0000 Synopsis: [Maintainer Update] Port: print/pdflib (libtool fix) State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Wed Sep 24 01:03:01 PDT 2003 State-Changed-Why: Please approve of the upgrade to 5.0.2. Nearly the same patch-configure file. 5.0.2 compiles cleanly on -current: add lib/libpdf.la to pkg-plist Use this for patch-configure --- configure.orig Wed Sep 24 01:02:01 2003 +++ configure Wed Sep 24 01:02:23 2003 @@ -1125,7 +1125,7 @@ PDFLIB_MINOR=0 PDFLIB_REVISION=2 -PDFLIB_LTCURRENT=4 +PDFLIB_LTCURRENT=5 PDFLIB_LTREVISION=0 PDFLIB_LTAGE=2 @@ -6883,7 +6883,7 @@ ## END FIXME # This can be used to rebuild libtool when needed -LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" +$ac_aux_dir/ltconfig $LIBTOOL_DEPS # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' Responsible-Changed-From-To: freebsd-ports-bugs->edwin Responsible-Changed-By: edwin Responsible-Changed-When: Wed Sep 24 01:03:01 PDT 2003 Responsible-Changed-Why: Please approve of the upgrade to 5.0.2. Nearly the same patch-configure file. 5.0.2 compiles cleanly on -current: add lib/libpdf.la to pkg-plist Use this for patch-configure --- configure.orig Wed Sep 24 01:02:01 2003 +++ configure Wed Sep 24 01:02:23 2003 @@ -1125,7 +1125,7 @@ PDFLIB_MINOR=0 PDFLIB_REVISION=2 -PDFLIB_LTCURRENT=4 +PDFLIB_LTCURRENT=5 PDFLIB_LTREVISION=0 PDFLIB_LTAGE=2 @@ -6883,7 +6883,7 @@ ## END FIXME # This can be used to rebuild libtool when needed -LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" +$ac_aux_dir/ltconfig $LIBTOOL_DEPS # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' http://www.freebsd.org/cgi/query-pr.cgi?pr=56895