aboutsummaryrefslogtreecommitdiff
path: root/lang/smalltalk
Commit message (Collapse)AuthorAgeFilesLines
* - 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
* - Fix build on 5.3Pav Lucistnik2004-09-241-0/+2
| | | | | | | | | PR: ports/72042 Submitted by: Yen-Ming Lee <leeym@FreeBSD.org> Approved by: portmgr (marcus) Notes: svn path=/head/; revision=118377
* - Use USE_ICONV knobKirill Ponomarev2004-03-301-2/+2
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=105722
* BROKEN on !i386 and !alpha: Does not compileKris Kennaway2004-03-141-1/+7
| | | | Notes: svn path=/head/; revision=103927
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99360
* - Update to version 2.1.5Kirill Ponomarev2003-11-224-37/+25
| | | | | | | | PR: 59581 Submitted by: Ports Fury Notes: svn path=/head/; revision=94718
* Update to version 2.1.4Maho Nakata2003-07-212-2/+2
| | | | | | | | PR: 54663 Submitted by: KATO Tsuguru <tkato@prontomail.com> aka ports fury Notes: svn path=/head/; revision=85274
* update lang/smalltalk: 2.1.2 -> 2.1.3Daichi GOTO2003-07-082-2/+2
| | | | | | | | PR: 54132 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=84447
* - update to 2.1.2Pete Fritchman2003-05-194-72/+161
| | | | | | | | | | - also install the smalltalk site-lisp PR: 52051 Submitted by: Ports Fury Notes: svn path=/head/; revision=81306
* Add missing directoryKris Kennaway2003-02-221-0/+1
| | | | Notes: svn path=/head/; revision=76120
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75971
* Update to 2.0.11Tilman Keskinoz2003-01-183-4/+15
| | | | | | | | PR: 47077 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=73446
* Update to 2.0.10Tilman Keskinoz2003-01-035-42/+5
| | | | | | | | PR: 46305 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=72416
* chase gdbm lib versionYing-Chieh Liao2003-01-031-1/+1
| | | | Notes: svn path=/head/; revision=72367
* Upgrade to 2.0.8.Oliver Braun2002-11-182-4/+4
| | | | | | | | PR: ports/45439 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=70432
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* Upgrade to 2.0.7.Oliver Braun2002-10-182-2/+2
| | | | Notes: svn path=/head/; revision=68252
* Upgrade to 2.0.6.Oliver Braun2002-10-168-185/+48
| | | | | | | | PR: ports/44115 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=68164
* upgrade to 2.0.1Ying-Chieh Liao2002-06-297-29/+257
| | | | | | | | PR: 39986 Submitted by: Ports Fury Notes: svn path=/head/; revision=62185
* Replace ${PERL} with ${REINPLACE_CMD}Ying-Chieh Liao2002-06-211-3/+4
| | | | | | | | PR: 39605 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de> Notes: svn path=/head/; revision=61685
* Update to 1.95.13.aPatrick Li2002-05-042-2/+3
| | | | | | | | PR: 37705 Submitted by: Tilman Linneweh <tilman@arved.de> Notes: svn path=/head/; revision=58540
* Update to 1.95.13Patrick Li2002-04-202-2/+2
| | | | | | | | PR: 37278 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=57906
* Update to 1.95.11Patrick Li2002-03-162-3/+3
| | | | | | | | PR: 35962 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=56190
* Update to 1.95.10Patrick Li2002-02-093-5/+2
| | | | | | | | PR: 34771 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=54453
* Update to 1.95.8Patrick Li2002-01-063-3/+15
| | | | | | | | PR: 33599 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=52643
* upgrade to 1.95.7Ying-Chieh Liao2001-12-173-6/+8
| | | | | | | | PR: 32859 Submitted by: Ports Fury Notes: svn path=/head/; revision=51687
* Upgrade to 1.95.6.Vanilla I. Shu2001-11-303-5/+5
| | | | | | | | PR: ports/32313 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=50758
* Update to version 1.99.5.Dmitry Sivachenko2001-11-045-279/+267
| | | | | | | | PR: 31722 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=49553
* Update to version 1.95.4James E. Housley2001-03-232-4/+3
| | | | | | | | PR: 25998 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=40237
* Fix typo in Makefile: libgst/libgst.a -> libgst/.libs/libgst.aJimmy Olgeni2001-03-081-1/+1
| | | | | | | Noticed by: sf Notes: svn path=/head/; revision=39263