aboutsummaryrefslogtreecommitdiff
path: root/lang/smalltalk
Commit message (Collapse)AuthorAgeFilesLines
* Switch from libglut to freeglut and retire libglut. Libglut hasn't beenKoop Mast2012-08-041-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. Notes: svn path=/head/; revision=302037
* Convert to new options frameworkJohan van Selst2012-06-281-24/+25
| | | | Notes: svn path=/head/; revision=300163
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-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 Notes: svn path=/head/; revision=282282
* - Track dependencies after databases/gdbm updateGabor Kovesdan2011-09-121-1/+2
| | | | Notes: svn path=/head/; revision=281668
* Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sinceKoop Mast2011-08-111-1/+1
| | | | | | | | | | mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Notes: svn path=/head/; revision=279506
* Update GNU Smalltalk to 3.2.4Johan van Selst2011-03-232-8/+4
| | | | Notes: svn path=/head/; revision=271552
* - Update smalltalk to 3.2.3Johan van Selst2010-12-194-20/+5
| | | | | | | - Remove patch that has been included upstream Notes: svn path=/head/; revision=266584
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Fix the build for smalltalk on powerpc (32-bit)Johan van Selst2010-10-081-0/+14
| | | | | | | | PR: ports/151324 Submitted by: andreast Notes: svn path=/head/; revision=262638
* - Update graphics/sdl_ttf to version 2.0.10Marcus von Appen2010-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. Notes: svn path=/head/; revision=259098
* Update to 3.2.2 (bugfix release)Johan van Selst2010-08-012-4/+4
| | | | Notes: svn path=/head/; revision=258578
* Update to 3.2.1Johan van Selst2010-07-263-6/+5
| | | | Notes: svn path=/head/; revision=258293
* Set IGNORE for NOPORTDATA configurations:Johan van Selst2010-05-041-0/+4
| | | | | | | | | | Smalltalk port does not honour the NOPORTDATA flag and won't work if the port data is not installed Reported by: QAT Notes: svn path=/head/; revision=253705
* - Update to Smalltalk 3.2,Johan van Selst2010-05-045-270/+23
| | | | | | | http://smalltalk.gnu.org/news/gnu-smalltalk-3-2 Notes: svn path=/head/; revision=253699
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* Update my mail address to @FreeBSD.orgJohan van Selst2010-02-231-1/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=250235
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - Update devel/sdl12 to version 1.2.14.Marcus von Appen2010-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) Notes: svn path=/head/; revision=248835
* - Mark broken on FreeBSD 6.xJohan van Selst2009-10-201-0/+4
| | | | | | | Reported by: pointyhat via pav, erwin Notes: svn path=/head/; revision=243077
* Update to 3.1Johan van Selst2009-10-084-211/+238
| | | | Notes: svn path=/head/; revision=242588
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-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 Notes: svn path=/head/; revision=238781
* Mark as broken on sparc64: fails to install.Mark Linimon2009-02-031-0/+4
| | | | Notes: svn path=/head/; revision=227505
* - Remove conditional checks for FreeBSD 5.x and olderPav Lucistnik2009-01-051-4/+0
| | | | Notes: svn path=/head/; revision=225297
* Update to 3.0.5Johan van Selst2008-10-202-4/+4
| | | | Notes: svn path=/head/; revision=221849
* Update to 3.0.4Johan van Selst2008-08-102-5/+4
| | | | Notes: svn path=/head/; revision=218329
* - Remove USE_GCC where it can be satisfied with base compiler on followingPav Lucistnik2008-07-251-1/+0
| | | | | | | FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT Notes: svn path=/head/; revision=217485
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-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) Notes: svn path=/head/; revision=214430
* Fix plistJohan van Selst2008-05-232-13/+15
| | | | | | | Reported by: miwi Notes: svn path=/head/; revision=213551
* Update to 3.0.3Johan van Selst2008-05-223-17/+14
| | | | Notes: svn path=/head/; revision=213513
* - Update to 3.0.2 - See smalltalk.gnu.org for what's new in 3.0Johan van Selst2008-03-074-407/+249
| | | | | | | | - Optional postgresql bindings - Update website link and remove references to old maintainers Notes: svn path=/head/; revision=208582
* - Update to 2.3.6Johan van Selst2007-12-123-4/+5
| | | | Notes: svn path=/head/; revision=203365
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-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 Notes: svn path=/head/; revision=196111
* - Update to 2.3.5Johan van Selst2007-06-073-6/+23
| | | | | | | - This version should work better on ia64 platforms Notes: svn path=/head/; revision=192980
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Update to 2.3.3Johan van Selst2007-04-152-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 Notes: svn path=/head/; revision=190012
* - Fix after objformat removalMartin Wilke2007-02-081-0/+5
| | | | | | | Submitted by: pointyhat Notes: svn path=/head/; revision=184566
* - Fix build with gcc 4.1Martin Wilke2007-01-242-0/+21
| | | | Notes: svn path=/head/; revision=183221
* - Update to 2.3.1Martin Wilke2006-12-214-42/+37
| | | | | | | | PR: 106983 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=180375
* - Fix build with gcc41Martin Wilke2006-10-061-0/+11
| | | | | | | | PR: ports/103952 Submitted by: trasz <trasz@pin.if.uz.zgora.pl> Notes: svn path=/head/; revision=174657
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gCheng-Lung Sung2006-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> Notes: svn path=/head/; revision=170649
* - Add readline as dependency when it was already installed. The programRong-En Fan2006-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> Notes: svn path=/head/; revision=169893
* Remove USE_REINPLACE from the categories starting with LEdwin Groothuis2006-05-091-1/+0
| | | | Notes: svn path=/head/; revision=161836
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-1/+1
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154113
* Update to 2.2.Sam Lawrance2005-12-184-43/+104
| | | | | | | | PR: ports/90554 Submitted by: Ports Fury Notes: svn path=/head/; revision=151525
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149341
* Pull in devel/readline on 4.x for enhanced command line editingVolker Stolz2005-07-261-0/+4
| | | | | | | | (and avoid possible implicit dependency when libreadline is already installed at build-time) Notes: svn path=/head/; revision=140164
* - Add dependency on devel/libexecinfo for missing backtrace_*() symbolsVolker Stolz2005-07-262-3/+20
| | | | | | | | | | - Use OPTIONS and enable Tcl/Tk by default [me] PR: ports/83905 Submitted by: Konstantin Belousov Notes: svn path=/head/; revision=140163
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992