aboutsummaryrefslogtreecommitdiffstats
path: root/japanese
Commit message (Collapse)AuthorAgeFilesLines
* Update ports in the [i-m]* category to not use GH_COMMIT.mat2015-05-087-16/+9
| | | | | | | With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight
* japanese/jishyo: don't redefine WRKSRC to the default valuejbeich2015-05-071-2/+0
|
* - Update to 20150430.kuriyama2015-05-064-10/+10
|
* Use USES=fakeroot instead of NEED_ROOT=yesbapt2015-05-031-7/+3
| | | | while here convert to USES=autoreconf
* Update spamassassin to 3.4.1.adamw2015-04-301-1/+3
| | | | | | | | | | | | | | | | Changes: * improved automation to help combat spammers that are abusing new top level domains; * tweaks to the SPF support to block more spoofed emails; * increased character set normalization to make rules easier to develop and stop spammers from using alternate character sets to bypass tests; * continued refinement to the native IPv6 support; and * improved Bayesian classification with better debugging and attachment hashing. Full ChangeLog at https://metacpan.org/changes/distribution/Mail-SpamAssassin The japanese/spamassassin port is broken until it's updated for 3.4.1.
* - Chase GNU Emacs updatesashish2015-04-276-5/+6
| | | | PR: 199553
* - Update to 4.2sunpoet2015-04-262-3/+3
| | | | | | | | Changes: https://ja.wordpress.org/2015/04/24/powell/ PR: 199699 Submitted by: sunpoet (myself) Approved by: Joe Horn <joehorn@gmail.com> (maintainer) MFH: 2015Q2
* Update to 4.3.7.jkim2015-04-261-4/+4
|
* Fix build with Perl 5.18+mat2015-04-254-7/+22
| | | | | | | | qw(...) can no longer be used as parentheses Also, rename a patch to stick to our naming scheme. Sponsored by: Absolight
* Deprecate Perl modules that only work with 5.16, as it's being phased out, withmat2015-04-242-0/+6
| | | | | | | the same deprecation date. With hat: perl@ Sponsored by: Absolight
* japanese/k12: fix pkg-message pathsrobak2015-04-211-2/+2
| | | | | PR: 199536 Submitted by: Watanabe Kazuhiro <CQG00620@nifty.ne.jp> (maintainer)
* Convert to USES=autoreconftijl2015-04-191-2/+1
|
* - Remove libtool hacks and patches that are now handled by USES=libtooltijl2015-04-181-2/+0
| | | | - Remove CONFIG_SHELL from CONFIGURE_ENV because bsd.port.mk handles that
* japanese/gawk: Don't install ancient info pagemarino2015-04-183-7/+46
| | | | | | | | | | | | | | | | | | The version of makeinfo in the texinfo package, the one that FreeBSD 11 and DragonFly use because texinfo is no longer in base, is too new to create the info page on this ancient port. It would be preferred to either update japanese/gawk to match the same version as textproc/gawk, or just remove the port completely. However, for some reason it's a dependency over textproc/gawk on two of rodrigo's ports. I initially tried using extra-patches to only block info on FreeBSD 11 and DragonFly, but Makefile.in is already patched and it was getting complicated so I decided just to remove the old info page for everyone. The man page is still installed of course. Approved by: blanket (unbreaks F11)
* converters/libiconv:tijl2015-04-154-37/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove const qualifier from iconv(3) to match POSIX: http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html - Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is defined because the base system iconv supports these extensions too. Add/remove patches to/from ports to call iconv with non-const arguments. This breaks some ports on FreeBSD 10 because base system iconv.h still has the const qualifier. Fix this by letting USES=iconv add a build dependency on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG defined) instead of the base system iconv.h. This exposed some ports that link with libiconv when it is available instead of using libc iconv. In these cases one of the following changes has been made: - patch configure scripts to test for libc iconv first - add ac_cv_lib_iconv_libiconv=no or similar to CONFIGURE_ARGS to disable some configure tests - converters/wkhtmltopdf: this includes Qt4 so add a patch from devel/qt4 - lang/gcc5-aux: respect CFLAGS and friends during configure such that LIBICONV_PLUG is defined in the iconv test, also switch to external gettext - mail/gnarwl: replace patches with CPPFLAGS/LIBS - multimedia/ffmpeg2theora: remove iconv test from SConstruct and use ICONV_LIB in port Makefile instead, also fix a bug in subtitles.c - net-im/licq: finish conversion to cmake - net-mgmt/bandwidthd, net-mgmt/icinga, net-mgmt/nagios, net-mgmt/nagios4: don't need iconv - textproc/p5-XML-TinyXML: finish conversion to USES=perl5 Other changes: - databases/qdbm and slaves: respect CFLAGS and friends, also enable bzip2 and lzo support - games/ldmud: respect CFLAGS and friends - graphics/inventor: replace some patches with MAKE_ARGS/MAKE_ENV to respect CFLAGS and friends, also remove FreeBSD/alpha patch and add missing xorg dependencies PR: 199099 Exp-run by: antoine Approved by: portmgr (antoine)
* Fix build WITHOUT=NLS.mat2015-04-111-0/+1
| | | | Sponsored by: Absolight
* - Update to 0.20150402danilo2015-04-092-3/+3
|
* Convert bsd.gnustep.mk to USES=gnustepbapt2015-04-091-4/+2
| | | | | | | | | | | | | Simplify gnustep ports Hook into the regular ports framework: - LIB_DEPENDS for library dependencies - Use regular USE_LDCONFIG Reuse USES=objc (automatic) USE_GNUSTEP is now a macro to set the dependencies and build feature needed. Accepted arguments: back base build gui Merge deskutils/preferencepanes into deskutils/systempreferences
* Fix post install scriptbapt2015-04-062-6/+3
| | | | | PR: 199113 Reported by: hiroto.kagotani@gmail.com
* Remove OSVERSION checks that do not make sense any more.mat2015-04-032-9/+0
| | | | | | | | | | For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true, as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107). Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when it is always needed, I renamed it, in one case, I merged two patches. Differential Revision: https://reviews.freebsd.org/D2209
* japanese/groff: add CPE informationrobak2015-03-311-1/+2
| | | | | | | - Maintainer's timeout (hrs@FreeBSD.org) PR: 198594 Submitted by: Shun <shun.fbsd.pr@dropcut.net>
* Major update to libpinyin, fcitx and their add ons:delphij2015-03-3111-10/+82
| | | | | | | | | | | | | | | | | | | | | | | | - New port: chinese/brise Rime schema repository - Update chinese/fcitx to 4.2.8.5. - Update chinese/fcitx-chewing to 0.2.2. - Update chinese/fcitx-cloudpinyin to 0.3.4. - Update chinese/fcitx-configtool to 0.4.8. - Update chinese/fcitx-libpinyin to 0.3.1. - Update chinese/fcitx-rime to 0.3.1. - Update chinese/fcitx-sunpinyin to 0.4.1. - Update chinese/fcitx-table-extra to 0.3.7. - Add LICENSE and update website (mainly move off Google Code) for various ports. - Update chinese/libpinyin to 1.1.0. - Update chinese/librime to 1.1. - Update chinese/opencc to 0.4.3. - Update japanese/fcitx-anthy to 0.2.1. - New port: japanese/fcitx-skk SKK support for Fcitx - Update korean/fcitx-hangul to 0.3.0. - Update textproc/fcitx-m17n to 0.2.3. PR: ports/198743 Submitted by: maintainer, hiroto.kagotani@gmail.com, delphij
* Remove dead GNUSTEP_CH master sitesbapt2015-03-311-2/+1
|
* Remove dead RINGSERVERbapt2015-03-311-2/+1
|
* japanese/texinfo: add CPE informationrobak2015-03-251-1/+2
| | | | | PR: 198842 Submitted by: Shun <shun.fbsd.pr@dropcut.net>
* 8 ports categories: Remove $PTHREAD_LIBSmarino2015-03-241-3/+0
| | | | | | | | | Categories: archivers, dns, french, japanese, news, port-mgmt, x11-wm The sysutils port was setting configure argument, so the text wasn't removed but the value of PTHREAD_LIBS was changed. approved by: PTHREAD blanket
* - Simplify MASTER_SITESamdmi32015-03-241-5/+5
| | | | - Strip library
* Fix after font changesbapt2015-03-222-30/+18
|
* Make fonts repecting XDGbapt2015-03-2293-863/+360
| | | | | | | | | | Xorg is now looking in ${LOCALBASE}/share/fonts by default Xorg now accepts symlinks in etc/X11/fontpath.d (as decribed in Xserver(1)) Large cleanup on lots of font ports All fonts are now properly dynamically generating fonts.dir and fonts.scale instead of sometime overwriting existing ones) All fonts are generating fontconfig's cache Improve consistency in fonts ports
* Rework XORG_CAT= fontbapt2015-03-204-119/+108
| | | | | | | | Fonts are now generating the fonts.scale and fonts.dir at install time font-alias is not needed anymore for the above reason extract font-util and encodings out of XORG_CAT=fonts because they do not install any fonts make XORG_CAT=fonts use USES=fonts
* - Cleanup installationamdmi32015-03-204-15/+15
| | | | | - Fix LOCALBASE refeences in pkg-message and readme - Fix permissions and installation from non-root
* Update USE_GITHUB so it does not require GH_COMMIT.bdrewery2015-03-202-2/+2
| | | | | | | | | | | | | | | | | Using this new scheme allows only setting the _tag_ or _commit hash_ in GH_TAGNAME and not having to know the hash for a tag. This scheme will download a tarball that has a different checksum than before due to a changed directory name for extraction. The following MASTER_SITES are provided to retain the old checksum and directory structure (that require GH_COMMIT): GH -> GHL GITHUB -> GITHUB_LEGACY Differential Revision: https://reviews.freebsd.org/D748 Submitted by: amdmi3 Reviewed by: mat, swills, antoine, bdrewery With hat: portmgr
* japanese/lynx-current: add USES= cperobak2015-03-171-1/+1
| | | | | PR: 197546 Submitted by: Shun <shun.fbsd.pr@dropcut.net>
* - Strip libraryamdmi32015-03-171-1/+6
|
* japanese/lynx: add USES= cperobak2015-03-161-1/+1
| | | | | PR: 197545 Submitted by: Shun <shun.fbsd.pr@dropcut.net>
* - Update to 0.05sunpoet2015-03-133-5/+7
| | | | | | | - Add LICENSE - Sort PLIST Changes: http://search.cpan.org/dist/Lingua-JA-Numbers/Changes
* - Mark MAKE_JOBS_UNSAFE: occasionally breaks with -j8amdmi32015-03-121-0/+1
| | | | Approved by: portmgr blanket
* Update KDE SC to 4.14.3alonso2015-03-122-4/+4
| | | | | | | | | | | | | | | | The kde@ team presents KDE SC 4.14.3, the last planed release of the KDE SC 4 series. In addition to the updates provided by the KDE SC developers, this update also addresses numerous FreeBSD and PORTS specific issues, found and solved by the kde@ team and area51 testers, most notorously Tobias C. Berner <tcberner@gmail.com> PR: 197751 PR: 197871 PR: 184996 Reviewed by: rakuco (mentor) Differential: https://reviews.freebsd.org/D1950
* - Update to 0.20150304danilo2015-03-072-3/+3
|
* - Update to 20150227.kuriyama2015-03-054-29/+30
|
* - Add some mirrorsamdmi32015-03-051-1/+3
| | | | MFH: 2015Q1
* Remove Author from pkg-descr and white space fixesbapt2015-03-038-12/+4
|
* ISO/IEC 2022 character encoding scheme.kuriyama2015-02-265-0/+40
| | | | WWW: http://search.cpan.org/dist/Encode-ISO2022/
* - Update to 4.3.6.jkim2015-02-211-4/+4
| | | | | | - Enable GIO when GTK2 or GTK3 is enabled. [1] Submitted by: tijl [1]
* - Fix installation path of mozc_emacs_helper.hrs2015-02-202-3/+31
| | | | - Fix mozc_tool path in the fcitx patch set.
* - Fix pathname of mozc_renderer, mozc_tool, and mozc_emacs_helper.hrs2015-02-1911-33/+173
| | | | | - Fix mozc_tool script to accept options regardless --mode= is specified. - Fix leim-list.el to load mozc.elc.
* Update to 470.hrs2015-02-162-4/+3
|
* Update to 20141206.hrs2015-02-152-5/+4
| | | | | Submitted by: Koichiro IWAO PR: 196579
* Update to 2.16.2051.102.hrs2015-02-1525-557/+122
| | | | | - fcitx-mozc has been updated to 2.16.2037.102.2 patch. - mozc_server_* scripts have been replaced with a single mozc script.
* - Update to 0.20150203danilo2015-02-122-3/+3
|
* - follow r378336jgh2015-02-031-13/+0
|
* - merge japanese/xlockmore into x11/xlockmorejgh2015-02-031-1/+0
|
* - Drop @dirrm* from pkg-plistsamdmi32015-02-032-4/+0
| | | | Approved by: portmgr blanket
* - Update to 3.2.4 [1]jbeich2015-02-014-16/+7
| | | | | | | | | | | | | - Drop @dirrm* from pkg-plist [1] - Drop redundant post-install [2] - Only remove fonts.dir lines belonging to the port [2] - Avoid writing under ~/.config/fontforge during build [2] PR: 195845 Differential Revision: https://reviews.freebsd.org/D1745 Submitted by: Koichiro IWAO (maintainer) [1] Approved by: Koichiro IWAO (maintainer) [2] Approved by: bapt (mentor)
* Convert fc-cache(1) calls in pkg-plist to use @fc keywordjbeich2015-01-3130-67/+30
| | | | | | | | | | | fonts.cache-1 lines started to appear after r148143 but became obsolete since `fc-cache -s` support (i.e. /var/db/fontconfig) and several FC_CACHE_VERSION bumps. Remove them. Differential Revision: https://reviews.freebsd.org/D1733 Reviewed by: hrs Approved by: portmgr blanket Approved by: bapt (mentor)
* Fix DEPENDSantoine2015-01-262-3/+3
|
* japanese/ebview-gtk2: Fix size mismatch between int and ssize_t (amd64)marino2015-01-212-1/+69
| | | | | | | This fetchs the source of segfaults on amd64. PR: 196184 Submitted by: moga (chigusa.homeunix.org)
* japanese/eb: replace USE_AUTOTOOLS with USES=autoreconfmarino2015-01-211-3/+1
| | | | | PR: 196792 Submitted by: maintainer (Yasuhiro KIMURA)
* Update graphics/giflib to 5.0.5antoine2015-01-151-1/+1
| | | | | | | Differential Revision: https://reviews.freebsd.org/D1361 Submitted by: bapt Reviewed by: self Exp-run by: self
* - Update to 0.20150106danilo2015-01-142-3/+3
|
* - Fix *_DEPENDS: parent is already in all supported Perl releasessunpoet2015-01-082-8/+2
| | | | | | | | - Remove outdated PERL_LEVEL check - Bump PORTREVISION for dependency change - While I'm here, use single space after WWW: With hat: perl
* Shebangfix r376298 made it clarify.ume2015-01-061-2/+3
|
* change command_interpreter from /usr/bin/perl to ${PREFIX}/bin/perlmarino2015-01-052-2/+2
| | | | | | | | | | | Several ports had rc.d scripts with hardcoded command_interpreter string as /usr/bin/perl. This symlink is not guaranteed to be in place, and it isn't even an option for perl 5.20. For affected ports, the interpreter was changed to localbase. In one case, the interpreter was correct, but it wasn't surround by quotes. Since the rc.d script would break if a space was contained in ${PREFIX}, quotes were added in that case.
* - Update to 20141226.kuriyama2015-01-054-10/+10
|
* - Convert <OPTION>_USE= PYTHON... to <OPTION>_USES= python...mva2015-01-031-1/+2
| | | | With hat: python@
* security/libgcrypt: 1.6.1 -> 1.6.2, bump dependspi2015-01-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: - src/sexp.c (do_vsexp_sscan): Return error for invalid args. - cipher/md.c (_gcry_md_info): Fix a segv in case of calling with wrong parameters. - cipher/primegen.c (_gcry_generate_elg_prime): Change to return an error code, possible NULL deref in call to prime generator. - cipher/dsa.c (generate): Take care of new return code. - cipher/elgamal.c (generate): Change to return an error code. Take care of _gcry_generate_elg_prime return code. - ecc: Support the non-standard 0x40 compression flag for EdDSA. - mpi: Extend the internal mpi_get_buffer. - mpi: Fix regression for powerpc-apple-darwin detection. - Fix bug inhibiting the use of the sentinel attribute in src/gcrypt.h.in - Fix building for the x32 target without asm modules in mpi/generic/mpi-asm-defs.h: Use a fixed value for the x32 ABI. - Fix ARM assembly when building __PIC__ - mpi: Fix a subtle bug setting spurious bits with in mpi_set_bit. * mpi/mpi-bit.c (_gcry_mpi_set_bit, _gcry_mpi_set_highbit): Clear allocated but not used bits before resizing. * tests/t-mpi-bits.c (set_bit_with_resize): New. - Use internal malloc function in fips.c. * src/fips.c (check_binary_integrity): s/gcry_malloc/xtrymalloc/. - pubkey: Re-map all deprecated RSA algo numbers. - cipher: Fix possible NULL dereference in cipher/md.c for being NULL. - Fix ARMv6 detection when CFLAGS modify target CPU architecture. PR: 193264 Approved by: cpm@fbsd.es (maintainer)
* Add new port japanese/rubygem-mail-iso-2022-jp.sanpei2014-12-314-0/+28
| | | | Provides 'mail' gem with iso-2022-jp conversion capability
* - Updated to latest version (20111128) and other improvements.kuriyama2014-12-299-140/+165
| | | | | PR: ports/195766 Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
* Allow building with either giflib 4.2 or 5.0antoine2014-12-272-8/+30
|
* Update to 20141224vanilla2014-12-262-4/+4
| | | | | PR: ports/196254 Submitted by: maintainer
* Bump portrevision after png updatebapt2014-12-261-1/+1
|
* Remove imlib1bapt2014-12-261-0/+1
| | | | | | | | | | | It has become a patch spaghetti over the time and making it support newer version of various graphics libraries will be a nightmare It is time to say good bye to imlib1 With hat: portmgr Discussed with: antoine Approved by: kwm
* Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgradeantoine2014-12-261-1/+1
|
* Remove abandonware blocking decomissioning imlibbapt2014-12-2512-220/+0
|
* Remove abandonware blocking decomissioning imlibbapt2014-12-2515-257/+0
|
* - Update to 4.1sunpoet2014-12-242-3/+3
| | | | | | | Changes: https://ja.wordpress.org/2014/12/19/wordpress-4-1-dinah/ Submitted by: sunpoet (myself) Approved by: Joe Horn <joehorn@gmail.com> (maintainer, via email) MFH: 2014Q4
* Update to 20141220.nobutaka2014-12-236-30/+63
| | | | | | | | Change MASTER_SITES to GitHub. Use nkf to generate dictionaries and data files. PR: ports/193305 Submitted by: katsuyoshi.ohara@gmail.com
* Get rid of gnomehierbapt2014-12-211-2/+2
|
* Cleanup plistbapt2014-12-2111-19/+0
|
* Update to 4.3.5.jkim2014-12-191-4/+4
|
* japanese/ebnetd add user and group for daemon processespawel2014-12-163-3/+31
| | | | | PR: 195523 Submitted by: maintainer
* - Update from 0.20141105 to 0.20141201danilo2014-12-092-4/+3
|
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla intijl2014-12-0915-21/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the 32 ports that still use it. Bump PORTREVISION on their dependent ports except the ones that depend on these: audio/libogg audio/libvorbis devel/pcre ftp/curl graphics/jpeg graphics/libart_lgpl graphics/tiff textproc/expat2 textproc/libxslt In these cases the same trick as in the recent gettext update is used. The ports install a symlink with the old library version. When enough of their dependent ports have had regular updates the remaining ones can get a PORTREVISION bump and the links can be removed. Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes over 2200 packages to depend on devel/pcre while less than 200 actually link with it. The glib20 package still depends on devel/pcre so this should not make a difference for ports with USE_GNOME=glib20. Also, libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so USE_GNOME=glib20 should not propagate it. PR: 195724 Exp-run by: antoine Approved by: portmgr (antoine)
* Remove invalid line from plistantoine2014-12-071-1/+0
|
* Update "BSD" licensefeld2014-12-071-1/+1
|
* - Remove local MASTER_SITE which is going to disappearamdmi32014-12-061-3/+2
| | | | | | | - Add my mirror instead PR: 195578 Submitted by: motoyuki@bsdclub.org
* Add a patch from SA bug #7107, to quiet warnings due to bad usage of $^Vadamw2014-12-011-1/+1
| | | | | | | | | | | | | | that show up during sa-learn, sa-compile, etc. Note that other warnings can still show up, ex.: zoom: rule __FOR_SALE_PRC_100K will loop on SpamAssassin older than 3.3.2 running under Perl 5.12 or older, Bug 6558 While here, go with the @dir new world order. SA is not poudriere clean at this time; /var/spool/spamd is the homedir of user spamd, so I am pretty sure it shouldn't be listed with @dir. QA sees this as a leftover dir. PR: 195524 Submitted by: Bernard Spil
* Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. Thetijl2014-11-305-23/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | first contains runtime libraries such as libintl and the latter contains developer tools such as msgfmt. Ports that use gettext will usually need a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools. USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on devel/gettext-runtime and USES=gettext-tools can be used to set a BUILD/RUN_DEPENDS on devel/gettext-tools. USES=gettext is now the same as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools. Update gettext to 0.19.3. Remove :oldver from converters/libiconv and devel/gettext-runtime. Leave symlinks with the old library versions to avoid the need to bump PORTREVISION on a large number of dependent ports. When most of the dependent ports have had normal version updates, PORTREVISION can be bumped on the remaining ones (low number) and the links can be removed. Fix some ports that installed files in lib/locale instead of share/locale. PR: 194038 Reviewed by: bapt Exp-run: antoine Approved by: portmgr (antoine)
* - Update to 4.1.4tota2014-11-292-3/+3
|
* Update to 4.3.4.jkim2014-11-271-4/+4
|
* Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-11-2654-115/+106
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr
* - While I'm here, update to 4.0.1sunpoet2014-11-252-6/+4
| | | | | | | | | | | - Update CONFLICTS_INSTALL Changes: https://ja.wordpress.org/2014/11/21/wordpress-4-0-1-security-release/ https://ja.wordpress.org/2014/09/05/benny/ PR: ports/194918 Submitted by: Takefu <takefu@airport.fm> Approved by: Joe Horn <joehorn@gmail.com> (maintainer) MFH: 2014Q4
* Remove code unused with stagingantoine2014-11-2317-52/+0
|
* Add japanese/font-ipamjm, Japanese TrueType fonts distributed byhrs2014-11-238-0/+202
| | | | Infomation-technology Promotion Agency (IPA) Japan.
* Update to 2.0.0-DEV.hrs2014-11-224-13/+22
| | | | PR: 194994
* Mark BROKEN: Fails to buildantoine2014-11-201-0/+2
| | | | | | | | | | Wrote /wrkdirs/usr/ports/japanese/navi2ch/work/navi2ch-1.8.4/elc.93644/navi2ch-auto-modify.elc Loading /wrkdirs/usr/ports/japanese/navi2ch/work/navi2ch-1.8.4/elc.93644/navi2ch-auto-modify.elc... done Wrong type argument: stringp, nil *** Error code 1 Reported by: pkg-fallout
* The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2.kwm2014-11-192-1/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up. This commit removes the old GNOME 2 desktop, bindings and some ports that can't be compiled. A few ports where updated to more recent versions to allow them to compile with this update. Apart from updating ports to newer versions GDM is more integrated with gnome-shell now, and handles several things for the GNOME desktop such as screen locking. If you want to use GNOME 3 via startx, you will have to add your own lock screen/screensaver. For example xscreensaver can be used for sessions started without GDM. Shell Extensions can be installed via https://extensions.gnome.org/ , we have ported a few that can't be installed via this way. The old gnome-utils and gnome-games ports where split up into single ports and where converted to meta-ports. gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but if you use startx you need to do this yourself. Upgrade instructions: Delete the old and conflicting packages: # pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \ guile gcalctool gnome-media libgnomekbd # pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \ evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center For package users the following lines will be enough: # pkg upgrade # pkg install gnome3 For ports users should do the following: # portmaster -a # portmaster x11/gnome3 We are currently aware of two issues. The first issue is a bug in the file monitoring code in the glib20 port. This bug causes glib programs to crash when files in a monitored directory are added or removed. Upstream is aware of the problem, but since the problem is quite complex there is no solution yet. This problem isn't restricted to BSD. The second issue is that on certain video cards totem will display a purple/pink overlay on the video. It not clear yet where the issues comes from. Major thanks goes to Gustau Perez for being a driving force behind getting GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs. This update was also made possible by: Joe Maloney Kris Moore Beeblebrox Ryan Lortie Antoine Jacoutot and everyone I missed
* - Update from 0.20141001 to 0.20141105danilo2014-11-192-3/+3
|
* Cleanup plistantoine2014-11-12161-885/+52
|
* - Fix shebangsantoine2014-11-124-9/+4
| | | | - Cleanup plist
* japanese/mh: fixesrobak2014-11-112-1/+19
| | | | | | | | | - Strip binaries and libs - Add missing patch PR: 194880 Submitted by: Watanabe Kazuhiro <CQG00620@nifty.ne.jp> Approved by: mentors (implicit)
* japanese/nethack34: Fix segfault on amd64 among other thingsmarino2014-11-106-12/+93
| | | | | PR: 194611 Submitted by: WATANABE Kazuhiro
* japanese/py-mecab: some fixespi2014-11-081-1/+5
| | | | | | | | | - Fix LICENSE(BSD -> BSD3CLAUSE) - Strip shared library PR: 191309 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Approved by: <jun-g@daemonfreaks.com> (maintainer timeout)
* japanese/p5-MeCab: some fixespi2014-11-082-5/+5
| | | | | | | | | | - Fix LICENSE(BSD -> BSD3CLAUSE) - Strip shared library - Remove unnecessary .if ${PORT_OPTIONS:MEXAMPLES} ... .endif - remove @dir* from pkg-plist PR: 191308 Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
* - Remove a few remaining $Id$ from pkg-plistsak2014-11-0710-10/+0
| | | | Approved by: portmgr (mat)
* - Chase GNU Emacs updatesashish2014-11-056-5/+6
| | | | PR: 194624
* - Update to 20141031.kuriyama2014-11-044-10/+10
|
* Simplify plistbapt2014-11-011-29/+1
|
* Simplify plistbapt2014-11-012-7/+3
| | | | Do not try to stop daemons let user defined the behaviour thought pkg
* Simplify plistbapt2014-11-011-6/+1
|
* Update to 4.3.3.jkim2014-11-011-4/+4
|
* Mark broken with Perl 5.18 and newerswills2014-10-271-0/+4
|
* Remove @dirrm and @dirrmtry entries from the Qt ports.rakuco2014-10-241-2/+0
|
* japanese/mh: multiple fixesrobak2014-10-204-11/+51
| | | | | | | | | | | - Add japanese man pages - Don't setuid/setgid to binaries - Use BSD_INSTALL_LIB instead of cp - Remove @dirrm PR: 194352 Submitted by: Watanabe Kazuhiro <CQG00620@nifty.ne.jp> Approved by: mentors (implicit)
* - Convert ports from german/, java/, japanese/ and ports-mgmt/ to newmva2014-10-2010-20/+16
| | | | | | USES=python Approved by: portmgr (implicit)
* KDE/FreeBSD team presents KDE SC 4.14.2 and KDE Workspace 4.11.13!makc2014-10-196-31/+118
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | USE_KDE4=kdehier component has been deprecated, new components added: baloo - Baloo core libraries baloo-widgets - Baloo widgets library kfilemetadata - KDE library for extracting file metadata New ports: graphics/kqtquickcharts - QtQuick plugin to render interactive charts misc/artikulate - Pronunciation trainer for KDE (not usable currently, links to both GStreamer 1.x and 0.10.x via dependencies) sysutils/baloo[-widgets] - KDE framework for searching and managing user metadata sysutils/kfilemetadata - Library for extracting file metadata l10n ports: - Farsi (Persian) and Indonesian translations has been readded - Vietnamese didn't pass threshold for inclusion into release astro/kstars: - switch dependency from math/eigen2 to math/eigen3 - add PYKDE option for updating supernovae data deskutils/kdepim4: - update dependencies: add libkgapi and baloo, remove now needless clucene, link-grammar, strigi - add patch to fix build with gcc42 - update COMMENT and description for all KDE PIM ports devel/ruby-krossruby: - remove BROKEN, it builds with ruby 2.x now editors/kate: - add patch to disable memory-hungry build of the kate tests [1] graphics/okular: - add dependency on graphics/libkscreen math/cantor: - add optional dependency on lang/luajit for LuaJIT backend - fix gfortran detection [2] misc/kdehier4: - adapt to new pkg world. Now the purpose of kdehier4 only to link some stuff between KDE4_PREFIX and LOCALBASE. science/kalzium: - switch dependency from math/eigen2 to math/eigen3 - add dependence on science/chemical-mime-data x11-themes/kdeartwork4 - switch dependency from math/eigen2 to math/eigen3 among other changes: - drop deprecated USE_KDE4=kdehier - drop @dirrm from plist - clean up pkg-descr - convert to options helpers - other portlint fixes The area51 repository features commits by alonso, rakuco and myself. PR: 187150 [1] Reported by: pe.freethread@live.com Patch by: Tobias Berner <tcberner@gmail.com> PR: 180674 [2] Reported by: torsten.eichstaedt@web.de PR: 194316 Exp-run: antoine
* japanese/ebnetd: Remove @dirrm, use @sample, use @dir()marino2014-10-182-4/+7
| | | | | | | | | | The stage-qa checks said 5 files needed perl shebang fixed, but USE=shebangfix won't fix it. The value of PERL was defined for the configure target to fix it. However, a run depends on perl was not added as the affected files are probably optional scripts. PR: 194367 Submitted by: maintainer (Yasuhiro KIMURA)
* - Fix ${arch}_BROKEN statements to correct BROKEN_${arch}amdmi32014-10-174-12/+4
| | | | | - Drop @dirrm* from plists - Other minor fixes
* Update to 4.3.2.jkim2014-10-172-5/+4
|
* japanese/mecab: Remove @dirrm and use @samplemarino2014-10-162-7/+4
| | | | PR: 194368
* - Fix segmentation fault with recent Ruby-GNOME2.ume2014-10-152-24/+16
| | | | - Use USES=shebangfix.
* Close out a bunch of PRs that only remove @dirrmmarino2014-10-152-125/+0
| | | | | PR: 194331, 194332 PR: 194365, 194366, 194369, 194371, 194374
* Add missing dependencies and CPE data.des2014-10-151-1/+8
| | | | Approved by: maintainer silence
* - update to version 4.4.6ohauer2014-10-153-45/+3
| | | | | | | - adopt new pkg-plist style Submitted by: tota MFH: 2014Q3
* japanese/mecab: Fix typomarino2014-10-121-1/+1
| | | | PR: 194037
* Fix build on 10.0.hrs2014-10-071-11/+4
|
* - Fix build failure on braches with Clang older than 3.4.hrs2014-10-074-23/+103
| | | | | | - Fix build failure on head due to libiconv link error. - Remove redundant patches. - Add cflags and cflags_cc flags to build_mozc.py.
* Remove redundant patches mistakenly added back in r367909.hrs2014-10-0610-115026/+2
| | | | Pointed out by: tijl
* - Update from 0.20140901 to 0.20141001danilo2014-10-042-3/+3
|
* - Update to 2.6.0sunpoet2014-10-041-0/+1
| | | | | | | | | | | | | - Update MASTER_SITES - Add my LOCAL to MASTER_SITES - Use USE_CSTD - Use MAKE_CMD - Reformat pkg-descr - Update WWW - Take maintainership - Bump PORTREVISION for devel/protobuf shlib change Changes: https://code.google.com/p/protobuf/source/browse/trunk/CHANGES.txt
* japanese/slrn is not jobs safemarino2014-10-011-0/+2
| | | | It can try to use config.h before it's generated.
* - Set PORTSCOUT to limit version 3.0.Xtota2014-10-011-0/+2
|
* - Update to 3.0.8tota2014-09-282-3/+4
| | | | - Add LICENSE_FILE
* - Repocopy japanese/rubygem-jpmobile to japanese/rubygem-jpmobile4tota2014-09-284-0/+53
| | | | | * Update to 4.1.2 * Add LICENSE_FILE
* Allow staging as a regular userantoine2014-09-281-7/+2
|
* - Set CPPFLAGS and LIBS in a number of ports so configure can find libintl.htijl2014-09-251-4/+4
| | | | | | | | | | | | | | | | | | and libintl.so. This fixes a problem where DATADIRNAME gets an incorrect value which causes locale files to be installed in the wrong place. - The only configure checks that still need to be patched are related to intltool so move DATADIRNAME patching from USES=pathfix to USE_GNOME=intlhack. - games/klavaro: remove excessive dependencies - japanese/libskk: add INSTALL_TARGET=install-strip - math/libqalculate: add INSTALL_TARGET=install-strip and remove pthread patching - multimedia/freetuxtv: remove excessive dependencies - science/gramps: fix shared-mime-info use Exp-run by: antoine Approved by: portmgr (antoine)
* - Convert to USES=autoreconftijl2014-09-251-21/+14
| | | | | - Use BROKEN_ia64 - Don't display pkg-message from post-install
* - Remove USE_AUTOTOOLStijl2014-09-251-12/+11
| | | | - Define some variable before including bsd.port.options.mk
* Do not violate stagedir (and allow staging as a regular user)antoine2014-09-251-1/+1
|
* Update to version 20140904pawel2014-09-212-4/+4
| | | | | PR: ports/193310 Submitted by: maintainer
* Update to version 201409pawel2014-09-212-7/+7
| | | | | PR: ports/193251 Submitted by: hiroto.kagotani@gmail.com
* Add new port japanese/latex-jlistingmarino2014-09-204-0/+39
| | | | | | | | PR: 188691 Submitted by: Hiroto Kagotani jlisting.sty enhances lstlisting environment provided by listings.sty for handling Japanese text.
* Remove expired portsrene2014-09-2016-341/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Keep some which are optional dependencies of non-expired ports 2014-09-18 sysutils/moreutils-parallel: Use moreutils-parallel in sysutils/moreutils instead 2014-09-20 science/ruby-netcdf: Depends on deprecated math/ruby-narray 2014-09-20 x11-toolkits/ruby-fox16: RubyForge shutdown May 15 2014 2014-09-20 math/ruby-gnuplot: Depends on deprecated math/ruby-narray 2014-09-20 science/ruby-gphys: Depends on deprecated math/ruby-narray 2014-09-20 math/ruby-fftw3: Depends on deprecated math/ruby-narray 2014-09-20 science/ruby-dcl: Depends on deprecated math/ruby-narray 2014-09-20 math/ruby-numru_misc: Depends on deprecated math/ruby-narray 2014-09-20 math/ruby-narray: RubyForge shutdown May 15 2014 2014-09-20 textproc/ruby-liquid: RubyForge shutdown May 15 2014 2014-09-20 comms/callsign: RubyForge shutdown May 15 2014 2014-09-20 misc/ruby-vpim: RubyForge shutdown May 15 2014 2014-09-20 net/ruby-ldap: RubyForge shutdown May 15 2014 2014-09-20 devel/rubygem-echoe: Depends on deprecated rubyforge 2014-09-20 www/ruby-borges: RubyForge shutdown May 15 2014 2014-09-20 www/ruby-fcgiwrap: RubyForge shutdown May 15 2014 2014-09-20 www/rubygem-scrubyt: RubyForge shutdown May 15 2014 2014-09-20 devel/ruby-multi: RubyForge shutdown May 15 2014 2014-09-20 databases/ruby-dbd_sqlite3: RubyForge shutdown May 15 2014 2014-09-20 math/ruby-gsl: RubyForge shutdown May 15 2014 2014-09-20 security/ruby-gpgme: RubyForge shutdown May 15 2014 2014-09-20 multimedia/vodcatcher: RubyForge shutdown May 15 2014 2014-09-20 japanese/ruby-ming: RubyForge shutdown May 15 2014 2014-09-20 devel/ruby-statgrab: RubyForge shutdown May 15 2014 2014-09-20 security/ruby-crypt: RubyForge shutdown May 15 2014 2014-09-20 sysutils/philesight: Depends on deprecated devel/ruby-locale2 2014-09-20 multimedia/podcatcher: RubyForge shutdown May 15 2014 2014-09-20 audio/ruby-mp3info: RubyForge shutdown May 15 2014 2014-09-20 multimedia/ruby-flvtool2: RubyForge shutdown May 15 2014 2014-09-20 audio/ruby-freedb: RubyForge shutdown May 15 2014 2014-09-20 graphics/ruby-ming: RubyForge shutdown May 15 2014 2014-09-20 devel/ruby-locale2: RubyForge shutdown May 15 2014 2014-09-20 devel/rubygem-rubyforge: RubyForge shutdown May 15 2014 2014-09-20 databases/ruby-dbd_odbc: RubyForge shutdown May 15 2014 2014-09-20 devel/ruby-fastri: RubyForge shutdown May 15 2014 2014-09-20 devel/ri-emacs: RubyForge shutdown May 15 2014 2014-09-20 security/p5-openxpki-client-html-mason: security/p5-openxpki-0.15+ abandoned Mason UI technology in favor of FastCGI
* fix build with perl 5.18az2014-09-202-1/+11
| | | | PR: 193064
* graphics/imlib:tijl2014-09-203-3/+3
| | | | - Remove :oldver from USES=libtool and bump dependent ports
* Convert to USES=autoreconftijl2014-09-191-6/+3
|
* Allow staging as a regular userantoine2014-09-151-1/+1
|
* Use default LIBTOOLIZE_ARGStijl2014-09-141-1/+0
|
* devel/glib12 x11-toolkits/gtk12:tijl2014-09-134-4/+4
| | | | | | | - Convert to USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Remove patches that renamed include directories and libraries so they didn't conflict with early development versions of glib/gtk 2.0
* The BROKEN message (Does not compile with GCC 4.2) isn't accurate. It simplyadamw2014-09-131-8/+2
| | | | | | doesn't compile on amd64 (and probably sparc64). Simplify by using NOT_FOR_ARCHS.
* - Drop .la files for japanese/kakasi, no dependees require themamdmi32014-09-123-4/+5
| | | | | | - Bump dependent ports as .so version has changed Approved by: portmgr blanket
* - Fix a bug which prevented a bind(2) call from working.hrs2014-09-1149-90/+115895
| | | | | | | | - Support "make stage" by a non-root user. - Set $*wnn_enable=NO by default. [*] - Fix pkg-plist. PR: 149250 [*]
* Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-1111-7/+11
| | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
* Remove four unrelated staged portsmarino2014-09-107-151/+0
|
* Using USES=uidfix together with PLIST_SUB=WWWUID=${WWWOWN} WWWGID=${WWWGRP}antoine2014-09-091-1/+1
| | | | is harmful
* Stage japanese/ng-develmarino2014-09-093-36/+34
| | | | | PR: 193161 Submitted by: Ports Fury
* - Update to 2.13.4.11culot2014-09-083-6/+6
| | | | | PR: ports/193242 Submitted by: takefu@airport.fm (maintainer)
* Allow staging as a regular userantoine2014-09-071-4/+3
|
* Allow staging as a regular userantoine2014-09-071-0/+1
|
* Allow staging as a regular userantoine2014-09-071-4/+3
|
* Remove unstaged japanese/prime and 3 of its dependencies (2 unstaged)marino2014-09-0723-366/+0
| | | | | | The japanese/scim-prime port was actually staged but it requires japanese/prime to run which is being removed, so scim-prime is being removed as a cascade.
* Remove unstaged tcl/tk 8.0 and two affected staged portsmarino2014-09-0727-1983/+0
| | | | | | | | | The two ports affected by the tcl/tk 8.0 removal, ja/tkhonyaku and ja/timidity++-tcltk only build on FreeBSD 8.x because the tcl/tk ports themselves don't build on FreeBSD 9 and later. The timidity port was staged but unmaintained, and the tkhonyaku port was staged by its maintainer who was advised that his port was in danger of being removed with tcl/tk 8.0 at least 3 weeks ago.
* Stage and revamp japanese/k12, assign maintainership to submittermarino2014-09-076-97/+54
| | | | | | | | | | | | * Add stage support * Replace NOPORTDOCS with option DOCS * Remove bad URL from MASTER_SITES * Convert to @fontsdir keywork (affects dependencies and pkg-plist) * Remove pkg-req (@fontsdir takes over its task) * Install directory has changed as a result (lib/X11/fonts/kaname12) PR: 190071 Submitted by: WATANABE Kazuhiro
* Stage japanese/nethack34 and unbreakmarino2014-09-0712-192/+623
| | | | | | | | | | | | | | | | | * Update to the latest jnethack patch * Remove BROKEN flag * Add staging support (inspired by games/nethack) * Use base compiler instead of gcc * Quick fix for bug 192743 (chown and chmod) * marino: Use SUB_FILES instead of roll-your-own pkg-deinstall * marino: Remove unnecessary loop for REINPLACE_CMD * marino: Simplify docs installation, remove two loops * marino: Unmask configure commands * marino: Use parentheses and "&&" instead of just ";" on compounds * marino: Beef up pkg-descr for those unfamiliar with NetHack PR: 193206 Submitted by: WATANABE Kazuhiro
* Change MAINTAINER to bz-ports@ as discussed with bugzilla@ (now bz-ports@)flo2014-09-061-1/+1
| | | | | | | | and bugmeister@. bugzilla@ will be used by bugmeister@ from now on. Submitted by: bugzilla (ohauer) Approved by: bugzilla (ohauer) Hat: postmaster
* Fix mozc-server and mozc-client builds by directly depending onadamw2014-09-041-1/+2
| | | | lang/python so that the python command exists.
* - Update from 0.20140804 to 0.20140901danilo2014-09-042-3/+3
|
* Support STAGEDIR.vanilla2014-09-036-34/+49
| | | | | PR: ports/193159 Submitted by: Ports Fury.
* - Update to 20140829.kuriyama2014-09-034-10/+10
|
* Connect ng-canna to the buildbapt2014-09-021-0/+1
|
* Resurrect ng-canna and stage itbapt2014-09-024-33/+52
| | | | | | | Stage ng PR: 193160 Submitted by: Ports fury
* Add USES=libtool to accessibility/atkmm and bump dependent portstijl2014-09-021-1/+1
|
* Remove non staged ports without pending PR from j*bapt2014-09-0261-4427/+0
|
* Use USES=python instead of USE_PYTHON_*.hrs2014-09-011-4/+2
|
* Fix build on branches with GCC 4.2.1.hrs2014-09-011-1/+3
| | | | Spotted by: ume
* Fix MASTER_SITES.hrs2014-09-011-1/+1
|
* textproc/scim:tijl2014-08-319-9/+9
| | | | | - Add USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip
* - update to 4.4.5ohauer2014-08-312-3/+3
|
* Update Mozc to 1.15.1868.102.hrs2014-08-3117-488/+232
|
* dns/libidn:tijl2014-08-311-1/+1
| | | | | | | - Add USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Always install libidn-components.png because it is used by libidn.info - Add -lintl to Libs.private instead of Libs in libidn.pc
* Remove ports related to Adobe Reader.hrs2014-08-305-30/+0
|
* Stage japanese/waeijiro-fpwmarino2014-08-302-32/+31
| | | | | | | | This port has been staged similarly to japanese/eijiro-fpw. It is also a manual build only port. PR: 193062 Submitted by: turutani (kyoto)
* japanese/eijiro-fpw: Small fix to cover compressed casemarino2014-08-301-5/+7
| | | | | | | | The previous change was tested and needs a small patch to work in all cases. Patch functioning confirmed by PR submitter PR: 193061 Submitted by: turutani (kyoto)
* Fix filename conflict with dvi2tty installed by TeXLive.hrs2014-08-301-10/+5
| | | | PR: 193140
* japanese/eijire-fpw: Thanks freshports sanitymarino2014-08-301-1/+1
|
* Stage japanese/eijiro-fpwmarino2014-08-303-44/+41
| | | | | | | | | | | | | I modernized and simplified this port beyond the PR, including embedding the pkg-plist and converting patch-aa with DOS line endings and using dos2unix. I also removed the shell command at the small expense of making lha a permanent dependency. The downside is that this is a manual package with a restricted cdrom, so I can't test any of it. I'll commit this with the hope that it's correct and request the submitter, who does own the restricted data, verify that it's working as hoped. PR: 193061 Submitted by: turutani (kyoto)
* - Fix build with newer versions of makeinfo.hrs2014-08-308-14/+97
| | | | | | - Fix shebang line in sh and perl scripts. - Remove gcc dependency. - Move example files to EXAMPLESDIR.
* - Fix build. A "grep" directory conflicted with "grep" target.hrs2014-08-302-9/+10
| | | | - Move generation of a file to post-build.
* Stage japanese/xyakumarino2014-08-282-7/+9
| | | | | PR: 193058 Submitted by: turutani
* japanese/edict-utf-8: Update WWWmarino2014-08-281-1/+1
| | | | | | | | This was originally a staging PR, but vanilla staged it before the PR was processed. He missed the WWW update though, so I'll do that now. PR: 193060 Submitted by: turutani
* Stage japanese/manmarino2014-08-2711-85/+239
| | | | | PR: 193007 Submitted by: turutani (scphys.kyoto-uc.ac.jp)
* - Fix missing library problems when the linker enforces explicit linkingtijl2014-08-261-1/+9
| | | | | | PR: 192062 Exp-run by: antoine Approved by: portmgr (antoine)
* Reset maintainership for non staged portsbapt2014-08-252-2/+2
| | | | With hat: portmgr
* Stagify.vanilla2014-08-251-13/+8
|
* Stagify.vanilla2014-08-252-16/+30
|
* Stage japanese/alias-fonts and assign maintainership to submittermarino2014-08-254-14/+8
| | | | | | PR: 192965 Submitted by: WATANABE Kazuhiro Stage fixes: marino
* * Add staging support.hrs2014-08-242-33/+112
| | | | | | | | | * Use OPTIONS_DEFINE=DOCS instead of NOPORTDOCS. * Remove obsolete MAN* variables, and use pkg-plist. * Take maintainership. Submitted by: WATANABE Kazuhiro PR: 192966
* Mark BROKEN: Fails to buildantoine2014-08-241-0/+2
| | | | | | | | | | | | | | | | | With clang: gmake[3]: Entering directory `/wrkdirs/usr/ports/japanese/nethack34/work/nethack-3.4.3/src' touch ../src/config.h-t gcc -W -g -O -I../include -c monst.c gmake[3]: gcc: Command not found With gcc: gcc -W -g -O -I../include -c ../sys/unix/unixmain.c ../sys/unix/unixmain.c:24:25: error: X11/Xlocale.h: No such file or directory ../sys/unix/unixmain.c: In function 'main': ../sys/unix/unixmain.c:69: error: 'LC_ALL' undeclared (first use in this function) Reported by: pkg-fallout With hat: portmgr
* japanese/ruby-mecab: fix LICENSE, strip shared libraryswills2014-08-231-1/+3
| | | | | PR: 191310 Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
* Update TeXLive to 2014.hrs2014-08-225-3569/+4069
| | | | | | | | | | | | - Note that full support of configuration tools such as tlmgr and texconfig is not ready yet. - Most of dviware now supports libpaper to choose the default papersize. Use paperconfig(8) utility or print/papersize-default-* packages. - Some quite old macros of the age of latex209 have been removed, and there are user-visible/invisible incompatibilities. Please send a report to freebsd-tex@FreeBSD.org or file a PR if you have trouble.
* Canonicalize a few LICENSE_PERMSantoine2014-08-221-1/+1
| | | | With hat: portmgr
* Berkeley DB cleanup, remove versions 4.0 ... 4.7.mandree2014-08-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | - Mk/bsd.database.mk rewrite, new default to db5. - db6 is eligible by default only if installed on the system. - Bump PORTREVISION of all ports that directly depend on BerkeleyDB or where USE_BDB is found in the port's directory - Patch a few ports such that they will pick up or work with newer versions. - Add UPDATING entry - Drive-by format fix for pks - Drop BerkeleyDB option from mail/popular for now, requires more work. - Exp-run logs linked from the PR below. - Ports that do not build (IGNORE, BROKEN, etc.) have pro-forma changes for new Berkeley DB, but are untested. NOTE: please read UPDATING and the Wiki page before proceeding! Announcement: http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000090.html Wiki reference: https://wiki.freebsd.org/Ports/BerkeleyDBCleanup PR: 192690 Approved by: portmgr (implicit, PORTREVISION bump on unstaged ports)
* Update to 0.0.464.hrs2014-08-212-3/+3
|
* Stage japanese/xdtpmarino2014-08-212-79/+93
| | | | | PR: 192802 Submitted by: Ports Fury
* Stage japanese/ne, unbreak on FreeBSD 10+, unbreak on amd64marino2014-08-213-30/+59
| | | | | PR: 192801 Submitted by: Ports Fury
* Stage japanese/ddskkmarino2014-08-212-26/+37
| | | | | PR: 192800 Submitted by: Ports Fury
* many ruby/rubygem ports: death of rubyforge.orgswills2014-08-191-0/+3
| | | | | | | | | | | | | | | | | | rubyforge.org shutdown on May 15, 2014. This commit accounts for that by doing several things: - Deprecate ruby that had only rubyforge.org as MASTER_SITES (and so are now only fetchable via our cache) - Deprecate ports that depend on those - Update the WWW pkg-descr line that points to rubyforge.org for rubygem ports (which are still fetchable from rubygems.org) The next step will be to remove rubyforge.org from bsd.sites.mk, after these deprecated ports are deleted. Phabric: D591 With hat: ruby Approved by: portmgr (because of committing to unstaged graphics/mingplot port)
* Convert most NO_INSTALL_MANPAGES to USES=imake:nomanantoine2014-08-192-4/+2
| | | | With hat: portmgr
* - Remove deprecated INSTALLS_EGGINFO knob. Since the ports use distutils,mva2014-08-171-1/+0
| | | | | | there is no need to touch the plist. With hat: python@
* Upgrade OpenEXR and ilmbase to 2.2.0.mandree2014-08-163-1/+3
| | | | | | | | | | | | | | | | | | | GCC 4.2 in FreeBSD 8.X/9.X base is now too old to compile OpenEXR, so GCC-based systems will upgrade to the default ports compiler (GCC 4.7 currently.) Add two patches to OpenEXR to permit building it in a live system with the older OpenEXR version installed. Bug report filed to upstream Github at https://github.com/openexr/openexr/issues/130 Couple OpenEXR more tightly to ilmbase and require its exact .so version. Add UPDATING note, and bump PORTREVISION of all dependent ports. Proto-STAGE hugin-devel, and mark it IGNORE because hugin is newer. Approved by: portmgr (implicit for bumping PORTREVISION on unstaged ports)
* - Switch to USES=libtool, drop .la filesamdmi32014-08-162-5/+5
| | | | - Strip libraries
* - Drop .la files for print/tex-ptexencamdmi32014-08-151-1/+1
| | | | | | | - Bump dependent ports as .so version has changed - Also fix upgrade of dependent ports, as portrevision was not bumped after previous change Approved by: portmgr blanket
* Stagify.vanilla2014-08-151-9/+5
|
* skkinput3 is not jobs safeantoine2014-08-121-0/+1
| | | | | ===> Building for ja-skkinput3-3.0.6_2 make: don't know how to make lib/proto/libproto.a. Stop
* Finish stage supportantoine2014-08-102-2/+1
|
* - Replace libtool BUILD_DEPENDS with USE_AUTOTOOLS=libtoolizetijl2014-08-101-11/+8
| | | | | | - Replace STRIP_CMD with INSTALL_TARGET=install-strip - Remove PTHREAD_CFLAGS and PTHREAD_LIBS - Add --copy --force to AUTOMAKE_ARGS so all existing scripts are updated
* Convert the Python framework bits to USES=python.mva2014-08-091-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Please use USES=python instead of USE_PYTHON. USE_PYTHON=yes becomes USES=python USE_PYTHON=2.7+ becomes USES=python:2.7+ USE_PYTHON_BUILD=3.3 becomes USES=python:3.3,build ... A new PYTHON_FEATURES variable was added, which enables certain features for a port and replaces some knobs at the same time; PYTHON_FEATURES=distutils replaces USE_PYDISTUTILS PYTHON_FEATURES=autoplist replaces PYDISTUTILS_AUTOPLIST PYTHON_FEATURES=py3kplist replaces PYTHON_PY3K_PLIST_HACK PYTHON_FEATURES=noegginfo replaces PYDISTUTILS_NOEGGINFO PYTHON_FEATURES=concurrent replaces PYTHON_CONCURRENT_INSTALL PYTHON_FEATURES=pythonprefix replaces USE_PYTHON_PREFIX Some knobs have been deprecated and are to be removed in the near future: PYTHON_MASTER_SITES - use MASTER_SITE_PYTHON instead PYTHON_PKGNAMESUFFIX - use PYTHON_PKGNAMEPREFIX instead PYDISTUTILS_INSTALLNOSINGLE - deprecated without replacement Some knobs have been removed completely: PYTHON_MASTER_SITE_SUBDIR PYTHON_DISTNAME PYTHON_WRKSRC Several variables specific to the Python framework are no longer passed to the build environment to avoid polluting dependency builds. PYTHON_VERSION is not passed to .MAKEFLAGS anymore PYTHON_DEFAULT_VERSION, PYTHON_DEFAULT_PORTVERSION and PYTHONBASE are not passed to the make environment anymore The conversion required a couple of ports to be updated to fit the changes and new requirements. Those included "bsd.python.mk" directly or contained checks in places, for which the USES framework would fail to provide correct values. Python modules directly using the upstream Python package (such as py-tkinter or py-sqlite3) were updated to avoid using the now unnecessary and remmoved knobs from "bsd.python.mk". Phabric: D399 exp-run: 167368 192357 PR: 167368 192357 Reviewed by: antoine, wg Exp-run award: antoine With hat: python@ Approved by: portmgr
* japanese/rogue_s: support stagewg2014-08-081-24/+12
| | | | | PR: 192502 Submitted by: IWAMOTO Kouichi (with changes)
* japanese/leafrogue: fix installationwg2014-08-082-5/+5
| | | | | PR: 192503 Submitted by: IWAMOTO Kouichi
* - Update from 0.20140602 to 0.20140804danilo2014-08-072-3/+3
|
* Bump PORTREVISION on more ports that depend on libgcrypt after the updatetijl2014-08-061-1/+1
| | | | | | | | | in r363436 and remove the UPDATING entry because it did not guarantee that all ports were updated nor that they were updated in the right order. Also remove libgcrypt.la again. PR: 192342 Approved by: portmgr (implicit, bump unstaged ports)
* In some straightforward cases, protect documentation behindadamw2014-08-0413-324/+19
| | | | | PORTDOCS, adding a DOCS option where needed, and a couple PORTEXAMPLES for good measure.
* japanese/kdrill: Update version 6.4 => 6.5 and stagemarino2014-07-313-34/+26
| | | | | PR: 191823 Submitted by: Ports Fury
* Unbreakantoine2014-07-301-1/+1
|
* security/libgcrypt: 1.5.3_3 -> 1.6.1pi2014-07-301-1/+1
| | | | | | | | | | | | | | | | | | | | | - Update to 1.6.1 - Remove some unneeded patches - Fix pkg-plist - report configure bug upstream https://bugs.g10code.com/gnupg/issue1668 - report API breakage downstream and find that MacPorts had the same issue https://rt.cpan.org/Ticket/Display.html?id=97201 - bump PORTREVISION for dependent ports (approx. 100 ports) - Thanks to exp-run by antoine@ to find ports that break - patch ports that would otherwise break security/shishi with PR 192164 is already committed [1] devel/ccrtp [2] editors/abiword [3] security/p5-Crypt-GCrypt PR: 191256, 192162 [1], 192163 [2], 192166 [3] Submitted by: Carlos Jacobo Puga Medina <cjpugmed@gmail.com> Approved by: maintainer timeout, antoine (exp-run), portmgr (implicit)
* remove NO_STAGE.vanilla2014-07-301-1/+0
|
* - Switch databases/namazu2 to USES=libtool, drop .la filesamdmi32014-07-301-0/+1
| | | | - Bump dependent ports as .so version has changed
* Convert some more USE_BZIP2 to USES=tar:bzip2adamw2014-07-308-8/+8
| | | | Approved by: portmgr (not really, but touches unstaged ports)
* Remove the final usages of USE_XZ from the tree, and replace them withadamw2014-07-301-1/+1
| | | | | | USES=tar:xz. Approved by: portmgr (most of them)
* Convert a bunch of EXTRACT_SUFX=... into USES=tar:...adamw2014-07-306-12/+6
| | | | Approved by: portmgr (not really, but touches unstaged ports)
* Convert a bunch of USE_BZIP2 to USES=tar:bzip2adamw2014-07-302-4/+2
| | | | Approved by: portmgr (not really, but touches unstaged ports)
* Rename all patches that contain '::' as a path separator, and useadamw2014-07-305-0/+0
| | | | '__' instead.
* Rename the rather surprising number of japanese/ patch-xy patchesadamw2014-07-2969-8/+6
| | | | to reflect the files they modify.
* Stage japanese/marumoji-fontsmarino2014-07-275-44/+65
| | | | | | | | | * Use pkg-install / pkg-deinstall instead of pkg-req * Adjust pkg-plist accordingly * Adjust RUN_DEPENDS accordingly PR: 190072 Submitted by: COG00620 (nifty.ne.jp)
* - Switch to USES=libtool, drop .la filesamdmi32014-07-252-1/+4
| | | | | | - Add LICENSE_FILE Approved by: portmgr blanket
* - Convert texproc/uim and friends to USES=libtool, drop .la filesamdmi32014-07-253-6/+2
| | | | | | | - Bump ports dependent on uim as some .so versions have changed - While here, convert some USE_BZIP2 to USES=tar:bzip2 Approved by: portmgr blanket
* - Switch to USES=libtool, drop .la filesamdmi32014-07-242-7/+6
| | | | - Fix whitespace
* Reset maintainership for ports not staged with no pending PRbapt2014-07-246-6/+6
| | | | With hat: portmgr
* Finish some removalsantoine2014-07-231-1/+0
|
* Remove japanese/teTeXbapt2014-07-234-41/+0
|
* Remove japanese/ptex forgotten in previous commitsbapt2014-07-2317-929/+0
|
* Remove some teTeX bitsbapt2014-07-2321-1235/+0
|
* Decomission a couple of japanese teTeX portsbapt2014-07-2324-1267/+0
|
* Replace japaneses/xdvik with texlive version directlybapt2014-07-2314-758/+0
|
* Switch to use texlive version of ptexbapt2014-07-231-2/+2
|
* - Replace security/gnutls with security/gnutls3 and update to 3.2.15tijl2014-07-231-0/+1
| | | | | | | | | | | | - Bump PORTREVISION on all ports that depend on security/gnutls and adjust all ports that depend on security/gnutls3 - Update mail/anubis to version 4.2 which supports gnutls 3.x - Update mail/libvmime to a development snapshot (recommended by upstream developers) PR: 191274 Exp-run by: antoine Approved by: portmgr (antoine)
* Fix LIB_DEPENDSantoine2014-07-211-2/+2
| | | | With hat: portmgr
* Fix some non default LIB_DEPENDSbapt2014-07-161-1/+1
| | | | With hat: portmgr
* Add DOCS option where PORTDOCS appears in plist.adamw2014-07-168-0/+16
|
* Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.adamw2014-07-153-1/+5
|