summaryrefslogtreecommitdiff
path: root/lang/objc/Makefile
diff options
context:
space:
mode:
authorasau <asau@pkgsrc.org>2012-05-24 09:14:58 +0000
committerasau <asau@pkgsrc.org>2012-05-24 09:14:58 +0000
commitaa31859d6bec8a3de8c79bac6d44063f6afb5d9b (patch)
tree34631f9d7ff75ff769c1814367dc8a6511da5b07 /lang/objc/Makefile
parent750d6c43bdd4dd3e262ab2df01467accbff419ed (diff)
downloadpkgsrc-aa31859d6bec8a3de8c79bac6d44063f6afb5d9b.tar.gz
Update Portable Object Compiler to 3.2.10
Changes since 3.2.6: 3.2.10 * add patch Finn Wilcox finnw ocstring cannot concat: or at:insert: itself - ID: 1640788 * port to OpenSolaris 09/06 with Sun C 5.10 SunOS_i386 2009/06/03 * updated email address in indent-patch 3.2.9 * add OpenSolaris (solaris 2.11) to Platforms * change __builtin_va_alist to builtinvar for OpenSolaris 3.2.8 * add __builtin_expect, __builtin_strchr and more garbage for gcc 3.4.6 __builtin_cmp (GCC developers seem to believe they're using PASCAL) * regenerated configure with autoconf 2.6 * upgraded config.guess and config.sub to automake 1.9 * add NIOS2 sopc to platforms (port by lionnel@ipricot.com) * rebuilt bootstrap package * upgraded nm objc1 | postlink >util/_objc1.c 3.2.7 * fix for -builtintype and -builtinfunction broken (pragma OCbuiltInFctn and OCbuiltInType still worked) * port to IA-64 hpux 11.23 with HP aC++/ANSI C (add to platforms) * add -hpux flag with some builtins: __va_list__, __va_arg__, __va_start__, __fpreg and __float80
Diffstat (limited to 'lang/objc/Makefile')
-rw-r--r--lang/objc/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/objc/Makefile b/lang/objc/Makefile
index 9dd94f6e7a9..e6d9b9beb28 100644
--- a/lang/objc/Makefile
+++ b/lang/objc/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2012/05/04 06:58:04 sbd Exp $
+# $NetBSD: Makefile,v 1.15 2012/05/24 09:14:58 asau Exp $
-DISTNAME= objc-3.2.6
+DISTNAME= objc-3.2.10
CATEGORIES= lang
MASTER_SITES= http://users.pandora.be/stes/
DISTFILES= ${DIST_BS}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}
@@ -11,7 +11,7 @@ COMMENT= Portable Object Compiler
PKG_DESTDIR_SUPPORT= user-destdir
-DIST_BS= objc-bootstrap-3.1.33
+DIST_BS= objc-bootstrap-3.2.8
WRKSRC_BS= ${WRKDIR}/${DIST_BS}
MAKE_JOBS_SAFE= no