aboutsummaryrefslogtreecommitdiff
path: root/devel/mico
Commit message (Collapse)AuthorAgeFilesLines
* Convert to new options frameworkBaptiste Daroussin2012-06-121-14/+14
| | | | Notes: svn path=/head/; revision=299101
* Switch to using bsd.port.options.mk and cleanup unnecessary assignments.Wesley Shields2011-12-251-11/+1
| | | | | | | | PR: ports/162754 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> Notes: svn path=/head/; revision=288012
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+1
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* change MASTER_SITES to SFBaptiste Daroussin2011-03-162-3/+1
| | | | | | | remove MD5 Notes: svn path=/head/; revision=271021
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Punt autoconf267->autoconf268Ade Lovett2010-10-161-1/+1
| | | | Notes: svn path=/head/; revision=263089
* Autotools update. Read ports/UPDATING 20100915 for details.Ade Lovett2010-09-151-2/+2
| | | | | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs Notes: svn path=/head/; revision=261230
* - Drop maintainershipSergey Matveychuk2009-10-261-1/+1
| | | | Notes: svn path=/head/; revision=243350
* 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
* Conversion from (now defunct) autoconf-2.61 to autoconf-2.62Ade Lovett2008-08-201-1/+1
| | | | | | | Tested by: exp build run (erwin) Notes: svn path=/head/; revision=218886
* - 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
* 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
* - Remove obsolated USE_GCC=3.4+Sergey Matveychuk2007-08-141-1/+1
| | | | | | | - Add NOT_FOR_ARCHS=sparc64 (does not build) Notes: svn path=/head/; revision=197672
* - Get rid of 4.x hacks.Sergey Matveychuk2007-04-112-11/+2
| | | | Notes: svn path=/head/; revision=189769
* - Fix build on currentSergey Matveychuk2006-09-172-14/+18
| | | | | | | | | | | - Fix an issue with configure - While I'm here: minor style changes, get rid of alpha mentioning Submitted by: Alex Lyashkov (Umka@RusNet) Reported by: kris mail Notes: svn path=/head/; revision=173219
* BROKEN on 7.0: does not compileKris Kennaway2006-09-101-0/+4
| | | | Notes: svn path=/head/; revision=172735
* - Update to 2.3.12Sergey Matveychuk2006-07-239-1160/+75
| | | | Notes: svn path=/head/; revision=168523
* Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.Ade Lovett2006-03-071-1/+1
| | | | | | | | Discussed with: kris Approved by: portmgr (implicit) Notes: svn path=/head/; revision=157004
* - Fix install after an additional documentation removalSergey Matveychuk2006-02-282-83/+0
| | | | | | | | Reported by: kris mail Approved by: portmgr (marcus) Notes: svn path=/head/; revision=156876
* - Remove old, obsoleted and unsupported documentation.Sergey Matveychuk2006-02-212-9/+0
| | | | Notes: svn path=/head/; revision=156584
* - Remove USE_REINPLACE from my portsSergey Matveychuk2006-02-071-1/+0
| | | | Notes: svn path=/head/; revision=155429
* 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
* - Yield to a total SHAtification.Sergey Matveychuk2005-11-111-0/+2
| | | | | | | - mysql-administrator: simplify BROKEN message Notes: svn path=/head/; revision=147896
* Now builds on 6.x.Kris Kennaway2005-07-191-4/+0
| | | | Notes: svn path=/head/; revision=139607
* - Fix build on CURRENT (we have more math functions now)Sergey Matveychuk2005-05-081-3/+6
| | | | | | | Reported by: kris via pointyhat Notes: svn path=/head/; revision=134845
* BROKEN on 6.0: Does not compileKris Kennaway2005-05-071-0/+4
| | | | Notes: svn path=/head/; revision=134739
* 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
* Previous commit was in error, the port was fixed 5 days agoKris Kennaway2005-03-271-2/+0
| | | | | | | | Pointy hat to: kris Approved by: portmgr (self) Notes: svn path=/head/; revision=132088
* BROKEN on 5.x: Does not compileKris Kennaway2005-03-261-0/+2
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=132010
* - Fix build on RELENG_5 after math.h MFCSergey Matveychuk2005-03-221-1/+1
| | | | | | | | Reported by: kris via pointyhat Approved by: portmgr (marcus) Notes: svn path=/head/; revision=131883
* - Fix build on CURRENTSergey Matveychuk2005-01-291-17/+17
| | | | | | | Reported by: kris via pointyhat Notes: svn path=/head/; revision=127649
* - Fix plist on 4.xSergey Matveychuk2004-12-262-1/+5
| | | | | | | Submitted by: pointyhat via kris Notes: svn path=/head/; revision=125219
* - Does not build on alpha 4.xSergey Matveychuk2004-12-181-0/+5
| | | | Notes: svn path=/head/; revision=124393
* - Fix build on 4.10.Sergey Matveychuk2004-11-242-0/+27
| | | | Notes: svn path=/head/; revision=122274
* - Unbreak on 5.3+Sergey Matveychuk2004-11-172-6/+30
| | | | Notes: svn path=/head/; revision=121799
* Increase USE_GCC to 3.4 for those ports which compile with it.Kris Kennaway2004-09-301-1/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=118503
* Mark broken while I have no work around for gcc 3.4 buildSergey Matveychuk2004-08-101-0/+4
| | | | Notes: svn path=/head/; revision=115799
* Change email address for my ports.Sergey Matveychuk2004-07-071-1/+1
| | | | | | | Approved by: krion (mentor) Notes: svn path=/head/; revision=113155
* - Fix defaults with BATCH=yesKirill Ponomarev2004-03-121-1/+1
| | | | | | | | PR: ports/64128 Submitted by: maintainer Notes: svn path=/head/; revision=103742
* Add missing files for lifecycle; utilize OPTIONS; add SIZE.Mark Linimon2004-02-254-18/+49
| | | | | | | | PR: ports/62886 Submitted by: Sergey Matveychuk <sem@ciam.ru> (maintainer) Notes: svn path=/head/; revision=102028
* 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
* - Remove patch not needed anymoreSergei Kolobov2003-11-161-13/+0
| | | | | | | | PR: 59270 Submitted by: maintainer Notes: svn path=/head/; revision=94085
* - Update to 2.3.11Sergei Kolobov2003-11-057-120/+95
| | | | | | | | | | | - USE_AUTOCONF - gcc 3.2 -> 3.3 on -stable PR: 58014 Submitted by: maintainer Notes: svn path=/head/; revision=93123
* - Use ${PTHREAD_LIBS}Kirill Ponomarev2003-09-251-7/+7
| | | | | | | | PR: 56761 Submitted by: Sergey Matveychuk <sem@ciam.ru> (maintainer) Notes: svn path=/head/; revision=89380
* tarball rerolled, only changes in the comments in the file doc/doc.ps.Edwin Groothuis2003-09-081-1/+1
| | | | | | | Noticed thanks to: Sergey Matveychuk <sem@ciam.ru> Notes: svn path=/head/; revision=88768
* [MAINTAINER] devel/mico: fix docs fetchEdwin Groothuis2003-09-081-3/+4
| | | | | | | | | | | | | Documentation has gone from master site (I hope accidently), so I've put it on my home page to fix fetching. Doesn't fix the checksum problem. PR: ports/56568 Submitted by: Sergey Matveychuk <sem@ciam.ru> Notes: svn path=/head/; revision=88762
* - Utilize DOCSDIR and EXAMPLESDIRKirill Ponomarev2003-08-252-957/+955
| | | | | | | | | | | | - make portlint happy: move DISTFILES - change COMMENT a little - ${ECHO} -> ${ECHO_MSG} PR: 55946 Submitted by: maintainer Notes: svn path=/head/; revision=87664
* Fix build on 4.xKirill Ponomarev2003-07-291-1/+1
| | | | | | | | | PR: 55010 Submitted by: maintainer Approved by: fjoe (mentor) (implicit) Notes: svn path=/head/; revision=85853
* update devel/mico:Daichi GOTO2003-07-143-26/+34
| | | | | | | | | | | | | | - fix build and enable CSL2 on -STABLE with gcc32 port - add patch for externalize service from developers - change WITH_GCC32 to WITH_SYSTEM_GCC. Mico builds best with gcc32, so it's default now - bump PORTVERSION PR: 54350 Submitted by: Sergey Matveychuk <sem@ciam.ru> (maintainer) Notes: svn path=/head/; revision=84859