From owner-freebsd-gnome Sat Apr 13 2:42:46 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from south.nanolink.com (south.nanolink.com [217.75.134.10]) by hub.freebsd.org (Postfix) with SMTP id 70F8337B439 for ; Sat, 13 Apr 2002 02:42:31 -0700 (PDT) Received: (qmail 94609 invoked from network); 13 Apr 2002 09:49:04 -0000 Received: from unknown (HELO straylight.ringlet.net) (212.116.140.125) by south.nanolink.com with SMTP; 13 Apr 2002 09:49:04 -0000 Received: (qmail 86703 invoked by uid 1000); 13 Apr 2002 09:42:17 -0000 Date: Sat, 13 Apr 2002 12:42:17 +0300 From: Peter Pentchev To: gnome@FreeBSD.org Cc: ports@FreeBSD.org Subject: [PATCH] textproc/scrollkeeper: properly link against libintl Message-ID: <20020413124217.F40206@straylight.oblivion.bg> Mail-Followup-To: gnome@FreeBSD.org, ports@FreeBSD.org Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="HWvPVVuAAfuRc6SZ" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --HWvPVVuAAfuRc6SZ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, While trying to package sysutils/gnomecontrolcenter on a 4.5-STABLE system after the devel/gettext update, I noticed that it could not package properly - the omf/control-center-* files were not installed at all. It turned out that scrollkeeper-preinstall did not know where to find libintl. The following patch, shamelessly stolen from the mail/fetchmail port, fixes the search for libintl here. G'luck, Peter --=20 Peter Pentchev roam@ringlet.net roam@FreeBSD.org PGP key: http://people.FreeBSD.org/~roam/roam.key.asc Key fingerprint FDBA FD79 C26F 3C51 C95E DF9E ED18 B68D 1619 4553 This would easier understand fewer had omitted. Index: ports/textproc/scrollkeeper/Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/ncvs/ports/textproc/scrollkeeper/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- ports/textproc/scrollkeeper/Makefile 1 Aug 2001 06:56:44 -0000 1.5 +++ ports/textproc/scrollkeeper/Makefile 13 Apr 2002 09:12:56 -0000 @@ -28,7 +28,7 @@ INSTALLS_SHLIB=3D yes CONFIGURE_ARGS=3D --localstatedir=3D/var --datadir=3D${PREFIX}/share/gnome CONFIGURE_ENV=3D CPPFLAGS=3D"-I${LOCALBASE}/include" \ - LIBS=3D"-L${LOCALBASE}/lib -lintl" + LDFLAGS=3D"-L${LOCALBASE}/lib -lintl" =20 MAN8=3D scrollkeeper-config.8 scrollkeeper-preinstall.8 \ scrollkeeper-rebuilddb.8 scrollkeeper-update.8 --HWvPVVuAAfuRc6SZ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjy3/XkACgkQ7Ri2jRYZRVNmqACglGpIfCQCue3LMcQIn84PtW7x 5JUAoIrmi89ci6npwvX4NIZyXVRFA1kQ =Og1t -----END PGP SIGNATURE----- --HWvPVVuAAfuRc6SZ-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message