aboutsummaryrefslogtreecommitdiff
path: root/math/tvmet
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* - Switch to options helpersDmitry Marakasov2016-10-081-15/+9
| | | | Notes: svn path=/head/; revision=423497
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"Dmitry Marakasov2016-01-121-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=405891
* Cleanup plistAntoine Brodin2014-11-141-8/+0
| | | | Notes: svn path=/head/; revision=372555
* In some straightforward situations, protect examples behind PORTEXAMPLES,Adam Weinberger2014-08-061-23/+23
| | | | | | | | adding EXAMPLES to OPTIONS_DEFINE where necessary. In a couple instances, correct examples being controlled by the DOCS option. Notes: svn path=/head/; revision=364152
* - Switch devel/cppunit to USES=libtool, drop .la filesDmitry Marakasov2014-07-291-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=363412
* - Convert USE_BZIP2 to USESDmitry Marakasov2014-05-301-3/+4
| | | | | | | | - Clarify LICENSE - Switch to USES=libtool Notes: svn path=/head/; revision=355893
* math/tvmet: fix build with clangWilliam Grzybowski2013-11-302-14/+17
| | | | | | | | | | | | | - Fix build with clang - Add LICENSE (LGPL21) - USES gmake - Allow staging PR: ports/184240 Submitted by: KATO Tsuguru <tkato432 yahoo.com> Notes: svn path=/head/; revision=335282
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-6/+2
| | | | | | | math) Notes: svn path=/head/; revision=327746
* Remove trailing whitespaces.Emanuel Haupt2011-11-181-1/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=286031
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+1
| | | | | | | starting with M Notes: svn path=/head/; revision=240072
* -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
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-1/+0
| | | | | | | | | | | | | | | | | | | | | 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 1.7.2Martin Wilke2007-07-022-7/+17
| | | | | | | | PR: 114076 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=194644
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149432
* - Update to 1.7.1Pav Lucistnik2005-06-064-64/+85
| | | | | | | | | | - Provide WITH_CPPUNIT knob PR: ports/81959 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=136923
* 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
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99421
* Update to version 1.1.0.Christian Weisgerber2003-06-063-2/+8
| | | | | | | | PR: 52933 Submitted by: Ports Fury Notes: svn path=/head/; revision=82385
* Update to version 1.0.1Christian Weisgerber2003-05-012-2/+2
| | | | | | | | PR: 51377 Submitted by: Ports Fury Notes: svn path=/head/; revision=79976
* Update to version 1.0.0Christian Weisgerber2003-05-014-45/+82
| | | | | | | | PR: 51232 Submitted by: Ports Fury Notes: svn path=/head/; revision=79972
* Add missing files and directoriesKris Kennaway2003-02-221-0/+18
| | | | Notes: svn path=/head/; revision=76113
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75971
* upgrade to 0.7.0Ying-Chieh Liao2003-01-023-20/+7
| | | | | | | | PR: 46135 Submitted by: Ports Fury Notes: svn path=/head/; revision=72278
* ugprade to 0.6.0Ying-Chieh Liao2002-11-202-2/+2
| | | | | | | | PR: 45444 Submitted by: Ports Fury Notes: svn path=/head/; revision=70586
* 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 0.5.1.Oliver Braun2002-10-183-4/+55
| | | | | | | | PR: 44232 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=68290
* Upgrade to 0.5.0.Oliver Braun2002-10-163-3/+12
| | | | | | | | PR: ports/44116 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=68165
* add tvmet 0.4.0Ying-Chieh Liao2002-07-255-0/+54
Tiny Vector and Matrix template library Notes: svn path=/head/; revision=63519