aboutsummaryrefslogtreecommitdiffstats
path: root/japanese
Commit message (Collapse)AuthorAgeFilesLines
* - Calling pod2man from extract stage require perlaz2013-09-183-5/+6
| | | | | - Replace pkg-plist with PLIST_FILES - Pet portlint(1)
* Fix build on 10.X.hrs2013-09-181-1/+0
|
* - Use USES=gmakesunpoet2013-09-171-7/+3
| | | | | - Remove leading indefinite article from COMMENT - Cleanup Makefile header
* - convert to the new perl5 frameworkaz2013-09-1613-15/+28
| | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket)
* Remove xchat1, upstream support has been abandonned for a while and it is ↵bapt2013-09-162-20/+0
| | | | | | producing packages with a name That can make user confuse with irc/xchat.
* - convert to the new perl5 frameworkaz2013-09-162-2/+4
| | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket)
* Add an explicit dependency on pkgconfantoine2013-09-147-48/+14
| | | | Approved by: portmgr (bapt)
* - Fix build after iconv change [1]madpilot2013-09-141-1/+2
| | | | | | | | | | | | | - Fix build with clang/libc++ ([2] for graphics/ipe) While here for databases/spatialite: - Trim Makefile headers - Remove check for unsupported FreeBSD versions Submitted by: marino [1] Reported by: swills, antoine [1] Submitted by: bsam [2] Approved by: portmgr (bapt, implicit)
* Add explicit dependency on pkgconf (10 ports)marino2013-09-131-6/+2
| | | | Approved by: portmgr (bapt, implicit)
* - Update to 3.6.1sunpoet2013-09-122-5/+5
| | | | Changes: http://ja.wordpress.org/2013/09/12/wordpress-3-6-1-maintenance-and-security-release/
* Add explicit dependency on pkgconf (20 ports)marino2013-09-121-2/+1
| | | | Approved by: portmgr (bapt, implicit)
* - Fix this port as master port for cmigemo-dict to allow override USESaz2013-09-101-2/+1
|
* - Perl required also and patch stageaz2013-09-101-0/+1
|
* - convert to the new perl5 frameworkaz2013-09-1016-61/+35
| | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket)
* . add iconv to USES;bsam2013-09-081-3/+3
| | | | | | . switch LOCALBASE to ICONV_PREFIX for iconv-includes and iconv-libraries. Approved by: portmgr (bapt, implicit)
* Simplify a bit: utilise UCONV_CMD.bsam2013-09-081-2/+1
| | | | Approved by: portmgr (bapt, implicit)
* - Use single space after WWW:sunpoet2013-09-082-2/+2
|
* Add an explicit dependency on pkgconfbapt2013-09-061-7/+2
|
* Add an explicit dependency on pkgconfbapt2013-09-063-16/+5
|
* . introduce ICONV_CONFIGURE_BASE variable at Mk/Uses/iconv.mk. It's value isbsam2013-09-061-1/+1
| | | | | | | | "--with-libiconv=${LOCALBASE}" at systems pre OSVERSION 100043 and "" (null) otherwise; . convert all ports which has CONFIGURE_ARGS=--with-libiconv=${LOCALBASE}. Approved by: portmgr (bapt, implicit)
* Remove unmaintained japanese/texfamily{,-vfn2a} and japanese/dvi2dvi.hrs2013-09-0632-2718/+1
|
* - Reassign to the heap due to maintainer mail bouncestabthorpe2013-09-062-7/+3
|
* Add an explicit dependency on pkgconfbapt2013-09-051-7/+2
|
* - Fix a warning "Having multiple values in <test> isn't supported and mayhrs2013-09-0531-128/+258
| | | | | | | | | | not work as expected" when using the latest x11-fonts/fontconfig [*]. - Update to the latest version (font-migu, font-ume, font-vlgothic). - Style clean-ups. PR: ports/181701 [*]
* Introduce ICONV_CONFIGURE_ARG variable defined at Uses/iconv.mk.bsam2013-09-053-3/+3
| | | | | | | | It's value is "--with-libiconv-prefix=/usr/local" for systems before 100043 with ports libiconv and to use at systems post 100043 with base iconv it's value is "" (NULL). Co-authors: bapt, madpilot and bsam (me)
* - Make ports use the libc provided iconv implementation on 10-CURRENTmadpilot2013-09-051-1/+1
| | | | | | | | | | after r254273 - Fix a bunch of ports to properly work after this - Mark converters/libiconv as IGNORE for systems with iconv in libc Reviewed by: bapt Approved by: portmgr (bapt) Discussed with: bapt, bsam (who both contributed ideas and code)
* Add an explicit dependency on pkgconfantoine2013-09-041-6/+2
| | | | Approved by: portmgr (bapt)
* Add an explicit dependency on pkgconfantoine2013-09-041-1/+1
| | | | Approved by: portmgr (bapt)
* Fix building without libstdc++bapt2013-09-031-0/+1
|
* Add an explicit dependency on pkgconfbapt2013-09-031-7/+2
|
* Add an explicit dependency on pkgconfbapt2013-09-031-2/+1
|
* Add an explicit dependency on pkgconfbapt2013-09-031-0/+1
|
* Add an explicit dependency on pkgconfbapt2013-09-031-1/+1
|
* Two imake related changes:tijl2013-09-022-6/+1
| | | | | | | | | | | | | | | | | | | | 1) Move -a from XMKMF command variable to a new XMKMF_ARGS variable. For ports that don't need -a introduce USES=imake:notall. This way ports no longer have to redefine XMKMF. 2) xmkmf -a runs imake with the flags in IMAKECPPFLAGS as extra arguments to set CPP, CC and CXX. This creates the top Makefile, and then xmkmf runs make Makefiles. This Makefiles target runs imake for each subdirectory but these imake invocations did not have the flags from IMAKECPPFLAGS so the resulting makefiles used the wrong C preprocessor when clang is used (/usr/bin/cpp instead of /usr/local/bin/tradcpp). Instead of letting xmkmf pass IMAKECPPFLAGS from the environment to imake let imake handle IMAKECPPFLAGS itself just like it handles IMAKEINCLUDE. This exposed configure errors in x11-clocks/mouseclock and x11-wm/fvwm. Approved by: portmgr (bapt)
* 1. Introduce using iconv with arguments:bsam2013-09-022-6/+4
| | | | | | | | | | | | | | | | | . lib (default, implicit); . build, . patch. The default is the same, all existing ports stay valid. 2. Introduce variable ICONV_CMD with default to ${LOCALBASE}/bin/iconv. It is intended to get the value of /usr/bin/iconv at recent 10.x. 3. Adopt all ports to using USES+= icomv:build and iconv:patch and change iconv (executable) at Makefile commands to ${ICONV_CMD} at those ports. Submitted by: bsam (me, via e-mail) Approved by: portmgr (bapt)
* - Update to 20130830.kuriyama2013-09-024-10/+10
|
* - Make it fetchable again by using SFJP macro instead of hand-made URLdanfe2013-08-312-24/+16
| | | | | - Utilize PORTDOCS variable and thus offload pkg-plist - Perform some miscellaneous Makefile cleanups while I am here
* Convert USE_GNOME=pkgconfig to USES=pkgconfigbapt2013-08-312-12/+4
|
* - Mark BROKEN, fails to fetchbdrewery2013-08-311-0/+2
|
* - Mark BROKEN, fails to buildbdrewery2013-08-311-0/+2
| | | | | | | | | | | | ming.c: In function 'rb_Ming_key_press': ming.c:59: error: 'struct RString' has no member named 'len' ming.c:62: error: 'struct RString' has no member named 'ptr' ming.c: In function 'rb_Ming_on_key_press': ming.c:71: error: 'struct RString' has no member named 'len' ming.c:74: error: 'struct RString' has no member named 'ptr' *** [ming.o] Error code 1 Stop in /wrkdirs/usr/ports/japanese/ruby-ming/work/ming-ruby-0.1.6/ext/ming/ming.
* - remove expired bugzilla3 portsohauer2013-08-306-373/+0
|
* - Remove Author linesunpoet2013-08-305-8/+0
|
* - Use single space after WWW:sunpoet2013-08-299-9/+9
|
* Fix clang build.hrs2013-08-271-0/+22
|
* Fix build with clang by forcing the port to respect CFLAGS and adding ↵bapt2013-08-271-5/+5
| | | | -Wno-return-type to CFLAGS
* - Remove unnecessary LICENSE_FILEaz2013-08-261-1/+0
| | | | | PR: ports/181206 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer)
* Use OPTIONS_SLAVE instead of OPTIONS_OVERRIDE.nobutaka2013-08-232-2/+2
| | | | Pointed out by: jgh and bapt
* japanese/eb: Make gettext dependency a condition of NLSmarino2013-08-231-1/+4
| | | | | | | | | PORTREVISION bumped to reset dependencies for folks that don't use NLS. PR: 181205 Submitted by: az Reviewed by: jgh, marino Approved by: bapt/culot (mentors, implicit)
* Update to 4.0.5.jkim2013-08-231-4/+4
|
* - Make slave ports of www/w3m work as are before master port isnobutaka2013-08-232-15/+8
| | | | | | | | | | | | | | | | | | OptionsNG-fied. - Convert makefile header to new format. - Remove shlib version from LIB_DEPENDS. - Remove M17N option and make m17n feature always on. It is because configure script enables m17n feature by default and there is no practical advantage of disabling it. - Remove www/w3m-m17n and www/w3m-m17-img because they are now identical with www/w3m and www/w3m-img. - Add entry of removed ports to MOVED. - Update CONFLICTS. - Adjust dependency of www/emacs-w3m. - Bump PORTREVISON of w3m ports and www/emacs-w3m. PR: ports/178189 Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
* Conver to new perl5 framework.az2013-08-201-1/+2
| | | | | PR: ports/181207 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer)
* - Conver to new perl5 framework.az2013-08-201-3/+1
| | | | | | | - Remove duplication of 'USES=gettext'. PR: ports/181205 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer)
* Add a patch to fix a build error "invalid DSO for symbol `libiconv_open'hrs2013-08-182-1/+10
| | | | definition".
* - Trim Makefile headerantoine2013-08-161-7/+4
| | | | | - Replace DISTFILES/WRKSRC with DISTNAME/EXTRACT_SUFX - Unbreak with clang
* - Remove MAKE_JOBS_SAFE variableak2013-08-1513-13/+0
| | | | Approved by: portmgr (bdrewery)
* japanese/wordpress: update to 3.6wg2013-08-132-5/+4
| | | | | | | | | - Update to 3.6 [1] - Remove LICENSE_FILE [1] - Remove indefinite article from COMMENT PR: ports/181258 Submitted by: Takefu <takefu airport.fm>
* - Update to 0.996tota2013-08-112-6/+3
| | | | | | | - Remove LICENSE_FILE for standard license PR: ports/177694 Submitted by: Yasuhiro KIMURA <yasu_AT_utahime_DOT_org>
* - Update to 0.996tota2013-08-112-6/+3
| | | | | | | | - Remove LICENSE_FILE for standard license PR: ports/177694 Submitted by: Yasuhiro KIMURA <yasu_AT_utahime_DOT_org> Approved by: Junji NAKANISHI (maintainer)
* - Update to 0.996tota2013-08-112-6/+3
| | | | | | | - Remove LICENSE_FILE for standard license PR: ports/177694 Submitted by: Yasuhiro KIMURA <yasu_AT_utahime_DOT_org>
* - Update to 0.996tota2013-08-113-12/+22
| | | | | | | | - Pass maintainership to submitter - Remove LICENSE_FILE for standard license PR: ports/177694 Submitted by: Yasuhiro KIMURA <yasu_AT_utahime_DOT_org>
* - Convert to new perl frameworkmat2013-08-032-3/+4
| | | | - Remove MAKE_JOBS_SAFE=yes, it's the default.
* - Convert to new perl frameworkaz2013-08-0313-58/+22
| | | | - Trim Makefile header
* - Convert to new perl frameworkmat2013-08-031-1/+2
| | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default.
* - Convert to new perl frameworkaz2013-08-034-4/+8
|
* Unbreak with clang (reported by pkg-fallout)antoine2013-08-021-0/+1
|
* Fix build without gccbapt2013-08-021-5/+2
|
* Minor, last-minute fixes missed in the previous commits.danfe2013-07-311-1/+1
|
* - Fix parallel builds, remove odious MAKE_JOB_UNSAFEdanfe2013-07-292-7/+15
| | | | | | | | | | - Define LICENSE (BSD), do not reset default DISTNAME - Cleanup the port a bit, inc. header and COMMENT - Add useful port description, fix WWW address Reported by: pointyhat-west NB: there is version 1.4.0 available.
* KDE3 and QT3 expired on 2013-07-01, remove these ports.rene2013-07-275-896/+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
* - Trim Makefile header, define LICENSE, fix grammar in COMMENTdanfe2013-07-262-13/+22
| | | | | | | | | - Try to unbreak parallel builds (-jX) - Drop shlib ABI version from LIB_DEPENDS - Install manual pages relative to MANPREFIX - Rephrase port description, kill EOL space, add WWW line Reported by: pointyhat-west
* - switch simple inline replacement from perl to sedaz2013-07-261-6/+2
| | | | | | | and remove where is no need in this anymore. - trim Makefile header Approved by: bapt@ (portmrg@)
* Fix typos in comments and use correct flavor of braces.danfe2013-07-261-1/+1
|
* Do not define post-configure and pre-build target for mozc_el.hrs2013-07-251-0/+2
| | | | Spotted by: HATANO Tomomi
* - Update MASTER_SITES.hrs2013-07-211-5/+9
| | | | - Use OPTIONS_DEFINE.
* - Update to 1.11.1502.102. Changes include:hrs2013-07-2030-154/+677
| | | | | | | | | | | | * Fixes cursor movement issue on Emacs 24 (Issue 168) * Support numpad keys in mozc.el (Issue 170) * Support Emacs 24 in mozc.el (Issue 190) * Support surrounding text * Dictionary update - Take maintainership. Approved by: daichi (maintainer)
* - Attempt to fix parallel builds (-jX)danfe2013-07-182-42/+35
| | | | | | | - Convert to modern OPTIONS syntax - Generally clean up the port while here Reported by: pointyhat-west
* - Unbreak after autotools updatemiwi2013-07-181-0/+1
|
* - Mark Brokenmiwi2013-07-181-0/+2
| | | | Reported by: http://pointyhat-west.isc.freebsd.org/errorlogs/amd64-errorlogs/e.9-exp.20130717143058.pointyhat-west/ja-trac-0.12.3.log
* Mark as jobs unsafebapt2013-07-131-5/+2
|
* Mark job unsafebapt2013-07-111-5/+2
|
* Mark as job unsafebapt2013-07-111-0/+1
|
* Mark jobs unsafebapt2013-07-101-1/+3
|
* Fix INDEX by really fixing the kde4-l10n portsbapt2013-07-101-0/+1
|
* KDE4 l10n fixes.rakuco2013-07-102-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]
* Update MASTER_SITES.motoyuki2013-07-061-1/+0
|
* Update the KDE Software Compilation to 4.10.5.rakuco2013-07-052-4/+4
| | | | | | | | | | | | | | | | | | | 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.
* Fix BUILD_DEPENDS in japanese/mozc-tool.hrs2013-07-031-1/+1
| | | | Spotted by: ume
* Remove support for the -qt package variant, this depends on therene2013-07-031-8/+4
| | | | | | expired QT3 port. NOPORTDOCS -> PORT_OPTIONS:MDOCS while here
* Update to KDE SC 4.10.4, proudly presented by the KDE on FreeBSD team.rakuco2013-07-032-4/+4
| | | | | | | | | | | | | | | 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.
* Update zipcode database to 20130628.hrs2013-07-032-8/+8
|
* - Update to 20130628.kuriyama2013-07-024-10/+10
|
* - Update to 0.3.4swills2013-07-012-10/+4
|
* Convert to USES=imakebapt2013-06-292-14/+6
| | | | Trim headers
* New USES imake to handle the dependency on imake.bapt2013-06-289-25/+20
| | | | | | | | | | | | | | | | | | | | | | This uses accept 'env' as an argument for ports that do use their own or a different do-configure target. Modify xmkmf so it accept IMAKECPPFLAGS as default flags for imake and pass it to the called imake. Modify xorg-cf-files (the FreeBSD.cf configuration file) to allow CppCmd to be overwritten. Pass CppCmd CcCmd and CplusplusCmd via command line to each call of imake via IMAKECPPFLAGS Pass IMAKE_DEFINE with the above arguments to MAKE_ARGS so that imake spawned from Makefile generated by a previous imake also inherit the defined CppCmd CcCmd and CplusplusCmd. Make imake use devel/tradcpp all the time, so that when buidling with clang we do not depend on gcc's cpp. Make imake respect CC and CXX Make imake respect USE_GCC (if set imake will use gcc's cpp). While here: - Remove a couple of indefinite articles from comments - Trim headers - Fix a couple of ports to build with clang or use: USE_GCC=any - Fix a now useless redefinition of the extraction chain - Fix a typo in japanese/Wnn7-lib bundled imake template definitions - Fix some XMKMF execution with no env specified - Use options helper in x11/xautolock to simplify the port
* Fix some fonts.dir leftovers reported by poudriereantoine2013-06-285-17/+15
| | | | | | While here, trim Makefile header and finish PORT_OPTIONS conversion Approved by: portmgr (miwi)
* Update to 3.5.2.rakuco2013-06-252-3/+3
| | | | | PR: ports/179917 Submitted by: Takefu <takefu@airport.fm>
* - connect japanese/bugzilla44ohauer2013-06-211-0/+1
|
* New ports for bugzilla44ohauer2013-06-215-0/+373
| | | | | | | | | - devel/bugzilla44 - japanese/bugzilla44 - german/bugzilla44 Release Notes: http://www.bugzilla.org/releases/4.4/release-notes.html
* Update to 4.0.4.jkim2013-06-201-4/+4
|
* - Add missing fonts.aliasmiwi2013-06-192-5/+2
| | | | | | - trim header Reported by: pkg (DEVELOPER_MODE)
* - Don't remove directories not created by this portmiwi2013-06-192-7/+1
| | | | Reported by: pkg (DEVELOPER_MODE)
* - Add missing fonts.aliasmiwi2013-06-192-5/+2
| | | | Reported by: pkg (DEVELOPER_MODE)
* Add missing font.aliasmiwi2013-06-191-0/+1
| | | | Reported by: pkg (DEVELOPER_MODE)
* - Don't remove directories not created by this portmiwi2013-06-192-8/+1
| | | | | | - Trim header Reported by: pkg (DEVELOPER_MODE)
* Update to 452.hrs2013-06-182-4/+3
| | | | PR: ports/179673
* - Add missing fonts.alias file to plistmiwi2013-06-142-5/+2
|
* - Add missing fonts.dir filemiwi2013-06-141-0/+2
|
* - Do not remove directories not created by this portmiwi2013-06-141-1/+0
|
* - Add missing fonts.alias to plistmiwi2013-06-142-5/+2
| | | | | | - While here trim header Reported by: pkg (DEVELOPER_MODE)
* = Fix plistmiwi2013-06-141-1/+0
| | | | Reported by: pkg (DEVELOPER_MODE)
* - Add missing fonts.alias filemiwi2013-06-142-5/+2
| | | | - While here trim header
* Fix build with clangbapt2013-06-131-0/+1
|
* - Add missing fonts.aliasmiwi2013-06-121-0/+1
| | | | Reported by: pkg (DEV MOD)
* Fix buildmiwi2013-06-111-4/+0
| | | | Reported by: pkg (DEVELOPER_MODE)
* - Update to 4.2.6tota2013-06-092-3/+3
|
* Convert to new options frameworkbapt2013-06-071-16/+18
|
* - Update to 0.20130603 [1]culot2013-06-062-3/+4
| | | | | | | | - Add TEST_DEPENDS Changes: http://search.cpan.org/dist/Number-Phone-JP/Changes PR: ports/179334 [1] Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com> (maintainer)
* - Fix with ruby 1.9swills2013-06-024-8/+639
| | | | | PR: ports/178293 Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
* - Fix to work with Ruby 1.9cs2013-05-282-23/+24
| | | | | | | | - Use better macro/function/class for Ruby 1.9 and later. - Use OPTIONS instead of NOPORTDOCS. PR: ports/178022 Submitted by: Hiroyuki Iwatsuki <don@na.rim.or.jp> (maintainer)
* Do not try to remove a directory not created by the portbapt2013-05-271-1/+0
| | | | Reported by: pkg (DEVELOPER_MODE)
* Fix pkg-plist.hrs2013-05-272-1/+5
| | | | Spotted by: QAT
* Mark USE_TEX=tetex.hrs2013-05-276-27/+7
|
* - Fix PKGNAMEPREFIX.hrs2013-05-271-3/+3
| | | | | | - Mark USE_TEX=texlive. Spotted by: nyan
* - match OPTIONjgh2013-05-261-1/+1
|
* - adoption of optionsNG frameworkjgh2013-05-266-82/+74
| | | | | | - trim COMMENTS and historical headers Approved by: portmgr (bapt)
* The FreeBSD x11 team proudly presentszeising2013-05-251-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | an zeising, kwm, miwi, bapt, eadler production: Xorg 7.7 Starring: xserver 1.12.4 (new xorg only) Mesa 8.0.4, including libGL, libGLU and dri (new xorg only) libX11 1.5.0 libxcb 1.9 libdrm 2.4.42 (new xorg only) freeglut 2.8.1 Also starring: Updates to drivers and other libraries and utilities Additional notes: Change pkgconf to be a build dependency. Add a new USE_XORG, xcb, to depend on libxcb and update all ports to use this. Trim makefile headers. Take maintanership of x11/xcb-proto, ok'd by ashish. If you are running WITH_NEW_XORG=, you need to rebuild all installed drivers, see UPDATING for more information. Various fixes to make ports compile. PR: ports/177942 Exp-run by: miwi Approved by: portmgr (miwi) Thanks to all who helped testing!
* Do not let system make.conf inpact the port's makefilebapt2013-05-251-1/+2
| | | | This fixes build on current
* Fix dependency.hrs2013-05-231-2/+3
| | | | Reported by: miwi
* - Fix duplicated pkg-plist entries.hrs2013-05-222-0/+3
| | | | | | | - Split off documentation to print/texlive-docs from print/texlive-texmf. The document part was 1.3GB (30k files). Now the size of texlive-texmf package is 557MB (this was 1.5GB before the split). - do-texhash, do-fmtutil, do-updmap targets now run after post-install.
* - Upgrade to 0.12.kuriyama2013-05-212-5/+4
|
* - Unbreak build on HEADmiwi2013-05-211-0/+1
| | | | | PR: 177175 Submitted by: maintainer
* - Update to 0.20130501bdrewery2013-05-192-4/+4
| | | | | | | - Pass maintainership to submitter PR: ports/178724 Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com>
* KDE/FreeBSD team presents KDE SC 4.10.3 ports!makc2013-05-193-6/+4
| | | | | | - Remove patches and checks for unsupported FreeBSD versions. The area51 repository features commits by avilla, rakuco and myself.
* Add a workaround when archivers/lha-ac is installed.hrs2013-05-161-1/+1
| | | | Spotted by: me
* - Add Japan Post zip code dictionary.hrs2013-05-1526-331/+593
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add LICENSE. - Fix malformed BUILD_DEPENDS and remove unnecessary dependencies. Use USE_* in a consistent manner. - Fix inconsistency toolchain usage in build_tools and the others. Hardcoded g++ was always used only for the former even if both gcc and clang were available. - Enable -Werror. - Fix SSP issue on i386 platform. - Let cpp(1) to replace LOCALBASE instead of patching and sed(1). - Use GYP_DEFINES for build variables instead of patching. - Separate the stages of configuration and build from each other. - Add options for localbase and openssl-related configuration to gyp instead of patching. - Fix makesum target. - Fix whitespaces to make portlint happy. - Disable serialization for linking. It is not needed. - Remove hardcoded mozc.xml. - Respect DISABLE_MAKE_JOBS=yes. Do not calculate the factor using the number of CPUs. - Remove a confusing message after pkg-message. - Rename a deprecated function (inactivate-current-input-method-function) in mozc.el in a compatible fashion with the older emacsen [1]. - Add leim-list.el for registration of mozc-mode via LEIM API. "(require 'mozc)" is no longer needed. - Fix a build problem when binutils is installed and ${LOCALBASE}/bin comes first in $PATH [2]. Submitted by: Tadaaki Nagao [1] Reported by: Kenichi Niioka [2] PR: ports/178250 Approved by: maintainer timeout (2 weeks)
* Fix incompatibility of anthy.el with Emacs 24.nobutaka2013-05-152-0/+12
| | | | | PR: ports/178413 Submitted by: Yuichiro NAITO <naito.yuichiro@gmail.com>
* - Update to 1.8.5.nobutaka2013-05-151-7/+3
| | | | | - Trim Makefile header. - Remove shared lib version from LIB_DEPENDS.
* - Update to version 0.20130401miwi2013-05-154-20/+24
| | | | | PR: 178573 Submitted by: Ports Fury
* Rectify USE_TEX to support both of teTeX and TeXLive.hrs2013-05-128-21/+12
| | | | | | | | | 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.
* Add DIST_SUBDIR to fix a fetch error because the distfiles are often replacedhrs2013-05-102-2/+4
| | | | with the same names in every release.
* - Fix extract on 9+ due to this picking up /usr/bin/unzip instead ofbdrewery2013-05-101-1/+1
| | | | | | | | looking for the proper LOCALBASE/bin/unzip that UNZIP_CMD is set to. Will let maintainers decide if archivers/unzip is really still needed. Some of these ports/options remain broken due to other issues. With hat: portmgr
* Update to 4.0.3.jkim2013-05-101-4/+4
|
* fix extract-error(GNU unshar changed behavior)sanpei2013-05-081-2/+3
| | | | | Submitted by: hrs Reviewed by: nyan
* - Rename japanese/jisx0213-fonts with japanese/font-jisx0213.hrs2013-05-0812-199/+223
| | | | | | | - Trim old-style header. - Fix MASTER_SITES. - Mark as MAKE_JOBS_SAFE=yes - Remove no-op pkg-req.
* - Update to 20130430.kuriyama2013-05-074-10/+10
|
* Add some shebangfix to allow building most of the ports tree without ↵bapt2013-05-071-5/+4
| | | | | | | /usr/bin/perl Submitted by: John Marino Obtained from: DPorts
* - Separate print/tex-dvipdfmx from print/texlive-base and add libpaperhrs2013-05-071-5/+6
| | | | | | | | | | | | | | | | support. dvipdfmx's default paper size can be set by ${LOCALBASE}/etc/papersize and/or PAPERSIZE environment variable as other programs like print/psutils do. - Use absolute pathname in {fmtutil,texconfig,updmap}-sys programs because manually-installed and/or old TeXLive files can prevent them from working. [1] - Fix pkg-plist in print/texlive-texmf. - Remove DIST_SUBDIR from Mk/bsd.tex.mk. Reported by: bsam, Stephen Montgomery-Smith [1]
* Convert from WITHOUT_NLS to PORT_OPTIONS:MNLSbapt2013-05-061-9/+7
|
* Remove *_DEPENDS from ports which depend on teTeX and add USE_TEX=tetexhrs2013-05-068-43/+16
| | | | instead to make migration to TeXLive easier.
* TeXLive mega commit. The following ports have been added:hrs2013-05-067-0/+3909
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Meta port - print/texlive-full: meta port to install all of the TeXLive components * Libraries - devel/tex-kpathsea: kpathsea library - devel/tex-web2c: WEB2C toolchain and TeX engines - print/tex-ptexenc: character code conversion library for pTeX * Base part of the TeXLive - print/texlive-base: binary programs in TeXLive - print/texlive-texmf: macro and font data in TeXLive - print/texlive-infra: tlmgr dependency (Perl modules) * TeX Formats - print/tex-formats: TeX, LaTeX, PDFTeX, AMSTeX, ConTeXT, CSLaTeX, EplainTeX, METAFONT, MLTeX, PDFTeX, TeXsis - print/tex-aleph: Aleph/Lambda - print/tex-xetex: XeTeX - print/tex-luatex: LuaTeX - print/tex-jadetex: JadeTeX - print/tex-xmltex: XMLTeX - japanese/tex-ptex: pTeX * DVI ware - print/tex-xdvik: XDvi Mk/bsd.tex.mk is added for common part and USE_TEX knob [1]. Approved by: portmgr (old version) [1] PR: ports/171571 PR: ports/176399 [1]
* Use OPTIONS_DEFINE and add style clean-ups.hrs2013-05-062-12/+13
|
* - Fix fork() and select() in skkserv. It didn't work properly.hrs2013-05-054-19/+130
| | | | - Trim old-style header.
* - Ubreak.kuriyama2013-05-045-3/+42
| | | | | PR: ports/176926 Submitted by: Hiroyuki Iwatsuki <don@na.rim.or.jp>
* Trim old-style header and add style clean-ups.hrs2013-05-041-8/+2
|
* - Fix build after utmp->utmpx migration.hrs2013-05-044-52/+78
| | | | | | - Use OPTIONS_DEFINE. - Use USERS and GROUPS for _sj3 user. - Trim old-style header.
* - Update to 3.0.j2.1b.hrs2013-05-045-114/+322
| | | | | | | | - Use OPTIONS_RADIO for Japanese FEP selection. - Fix build when CC is defined. - Respect CFLAGS. - Rename MACHINE and TARGET in Makefile. - Mark MAKE_JOBS_SAFE=yes.
* - Trim old-style header.hrs2013-05-041-24/+22
| | | | - Use OPTIONS_DEFINE.
* Unmark BROKEN. It seems buildable.ume2013-05-041-2/+0
|
* Chase security/libgcrypt updateehaupt2013-05-041-6/+2
|
* Fix syntax errorbapt2013-05-031-3/+3
| | | | Spotted by: bmake exp-run
* Trim old-style header.hrs2013-05-032-10/+2
|
* Fix pkg-plist.hrs2013-05-031-1/+1
| | | | Spotted by: poyopoyo@puripuri.plala.or.jp
* - Trim old-style header.hrs2013-05-031-21/+21
| | | | - Use OPTIONS_DEFINE.
* - Trim old-style header.hrs2013-05-032-7/+4
| | | | - Rename files/patch-aa.
* - Rename files/patch-aa.hrs2013-05-034-17/+17
| | | | - Separate japanese/nkf and japanese/p5-nkf from each other.
* - Trim old-style header.hrs2013-05-035-57/+15
| | | | | | | - Add LICENSE. - Use OPTIONS_DEFINE. - Remove japanese/navi2ch-emacs21 and japanese/navi2ch-xemacs21-mule because they are obsolete.
* - Add paperconf(1) support for the default paper size configuration.hrs2013-05-012-17/+34
| | | | | | - Fix pathname of perl(1). - Trim old-style header. - Add LICENSE.
* Update to 3.03.hrs2013-05-013-32/+106
|
* - Trim old-style header.hrs2013-05-011-6/+3
| | | | - Style clean-ups.
* - Trim old-style header.hrs2013-05-012-14/+16
| | | | | - Use OPTIONS_DEFINE. - Style clean-ups.
* Fix DATADIR.hrs2013-05-011-1/+2
|
* Update to 20130430 and add style clean-ups.hrs2013-05-013-28/+32
|
* Use an old version of IPA fonts as Ryumin-Light and GothicBBB-Medium forhrs2013-05-011-13/+13
| | | | | | Ghostscript 7. This is because the latest version is not compatible with .optnttcidfont directive. The other versions of Ghostscript use the new version.
* - Trim old-style header.hrs2013-05-011-13/+14
| | | | | - Use OPTIONS_DEFINE. - Style clean-ups.
* - Fix DATADIR.hrs2013-05-011-6/+8
| | | | - Style clean-ups.
* - Use OPTIONS_DEFINE.hrs2013-05-012-8/+14
| | | | | - Fix DATADIR. - Style clean-ups.
* Fix DATADIR.hrs2013-05-011-0/+2
|
* Fix DATADIR.hrs2013-05-011-0/+2
|
* - Trim old-style header.hrs2013-05-011-13/+14
| | | | | - Use OPTIONS_DEFINE. - Style clean-ups.
* - Trim old-style header.hrs2013-05-012-13/+15
| | | | | - Use OPTIONS_DEFINE. - Style clean-ups.
* Fix DATADIR.hrs2013-05-011-0/+2
|
* Fix DATADIR.hrs2013-05-011-0/+2
|
* - Trim old-style header.hrs2013-05-012-13/+15
| | | | | - Use OPTIONS_DEFINE. - Style clean-ups.
* Update to 20130422 and add style clean-ups.hrs2013-05-013-18/+17
|
* - Trim old-style header.hrs2013-05-011-17/+14
| | | | - Use OPTIONS_DEFINE.
* Update to 20130430 and add style clean-ups.hrs2013-05-013-28/+32
|
* Update to 450 and style clean-ups.hrs2013-04-302-11/+15
|
* Update to TESTFLIGHT-055 and add style clean-ups.hrs2013-04-303-29/+31
|
* - Trim old-style header.hrs2013-04-302-12/+12
| | | | | - Fix MASTER_SITES. - Use OPTIONS_DEFINE for DOCS.
* Rely on bsdtar to autodetermine the format of the distfiles when possiblebapt2013-04-293-12/+6
| | | | | | | For a while now bsdtar is able to autotermine compression and archive format. Let's then use tar directly instead of piping to tar. Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format
* - Convert USE_ICONV=yes to USES=iconvmva2013-04-2718-26/+21
| | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: zeising
* Convert from USE_GETTEXT to USES= gettextbapt2013-04-271-28/+22
| | | | | | While here: - Trim some headers - Convert to new options framework
* - Convert USE_GETTEXT to USES (part 4)ak2013-04-261-1/+1
| | | | Approved by: portmgr (bapt)
* - Convert USE_GETTEXT to USES (part 3)ak2013-04-2513-15/+15
| | | | Approved by: portmgr (bapt)
* - Convert USE_GETTEXT to USES (part 2)ak2013-04-241-1/+1
| | | | Approved by: portmgr (bapt)
* - Convert USE_GETTEXT to USES (part 1)ak2013-04-241-2/+1
| | | | Approved by: portmgr (bapt)
* fixed a mozc-el build issuedaichi2013-04-242-5/+5
|
* Convert j* categories to USES=pkgconfigbapt2013-04-236-16/+8
|
* enabled mozc_renderder, default on.daichi2013-04-231-5/+10
|
* update to 1.10.1390.102daichi2013-04-2321-137/+164
|
* Update to 4.0.2.jkim2013-04-171-4/+4
| | | | Feature safe: yes
* Update to 449 because the old distfile was removed.hrs2013-04-152-3/+3
| | | | Approved by: portmgr (bdrewery)
* - Mark broken fails to buildmiwi2013-04-021-0/+2
| | | | | Reported by: pointyhat Approved by: maintainer feedback timeout 3 weeks+; portmgr
* - update japanes/bugzilla templatesohauer2013-04-016-10/+10
| | | | | | | | - update vuxml to reflect bugzilla templates - fix typo in vuxml Approved by: portmgr (miwi) Sponsored by:
* GNU Emacs updatesashish2013-03-305-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | editors/emacs: - Update to 24.3 - Update CANNA patchset[1] - Unbreak ARM support by using the patch from emacs-devel port - Add missing INSTALLS_ICONS[2] - Remove a patch which is already integrated upstream - Fix Makefile header editors/emacs-devel: - Update to bzr revision 112178 - Fix Makefile header - Add missing INSTALLS_ICONS[2] editors/emacs23: - Remove ABI versions from LIB_DEPENDS - Fix Makefile header - Add missing INSTALLS_ICONS[2] Mk/bsd.emacs.mk: - Update major version for editors/emacs port *: - Bump PORTREVISION to chase Emacs updates PR: ports/177428[2] Submitted by: Yuji TAKANO[1] (via private email), bdrewery[2]
* - Update Calligra and l10n ports to 2.6.2:avilla2013-03-301-1/+1
| | | | | | | | | | * Japanese translation is stuck at 2.5.5; * Southern Catalan translation is now up to date; * Bosnian, Slovenian and Turkish translations were added. This update brings several new features and the new Calligra Author; for a full list, please read 2.6 release notes: http://www.calligra.org/news/calligra-2-6-released
* - Fix buildmiwi2013-03-292-6/+85
| | | | | PR: 172725 Submitted by: ports fury
* Style: tab -> space.eadler2013-03-2914-16/+16
| | | | Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree.
* Drop support for old versions of FreeBSD from unmaintained portseadler2013-03-281-4/+0
| | | | Reviewed by: miwi
* Mechanically convert unmaintained ports which use "gnomehack" to use ↵eadler2013-03-281-6/+3
| | | | "pathfix" instead.
* KDE/FreeBSD team presents KDE SC 4.10.1 ports!makc2013-03-275-19/+13
| | | | | | | | | | | | | | | | | | | | | | | - kdegames4 port has been split. - kdeutils4-printer-applet and system-config-printer-kde have been replaced by print/kde4-print-manager. - Recover misc/kde4-l10n-mr from attic. - New USE_KDE4 components: kactivities, libkdegames, nepomuk-core, and nepomuk-widgets. - Provide sharedmime component with magic: ports don't need to run update-mime-database themselves now. - Switch some ports to out-of-source build. - Update port comments. - Adjust dependence on Qt4 components. - x11/kde4 installs modern kdepim4 now. - Remove redundant aspell and hspell from kdelibs4, both can be enabled in textproc/enchant if needed. - Remove stale bits from bsd.kde4.mk The area51 repository features commits by Schaich Alonso and myself. Contributors: - Tobias Berner
* - Divide ebnetd.sh into 3 scriptstota2013-03-2510-94/+111
| | | | | | | | | | | - Set a list of these scripts to USE_RC_SUBR - Use SUB_FILES for pkg-message - Use PLIST_SUB to substitute EBNETD_RUNDIR macro in pkg-plist - Remove obsolete WWW url from pkg-descr - Rename some patch files to pet portlint PR: ports/176866 Submitted by: Yasuhiro KIMURA (maintainer)
* - Add explicit pkgconf dependencybdrewery2013-03-241-5/+2
| | | | | | | | - Trim headers PR: ports/177306 Reported by: John Marino <draco@marino.st> With hat: portmgr
* - update to 15.1rm2013-03-232-3/+3
| | | | | PR: 177177 Submitted by: Hiroto Kagotani <hiroto.kagotani@gmail.com> (maintainer)
* - Update to 9.1tota2013-03-232-10/+5
| | | | | | | | | - Pass maintainership to submitter - Update MASTER_SITES - Trim Makefile header PR: ports/176808 (based on) Submitted by: Tsurutani Naoki <turutani_AT_scphys.kyoto-u.ac.jp>
* - convert USE_CMAKE to USESmakc2013-03-231-1/+1
| | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi)
* Mk/bsd.kde4.mk:makc2013-03-221-1/+2
| | | | | | | | | | - Don't set CMAKE_BUILD_TYPE for debug builds (cmake.mk already handles it) - Don't set WITH_DEBUG for unstable branch (KDE4_BRANCH) - Remove now useless KDE4_BUILDENV KDE SC ports: - Chase KDE4_BUILDENV removal: replace 'KDE4_BUILDENV= yes' with 'USES= cmake:outsource' and add USE_LDCONFIG if needed
* - Update to 0.995tota2013-03-203-9/+12
| | | | | | | | | | - Add LICENSE section - Trim Makefile header - Trim WWW: line in pkg-descr - Update WWW: line in pkg-descr PR: ports/175696 (based on) Submitted by: Yasuhiro KIMURA <yasu_AT_utahime_DOT_org>
* - Update to 0.995tota2013-03-203-12/+16
| | | | | | | | | | | | - Add LICENSE section - Adopt OptionsNG - Trim Makefile header - Remove Author: line from pkg-descr - Replace tab with space WWW: line in pkg-descr - Update WWW: line in pkg-descr PR: ports/175695 (based on) Submitted by: Yasuhiro KIMURA <yasu_AT_utahime_DOT_org>
* - Update to 0.995tota2013-03-204-12/+28
| | | | | | | | | | | | | | - Add a patch to fix build error with Ruby 1.8 [1] - Add LICENSE section - Adopt OptionsNG - Trim Makefile header - Remove Author: line from pkg-descr - Replace tab with space WWW: line in pkg-descr - Update WWW: line in pkg-descr PR: ports/175257 Submitted by: Yasuhiro KIMURA <yasu_AT_utahime_DOT_org> Obtained from: http://code.google.com/p/mecab/issues/detail?id=3 [1]
* - Update to 0.995tota2013-03-204-38/+31
| | | | | | | | | | | | - Add LICENSE section - Adopt OptionsNG - Drop CONFIGURE_ARGS because --with-charset is not available any longer - Make use of PORTDOCS - Trim Makefile header - Update pkg-descr PR: ports/175258 Submitted by: Yasuhiro KIMURA <yasu_AT_utahime_DOT_org>
* "aaargh, quoted Makefile variables"eadler2013-03-196-38/+12
| | | | Approved by: portmgr (bapt)
* 1: Upgrade protobuf to 2.5.0.vanilla2013-03-181-2/+2
| | | | | 2: bump revision. 3: document UPDATING.
* Google droped SCIM support from Mozc.daichi2013-03-093-50/+0
|
* Update to 4.0.1.jkim2013-03-091-4/+4
|
* Convert USE_BISON to USES= bisonbapt2013-03-083-13/+5
| | | | | | | | | | | | | | It brings bison as a build dependency in case it is set the following way: USES= bison or USES= bison:build it brings bison as a run dependency in case it is set the following way: USES= bison:run it brings bison both as a run and build dependency in case it the set the following way: USES= bison:both While here trim some headers Convert some USE_GNOME= gnomehack to USES= pathfix
* * Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 whichkwm2013-03-083-1/+11
| | | | | | | | | | | | | | | | | | | | are the latest stable releases. * Update vala to the newest stable release 0.18.1, also update a few ports in the gtk/gnome stack. * The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles. * Remove pkg-config run depends from glib20 and freetype2. This doesn't eliminate pkg-config run dependency completely, a second phase is needed and is planned. * Support for .:run. and .:build. for USE_GNOME components was added. Currently only libxml2 and libxslt support this mechanism. * Updates of the telepathy stack and empathy. * Trim makefile headers, convert ports to new options, trim off library versions for some ports. * Fix other ports so they build with the new glib version. Thanks to miwi and crees for helping out with some exp-runs. Approved by: portmgr (miwi & bapt) Obtained from: gnome team repo
* - Add new knob USE_LHA [1]miwi2013-03-084-21/+6
| | | | | | | | | | - Convert few ports to USE_LHA [1] - Revert r303619 since CONFIGURE_ENV already sets CPPFLAGS and LDFLAGS by default. [2] PR: 176187 [1] 174790 [2] Submitted by: Christoph Mallon <christoph.mallon@gmx.de> [1] Gerald Pfeifer <gerald@pfeifer.com> [2]
* - Undo patch for buggy Net:DNS .69. caused 404 errors <.69scheidell2013-03-071-1/+1
| | | | PR: ports/174505
* - Update *_DEPENDS on databases/py-sqlite3 after _sqlite3.so relocationlwhsu2013-03-041-6/+2
|
* - Add CONFLICTS as a preparation of importing new TeX ports based on TeXLive.hrs2013-03-044-20/+23
| | | | | No functional change. - Style fixes.
* - Fix EXPIRATION date, we are in 2013, not 2012swills2013-03-033-3/+3
| | | | | Pointyhat to: swills Reported by: bapt
* - Deprecate ports which don't work with Ruby 1.9swills2013-03-033-10/+11
| | | | | | | | - Set expiration to 2 months to give plenty of time to fix them to anyone who may be interested (patching rubygem- ports is possible now) - Trim headers while here With Hat: ruby@
* - Update to 20130228.kuriyama2013-03-024-10/+10
|
* - Fix build on FreeBSD 9+miwi2013-02-271-6/+2
| | | | - while here trim header
* - Sync with MASTER: fix problem with Net:DNS > .69scheidell2013-02-271-5/+2
| | | | | | | | - Update Makefile to new header format PR: ports/176452 Submitted by: scheidell@ (me) Approved by: maintainer
* - remove german, french and japanese localization of www/MT. They wererm2013-02-243-26/+0
| | | | | | | merged into main port since version 5.2 (will go in it's own commit) PR: 172319 Submitted by: Submitted by: Takefu <takefu@airport.fm> (maintainer)
* - BROKEN does not buildmiwi2013-02-231-0/+2
| | | | | | install -s -o root -g wheel -m 555 /work/a/ports/japanese/jvim3/work/vim/src/grep/grep /usr/local/bin/jgrep install: /work/a/ports/japanese/jvim3/work/vim/src/grep/grep: No such file or directory *** Error code 71
* - BROKEN checksum mismatchmiwi2013-02-211-0/+2
|
* - Update to 14.4miwi2013-02-183-12/+13
| | | | | | | | | - Trim header - OptionNG PR: 173437 Submitted by:i Seiji Ohashi <sayzbrdg@gmail.com> Approved by: maintainer
* - Update to 201302swills2013-02-182-12/+8
| | | | | | | - Trim header while here PR: ports/175797 Submitted by: Koichiro IWAO <meta+ports@vmeta.jp> (maintainer)
* - Fix patchingtota2013-02-172-15/+11
| | | | | | | | | - Trim Makefile header - Replace NOPORTDOCS with PORT_OPTIONS:MDOCS - Bump PORTREVISION PR: ports/175398 Submitted by: Tsurutani Naoki (maintainer)
* - Fix issue that option settings are saved in /var/db/ports/ja-mecabtota2013-02-112-25/+9
| | | | | | | | | | rather than /var/db/ports/ja-mecab-ipadic - Revert change of pkg-descr in r310466 except Author: line since it is description of MeCab rather than that of IPA dictonary for MeCab - Update MASTER_SITES and WWW URL PR: ports/175536 (based on) Submitted by: Yasuhiro KIMURA <yasu_AT_utahime_DOT_org>
* japanese/vflib||2013-02-06|Has expired: No more public distfilesbapt2013-02-0615-764/+0
| | | | | | | | | graphics/py-visual||2013-02-06|Has expired: Depends on the expired x11-toolkits/gtkglarea [1] math/gnuplot+||2013-02-06|Upstream says: This package is obsolete. The author does not recommend to use it science/vis5d+||2013-02-06|No new release since 2001, depends on expired x11-toolkits/gtkglarea [2] Approved by: stephen [1], nivit [2]
* - Add UPDATING entry for gnutls updatenovel2013-02-061-0/+1
| | | | - Chase shlib version bump for dependant ports
* Fix build on FreeBSD 9+bapt2013-02-051-6/+2
|
* Merge from area51 repository:makc2013-02-052-3/+3
| | | | | | | | - Update to 2.5.5 - Convert to new options framework - minor cleanups Courtesy of: avilla
* Update to 3.6.5.jkim2013-02-051-4/+4
|
* Add licenseeadler2013-02-042-11/+12
| | | | | | | Fix header PR: ports/175294 Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
* Add LICENSEeadler2013-02-041-6/+4
| | | | | | | | Hand maintainer to submitter Fix header PR: ports/175271 Submitted by: Yasuhiro KIMURA <yasu@utahime.org>