aboutsummaryrefslogtreecommitdiff
path: root/russian
Commit message (Collapse)AuthorAgeFilesLines
* - update/add russian bugzilla templatesOlli Hauer2013-12-1410-8/+341
| | | | Notes: svn path=/head/; revision=336450
* - Add LICENSESunpoet Po-Chuan Hsieh2013-12-051-0/+2
| | | | Notes: svn path=/head/; revision=335711
* - Fix index spam and bmake warningBryan Drewery2013-11-241-1/+1
| | | | | | | | | | | "Makefile", line 23: warning: "/bin/sh /usr/ports/russian/koi8r-ps/files/find-fontmap.sh" returned non-zero status WARNING (russian/koi8r-ps): GhostScript not found in PATH WARNING (russian/koi8r-ps): "Makefile", line 23: warning: "/bin/sh /usr/ports/russian/koi8r-ps/files/find-fontmap.sh" returned non-zero status With hat: portmgr Notes: svn path=/head/; revision=334735
* . USE_GMAKE -> USES=gmake;Boris Samorodov2013-11-181-3/+2
| | | | | | | . remove unneeded trailing "/" from target directory while install. Notes: svn path=/head/; revision=334183
* - Update to 20131101Sunpoet Po-Chuan Hsieh2013-11-183-6/+8
| | | | | | | | | - Add LICENSE - Move EXTRACT_SUFX upward - Use single space after WWW: Notes: svn path=/head/; revision=334153
* Fix stagingBaptiste Daroussin2013-11-151-1/+1
| | | | | | | Reported by: marino Notes: svn path=/head/; revision=333868
* . Improve spelling a little.Mikhail Teterin2013-11-134-19/+26
| | | | | | | | | | | . Use GhostScript itself to find the Fontmap.GS -- instead of trying to parse the output of `gs -h' . Other minor improvements to scripts. Submitted by: pkg-fallout@ Notes: svn path=/head/; revision=333715
* - Update to 3.7.1Veniamin Gvozdikov2013-11-122-3/+3
| | | | | | | | | | Full list changes: http://codex.wordpress.org/Version_3.7.1 PR: ports/183471 Submitted by: maintainer Notes: svn path=/head/; revision=333548
* Update to version 4.5.15.Boris Samorodov2013-11-111-2/+2
| | | | Notes: svn path=/head/; revision=333494
* - Update MASTER_SITES, WWWMax Brazhnikov2013-11-0916-32/+32
| | | | | | | | - Bring stage support - Sort list of dictionary programs in pkg-messge Notes: svn path=/head/; revision=333307
* . remove a standard option description (MOTIF);Boris Samorodov2013-11-071-3/+2
| | | | | | | . use lowercase characters for variable values (YES -> yes). Notes: svn path=/head/; revision=333081
* StagifyBaptiste Daroussin2013-11-041-5/+4
| | | | | | | Use bsdtar to extract Notes: svn path=/head/; revision=332695
* StagifyBaptiste Daroussin2013-11-041-6/+5
| | | | | | | Use bsdtar to extract Notes: svn path=/head/; revision=332691
* Support stage, use bsdtar to extractBaptiste Daroussin2013-11-041-4/+3
| | | | Notes: svn path=/head/; revision=332687
* StagifyBaptiste Daroussin2013-11-041-1/+0
| | | | | | | | Fix shebang for aspell itself, make perl also a run dependency for aspell (needed for a couple of scripts) Always install manpages for aspell. Notes: svn path=/head/; revision=332672
* - Add stage supportSteve Wills2013-10-302-2/+0
| | | | Notes: svn path=/head/; revision=332049
* - Update to 3.7Sunpoet Po-Chuan Hsieh2013-10-262-3/+3
| | | | | | | | | Changes: http://ru.wordpress.org/2013/10/wordpress-3-7/ PR: ports/183320 Submitted by: Mihail Timofeev <9267096@gmail.com> (maintainer) Notes: svn path=/head/; revision=331659
* - Update to 4.0.6.Jung-uk Kim2013-10-252-5/+4
| | | | | | | - Support staging. Notes: svn path=/head/; revision=331614
* 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