aboutsummaryrefslogtreecommitdiff
path: root/lang/Sather
Commit message (Collapse)AuthorAgeFilesLines
* -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
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-3/+3
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* Replace remaining hardcoded instances of /usr/bin/makeinfo with makeinfoAde Lovett2007-11-181-1/+1
| | | | | | | | | as part of some cleanup work. Approved by: portmgr (linimon) Notes: svn path=/head/; revision=202757
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - COPYTREE_* are now part of bsd.port.mkPav Lucistnik2007-03-241-7/+0
| | | | | | | | PR: ports/100996 Submitted by: stass Notes: svn path=/head/; revision=188171
* - Depend on libtool directly. This port builds a local copy of boehm-gcStanislav Sedov2007-02-051-0/+1
| | | | | | | | | | which depend on it. Letting the boehm-gc to install it will effectively touch the filesystem in pre-build stage. Reported by: kris Notes: svn path=/head/; revision=184327
* - Mark broken on ia64 because of boehm-gc doesn't support itStanislav Sedov2006-11-011-1/+5
| | | | | | | | | - Change my email Reported by: kris via pointyhat Notes: svn path=/head/; revision=176133
* - Update to 1.2.2Rong-En Fan2006-08-0420-683/+181
| | | | | | | | | | | | | | | | | | | | | | | - Unbrake on all platforms - Use tk8.4 instead of tk8.3 - Fix bug with abort2 function - Fix installed files's permissions - Use PORTDOCS macro Some notes from maintainer: 1) Due to some GC/Sather bugs we need specific options to compile GC. To achive this i compile GC separately and link it statically. I've not include it in dependencies to not bother user with GC's OPTIONS. 2) Port can be build currently only against non-threaded Tk/Tcl library. Don't know currently how to investigate this since there are no way to find if Tk build with or without threads. Furthermore, tk and tk-threads are mutually exclusive. Linking agains static Tk is bogus... PR: ports/100964 Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru> (maintainer) Notes: svn path=/head/; revision=169657
* Factor OSVERSION out of BROKEN/IGNORE strings to make them more consistentMark Linimon2006-07-231-1/+1
| | | | | | | across different OSVERSION scans. Notes: svn path=/head/; revision=168580
* Remove USE_REINPLACE from the categories starting with LEdwin Groothuis2006-05-091-1/+0
| | | | Notes: svn path=/head/; revision=161836
* Remove install-info from Makefile, it's automatically done when INFO is definedEdwin Groothuis2005-12-051-3/+2
| | | | Notes: svn path=/head/; revision=150431
* Use INFO macroEdwin Groothuis2005-12-042-9/+2
| | | | Notes: svn path=/head/; revision=150405
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149341
* Update WWW: line.Mark Linimon2005-10-091-1/+1
| | | | Notes: svn path=/head/; revision=144702
* - Fix one building problem (it still don't build)Pav Lucistnik2004-05-292-1/+12
| | | | | | | - Update WWW Notes: svn path=/head/; revision=110320
* Tidy up whitespace.Trevor Johnson2004-04-101-1/+1
| | | | Notes: svn path=/head/; revision=106671
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99360
* Move the inclusion of bsd.port.pre.mk earlier, where it apparentlyMark Linimon2003-10-291-6/+6
| | | | | | | should be. Notes: svn path=/head/; revision=92510
* Mark broken on 5.x per the usual gcc3.3 reasons.Mark Linimon2003-10-291-1/+7
| | | | Notes: svn path=/head/; revision=92507
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75971
* 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
* - Fix buildYing-Chieh Liao2002-10-2218-47/+711
| | | | | | | | | | - Add several libraries, utilities and documents PR: 44349 Submitted by: Ports Fury Notes: svn path=/head/; revision=68573
* Replace ${PERL} with ${REINPLACE_CMD}Ying-Chieh Liao2002-06-211-1/+2
| | | | | | | | PR: 39605 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de> Notes: svn path=/head/; revision=61685
* To ports@freebsd.org.David E. O'Brien2002-05-081-1/+1
| | | | Notes: svn path=/head/; revision=58737
* Add dirrmDavid E. O'Brien2001-05-231-0/+2
| | | | | | | | PR: 27558 Submitted by: David W. Chapman Jr. <dwcjr@inethouston.net> Notes: svn path=/head/; revision=42964
* Convert to the PORTNAME - PORTVERSION syntax.David E. O'Brien2000-04-121-2/+2
| | | | Notes: svn path=/head/; revision=27458
* Restore useless version required comments.David E. O'Brien2000-03-221-0/+1
| | | | Notes: svn path=/head/; revision=26941
* Remove the "version required" line.David E. O'Brien2000-03-201-1/+0
| | | | Notes: svn path=/head/; revision=26835
* Fix a bad patch that prevented the PREFIX expansion.David E. O'Brien2000-02-221-1/+1
| | | | | | | | PR: 16874 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=26120
* Create this diff with "-u1" to avoid the really crazy "OBJ=" line thatDavid E. O'Brien2000-02-201-5/+3
| | | | | | | causes `less' to go nuts. Notes: svn path=/head/; revision=26023
* Fix my perl recipie.David E. O'Brien2000-02-131-4/+4
| | | | Notes: svn path=/head/; revision=25778
* Upgrade to version 1.2.1David E. O'Brien2000-02-138-78/+99
| | | | | | | | PR: 16675 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=25776
* Style nits in the ports I maintain.David E. O'Brien2000-02-131-0/+1
| | | | Notes: svn path=/head/; revision=25734
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20952
* Mark BROKEN for ELF:Justin M. Seger1998-10-131-1/+3
| | | | | | | | | gcc -O2 -o ../cs globals.o code0.o code1.o code2.o code3.o code4.o code5.o code6.o code7.o code8.o code9.o code10.o ../../System/base.a ../../System/GC/gc.a -lm gcc: ../../System/GC/gc.a: No such file or directory *** Error code 1 Notes: svn path=/head/; revision=13956
* The first time I tried committing this set of manpage removals it gotTim Vanderhoek1998-08-181-1/+0
| | | | | | | | | | | all the way to diffing yorick/pkg/PLIST and then died with a "bad hostname freefall.freebsd.org" .... Hopefully that's not bad... ;-) Hmm.. Maybe I'll try doing this from beast, next! kickme's a boring machine, and bento is busy. Notes: svn path=/head/; revision=12621
* Added some extra MASTER_SITES. Note, only one of them still has version 1.05David E. O'Brien1996-11-251-3/+9
| | | | | | | | (which is what we try to fetch). The others have 1.08 and 1.1. I'll update this port in two-three weeks. Notes: svn path=/head/; revision=4657
* Converted to MAN[1-9NL]David E. O'Brien1996-11-171-2/+2
| | | | Notes: svn path=/head/; revision=4533
* CATAGORIES+= -> CATAGORIES=David E. O'Brien1996-11-121-7/+9
| | | | | | | | Reordered vars where needed. Added MAINTAINERS where needed, many mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc. Notes: svn path=/head/; revision=4416
* Install additional documents conditional to NOPORTDOCS. Note thatSatoshi Asami1996-03-071-3/+11
| | | | | | | "License" is installed unconditionally. Notes: svn path=/head/; revision=2802
* Mandatory package files!Satoshi Asami1996-03-073-0/+27
| | | | Notes: svn path=/head/; revision=2801
* Change category nome from "languages" to "lang". Also remove "programming"Satoshi Asami1995-11-221-2/+2
| | | | | | | which appeared in some of them, everything here is a programming language! :) Notes: svn path=/head/; revision=2450
* Update lang Makefiles, compressing some man pages and stripping someSatoshi Asami1995-04-241-5/+3
| | | | | | | executables along the way. Notes: svn path=/head/; revision=1522
* Oops, why did I miss this in the previous commit? Anyway, installSatoshi Asami1995-04-161-2/+2
| | | | | | | depends on build. Notes: svn path=/head/; revision=1407
* Update of lang Makefiles....Satoshi Asami1995-04-151-2/+3
| | | | Notes: svn path=/head/; revision=1364
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are inJordan K. Hubbard1995-04-011-1/+2
| | | | | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves. Notes: svn path=/head/; revision=1267
* Give gzip the correct path of installed man page.Jeffrey Hsu1995-03-051-2/+2
| | | | Notes: svn path=/head/; revision=1089
* Upgrade to 1.0.5.Jeffrey Hsu1995-02-253-40/+36
| | | | Notes: svn path=/head/; revision=1037