pkgsrc-Changes archive

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

CVS commit: pkgsrc/shells/static-tcsh



Module Name:    pkgsrc
Committed By:   jlam
Date:           Wed Aug 23 17:52:59 UTC 2017

Modified Files:
        pkgsrc/shells/static-tcsh: Makefile

Log Message:
shells/static-tcsh: Can't build static binaries on SunOS>=5.10.

SunOS>=5.10 stopped shipping static libraries, so it's not possible
to link a static tcsh binary.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/shells/static-tcsh/Makefile

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

Modified files:

Index: pkgsrc/shells/static-tcsh/Makefile
diff -u pkgsrc/shells/static-tcsh/Makefile:1.9 pkgsrc/shells/static-tcsh/Makefile:1.10
--- pkgsrc/shells/static-tcsh/Makefile:1.9      Wed Aug 23 17:52:47 2017
+++ pkgsrc/shells/static-tcsh/Makefile  Wed Aug 23 17:52:59 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2017/08/23 17:52:47 jlam Exp $
+# $NetBSD: Makefile,v 1.10 2017/08/23 17:52:59 jlam Exp $
 #
 
 MAINTAINER=            agc%NetBSD.org@localhost
@@ -13,6 +13,9 @@ CONFLICTS=            tcsh-[0-9]*
 PKGNAME=               static-${DISTNAME}
 PKGREVISION=           3       # ALWAYS needs to be set; 0 if none.
 
+# SunOS 5.10 stopped shipping static libraries.
+NOT_FOR_PLATFORM+=     SunOS-5.1[0-9]-*
+
 .include "../../shells/tcsh/Makefile"
 
 COMMENT:=              Statically-linked version of the ${COMMENT}



Home | Main Index | Thread Index | Old Index