aboutsummaryrefslogtreecommitdiffstats
path: root/lang/smalltalk
Commit message (Collapse)AuthorAgeFilesLines
* audio/sdl_sound:tijl2014-05-042-27/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - USES=libtool. - Strip library. - Replace patch+reinplace with a single reinplace. - Remove a patch so we use the upstream library name again. Bump PORTREVISION on all dependent ports. games/alephone: - USES=gmake tar:bzip2. - Remove unneeded PKG_CONFIG variable. - Staging. - New LIB_DEPENDS syntax. games/asc: - USES=libtool. games/gltron: - New LIB_DEPENDS syntax. - USES=gmake. - Remove references to PTHREAD_CFLAGS and PTHREAD_LIBS. - Use option helpers. - Staging. lang/kroc: (still BROKEN due to use of "python" command) - New LIB_DEPENDS syntax. - USES=pathfix tar:bzip2. - Staging. - Replace patches with post-patch. - Replace MAKE with MAKE_CMD. lang/smalltalk: - USES=libtool tar:xz. - Use BROKEN_sparc64.
* The FreeBSD x11@ and graphics team proudly presentszeising2014-04-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb)
* Remove some references to deprecated NOPORTDATAantoine2014-03-291-4/+0
| | | | With hat: portmgr
* - Enable STAGE supportjohans2013-12-302-50/+36
| | | | | | | - Simplify OPTIONS handling - Correct shebang paths - Strip installed binaries and libraries - Bump PORTREVISION
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | lang)
* Update Smalltalk to 3.2.5 (mostly bugfixes)johans2013-04-305-20/+27
| | | | http://smalltalk.gnu.org/news/gnu-smalltalk-3-2-5
* - Convert USE_ICONV=yes to USES=iconvmva2013-04-271-2/+2
| | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: zeising
* Switch from libglut to freeglut and retire libglut. Libglut hasn't beenkwm2012-08-051-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | developed in years and has been dropped from the MESA 8.0 distribution. Freeglut is a rewrite of glut and is actively developed and is used by many linux distributions instead of libglut. Bump all ports that directly depend on libglut because of the shlib version change. There are some extra items in this patch. *) Because freeglut doesn't have the same dependancies as libglut, some ports need extra dependencies added to USE_XORG to make them build. *) Mark graphics/f90gl broken, f90gl depends on a header that is only shipped with libglut. *) Remove option for libglut/freeglut selection in games/cake, only freeglut remains now. *) While here fix a png related build issue games/vegastrike. Thanks to miwi for running the exp-run. Approved by: portmgr (miwi) Collaboration with: zeising@ Obtained from: xorg-dev staging area.
* Convert to new options frameworkjohans2012-06-291-24/+25
|
* - update png to 1.5.10dinoex2012-06-011-1/+1
|
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-4/+3
| | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
* - Track dependencies after databases/gdbm updategabor2011-09-121-1/+2
|
* Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sincekwm2011-08-121-1/+1
| | | | | | | mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
* Update GNU Smalltalk to 3.2.4johans2011-03-242-8/+4
|
* - Update smalltalk to 3.2.3johans2010-12-194-20/+5
| | | | - Remove patch that has been included upstream
* Sync to new bsd.autotools.mkade2010-12-041-1/+1
|
* Fix the build for smalltalk on powerpc (32-bit)johans2010-10-091-0/+14
| | | | | PR: ports/151324 Submitted by: andreast
* - Update graphics/sdl_ttf to version 2.0.10mva2010-08-111-0/+1
| | | | | - Bump portrevisions for all ports depending on graphics/sdl_ttf - Update Mk/bsd.sdl.mk for the new shared library version.
* Update to 3.2.2 (bugfix release)johans2010-08-012-4/+4
|
* Update to 3.2.1johans2010-07-273-6/+5
|
* Set IGNORE for NOPORTDATA configurations:johans2010-05-051-0/+4
| | | | | | | Smalltalk port does not honour the NOPORTDATA flag and won't work if the port data is not installed Reported by: QAT
* - Update to Smalltalk 3.2,johans2010-05-055-270/+23
| | | | http://smalltalk.gnu.org/news/gnu-smalltalk-3-2
* - update to 1.4.1dinoex2010-03-281-1/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* Update my mail address to @FreeBSD.orgjohans2010-02-241-1/+1
| | | | Feature safe: yes
* - update to jpeg-8dinoex2010-02-051-1/+1
|
* - Update devel/sdl12 to version 1.2.14.mva2010-01-301-0/+1
| | | | | | | | | | | | - Update audio/sdl_mixer to version 1.2.11. - Update graphics/sdl_gfx to version 2.0.20. - Update graphics/sdl_image to version 1.2.10. - Bump portrevisions for all ports depending on audio/sdl_mixer and graphics/sdl_image. - Update Mk/bsd.sdl.mk accordingly for the new shared lib versions. PR: ports/142147 ports/142248 ports/142249 Approved by: miwi (mentor implicit)
* - Mark broken on FreeBSD 6.xjohans2009-10-201-0/+4
| | | | Reported by: pointyhat via pav, erwin
* Update to 3.1johans2009-10-094-211/+238
|
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-031-1/+1
| | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr
* Mark as broken on sparc64: fails to install.linimon2009-02-031-0/+4
|
* - Remove conditional checks for FreeBSD 5.x and olderpav2009-01-061-4/+0
|
* Update to 3.0.5johans2008-10-212-4/+4
|
* Update to 3.0.4johans2008-08-102-5/+4
|
* - Remove USE_GCC where it can be satisfied with base compiler on followingpav2008-07-251-1/+0
| | | | FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1
| | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
* Fix plistjohans2008-05-232-13/+15
| | | | Reported by: miwi
* Update to 3.0.3johans2008-05-223-17/+14
|
* - Update to 3.0.2 - See smalltalk.gnu.org for what's new in 3.0johans2008-03-074-407/+249
| | | | | - Optional postgresql bindings - Update website link and remove references to old maintainers
* - Update to 2.3.6johans2007-12-133-4/+5
|
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptrafan2007-07-231-3/+1
| | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run
* - Update to 2.3.5johans2007-06-073-6/+23
| | | | - This version should work better on ia64 platforms
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* - Update to 2.3.3johans2007-04-162-13/+14
| | | | | | | - Claim maintainership - Fix build for amd64 (and maybe ia64) - Remove FreeBSD 4.x specific libreadline requirement - Mark broken for 5.x: lacking certain libm functions
* - Fix after objformat removalmiwi2007-02-081-0/+5
| | | | Submitted by: pointyhat
* - Fix build with gcc 4.1miwi2007-01-252-0/+21
|
* - Update to 2.3.1miwi2006-12-224-42/+37
| | | | | PR: 106983 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Fix build with gcc41miwi2006-10-071-0/+11
| | | | | PR: ports/103952 Submitted by: trasz <trasz@pin.if.uz.zgora.pl>
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gclsung2006-08-151-1/+1
| | | | | | | - these include irc/ japanese/ java/ lang/ mail/ math/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
* - Add readline as dependency when it was already installed. The programrafan2006-08-072-426/+426
| | | | | | | | | will be linked against it anyway, not against a system one. - Fix BROKEN message to pet portlint(1) - Use DATADIR PR: ports/101446 Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
* Remove USE_REINPLACE from the categories starting with Ledwin2006-05-101-1/+0
|
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-1/+1
| | | | | Approved by: krion@ PR: ports/88711 (related)
* Update to 2.2.lawrance2005-12-194-43/+104
| | | | | PR: ports/90554 Submitted by: Ports Fury
* - Add SHA256pav2005-11-251-0/+1
|
* Pull in devel/readline on 4.x for enhanced command line editingvs2005-07-271-0/+4
| | | | | (and avoid possible implicit dependency when libreadline is already installed at build-time)
* - Add dependency on devel/libexecinfo for missing backtrace_*() symbolsvs2005-07-262-3/+20
| | | | | | | - Use OPTIONS and enable Tcl/Tk by default [me] PR: ports/83905 Submitted by: Konstantin Belousov
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1
| | | | after 5.4-RELEASE.
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1
| | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
* - Fix build on 5.3pav2004-09-251-0/+2
| | | | | | PR: ports/72042 Submitted by: Yen-Ming Lee <leeym@FreeBSD.org> Approved by: portmgr (marcus)
* - Use USE_ICONV knobkrion2004-03-311-2/+2
| | | | Approved by: portmgr
* BROKEN on !i386 and !alpha: Does not compilekris2004-03-141-1/+7
|
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 2)
* SIZEify.trevor2004-01-291-0/+1
|
* - Update to version 2.1.5krion2003-11-234-37/+25
| | | | | PR: 59581 Submitted by: Ports Fury
* Update to version 2.1.4maho2003-07-212-2/+2
| | | | | PR: 54663 Submitted by: KATO Tsuguru <tkato@prontomail.com> aka ports fury
* update lang/smalltalk: 2.1.2 -> 2.1.3daichi2003-07-082-2/+2
| | | | | PR: 54132 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* - update to 2.1.2petef2003-05-194-72/+161
| | | | | | | - also install the smalltalk site-lisp PR: 52051 Submitted by: Ports Fury
* Add missing directorykris2003-02-221-0/+1
|
* De-pkg-comment.knu2003-02-212-1/+1
|
* Update to 2.0.11arved2003-01-193-4/+15
| | | | | PR: 47077 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Update to 2.0.10arved2003-01-045-42/+5
| | | | | PR: 46305 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* chase gdbm lib versionijliao2003-01-031-1/+1
|
* Upgrade to 2.0.8.obraun2002-11-192-4/+4
| | | | | PR: ports/45439 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-2/+1
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-072-1/+2
| | | | Approved by: pat
* Upgrade to 2.0.7.obraun2002-10-182-2/+2
|
* Upgrade to 2.0.6.obraun2002-10-178-185/+48
| | | | | PR: ports/44115 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* upgrade to 2.0.1ijliao2002-06-307-29/+257
| | | | | PR: 39986 Submitted by: Ports Fury
* Replace ${PERL} with ${REINPLACE_CMD}ijliao2002-06-221-3/+4
| | | | | PR: 39605 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
* Update to 1.95.13.apat2002-05-052-2/+3
| | | | | PR: 37705 Submitted by: Tilman Linneweh <tilman@arved.de>
* Update to 1.95.13pat2002-04-202-2/+2
| | | | | PR: 37278 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Update to 1.95.11pat2002-03-162-3/+3
| | | | | PR: 35962 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Update to 1.95.10pat2002-02-103-5/+2
| | | | | PR: 34771 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Update to 1.95.8pat2002-01-063-3/+15
| | | | | PR: 33599 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* upgrade to 1.95.7ijliao2001-12-183-6/+8
| | | | | PR: 32859 Submitted by: Ports Fury
* Upgrade to 1.95.6.vanilla2001-11-303-5/+5
| | | | | PR: ports/32313 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Update to version 1.99.5.demon2001-11-045-279/+267
| | | | | PR: 31722 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Update to version 1.95.4jeh2001-03-232-4/+3
| | | | | PR: 25998 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Fix typo in Makefile: libgst/libgst.a -> libgst/.libs/libgst.aolgeni2001-03-081-1/+1
| | | | Noticed by: sf
* Update port to version 1.95.3.olgeni2001-03-086-62/+50
| | | | | PR: 25554 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Upgrade to 1.95.1,vanilla2001-02-219-147/+90
| | | | | | | I merge splited-info files to one file. PR: ports/25211 Submitted by: tkato@prontomail.ne.jp
* Release to ports@FreeBSD.org.alex2001-01-011-1/+1
| | | | | | | | GNU Smalltalk is at version 1.8.5 already, but it _keeps_ calculating wrong values on FreeBSD (see the "make check" target output). This happened for the versions 1.8.2-1.8.5 on my machine now. Unfortunately, I don't have the time to find out what's going on here, I'm sorry. Maybe someone with more time wants to maintain it.
* Update to version 1.8.1alex2000-07-095-4/+42
| | | | | PR: 19678 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Change MAINTAINER: alex@big.endian.de --> alex@FreeBSD.orgalex2000-06-101-1/+1
|
* Convert to the PORTNAME - PORTVERSION syntax.obrien2000-04-121-2/+2
|
* Update smalltalk to 1.7.3.will2000-04-016-296/+297
| | | | | | PR: 17685 Submitted by: Alexander Langer <alex@big.endian.de> Patch by: KATO Tsuguru <tkato@prontomail.ne.jp>
* PREFIX -> LOCALBASEmharo2000-03-211-1/+1
|
* Update to version 1.6.2.steve1999-12-287-256/+333
| | | | | PR: 15712 Submitted by: maintainer
* Hand over to a maintainer with more time available, now that James hassheldonh1999-12-221-2/+2
| | | | | | | | retired from active service. Bump "Version required" while I'm in there. Requested by: Alexander Langer <alex@big.endian.de>
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-311-1/+1
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffmharo1999-08-281-21/+21
| | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* chmod -> ${CHMOD}mharo1999-08-231-2/+2
| | | | chown -> ${CHOWN}
* Commit #3/4 to enforce caps, no period.hoek1999-06-271-1/+1
| | | | | | | | | | | | FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s
* ${MASTER_SITE_GNU} got rearranged in December; let's catch up.fenner1999-01-271-1/+2
|
* Update version number in PLISTjraynard1997-12-061-1/+1
| | | | Spotted by: Sheldon Hearn
* Update to version 1.1.5 of GNU Smalltalk.jraynard1997-11-296-179/+187
|
* No `.' is needed at the end of the reason string for NO_CDROM, NO_PACKAGE,max1996-12-081-2/+2
| | | | | RESTRICTED or BROKEN. Pointed-out by: asami
* Added reason for NO_PACKAGE. (Interactive installation, sort of.)max1996-12-081-3/+3
| | | | {CP} -> ${CP} ;)
* Use MASTER_SITE_GNU Use MAN? macros. CATEGORIES+= -> CATEGORIES.asami1996-11-181-2/+2
|
* CATAGORIES+= -> CATAGORIES=obrien1996-11-121-6/+6
| | | | | Reordered vars where needed. Added MAINTAINERS where needed, many mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc.
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"asami1996-10-101-1/+1
| | | | | | | | | | all the COMMENTs! No package names, no version numbers, no "this is absolutix-3.1.2" type comments that have zero information contents. Now, without any bad examples to follow, nobody has an excuse to import a port with those kind of comments. :) Phew! 238 ports modified!
* Made port NO_PACKAGE.jraynard1996-06-061-7/+9
| | | | | | Removed CFLAGS line which didn't appear to do anything. Minor changes to message printed out at install time.
* Remove "/usr/local/" from all the lines.asami1996-06-031-84/+84
|
* Get X interface to Smalltalk working.jraynard1996-06-031-0/+37
|
* Compile with optimisation.jraynard1996-06-031-0/+23
|
* Package list for the port.jraynard1996-06-031-0/+84
|
* Change maintainer to jraynard.jraynard1996-06-031-4/+26
| | | | | | Build either X or non-X version depending on whether X11BASE exists. Make info printed out at install stage more informative.
* Change category nome from "languages" to "lang". Also remove "programming"asami1995-11-221-2/+2
| | | | which appeared in some of them, everything here is a programming language! :)
* Update lang Makefiles, compressing some man pages and stripping someasami1995-04-241-3/+2
| | | | executables along the way.
* Add IS_INTERACTIVE=yes. Cf.asami1995-04-181-1/+3
| | | | | >> The install target for smalltalk-1.1.1 is interactive. >> Please read the file mst.texinfo for more information.
* Make various install and pre-install targets depend on build.asami1995-04-171-2/+2
|
* Update of lang Makefiles....asami1995-04-151-2/+3
|
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are injkh1995-04-011-1/+2
| | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
* GNU Smalltalk version 1.1.1. The install target is a dummy whichgpalmer1995-02-105-0/+99
prints a warning as the supplied install target is interactive.