pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/findutils Make this build and install under I...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/19c1e8b47eaa
branches:  trunk
changeset: 500637:19c1e8b47eaa
user:      jschauma <jschauma%pkgsrc.org@localhost>
date:      Tue Oct 11 01:59:49 2005 +0000

description:
Make this build and install under IRIX.  To do this, we patch
one file to get the proper include (not quite what's suggested in
PR pkg/31273, but based on it), add the proper library to link against
and simply ignore the fact that we don't have nroff (and thus don't install
pre-formatted manual pages).

diffstat:

 sysutils/findutils/Makefile |  9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r ae2e349fb59f -r 19c1e8b47eaa sysutils/findutils/Makefile
--- a/sysutils/findutils/Makefile       Tue Oct 11 01:53:16 2005 +0000
+++ b/sysutils/findutils/Makefile       Tue Oct 11 01:59:49 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2005/10/04 18:31:29 reed Exp $
+# $NetBSD: Makefile,v 1.19 2005/10/11 01:59:49 jschauma Exp $
 
 DISTNAME=      findutils-4.1
 PKGREVISION=   4
@@ -13,11 +13,18 @@
 CONFIGURE_HAS_INFODIR= NO
 CONFIGURE_HAS_MANDIR=  NO
 MAKE_ENV+=             INFO_DIR=${INFO_DIR}
+LDFLAGS.IRIX+=         -lgen
 
 INFO_FILES=            find.info
 
 .include "../../mk/bsd.prefs.mk"
 
+.if ${OPSYS} == "IRIX"
+PLIST_SUBST+=  USE_CATMAN="@comment "
+.else
+PLIST_SUBST+=  USE_CATMAN=""
+.endif
+
 .if defined(GNU_PROGRAM_PREFIX)
 CONFIGURE_ARGS+=       --program-prefix=${GNU_PROGRAM_PREFIX}
 .endif



Home | Main Index | Thread Index | Old Index