Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove GCC_DEFAULT. | thierry | 2015-02-09 | 1 | -2/+1 |
| | | | | Spotted by: gerald | ||||
* | Since Gcc is 4.8 by default, Kicad does not build anymore: e.g. see | thierry | 2015-02-08 | 1 | -3/+9 |
| | | | | | | http://beefy2.isc.freebsd.org/data/10amd64-default/2015-01-08_21h32m30s/logs/kicad-20140622.2.b4027_1,1.log Add an ugly hack to make it build with Gcc 4.7. | ||||
* | Cleanup plist | bapt | 2014-10-20 | 1 | -232/+0 |
| | |||||
* | Update the default version of GCC in the Ports Collection from GCC 4.7.4 | gerald | 2014-09-11 | 1 | -0/+1 |
| | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) | ||||
* | Upgrade to 0.20140622+bzr4027-2. | thierry | 2014-08-20 | 3 | -634/+652 |
| | | | | | Changelog at <https://launchpad.net/ubuntu/utopic/+source/kicad/+changelog>. | ||||
* | It seems that FreeBSD-9.2 does'nt like 'std::__1'... | thierry | 2014-05-04 | 19 | -40/+40 |
| | | | | Reported by: Jenkins via swills | ||||
* | I forgot to remove MAKE_JOB_UNSAFE in my previous commit. | thierry | 2014-05-03 | 1 | -1/+0 |
| | |||||
* | Upgrade Kicad to the latest stable (2013-05-18). | thierry | 2014-05-03 | 25 | -341/+3277 |
| | |||||
* | Convert c* to USES=zip | bapt | 2014-03-07 | 1 | -2/+1 |
| | |||||
* | Support stage | bapt | 2014-03-07 | 1 | -32/+11 |
| | | | | | Convert to dos2unix Modernise (options helpers, etc) | ||||
* | Remove trailing whitespaces from category cad | ehaupt | 2014-02-21 | 1 | -1/+1 |
| | |||||
* | According to the Porter's Handbook (5.12.2.3.) default options must be added to | ehaupt | 2014-02-10 | 1 | -0/+3 |
| | | | | | | | | | | | OPTIONS_DEFINE. This policy has been implemented only recently that's why we have many ports violating this policy. This patch adds the default options specified in the Porter's Handbook to OPTIONS_DEFINE where they are being used. Ports maintained by gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded. Approved by: portmgr (bapt) | ||||
* | Chase boost and icu bump | bapt | 2014-02-07 | 1 | -1/+1 |
| | | | | While here convert some LIB_DEPENDS | ||||
* | Reduce over inclusion of bsd.port.mk | bapt | 2014-01-16 | 1 | -3/+1 |
| | |||||
* | In preparation for making libtool generate libraries with a sane name, fix all | bapt | 2013-12-11 | 1 | -1/+1 |
| | | | | | | LIB_DEPENDS in cad With hat: portmgr | ||||
* | - Remove manual creation and removal of share/applications, as it's now in ↵ | amdmi3 | 2013-10-22 | 1 | -1/+0 |
| | | | | | | the mtree (categories starting with [bce]) Approved by: portmgr (bdrewery) | ||||
* | Add NO_STAGE all over the place in preparation for the staging support (cat: ↵ | bapt | 2013-09-20 | 1 | -0/+1 |
| | | | | cad) | ||||
* | Convert a bunch of ports from WITHOUT_NLS -> ${PORT_OPTIONS:MNLS} | bapt | 2013-04-30 | 1 | -6/+8 |
| | | | | | | While here: - trim headers - convert to new options framework | ||||
* | - Convert USE_GETTEXT to USES (part 4) | ak | 2013-04-26 | 1 | -1/+1 |
| | | | | Approved by: portmgr (bapt) | ||||
* | - convert USE_CMAKE to USES | makc | 2013-03-23 | 1 | -1/+1 |
| | | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi) | ||||
* | Chase boost update | bapt | 2013-01-31 | 1 | -7/+3 |
| | |||||
* | - update png to 1.5.10 | dinoex | 2012-06-01 | 1 | -1/+1 |
| | |||||
* | Bump PORTREVISION after open-mofit update | makc | 2011-05-02 | 1 | -1/+1 |
| | |||||
* | - Get Rid MD5 support | miwi | 2011-03-20 | 1 | -2/+0 |
| | |||||
* | Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. | ade | 2010-05-31 | 1 | -0/+1 |
| | |||||
* | Upgrade to 2010.05.05. | thierry | 2010-05-24 | 12 | -1391/+500 |
| | |||||
* | - update to 1.4.1 | dinoex | 2010-03-28 | 1 | -1/+1 |
| | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi | ||||
* | - update to jpeg-8 | dinoex | 2010-02-05 | 1 | -1/+1 |
| | |||||
* | Add conflicts with kicad-devel | mr | 2009-10-27 | 1 | -0/+2 |
| | |||||
* | - Switch SourceForge ports to the new File Release System: categories ↵ | amdmi3 | 2009-08-22 | 1 | -1/+1 |
| | | | | starting with B,C | ||||
* | - bump all port that indirectly depends on libjpeg and have not yet been ↵ | dinoex | 2009-07-31 | 1 | -0/+1 |
| | | | | | | bumped or updated Requested by: edwin | ||||
* | - Update boost to 1.39 | pav | 2009-07-28 | 1 | -1/+1 |
| | | | | | | | - Split boost port to separate components, with boost-all metaport PR: ports/137054 Submitted by: Alexander Churanov <churanov.port.maintainer@gmail.com> (maintainer) | ||||
* | Fix a Makefile bug. | thierry | 2008-12-01 | 1 | -0/+20 |
| | | | | Reported by: pointyhat via Pav | ||||
* | Upgrade to 20080825. | thierry | 2008-09-25 | 9 | -1594/+1293 |
| | |||||
* | Bump portrevision due to upgrade of devel/gettext. | edwin | 2008-06-06 | 1 | -0/+1 |
| | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) | ||||
* | - Remove unneeded dependency from gtk12/gtk20 [1] | miwi | 2008-04-20 | 6 | -12/+12 |
| | | | | | | | | | | | | | | | - 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) | ||||
* | Use @rmtry macro in the pkg-plist. | edwin | 2008-04-19 | 1 | -5/+5 |
| | |||||
* | The master sites are down for some days, then mirror the tarballs. | thierry | 2007-08-12 | 1 | -9/+11 |
| | | | | Reported by: pointyhat via Kris | ||||
* | Fix desktopdir entry. | thierry | 2007-07-17 | 2 | -3/+5 |
| | | | | Reported by: pointyhat via Pav. | ||||
* | Upgrade to 20070702. | thierry | 2007-07-07 | 9 | -69/+142 |
| | | | | Changelog at <http://iut-tice.ujf-grenoble.fr/cao/news.txt>. | ||||
* | Upgrade to 2007.05.25 and switch to wxWidgets-2.8. | thierry | 2007-05-26 | 4 | -73/+78 |
| | | | | Note: Python bindings not yet enabled. | ||||
* | - Welcome X.org 7.2 \o/. | flz | 2007-05-20 | 1 | -0/+1 |
| | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. | ||||
* | Upgrade to 2007-01-15. | thierry | 2007-01-27 | 4 | -258/+392 |
| | | | | Changelog at <http://iut-tice.ujf-grenoble.fr/cao/news.txt>. | ||||
* | - Use features of bsd.wx.mk, especially USE_WX | pav | 2006-12-01 | 1 | -6/+1 |
| | | | | | PR: ports/101613 Submitted by: alepulver | ||||
* | Remove OSVERSION version from BROKEN string. I introduced this usage but | linimon | 2006-09-18 | 1 | -1/+1 |
| | | | | | | it was a bad idea to start with. Hat: portmgr | ||||
* | Upgrade to 2006.08.28. | thierry | 2006-08-30 | 3 | -11/+20 |
| | | | | Changelog at <http://iut-tice.ujf-grenoble.fr/cao/news.txt>. | ||||
* | Upgrade to 2006.06.26. | thierry | 2006-06-30 | 4 | -50/+96 |
| | | | | Changelog at <http://iut-tice.ujf-grenoble.fr/cao/news.txt>. | ||||
* | Upgrade to 20060424. | thierry | 2006-04-25 | 4 | -26/+78 |
| | | | | Changelog at <http://iut-tice.ujf-grenoble.fr/cao/news.txt>. | ||||
* | Upgrade to 2006-03-28. | thierry | 2006-03-29 | 4 | -60/+91 |
| | | | | Changelog at <http://iut-tice.ujf-grenoble.fr/cao/news.txt>. | ||||
* | Upgrade to 2006.01.19. | thierry | 2006-01-20 | 3 | -167/+174 |
| | | | | Changelog at <http://iut-tice.ujf-grenoble.fr/cao/news.txt>. | ||||
* | Upgrade to 2006-01-18. | thierry | 2006-01-19 | 3 | -7/+10 |
| | | | | Changelog at <http://iut-tice.ujf-grenoble.fr/cao/news.txt>. | ||||
* | Upgrade to 2006-01-16. | thierry | 2006-01-17 | 2 | -7/+7 |
| | | | | Changelog at <http://iut-tice.ujf-grenoble.fr/cao/news.txt>. | ||||
* | Upgrade to 2006-01-13. | thierry | 2006-01-14 | 3 | -8/+8 |
| | | | | Changelog at <http://iut-tice.ujf-grenoble.fr/cao/news.txt>. | ||||
* | Upgrade to 2006-01-06. | thierry | 2006-01-07 | 3 | -7/+8 |
| | | | | Changelog at <http://iut-tice.ujf-grenoble.fr/cao/news.txt>. | ||||
* | Upgrade to 2006-01-03. | thierry | 2006-01-04 | 4 | -15/+18 |
| | | | | Changelog at <http://iut-tice.ujf-grenoble.fr/cao/news.txt>. | ||||
* | Upgrade to 2005-12-22. | thierry | 2005-12-26 | 5 | -35/+24 |
| | | | | Changelog at <http://iut-tice.ujf-grenoble.fr/cao/news.txt>. | ||||
* | - Mark BROKEN on FreeBSD-4; | thierry | 2005-12-14 | 1 | -0/+7 |
| | | | | | | - Fix build on the cluster (unzip used during post-install). Reported by: pointyhat via Kris |