pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/nspr



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Jul  1 07:24:56 UTC 2021

Modified Files:
        pkgsrc/devel/nspr: Makefile

Log Message:
nspr: remove PLIST_VAR for 32-bit sun that has no corresponding match in PLIST


To generate a diff of this commit:
cvs rdiff -u -r1.114 -r1.115 pkgsrc/devel/nspr/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/nspr/Makefile
diff -u pkgsrc/devel/nspr/Makefile:1.114 pkgsrc/devel/nspr/Makefile:1.115
--- pkgsrc/devel/nspr/Makefile:1.114    Thu Jul  1 07:23:00 2021
+++ pkgsrc/devel/nspr/Makefile  Thu Jul  1 07:24:56 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.114 2021/07/01 07:23:00 wiz Exp $
+# $NetBSD: Makefile,v 1.115 2021/07/01 07:24:56 wiz Exp $
 
 DISTNAME=      nspr-${NSPR_RELEASE:S/.0$//}
 NSPR_RELEASE=  4.32.0
@@ -63,18 +63,9 @@ SO_SUFFIX=           so.1.0
 .endif
 PLIST_SUBST+=          SO_SUFFIX=${SO_SUFFIX:Q}
 
-PLIST_VARS+=           sun4u_32
-# see nspr/pr/src/md/unix/Makefile.in
-# for the bit about 32-bit sun4u machines installing an extra file.
-# That is why we have this specific test and modify the PLIST
 .if ${OPSYS} == "SunOS"
 .  if defined(ABI) && ${ABI} == "64"
 CONFIGURE_ARGS+=       --enable-64bit
-.  else
-HW_CLASS!=             ${UNAME} -m
-.    if ${HW_CLASS} == "sun4u"
-PLIST.sun4u_32=                yes
-.    endif
 .  endif
 .endif
 



Home | Main Index | Thread Index | Old Index