non port: devel/mico/Makefile |
SVNWeb
|
Number of commits found: 78 |
Wed, 1 Aug 2018
|
[ 07:50 tobik ]
devel/mico: Deprecate; fix build with Clang 6
uni_fromuni.cc:56:3: error: constant expression evaluates to 240 which cannot be
narrowed to type 'char' [-Wc++11-narrowing]
0xF0, 0xF1, 0xF2, 0xF3, 0xF4, 0xF5, 0xF6, 0xF7, /* 0x30-0x37 ( 48- 55) */
^~~~
http://beefy12.nyi.freebsd.org/data/head-amd64-default/p475478_s336801/logs/errors/mico-2.3.13_3.log
yacc.yy:1798:34: error: reference to 'string_literals' is ambiguous
yyval.node = new ParseNode( string_literals, yyvsp[0].node );
^
./parsenode.h:124:3: note: candidate found by name lookup is 'string_literals'
string_literals,
^
/usr/include/c++/v1/string:4043:20: note: candidate found by name lookup is
'std::__1::literals::string_literals'
inline namespace string_literals
^
- While here update WWW
|
Fri, 16 Feb 2018
|
[ 18:35 brnrd ] (Only the first 10 of 19 ports in this commit are shown above. )
security/openssl-devel: Mark ports broken cat devel
- REASON from build log
|
Tue, 27 Jun 2017
|
[ 13:46 sunpoet ] (Only the first 10 of 252 ports in this commit are shown above. )
Update devel/readline to 7.0 patch 3
- Bump PORTREVISION for shlib change
Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES
https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html
https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html
Differential Revision: https://reviews.freebsd.org/D11172
PR: 219947
Exp-run by: antoine
|
Wed, 15 Mar 2017
|
[ 14:45 mat ] (Only the first 10 of 257 ports in this commit are shown above. )
Remove all USE_OPENSSL occurrences.
Sponsored by: Absolight
|
Sun, 7 Jun 2015
|
[ 16:02 amdmi3 ]
- Strip libraries
|
Sat, 10 Jan 2015
|
[ 15:07 tijl ]
- Reset maintainer as requested [1]
- Indicate the port is multi-licensed
- Avoid USE_AUTOTOOLS by patching configure instead of configure.in
- Use option helpers
- Simplify DOCS/EXAMPLES handling thanks to staging
PR: 196201 [1]
|
Sun, 23 Nov 2014
|
[ 16:23 thierry ] (Only the first 10 of 13 ports in this commit are shown above. )
Resurrect devel/mico, in order to restore OpenFOAM.
- Update to version 2.3.13
- Port to clang.
- Support staging.
PR: ports/194559
Submitted by: Pedro F. Giffuni <pfg (at) FreeBSD.org>
|
Fri, 22 Nov 2013
|
[ 08:24 bapt ] (Only the first 10 of 28 ports in this commit are shown above. )
Deprecated ports broken for more than 6 month
|
Wed, 16 Oct 2013
|
[ 09:14 gahr ]
- Convert to USES+=tcl
|
Fri, 20 Sep 2013
|
[ 17:13 bapt ] (Only the first 10 of 2998 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
|
Tue, 2 Jul 2013
|
[ 22:25 rene ]
Remove the QT3 option which depends on the expired QT3 port.
|
Fri, 10 May 2013
|
[ 06:59 miwi ]
- Broken fails to build
[2361423366 - 0x8022041c0] address.cc:555: assertion failed
gmake[2]: *** [CosNaming.cc] Abort trap: 6 (core dumped)
gmake[2]: Leaving directory `/work/a/ports/devel/mico/work/mico/coss/naming'
gmake[1]: *** [idlcompile] Error 1
gmake[1]: Leaving directory `/work/a/ports/devel/mico/work/mico/coss'
gmake: *** [system] Error 1
*** Error code 1
Reported by: pointyhat
|
Wed, 17 Apr 2013
|
[ 10:02 gahr ]
- Use current Tcl version
Feature safe: yes
|
Thu, 14 Feb 2013
|
[ 09:42 gahr ] (Only the first 10 of 133 ports in this commit are shown above. )
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: devel)
Approved by: portmgr
|
Tue, 12 Jun 2012
|
[ 09:17 bapt ] (Only the first 10 of 16 ports in this commit are shown above. )
Convert to new options framework
|
Sun, 25 Dec 2011
|
[ 19:25 wxs ]
Switch to using bsd.port.options.mk and cleanup unnecessary assignments.
PR: ports/162754
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk>
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ] (Only the first 10 of 2369 ports in this commit are shown above. )
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- 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
|
Wed, 16 Mar 2011
|
[ 13:35 bapt ]
change MASTER_SITES to SF
remove MD5
|
Sat, 4 Dec 2010
|
[ 07:34 ade ] (Only the first 10 of 1730 ports in this commit are shown above. )
Sync to new bsd.autotools.mk
|
Sat, 16 Oct 2010
|
[ 11:52 ade ] (Only the first 10 of 445 ports in this commit are shown above. )
Punt autoconf267->autoconf268
|
Wed, 15 Sep 2010
|
[ 18:35 ade ] (Only the first 10 of 652 ports in this commit are shown above. )
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs
|
Mon, 26 Oct 2009
|
[ 16:51 sem ]
- Drop maintainership
|
Thu, 21 Aug 2008
|
[ 06:18 rafan ] (Only the first 10 of 1030 ports in this commit are shown above. )
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
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 (Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Aug 2008
|
[ 00:57 ade ] (Only the first 10 of 398 ports in this commit are shown above. )
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin)
|
Sat, 19 Apr 2008
|
[ 17:56 miwi ] (Only the first 10 of 2842 ports in this commit are shown above. )
- Remove unneeded dependency from gtk12/gtk20 [1]
- 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)
|
Sun, 30 Sep 2007
|
[ 04:47 linimon ] (Only the first 10 of 300 ports in this commit are shown above. )
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe
|
Tue, 14 Aug 2007
|
[ 15:11 sem ]
- Remove obsolated USE_GCC=3.4+
- Add NOT_FOR_ARCHS=sparc64 (does not build)
|
Wed, 11 Apr 2007
|
[ 13:57 sem ]
- Get rid of 4.x hacks.
|
Sun, 17 Sep 2006
|
[ 07:17 sem ]
- Fix build on current
- 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
|
Sun, 10 Sep 2006
|
[ 23:39 kris ]
BROKEN on 7.0: does not compile
|
Sun, 23 Jul 2006
|
[ 04:00 sem ]
- Update to 2.3.12
|
Tue, 7 Mar 2006
|
[ 08:28 ade ] (Only the first 10 of 633 ports in this commit are shown above. )
Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with: kris
Approved by: portmgr (implicit)
|
Tue, 28 Feb 2006
|
[ 06:53 sem ]
- Fix install after an additional documentation removal
Reported by: kris mail
Approved by: portmgr (marcus)
|
Tue, 21 Feb 2006
|
[ 13:56 sem ]
- Remove old, obsoleted and unsupported documentation.
|
Tue, 7 Feb 2006
|
[ 17:56 sem ] (Only the first 10 of 15 ports in this commit are shown above. )
- Remove USE_REINPLACE from my ports
|
Tue, 15 Nov 2005
|
[ 06:52 ade ] (Only the first 10 of 1438 ports in this commit are shown above. )
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
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.
|
Tue, 19 Jul 2005
|
[ 16:58 kris ]
Now builds on 6.x.
|
Sat, 7 May 2005
|
[ 02:57 kris ]
BROKEN on 6.0: Does not compile
|
Tue, 12 Apr 2005
|
[ 03:26 obrien ] (Only the first 10 of 773 ports in this commit are shown above. )
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
|
Mon, 11 Apr 2005
|
[ 08:04 obrien ] (Only the first 10 of 776 ports in this commit are shown above. )
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
|
Sun, 27 Mar 2005
|
[ 19:32 kris ]
Previous commit was in error, the port was fixed 5 days ago
Pointy hat to: kris
Approved by: portmgr (self)
|
Sat, 26 Mar 2005
|
[ 21:22 kris ]
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
|
Sun, 26 Dec 2004
|
[ 11:50 sem ]
- Fix plist on 4.x
Submitted by: pointyhat via kris
|
Sat, 18 Dec 2004
|
[ 17:31 sem ]
- Does not build on alpha 4.x
|
Wed, 24 Nov 2004
|
[ 03:27 sem ]
- Fix build on 4.10.
|
Wed, 17 Nov 2004
|
[ 09:20 sem ]
- Unbreak on 5.3+
|
Thu, 30 Sep 2004
|
[ 05:32 kris ] (Only the first 10 of 71 ports in this commit are shown above. )
Increase USE_GCC to 3.4 for those ports which compile with it.
Approved by: portmgr
|
Tue, 10 Aug 2004
|
[ 06:53 sem ]
Mark broken while I have no work around for gcc 3.4 build
|
Wed, 7 Jul 2004
|
[ 19:20 sem ] (Only the first 10 of 20 ports in this commit are shown above. )
Change email address for my ports.
Approved by: krion (mentor)
|
Fri, 12 Mar 2004
|
[ 09:09 krion ]
- Fix defaults with BATCH=yes
PR: ports/64128
Submitted by: maintainer
|
Wed, 25 Feb 2004
|
[ 05:38 linimon ]
Add missing files for lifecycle; utilize OPTIONS; add SIZE.
PR: ports/62886
Submitted by: Sergey Matveychuk <sem@ciam.ru> (maintainer)
|
Wed, 4 Feb 2004
|
[ 05:21 marcus ] (Only the first 10 of 1588 ports in this commit are shown above. )
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
|
Wed, 5 Nov 2003
|
[ 08:08 sergei ]
- Update to 2.3.11
- USE_AUTOCONF
- gcc 3.2 -> 3.3 on -stable
PR: 58014
Submitted by: maintainer
|
Thu, 25 Sep 2003
|
[ 20:04 krion ]
- Use ${PTHREAD_LIBS}
PR: 56761
Submitted by: Sergey Matveychuk <sem@ciam.ru> (maintainer)
|
Mon, 8 Sep 2003
|
[ 08:33 edwin ]
[MAINTAINER] devel/mico: fix docs fetch
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>
|
Mon, 25 Aug 2003
|
[ 12:37 krion ]
- Utilize DOCSDIR and EXAMPLESDIR
- make portlint happy: move DISTFILES
- change COMMENT a little
- ${ECHO} -> ${ECHO_MSG}
PR: 55946
Submitted by: maintainer
|
Tue, 29 Jul 2003
|
[ 13:18 krion ]
Fix build on 4.x
PR: 55010
Submitted by: maintainer
Approved by: fjoe (mentor) (implicit)
|
Mon, 14 Jul 2003
|
[ 06:41 daichi ]
update devel/mico:
- 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)
|
Fri, 11 Jul 2003
|
[ 12:23 erwin ]
Fix typo USE_XLIBS -> USE_XLIB
PR: 54357
Submitted by: Mark Linimon <linimon@lonesome.com>
Approved by: maintainer
|
Mon, 7 Jul 2003
|
[ 07:24 daichi ]
fix devel/mico:
- fix and enable lifecycle service
- WITHOUT_SREVICES=yes to build only ORB
- fixes to externalize service
PR: 54117
Submitted by: Sergey Matveychuk <sem@ciam.ru> (maintainer)
|
Wed, 2 Jul 2003
|
[ 13:02 daichi ] (Only the first 10 of 13 ports in this commit are shown above. )
update devel/mico: 2.3.10 --> 2.3.10_1
- install HTML documentation
- add build options: WITH_X11, WITH_QT, TITH_GTK, WITH_TCL
- fix PLIST and make it flexible and depended on build options
- add WITH_GCC32 option to build with lang/gcc32 on -STABLE
- add patches and rename old
- many style fixes
- change COMMENT to correspond to Mico current state
- decrease pkg-descr to 24 lines
PR: 53988
Submitted by: Sergey Matveychuk <sem@ciam.ru> (maintainer)
|
Tue, 24 Jun 2003
|
[ 19:13 erwin ]
* Add detailed description about Mico features.
* Remove broken URL
* I'v broke mico on -STABLE accidentally. This patch fix it.
* remove dependency on gcc 3.2. it's uselessly;
* add multithread, SSL and full CORBA support;
* pass maintainership to submitter
PR: 53623
Submitted by: Sergey Matveychuk <sem@ciam.ru>
|
Sun, 22 Jun 2003
|
[ 18:23 arved ]
Update to 2.3.10
Unbreak on -CURRENT
PR: 53610
Submitted by: Sergey Matveychuk <sem@ciam.ru>
|
Wed, 4 Jun 2003
|
[ 22:43 kris ] (Only the first 10 of 129 ports in this commit are shown above. )
Move inclusion of bsd.port.pre.mk later in the file for conditional BROKEN
tag. Early inclusion caused problems for some ports, so to be safe I'm
updating all of them.
Pointy hat to: kris
|
Sun, 18 May 2003
|
[ 09:55 kris ]
BROKEN on 5.1: bad C++
|
Fri, 9 May 2003
|
[ 23:49 arved ]
Unbreake by using USE_GCC= 3.2
Submitted by: flynn@energyhq.homeip.net (Miguel Mendez)
|
Tue, 6 May 2003
|
[ 21:22 kris ]
BROKEN: Does not compile
|
Fri, 7 Mar 2003
|
[ 06:01 ade ] (Only the first 10 of 552 ports in this commit are shown above. )
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
|
Sat, 22 Feb 2003
|
[ 17:21 arved ]
Unbreak by updating to 2.3.9
Removed most of the optional dependencies.
Reset Maintainer to ports
Note: I did not test, if the port works but at least it builds now.
PR: 37903,36838
Submitted by: arved, Alex Zykov <az@ci.nnov.ru>
Approved by: Maintainer timeout (ca. 10 months)
|
Sat, 31 Aug 2002
|
[ 02:40 kris ] (Only the first 10 of 22 ports in this commit are shown above. )
Remove USE_NEWGCC, which is no longer supported or required.
Submitted by: Tilman Linneweh <tilman@arved.de>
PR: ports/40571
|
Fri, 30 Aug 2002
|
[ 13:31 lioux ]
Deploy USE_GNOMENG infrastructure
PR: 42195
Submitted by: Edwin Groothuis <edwin@mavetju.org>
|
Fri, 19 Apr 2002
|
[ 23:18 will ] (Only the first 10 of 12 ports in this commit are shown above. )
Re-add this port marked BROKEN and commenting out USE_QT_VER and related
relating to Qt1. When someone has time they can test with Qt2 and fix this.
Requested by: sobomax
|
[ 02:30 will ] (Only the first 10 of 432 ports in this commit are shown above. )
Say goodbye to Qt 1.x and all of its dependents. The one port I found
which probably isn't supposed to be removed is misc/instant-workstation,
which had a dependency on audio/xamp (being removed), so I removed that
dependency and bumped PORTREVISION. All other ports are real dependents
upon Qt 1.x, including KDE 1.x stuff.
Code in bsd.kde.mk supporting these ports is also removed or adjusted.
Also, some adjustments made to accomodate Qt3/KDE3 ports, which will be
committed Real Soon Now (TM), pending repo-copies.
This commit made in impending view of Qt3/KDE3 entering ports tree.
|
Tue, 29 Jan 2002
|
[ 10:16 knu ] (Only the first 10 of 21 ports in this commit are shown above. )
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command; the ECHO
macro is set to "echo" by default, but it is set to "true" if make(1) is
invoked with the -s option while ECHO_CMD is always set to the echo command.
|
Sun, 17 Jun 2001
|
[ 19:05 steve ]
Convert to use USE_QT_VER to avoid warnings.
|
Thu, 5 Oct 2000
|
[ 07:36 reg ] (Only the first 10 of 70 ports in this commit are shown above. )
Implement USE_GTK, part 1.
|
Fri, 16 Jun 2000
|
[ 22:52 asami ] (Only the first 10 of 264 ports in this commit are shown above. )
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the previous
commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
|
[ 09:48 sobomax ] (Only the first 10 of 181 ports in this commit are shown above. )
Fourth round of INSTALLS_SHLIBS conversion.
|
Number of commits found: 78 |