summaryrefslogtreecommitdiff
path: root/devel/gnustep-objc
AgeCommit message (Collapse)AuthorFilesLines
2015-11-03Add SHA512 digests for distfiles for devel categoryagc1-1/+2
Issues found with existing distfiles: distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip distfiles/fortran-utils-1.1.tar.gz distfiles/ivykis-0.39.tar.gz distfiles/enum-1.11.tar.gz distfiles/pvs-3.2-libraries.tgz distfiles/pvs-3.2-linux.tgz distfiles/pvs-3.2-solaris.tgz distfiles/pvs-3.2-system.tgz No changes made to these distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-04-18Build fix for missing __i686.get_pc_thunk.bx symbolmanu3-2/+30
Depending on the compiler, __i686.get_pc_thunk.bx may be missing from runtime. Replace it by a localy supplied version.
2014-05-05Back out premature 1.7 libobjc2 Makefile commitrh1-4/+8
2014-05-05Add PLIST.Linux to fix bulk builds (adds extra .so.4 link on Linux installs)rh2-8/+6
2014-03-25One more file installed on FreeBSD.asau1-0/+2
2013-12-23Reset maintainer for resigned developers.wiz1-3/+2
2012-11-01It is really a lot more likely that 4.6.0 is meant here...joerg1-2/+2
2012-10-31Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-22Update gnustep-objc to 1.6.1.rh5-43/+26
Changes are too numerous to list here, but essentially this switches gnustep-objc to libobjc2-1.6.1 in order to provide a modern runtime and support modern Objective-C 2.0 features such as ARC, class extensions, the nonfragile ABI, etc.
2012-05-07Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)dholland1-2/+2
It turns out there were a lot of these.
2011-09-14Fix build on SunOS.hans1-0/+2
2009-10-06Not MAKE_JOBS ready.joerg1-1/+3
2009-06-14Remove @dirrm related logic.joerg1-4/+1
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2009-05-19Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENTwiz1-3/+2
block). Uncomment some commented out LICENSE lines while here.
2009-04-18GNUSTEP_OVERRIDE_INSTALL to allow unprivileged DESTDIR installs.rh1-9/+10
2009-04-17s/user-destdir/destdir/ as this needs root privileges to install. Thanksrh1-2/+2
to wiz for spotting.
2009-04-16Make this compile under amd64. Bump PKGREVISION.rh3-4/+13
2009-04-13Update gnustep-objc to 1.6.0. Changes are mainly bugfixes.rh5-87/+45
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2006-09-09Rename variable MAKEFILE to MAKE_FILE.obache1-2/+2
2006-07-22Reverted the recent change that has set USE_LANGUAGES="c objc", where onlyrillig1-2/+2
"objc" was needed. Thanks to Min Sik Kim for showing me the Right Way to handle this.
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-05-28Add USE_LANGUAGES= objcrh1-4/+5
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig1-2/+2
that they look nicer.
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-3/+3
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg2-2/+4
2005-11-03Using MASTER_SITE_GNUSTEP.rillig1-2/+2
2005-05-23Removed trailing white-space.rillig1-1/+1
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests.agc1-1/+2
2004-04-26Unused.wiz1-22/+0
2004-04-10Add a buildlink3.mk filerh1-0/+20
2004-03-31bl3ify gnustep-objc.minskim1-4/+4
2004-01-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2003-12-05Oops! Wrong buildlink - fixedadam1-3/+2
2003-12-05Changes 1.3.0:adam4-33/+32
Improvements and bug-fixes
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-1/+1
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz2-3/+4
dependency bumps.
2003-04-01Update gnustep-objc to 1.2.3. Changes are bugfixes only.rh3-8/+7
2003-01-21Make this work with native NetBSD threads.rh4-11/+34
Bump PKGREVISION.
2002-09-27Initial import of gnustep-objc-1.2.2, an Objective C runtime for GNUstep.rh6-0/+110