summaryrefslogtreecommitdiffstats
path: root/devel/atlas/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Conversion to a single libtool environment.ade2006-02-231-2/+1
| | | | Approved by: portmgr (kris)
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
| | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
* update to 0.5.2oliver2005-10-171-1/+1
|
* update to 0.5.1oliver2005-09-261-1/+1
|
* update to 0.5.0oliver2005-06-111-1/+1
|
* use gnomehack instead of own REINPLACE_CMD to fix the pkgconfig locationoliver2005-05-081-3/+3
| | | | USE_GCC=3.4 to fix build on 4
* update Atlas-C++ to 0.4.95oliver2005-05-071-6/+7
|
* change MASTER_SITES to use sourceforgeoliver2005-02-141-2/+2
|
* fix MASTER_SITESoliver2004-12-181-1/+1
|
* update to 0.4.94oliver2004-08-121-1/+1
|
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-091-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
* 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-011-6/+6
|
* update MASTER_SITES [1]oliver2003-11-061-3/+5
| | | | | | | | | 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-081-2/+15
|
* redefine the MAINTAINER field with my FreeBSD addressoliver2003-05-061-1/+1
| | | | Approved By: alex (mentor)
* De-pkg-comment.knu2003-02-211-0/+1
|
* Update to 0.4.4perky2002-07-011-8/+5
| | | | | PR: 40085 Submitted by: maintainer
* Chase increase of libSDL version number.sobomax2002-04-171-1/+1
|
* Fix breakage of 'make index' caused by the sdl ports being moved tosteve2001-04-091-1/+1
| | | | | | different directories. Submitted by: beta
* Add atlas 0.4.0, a C++ reference implementation of the Atlas protocol.alex2001-04-051-0/+23
PR: 26253 Submitted by: Oliver Lehmann <lehmann@ans-netz.de>
OpenPOWER on IntegriCloud