summaryrefslogtreecommitdiff
path: root/french (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix the build by adding the Python metaport.Thierry Thomas2014-06-011-0/+1
| | | | Notes: svn path=/head/; revision=356172
* - Convert gmake to USESMartin Wilke2014-05-291-1/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=355693
* french/aster (and depends): specify post-extraction with ${TAR}John Marino2014-05-291-1/+1
| | | | | | | | | | | It's possible that EXTRACT_CMD won't be predefined in the near future in order to support distfiles in multiple formats. We know the post- extraction tool needs to be tar, so let's specify it directly. Approved by: infrastructure improvements blanket Notes: svn path=/head/; revision=355682
* Unbreak and make packageable.Thierry Thomas2014-05-264-24/+119
| | | | Notes: svn path=/head/; revision=355433
* Chase the upgrade of Code_Aster ans stagify.Thierry Thomas2014-05-133-192/+259
| | | | Notes: svn path=/head/; revision=354004
* Fix several problems: it now builds cleanly and can run the tests.Thierry Thomas2014-05-136-12560/+11837
| | | | | | | | Still marked BROKEN because there is some rough edges, but interesting users can remove this line. Notes: svn path=/head/; revision=354003
* Fix stagificationEdwin Groothuis2014-05-131-1/+0
| | | | Notes: svn path=/head/; revision=353996
* Update eric4 ports to version 4.5.22.Boris Samorodov2014-05-111-2/+2
| | | | Notes: svn path=/head/; revision=353729
* KDE/FreeBSD team presents KDE SC 4.12.5 and KDE Workspace 4.11.9!Max Brazhnikov2014-05-101-2/+2
| | | | | | | | | | deskutils/kdepim4: - Remove no longer needed patch, the problem was fixed since Qt 4.8.4. The area51 repository features commits by rakuco and makc. Notes: svn path=/head/; revision=353599
* Support stageBaptiste Daroussin2014-05-081-1/+0
| | | | Notes: svn path=/head/; revision=353369
* Support stageBaptiste Daroussin2014-05-081-1/+0
| | | | Notes: svn path=/head/; revision=353368
* Support stageBaptiste Daroussin2014-05-072-14/+16
| | | | | | | | Convert to USES=libtool Strip binaries Notes: svn path=/head/; revision=353218
* Update to 4.1.6.Jung-uk Kim2014-05-061-4/+4
| | | | Notes: svn path=/head/; revision=353103
* Catch a couple of missing convertsion to :tu/:tlBaptiste Daroussin2014-05-051-1/+1
| | | | | | | | Submitted by: ak With hat: portmgr Notes: svn path=/head/; revision=352993
* Convert all :U to :tu and :L to :tlBaptiste Daroussin2014-05-051-2/+2
| | | | | | | | | | | | | | | | | Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a replacement for :U and :L (which has been marked as deprecated) bmake which is the default on FreeBSD 10+ only support by default :tu/:tl a hack has been added at the time to support :U and :L to ease migration. This hack is now not necessary anymore Note that this makes the ports tree incompatible with make(1) from FreeBSD 8.3 or earlier With hat: portmgr Notes: svn path=/head/; revision=352986
* - Update to 1.8.12 (from science/hdf5-18)Sunpoet Po-Chuan Hsieh2014-05-032-3/+4
| | | | | | | | | | | | | | | | | | - Add LICENSE - Convert to new LIB_DEPENDS format - Convert to new options helper - Use NOT_FOR_ARCHS - Strip shared library - Remove deprecated PTHREAD_* - Use MAKE_CMD - Bump PORTREVISION for science/hdf5 shlib change [1] Changes: http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-1.8.12-RELEASE.txt http://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html Approved by: portmgr (bapt) [1] Notes: svn path=/head/; revision=352854
* When linking a library libA with a library libB using libtool, if libB.laTijl Coosemans2014-04-231-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | exists, libtool will add all libraries libB.la refers to (dependency_libs field) to the linker command line and store them in the dependency_libs field of libA.la. So everything that subsequently links with libA will also link to these extra libraries. This causes too much overlinking. This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs field in .la libraries during staging. However, because .la libraries have very limited use when dependency_libs is empty it makes sense to completely remove them during staging. So with this commit USES=libtool is modified to remove .la libraries and a new form (USES=libtool:keepla) is introduced in case they need to be kept (dependency_libs is still emptied). PORTREVISION is bumped on all ports with USES=libtool that install .la libraries. Most ports are also changed to add :keepla because .la libraries have to be kept around as long as there are dependent ports with .la libraries that refer to them in their dependency_libs field. In most cases :keepla can be removed again as soon as all dependent ports that install .la libraries have some form of USES=libtool added to their Makefile. PR: ports/188759 Exp-run: bdrewery Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=351936
* Unbreak with the work-around given by Vladimir Chukharev in PR ports/188114Thierry Thomas2014-04-172-8/+11
| | | | | | | untill math/py-numpy is fixed. Notes: svn path=/head/; revision=351497
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb) Notes: svn path=/head/; revision=351411
* Restore the previous sed to fix python.Thierry Thomas2014-04-091-1/+3
| | | | | | | Reported by: swills Notes: svn path=/head/; revision=350743
* - Support staging;Thierry Thomas2014-04-092-10/+6
| | | | | | | | | - Use the new infrastucture; - Fix dependency on www/py-mechanize. Notes: svn path=/head/; revision=350741
* Eric4 ports: update to version 4.5.21.Boris Samorodov2014-04-051-2/+2
| | | | Notes: svn path=/head/; revision=350252
* KDE/FreeBSD team presents KDE SC 4.12.4 and KDE Workspace 4.11.8!Max Brazhnikov2014-04-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | KDE ports: - Convert to USES=tar:xz devel/p5-perlqt, multimedia/kdemultimedia4-ffmpegthumbs: - Convert LIB_DEPENDS to new style devel/p5-perlqt, devel/p5-perlkde: - Don't remove directories installed by perl port net/kdnssd: - moved to net/zeroconf-ioslave (renamed upstream) x11/kdelibs4: - Clean up non-standard shared mime files and directories after deinstall The area51 repository features commits by Alonso Schaich <alonsoschaich@fastmail.fm> and makc. Notes: svn path=/head/; revision=349983
* Upgrade Code_Aster to 11.5.0-4.Thierry Thomas2014-03-1825-1904/+1728
| | | | | | | | | | N.B.: french/aster is still marked BROKEN, but this allows to unbreak other ports sharing the same dependencies. Patch for french/med provided by tijl. Notes: svn path=/head/; revision=348597
* Update to version 4.5.20.Boris Samorodov2014-03-131-2/+2
| | | | Notes: svn path=/head/; revision=348127
* Update the default version of GCC used in the Ports Collection fromGerald Pfeifer2014-03-105-5/+5
| | | | | | | | | | | | | | GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as well as changing the default in Mk/bsd.default-versions.mk. Part II, Bump PORTREVISIONs. PR: 182136 Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports) Tested by: bdrewery (two -exp runs) Notes: svn path=/head/; revision=347809
* Fix to use proper zip argBaptiste Daroussin2014-03-071-1/+1
| | | | Notes: svn path=/head/; revision=347411
* Convert f* to USES=zipBaptiste Daroussin2014-03-074-4/+4
| | | | Notes: svn path=/head/; revision=347408
* Mark BROKEN: UnfetchableAntoine Brodin2014-03-061-0/+1
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=347309
* KDE/FreeBSD team presents KDE SC 4.12.3 and KDE Workspace 4.11.7!Max Brazhnikov2014-03-042-7/+40
| | | | | | | | | | | | | | | | | | | | | deskutils/kdepim4: - Add depedency on coreutils, kleopatra needs md5sum and sha1sum programs [1] misc/kdehier4: - add tests directory (r343428 commit to Templates/BSD.local.dist) security/kwallet: - moved to security/kwalletmanager (renamed upstream) x11/kdelibs: - remove workaround, which is not needed after global fix in Mk/bsd.kde4.mk (r315373) PR: ports/187259 [1] Submitted by: Tobias Berner <tcberner@gmail.com> Notes: svn path=/head/; revision=347059
* - Support stagingFrederic Culot2014-02-281-3/+2
| | | | Notes: svn path=/head/; revision=346485
* Update to 4.1.5. It is partially based on the following PR.Jung-uk Kim2014-02-251-4/+4
| | | | | | | PR: ports/186265 Notes: svn path=/head/; revision=346062
* Use ${LDFLAGS} instead of constructing -L${LOCALBASE}/lib/${CC} manuallyGerald Pfeifer2014-02-231-1/+1
| | | | | | | | | (plus this now also provides proper -rpath for GCC runtime libraries). Approved by: thierry (maintainer) Notes: svn path=/head/; revision=345763
* - Bump PORTREVISION after KDE4_PREFIX changeMax Brazhnikov2014-02-181-0/+1
| | | | Notes: svn path=/head/; revision=344898
* KDE/FreeBSD team presents KDE SC 4.12.2 and KDE Workspace 4.11.6!Max Brazhnikov2014-02-184-219/+107
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Among changes: - Switch KDE4_PREFIX to ${LOCALBASE} - Remove now needless misc/kde4-shared-mime-info port - Add stage support - Remove ancient CONFLICTS (KDE 4.9 and less) and LATEST_LINK - Squeeze MASTER_SITES/MASTER_SITE_SUBDIR - Convert LIB_DEPENDS to new style - Use options helpers - Drop support for FreeBSD 7.x - Remove Qt/KDE 3 related workarounds - Remove local patches and use upstream version scheme for libraries - sysutils/kdeadmin4, net/kdenetwork4, devel/kdesdk4, and x11-clocks/kdetoys4 ports have been split. - devel/kcachegrind is now a part of KDE SC [1] - more logs in area51 repo... New ports: devel/kde-dev-scripts: KDE development scripts devel/kde-dev-utils: KDE development utilities games/klickety: Tetris themed solitaire games/picmi: Single player logic-based puzzle game textproc/libkomparediff2: Library to compare files and strings The area51 repository features commits by Schaich Alonso, avilla, rakuco and myself. PR: ports/186491 Exp-run: by bdrewery Approved by: beat (former maintainer) [1] Notes: svn path=/head/; revision=344893
* - Update to USES=tkPietro Cerutti2014-02-181-2/+1
| | | | Notes: svn path=/head/; revision=344853
* - Convert to USES=tkPietro Cerutti2014-02-181-4/+2
| | | | | | | | - Convert to new LIB_DEPENDS format - STAGE-clean Notes: svn path=/head/; revision=344845
* Convert all USE_FORTRAN=yes to "USES=fortran, USE_GCC=yes". In most casesTijl Coosemans2014-02-162-6/+2
| | | | | | | | | | | | | | USE_GCC=yes has been omitted though. Remove USE_FORTRAN handling from bsd.port.mk and bsd.gcc.mk. Minor cleanups in some ports like USE_GMAKE, NOPORTDOCS,... Exp-run: bdrewery Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=344614
* - Swith from easy_install to install (and bump PORTREVISION)Antoine Brodin2014-02-094-40/+6
| | | | | | | - Use PYDISTUTILS_AUTOPLIST Notes: svn path=/head/; revision=343510
* - Kill french/gfaim -- abandonwarePietro Cerutti2014-02-046-118/+0
| | | | Notes: svn path=/head/; revision=342574
* - Update gimp-help ports to 2.8.1. Polish translation has been removed, newMax Brazhnikov2014-02-011-3/+3
| | | | | | | | | | | | translations have been added (ca, da, el, en_GB, sl, pt_BR) - Add stage support - Update maintainer address PR: based on ports/179681 Submitted by: RyoTa SimaMoto (maintainer) Notes: svn path=/head/; revision=342129
* Remove ispell which is deprecated for long, consider using aspell instead or ↵Baptiste Daroussin2014-01-292-13/+0
| | | | | | | | | | | | | | | | | | | | | | | the aspell-ispell wrapper french/ispell german/ispell german/ispell-alt german/ispell-neu hungarian/ispell polish/ispell portuguese/ispell-pt_BR russian/rus-ispell textproc/british-ispell textproc/es-ispell textproc/ispell textproc/it-ispell textproc/nl-ispell textproc/sk-ispell ukrainian/ispell Notes: svn path=/head/; revision=341681
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340674
* - Update to 5.0.2Sunpoet Po-Chuan Hsieh2014-01-202-3/+3
| | | | Notes: svn path=/head/; revision=340417
* french/alphabet_sounds_fr: Fix and support stageJohn Marino2014-01-153-17/+52
| | | | | | | | | | | | | | | | | | | | The PR was written because the port started to fail in jail where $HOME is read-only. It turns out that it is not the port's fault, but rather that of the (former) build dependency, childsplay. The only reason it was a build dependency was to check if it's version is at least 0.71. Childsplay is currently at version 2.5, so there's no reason to check the version. The fix was to remove the check and childsplay as a build dependency. Stage support was also added, so there's not much left of the original install.sh. PR: ports/185202 Approved by: maintainer timeout Notes: svn path=/head/; revision=339815
* Python cleanup:Rene Ladan2014-01-131-1/+1
| | | | | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat) Notes: svn path=/head/; revision=339634
* . update to version 4.5.18;Boris Samorodov2014-01-081-2/+2
| | | | | | | . pet QA test: remove USES=shared-mime-info (it's not really used). Notes: svn path=/head/; revision=339079
* Update to version 4.5.17.Boris Samorodov2013-12-241-2/+2
| | | | Notes: svn path=/head/; revision=337371
* - Update Calligra Suite to 2.7.5.Alberto Villa2013-12-163-5/+35
| | | | | | | | | | | | | | | - Require a new compiler to build Calligra. - Make GTL really an option in Calligra. - STAGEify. - Use OPTIONS helpers. - Set NO_ARCH for translation ports. - Add translation port for Intelingua. Calligra 2.7 release notes: http://www.calligra.org/news/calligra-2-7-released Notes: svn path=/head/; revision=336675
* - Fix the usage of 'python' to get rid of the implicit lang/pythonMarcus von Appen2013-12-141-0/+5
| | | | | | | | | | dependency Reported by: exp-run (PR 184591) Approved by: portmgr (blanket) Notes: svn path=/head/; revision=336477