aboutsummaryrefslogtreecommitdiff
path: root/russian
Commit message (Collapse)AuthorAgeFilesLines
...
* multimedia/xmms:Tijl Coosemans2013-10-222-10/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add zh-xmms to CONFLICTS. - Convert USE_GNOME=desktopfileutils and USE_GMAKE to USES. - Make USE_GL conditional on the SPEC option. - Make gettext conditional on new NLS option. - Only set USE_AUTOTOOLS for the RUSXMMS_PATCHES option. - Remove LIBS from CONFIGURE_ENV. Set LDFLAGS instead. - Add missing xorg dependencies. - Add xmms_cv_newpcm_driver=yes to CONFIGURE_ARGS. The configure test fails on recent version of FreeBSD but the code it enables is still relevant. Without it you cannot select a different output device. - Remove SUB_FILES. None of the files require substitutions. - Remove IPV6 from OPTIONS_DEFAULT. It's implicit. - Don't exclude SIMD option from amd64. - Use option helpers like OPTIONS_SUB, opt_CONFIGURE_ENABLE, etc. - Install stripped libraries when !defined(WITH_DEBUG). - Use new style LIB_DEPENDS. - Add aclocal, autoheader and libtoolize to USE_AUTOTOOLS to fully regenerate the build infrastructure. This fixes a lot of warnings and allows some patches to be removed. - Add USE_OPENSSL for RUSXMMS_PATCHES option. - Fix the SIMD option on all architectures by removing the post-extract target. - Remove the message about the RUSXMMS_PATCHES option. This is from before there were option dialogs. - Use the same cp command as in the script included with rusxmms instead of INSTALL_DATA. - Remove the ALSA test from configure with REINPLACE_CMD instead of a patch (RUSXMMS_PATCHES case). - Remove old libtool macros from acinclude.m4. Libtoolize adds new macros. - Remove MKDIR_P patching. No longer needed after running aclocal. - Patch configure to disable ALSA (not RUSXMMS_PATCHES case). - Fix po/Makefile.in.in with REINPLACE_CMD instead of a patch. - Fix assembly source code files to support clang: * Remove comments that begin with a single slash. * Replace 'fist' instruction with 'fists' and 'fistp' with 'fistps'. * Append '.section ".note.GNU-stack","",@progbits' to every file to say they don't require an executable stack. These files are compiled with -Wa,--noexecstack which clang supports but the ancient binutils in FreeBSD base does not so without this change xmms runs with an executable stack when compiled with base gcc. - Support staging. - Remove extra-patch-Visualization_Makefile.am. It's not needed when passing VISUALIZATION_PLUGINS to configure. - Rename patch-gcc41 to patch-General-ir-ir.c and modify it to keep the variables static, but mark keepGoing volatile. - Remove patch-aclocal.m4. Not needed when running aclocal. - Remove patch-configure.in. The PTHREAD_LIBS related changes are no longer needed and ALSA change is handled in the Makefile. - Remove patch-ltmain.sh. Not needed with staging. - Remove patch-po-Makefile.in.in. Handled in Makefile. - Remove patch-xmms-config.in. Not 100% sure about this. It doesn't affect xmms itself. Perhaps some plugins need it but I'd rather fix those plugins then. - Add patch-xmms-i18n.h.in. It's needed when NLS option is disabled. - Remove pkg-message.in. All supported versions of FreeBSD have unzip in base. - Rename xmms.desktop.in to xmms.desktop to reflect that it doesn't require substitutions. - Adjust pkg-plist for OPTIONS_SUB, NLS option, staging and USES=desktop-file-utils. chinese/xmms, russian/xmms: - Minor cleanups. PR: ports/183165 Approved by: "Chris Petrik" <c.petrik.sosa@gmail.com> (maintainer) Notes: svn path=/head/; revision=331240
* - adjust include pathOlli Hauer2013-10-171-1/+1
| | | | Notes: svn path=/head/; revision=330667
* - update to latest release [1]Olli Hauer2013-10-177-5/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - use PKGNAMESUFFIX instead LATEST_LINK - whitespace cleanup - svn mv */bugzilla to */bugzilla40 - add vuxml entry 4.4.1, 4.2.7, and 4.0.11 Security Advisory Wednesday Oct 16th, 2013 Summary ======= Bugzilla is a Web-based bug-tracking system used by a large number of software projects. The following security issues have been discovered in Bugzilla: * A CSRF vulnerability in process_bug.cgi affecting Bugzilla 4.4 only can lead to a bug being edited without the user consent. * A CSRF vulnerability in attachment.cgi can lead to an attachment being edited without the user consent. * Several unfiltered parameters when editing flagtypes can lead to XSS. * Due to an incomplete fix for CVE-2012-4189, some incorrectly filtered field values in tabular reports can lead to XSS. All affected installations are encouraged to upgrade as soon as possible. [1] even bugzilla40 gets upstream fixes an upgrade to bugzilla42/44 is recommend Security: vid e135f0c9-375f-11e3-80b7-20cf30e32f6d CVE-2013-1733 CVE-2013-1734 CVE-2013-1742 CVE-2013-1743 Notes: svn path=/head/; revision=330666
* Fix at cross-device build (use "ln -sf" rather "ln -f"):Boris Samorodov2013-10-161-3/+3
| | | | | | | | | | | ----- ln: /usr/ports/russian/d1489/work/stage/usr/local/bin/fromdos: Cross-device link ----- Pointed out by: marino (via e-mail) Notes: svn path=/head/; revision=330497
* Update to version 4.5.15.Boris Samorodov2013-10-091-2/+2
| | | | Notes: svn path=/head/; revision=329900
* . support staging;Boris Samorodov2013-10-051-1/+0
| | | | | | | . remove well-known license file (GPLv3). Notes: svn path=/head/; revision=329493
* Support staging.Boris Samorodov2013-09-292-2/+30
| | | | Notes: svn path=/head/; revision=328720
* Support stage.Boris Samorodov2013-09-292-15/+11
| | | | Notes: svn path=/head/; revision=328715
* . support stage;Boris Samorodov2013-09-292-21/+11
| | | | | | | . create pkg-message based on post-install target. Notes: svn path=/head/; revision=328710
* Support staging.Boris Samorodov2013-09-292-50/+6
| | | | Notes: svn path=/head/; revision=328707
* - add STAGE support to bugzilla portsOlli Hauer2013-09-262-16/+4
| | | | | | | - remove bugzilla3 CONFLICTS Notes: svn path=/head/; revision=328405
* - Add p5-Text-Hyphen-RUSunpoet Po-Chuan Hsieh2013-09-225-0/+38
| | | | | | | | | | | | | | - While I'm here, add LICENSE and NO_STAGE Determine positions for hyphens inside words based on Text::Hyphen WWW: http://search.cpan.org/dist/Text-Hyphen-RU/ PR: ports/180317 Submitted by: Anes Mukhametov <anes@anes.su> Notes: svn path=/head/; revision=327884
* - fix misplaced NO_STAGE in slaveports and ifdefsDirk Meyer2013-09-211-1/+0
| | | | Notes: svn path=/head/; revision=327804
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-2050-124/+69
| | | | | | | russian) Notes: svn path=/head/; revision=327766
* - Use USES=gmakeSunpoet Po-Chuan Hsieh2013-09-161-6/+2
| | | | | | | - Cleanup Makefile header Notes: svn path=/head/; revision=327422
* - Fix build with clang [1]Roman Bogorodskiy2013-09-122-6/+14
| | | | | | | | | | | - Improve CXX respect (some makefiles had g++ hardcoded before) - Convert to new header format - Drop maintainership Reported by: pkg-fallout [1] Notes: svn path=/head/; revision=327076
* - Update to 3.6.1Sunpoet Po-Chuan Hsieh2013-09-122-5/+4
| | | | | | | | | | | | | - While I'm here: - Remove leading indefinite article from COMMENT - Remove LICENSE_FILE for well-known licenses Changes: http://wordpress.org/news/2013/09/wordpress-3-6-1/ PR: ports/182026 Submitted by: Mihail Timofeev <9267096@gmail.com> (maintainer) Notes: svn path=/head/; revision=327072
* - convert to the new perl5 frameworkAndrej Zverev2013-09-113-18/+9
| | | | | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326975
* - remove expired bugzilla3 portsOlli Hauer2013-08-296-342/+0
| | | | Notes: svn path=/head/; revision=325632
* Update to version 4.5.14.Boris Samorodov2013-08-231-2/+2
| | | | Notes: svn path=/head/; revision=325254
* Update to 4.0.5.Jung-uk Kim2013-08-221-4/+4
| | | | Notes: svn path=/head/; revision=325230
* - Update to 3.6Wen Heping2013-08-062-3/+3
| | | | | | | | PR: 181015 Submitted by: Mihail Timofeev <9267096@gmail.com> (maintainer) Notes: svn path=/head/; revision=324304
* Missed that one.Mathieu Arnold2013-08-031-1/+1
| | | | Notes: svn path=/head/; revision=324193
* - Convert to new perl frameworkAndrej Zverev2013-08-021-1/+2
| | | | Notes: svn path=/head/; revision=324171
* Fix build with clangBaptiste Daroussin2013-08-011-5/+2
| | | | Notes: svn path=/head/; revision=324081
* KDE3 and QT3 expired on 2013-07-01, remove these ports.Rene Ladan2013-07-2610-1996/+0
| | | | | | | | | | | | | | | | | | | Unfortunately, this also affects some ports using QT3 as a GUI toolkit. Changes to infrastructure files: - bsd.kde.mk : obsolete, remove - bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while - CHANGES : document the removals from bsd.port.mk - KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead) - MOVED : add the removed ports PR: ports/180745 Submitted by: rene Approved by: portmgr (bapt) Exp-run by: bapt Notes: svn path=/head/; revision=323748
* - Changed my emailVeniamin Gvozdikov2013-07-223-3/+3
| | | | | | | | | - Trim Makefile headers and positions name and surname within Approved by: eadler, rm (mentors) Notes: svn path=/head/; revision=323455
* - Update to 3.5.2Martin Wilke2013-07-112-3/+3
| | | | | | | | PR: 179831 Submitted by: maintainer Notes: svn path=/head/; revision=322772
* Convert from USE_MOTIF to USES=motifBaptiste Daroussin2013-07-101-13/+6
| | | | | | | | | | While here: - Trim headers - Convert USE_GMAKE to USES=gmake - Remove indefinite article from comment Notes: svn path=/head/; revision=322622
* Fix INDEX by really fixing the kde4-l10n portsBaptiste Daroussin2013-07-101-0/+1
| | | | Notes: svn path=/head/; revision=322618
* KDE4 l10n fixes.Raphael Kubo da Costa2013-07-092-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove an entry from all plists that slipped under radar and made packaging fail. - Properly save the OPTIONS defined by the user in the l10n ports. [1] Quoting bapt, master of all things ports: That is because misc/kde4-l10n/files/bsd.l10n.mk is totally wrong it does ... .include <bsd.port.pre.mk> ... .include <bsd.port.options.mk> ... .include <bsd.port.post.mk> First the right order in that case should be: ... .include <bsd.port.options.mk> ... .include <bsd.port.pre.mk> ... .include <bsd.port.post.mk> Second in that case (kde) the pre.mk/post.mk can be removed just keeping the options.mk and given that we now have the helpers options.mk can also be removed. The check for variables in OPTIONS_DEFINE is also useless (already done by the framework) defining OPTIONS_DEFINE and OPTIONS_DEFAULT to some empty values is also useless. No PORTREVISION bump because the generated packages do not change regardless of the changes/fixes in behavior here. Reported by: avg [1] Submitted by: bapt [1] Notes: svn path=/head/; revision=322586
* Update to version 4.5.13.Boris Samorodov2013-07-071-2/+2
| | | | Notes: svn path=/head/; revision=322455
* Mark IGNORE after www/MT update.Wesley Shields2013-07-061-0/+2
| | | | | | | | PR: ports/180252 Submitted by: Takefu <takefu@airport.fm> Notes: svn path=/head/; revision=322411
* Update the KDE Software Compilation to 4.10.5.Raphael Kubo da Costa2013-07-042-2/+16
| | | | | | | | | | | | | | | | | | | | | | Proudly brought to you by the KDE on FreeBSD team. We're sorry to ship two KDE updates in just a few days, but the work on 4.10.5 was very light compared to 4.10.4 so it was ready much faster. The release announcement can be found in [1]. [1] http://www.kde.org/announcements/announce-4.10.5.php The biggest news for us on FreeBSD is that the Ruby bindings should work with Ruby 1.9 now. I will probably add a note to UPDATING later about this, but as avilla@ pointed out, the clang support we mentioned that was improved in 4.10.4 requires a rebuild of the ports that depend on kdelibs4. Most of them are covered by this update, but those which are not part of the Software Compilation need to be rebuilt manually to make sure the previous issues (proper symbol visibility being the most annoying of them) are solved. Notes: svn path=/head/; revision=322300
* Update to KDE SC 4.10.4, proudly presented by the KDE on FreeBSD team.Raphael Kubo da Costa2013-07-022-2/+10
| | | | | | | | | | | | | | | | | | With commits from avilla@, makc@, rakuco@ and Schaich Alonso. The upstream announcement can be found in [1]. [1] http://www.kde.org/announcements/announce-4.10.4.php clang support should be more stable now, with clang being recognized by kdelibs4 and being passed the correct flags to build other ports. Additionally, all ports being committed have been verified to build with -CURRENT's clang 3.3 on an amd64 tinderbox (special thanks go to swills@ for providing it). Work on the newly-released 4.10.5 will begin shortly. Notes: svn path=/head/; revision=322191
* - use OPTION_GROUP in all devel/bugzilla portsOlli Hauer2013-06-202-4/+4
| | | | | | | | | | - s/CONFLICTS/CONFLICTS_INSTALL/ - use easier CONFLICT notation (future proof) - trim Makefile.common header - update russian/bugzilla42 language template to version 4.2.6 Notes: svn path=/head/; revision=321428
* Update to 4.0.4.Jung-uk Kim2013-06-191-4/+4
| | | | Notes: svn path=/head/; revision=321324
* . pet portlint: squeeze COMMENT a little;Boris Samorodov2013-06-141-6/+2
| | | | | | | . trim Makefile headers. Notes: svn path=/head/; revision=320920
* . NOPORTDOCS -> PORT_OPTIONS:MDOCS;Boris Samorodov2013-06-141-13/+8
| | | | | | | | | . simplify install (use 1 line instead of 6); . trim Makefile headers; . add tab space to WRKSRC. Notes: svn path=/head/; revision=320918
* . pet portlint: squeeze COMMENT a little;Boris Samorodov2013-06-142-11/+3
| | | | | | | | . use PLIST_FILES and remove pkg-plist (5 lines); . trim Makefile headers. Notes: svn path=/head/; revision=320915
* . simplify install (use 2 lines instead of 8);Boris Samorodov2013-06-141-13/+3
| | | | | | | . trim Makefile headers. Notes: svn path=/head/; revision=320910
* - Don't remove directories not created by this portMartin Wilke2013-06-131-2/+0
| | | | | | | Reported by: pkg (DEVELOPER_MODE) Notes: svn path=/head/; revision=320860
* Update to version 4.5.12.Boris Samorodov2013-06-101-2/+2
| | | | Notes: svn path=/head/; revision=320451
* Fix executing pkg-install script during do-installBaptiste Daroussin2013-05-241-6/+2
| | | | Notes: svn path=/head/; revision=318977
* KDE/FreeBSD team presents KDE SC 4.10.3 ports!Max Brazhnikov2013-05-182-4/+9
| | | | | | | | | - Remove patches and checks for unsupported FreeBSD versions. The area51 repository features commits by avilla, rakuco and myself. Notes: svn path=/head/; revision=318452
* Rectify USE_TEX to support both of teTeX and TeXLive.Hiroki Sato2013-05-111-1/+1
| | | | | | | | | | | | TEX_DEFAULT: A knob to choose teTeX or TeXLive. One can specify in /etc/make.conf. USE_TEX: A knob for port developers. Valid keywords are listed in bsd.tex.mk. Notes: svn path=/head/; revision=317899
* Update to 4.0.3.Jung-uk Kim2013-05-091-4/+4
| | | | Notes: svn path=/head/; revision=317743
* Remove *_DEPENDS from ports which depend on teTeX and add USE_TEX=tetexHiroki Sato2013-05-061-3/+1
| | | | | | | instead to make migration to TeXLive easier. Notes: svn path=/head/; revision=317455
* Please bmake(1)Baptiste Daroussin2013-05-021-1/+1
| | | | Notes: svn path=/head/; revision=317166
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-1/+1
| | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and USE_GETTEXT=yes to USES=gettext while here Notes: svn path=/head/; revision=316683