summaryrefslogtreecommitdiff
path: root/lang/squeak
AgeCommit message (Collapse)AuthorFilesLines
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2002-10-02get rid of automake build dependency by patching configuredillo3-7/+107
2001-11-29A dependency on automake implies a dependency on autoconf; there's no needjlam1-2/+1
to list them both when we listing just automake will do.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-2/+2
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-08-27Use wildcard dependence on "autoconf" package.tron1-2/+2
2001-08-26Update automake to 1.4-p5 (1.5 is available)skrll1-2/+2
Include a bugfix for lisp_LISP independently discovered by me that has been pulled up to the automake-1-4 branch of automake cvs. Changes are: New in 1.4-p5: * Allow AM_PROG_LIBTOOL again. * Diagnose AC_CONFIG_HEADERS the same as AC_CONFIG_HEADER. * Display distributed file list correctly in usage message. * Allow numbers in macro names. * Bugfixes. New in 1.4-p4: * Deal with configure.ac as well as configure.in -- this time for real! * The version numbering system now allows three point version numbers, such as 1.4.4, without thinking they are alpha release numbers. New in 1.4-p3: * Deal with configure.ac as well as configure.in. * Don't complain if `version.texi' is included in multiple places. New in 1.4-p2: * Deal with AC_CONFIG_FILES from autoconf-2.50. * Improvements to f77 support. * DESTDIR now works for script targets. * distcheck-hook works correctly. New in 1.4-p1: * The version numbering system now allows fork identifiers (such as the p1 in this version of automake). * Cope gracefully with various versions of libtool which may or may not require ltconfig, ltcf-c.sh, ltcf-cxx.sh or ltcf-gcj.sh. * Bugfixes.
2001-08-24Oops, correct file location.mjl2-5/+5
2001-08-24regenmjl1-1/+2
2001-08-24Make this compile on ppc.mjl1-0/+13
2001-08-23Update squeak VM to 3.0 final, and image to 3.0-3552. A concise andfredb4-14/+98
comprehensible ChangeLog is unfortunately not available. Update submitted by Greg A. Woods, in PR pkg/13775.
2001-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam1-2/+1
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-05-16Update to squeak-3.0pre2. Where to begin? The default image is morefredb7-124/+168
sophisticated than 2.7's, including improved speech synthesis, MIDI, graphics, even singing faces. A concise change log is not available.
2001-05-03Wrap lines consistently to 72 columns.fredb1-5/+4
2001-05-02Add audio support (ossaudio + a work-around for PR lib/12796).fredb4-7/+73
Don't bother trying to compile for debugging in the pkgsrc Makefile. "-fomit-frame-pointer" makes it impossible to debug on i386 anyway, and it's easy enough to modify the package makefiles before building.
2001-04-28Add an i386 bulk build leftover ("ReadMe.txt").jtb1-1/+2
2001-04-19Move to sha1 digests, and add distfile sizes.agc1-5/+9
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-5/+3
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-27Change BUILD_DEPENDS semantics:hubertf1-2/+2
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org>
2001-02-25Cleanup MKDIR usage => INSTALL_*_DIRhubertf1-2/+2
XXX need to teach pkglint to be more picky about this
2001-02-17Move the COMMENT from being in its own file to a definition in theagc2-2/+2
package Makefile.
2001-02-07Fix a few more paste-o's.fredb1-4/+6
2001-02-05Use full pathname "${LOCALBASE}/bin/auto..." in dependences and maketron1-2/+2
targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski.
2000-08-14Remove unnecessary patch (superseded by autoconf)mjl1-734/+0
2000-08-14Update to 2.7. A short change log is not available.mjl6-48/+51
2000-08-11Remove (sometimes FreeBSD) packager's (porter's) name from DESCR.wiz1-4/+0
If anywhere, it should be the value of MAINTAINER in the Makefile. Some minor cleanup/reformatting while I'm here.
2000-02-16-install missing .source filedmcmahill7-5/+813
-change -rdynamic cc flag to -Wl,--export-dynamic for correct operation on ELF. -add a patch to take care of some places where "#ifdef(__alpha__)" was used for OSF dependent code. -patch the configure script to not hard code DEC compilers for alpha's.
2000-02-16"-R" -> "-Wl,-R"fredb1-2/+2
2000-02-16Packages configure script doesn't propagate LDFLAGS to the generatedfredb1-4/+3
Makefile, so use LIBS instead. Seperate configure step not required-- package does that automatically. Closes PR pkg/9433.
2000-02-12use the config.guess script that comes with the program to determine whatdmcmahill1-7/+3
directory the program built in instead of trying to generate the system name on our own. This ensures it always works (for example 1.4.2_ALPHA confused this when done the old way)
2000-02-09adjust for changed distfiles on the master sitehubertf1-3/+3
2000-02-05reorder lines to silence pkglintwiz1-3/+3
2000-01-13Initial import of squeak, a full Smalltalk 80 with portability toagc5-0/+70
UN*X, Mac, and Windows, into the NetBSD packages collection. This was based very loosely upon an old FreeBSD port, but upgraded from version 2.4 to 2.6, and NetBSD differences have been applied.