summaryrefslogtreecommitdiff
path: root/french/med (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Switch autoconf dependencies from 2.53 or 2.59 to 2.61.Mark Linimon2007-09-301-2/+2
| | | | | | | | PR: ports/116639 Submitted by: aDe Notes: svn path=/head/; revision=200411
* Now we use USE_FORTRAN=yes to use FORTRAN compiler.Maho Nakata2007-07-141-4/+1
| | | | Notes: svn path=/head/; revision=195564
* - 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
* Fix plist: since the gfortran migration, some tests are no more installed.Thierry Thomas2007-01-252-10/+2
| | | | | | | Reported by: pointyhat via pav Notes: svn path=/head/; revision=183299
* forgot to commit. a build fix for gfortran.Maho Nakata2007-01-171-0/+11
| | | | Notes: svn path=/head/; revision=182591
* * Migrate to gfortran.Maho Nakata2007-01-171-13/+12
| | | | | | | | * Bump port revision. * Always use F90. Notes: svn path=/head/; revision=182590
* - Upgrade MED to 2.3.1;Thierry Thomas2006-12-125-88/+56
| | | | | | | | | | | - Assign better CATEGORIES; - Support gfortran; - Add a regression-test target. Notes: svn path=/head/; revision=179583
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gCheng-Lung Sung2006-08-141-1/+1
| | | | | | | | | | | - these include dns/ editors/ emulators/ finance/ games/ graphics/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=170640
* - Limit INDEX contents to 7-bit ASCII characters for greater compatibilityAndrew Pantyukhin2006-06-071-1/+1
| | | | Notes: svn path=/head/; revision=164703
* Remove USE_REINPLACE from all categories starting with FEdwin Groothuis2006-05-071-1/+0
| | | | Notes: svn path=/head/; revision=161557
* Conversion to a single libtool environment.Ade Lovett2006-02-232-2/+4
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* - Fix plist [1]Thierry Thomas2006-01-212-1/+5
| | | | | | | | | - Fix xmdump. Reported by: pointyhat via Kris [1] Notes: svn path=/head/; revision=154049
* Upgrade to 2.2.3.Thierry Thomas2006-01-1510-45/+45
| | | | Notes: svn path=/head/; revision=153595
* - Add SHA256Pav Lucistnik2005-11-241-0/+1
| | | | Notes: svn path=/head/; revision=149316
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-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. Notes: svn path=/head/; revision=148323
* 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
* Upgrade to 2.2.2.Thierry Thomas2005-01-1717-181/+475
| | | | Notes: svn path=/head/; revision=126666
* Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-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 Notes: svn path=/head/; revision=113296
* Fix pkg-plist and install examples.Thierry Thomas2004-04-286-23/+117
| | | | | | | | | Noticed on dosirak & bento. Approved by: mat (mentor). Notes: svn path=/head/; revision=107873
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-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. Notes: svn path=/head/; revision=103963
* Chase repomove graphics/hdf* -> science/hdf*Pav Lucistnik2004-02-251-1/+1
| | | | Notes: svn path=/head/; revision=102145
* 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
* - www.code-aster.org was reorganized. fix fetchingPav Lucistnik2003-12-102-3/+3
| | | | | | | | PR: ports/60121 Submitted by: Thierry Thomas <thierry@pompo.net> Notes: svn path=/head/; revision=95576
* Add med 2.1.5, modélisation et Échanges de Données.Oliver Lehmann2003-07-239-0/+180
PR: 54761 Submitted by: thierry@pompo.net Notes: svn path=/head/; revision=85453