aboutsummaryrefslogtreecommitdiffstats
path: root/devel/atlas
Commit message (Collapse)AuthorAgeFilesLines
* add some extra files/directoriesoliver2004-08-151-0/+1
|
* update to 0.4.94oliver2004-08-133-3/+4
|
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet
* Add size data, approved by maintainers.trevor2004-03-191-0/+1
|
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1
| | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
* update to Atlas-C++-0.4.93oliver2004-02-023-101/+103
|
* update MASTER_SITES [1]oliver2003-11-072-3/+13
| | | | | | | | | fix pkg-plist [1] bump PORTREVISION add INSTALLS_SHLIB s/file/docfile/g for PORTDOCS installation loop - to make porltint a bit happier Submitted By: igla@batterybackups.net [1]
* fix MASTER_SITESoliver2003-07-221-2/+3
|
* update Atlas to 0.4.6oliver2003-07-083-82/+87
|
* redefine the MAINTAINER field with my FreeBSD addressoliver2003-05-071-1/+1
| | | | Approved By: alex (mentor)
* De-pkg-comment.knu2003-02-212-1/+1
|
* Update to 0.4.4perky2002-07-023-45/+54
| | | | | PR: 40085 Submitted by: maintainer
* Chase increase of libSDL version number.sobomax2002-04-171-1/+1
|
* Finally fix PLIST.demon2001-04-171-1/+8
| | | | Obtained from: bento
* Fix PLIST.demon2001-04-171-8/+0
| | | | Obtained from: bento
* Fix breakage of 'make index' caused by the sdl ports being moved tosteve2001-04-101-1/+1
| | | | | | different directories. Submitted by: beta
* Add atlas 0.4.0, a C++ reference implementation of the Atlas protocol.alex2001-04-065-0/+114
PR: 26253 Submitted by: Oliver Lehmann <lehmann@ans-netz.de>