aboutsummaryrefslogtreecommitdiffstats
path: root/japanese
Commit message (Collapse)AuthorAgeFilesLines
* - Fix X11 dependency.hrs2016-11-055-70/+57
| | | | | - Fix bdftopcf dependency. - Eliminate unfetchable patch files.
* Cleanup no longer needed CHMOD usage after r424898.mat2016-11-032-6/+0
| | | | | | | PR: 213743 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight
* ${RM} already has -f.mat2016-10-2110-12/+12
| | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight
* - Mark broken on FreeBSD 9.x:amdmi32016-10-211-0/+2
| | | | | | /usr/local/lib: file not recognized: File format not recognized Approved by: portmgr blanket
* i- Make it buildable.ume2016-10-204-32/+26
| | | | | | | - Change maintainer to submitter. PR: 213215 Submitted by: kenji [...] k2r.org
* Introduce new extensible virtual categories for KDEtcberner2016-10-191-3/+1
| | | | | | | | | | | | | | | | | | | | | A lot of KDE Ports share MASTERSITES, LICENSE and so one, as they are released as a bundle upstream, however, there was not really a clean way to share this information. Using these new categories, we can simplify the Makefiles for the diverse KDE ports. At the moment we support the virtual category * kde-kde4 In the future, this will be extended to * kde-frameworks * kde-plasma * kde-applications PR: 213406 Differential Revision: https://reviews.freebsd.org/D7645 Exp-run by : antoine Reviewed by: mat, rakuco Approved by: portmgr (mat), rakuco (mentor)
* - Double-quote $@ to properly propagate parameters down the execution pathdanfe2016-10-171-1/+1
| | | | - Consistently pad (separate) shebang in wrapper scripts with an empty line
* Unbreak build as a regular userantoine2016-10-131-2/+0
|
* japanese/mozc-server: with build with python3rm2016-10-131-2/+7
| | | | | | | | | | | | | | | - limit python version to python 2.7 - remove duplicated python direct build dependency - set correct python version in build scripts - fix packaging by not installing to /root: ====>> Checking for filesystem violations... done ====>> Error: Filesystem touched during build: extra: root/.mozc PR: 207937 Submitted by: Hiroo Ono <hiroo.ono+freebsd@gmail.com> (based on) Approved by: maintainer timeout (14 days)
* - Update to 0.20161003danilo2016-10-112-4/+4
|
* Use DISTVERSIONPREFIX=v.ume2016-10-042-4/+4
| | | | Reported by: mat
* Add missing BUILD_DEPENDS.ume2016-10-031-0/+1
|
* Add new port -- boiled-mozc.ume2016-10-034-0/+54
| | | | | | | boiled-mozc.el wraps("boil"s) mozc.el to offer modeless input style, where you can type a Romaji sequence without activating the Mozc input method and then just hit \M-o or \C-o to obtain its Hiragana and Kana-Kanji conversion, respectively.
* Mark BROKEN on FreeBSD 9.X.ume2016-10-031-0/+2
|
* - Remove duplicate license variables to fix build erroramdmi32016-09-221-7/+2
| | | | | PR: 212893 Submitted by: yasu@utahime.org (maintainer)
* japanese/ruby-mecab: Update MASTER_SITES to unbreakmarino2016-09-201-3/+1
| | | | PR: 212759
* japanese/p5-Mecab: Update MASTER_SITES to unbreakmarino2016-09-201-4/+1
| | | | PR: 212757
* japanese/py-mecab: Update MASTER_SITES to unbreakmarino2016-09-201-3/+1
| | | | PR: 212758
* japanese/mecab-ipadic: Update MASTER_SITES to unbreakmarino2016-09-201-3/+5
| | | | | | While here, define license PR: 212756
* japanese/mecab: Update MASTER_SITES to unbreakmarino2016-09-201-3/+1
| | | | PR: 174865
* japanese/ruby-romkan: remove RUBY_RD_FILESswills2016-09-152-22/+15
| | | | PR: 210665
* Unmark broken on powerpc64swills2016-09-152-4/+0
| | | | These ports built successfully
* Update to version 4.6.1pawel2016-09-152-4/+4
| | | | | PR: 212675 Submitted by: Jochen Neumeister (maintainer)
* GOOGLE_CODE has gone away.mat2016-09-148-0/+16
| | | | | | | | | | - If a port has another upstream, remove GOOGLE_CODE - If a port only has GOOGLE_CODE mark it BROKEN Some ports have a local mirror configured but for security reasons, it is not considered upstream. Sponsored by: Absolight
* Make this port depend on net/asterisk11 in preparation for net/asteriskmadpilot2016-09-111-8/+6
| | | | | | removal. While here, use vendor version as port version, bump PORTEPOCH.
* - Update to 20160831.kuriyama2016-09-074-12/+12
|
* - Replace Mk/bsd.linux-apps.mk and Mk/bsd.linux-rpm.mk withtijl2016-09-061-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mk/Uses/linux.mk. - Replace USE_LINUX=yes with USES+=linux and USE_LINUX=(.*) with USES+=linux:\1 in all ports. - Replace USE_LINUX_APPS with USE_LINUX in all ports. - Use INSTALL_SCRIPT instead of INSTALL_PROGRAM to install scripts in some ports. - When USE_LINUX_RPM is defined, simplify the way DISTFILES and EXTRACT_ONLY are defined. - Remove BRANDELF_DIRS and BRANDELF_FILES handling. In the very rare cases that it is still necessary ports can run ${BRANDELF} from post-patch. - Remove AUTOMATIC_PLIST handling. Only one port used it. - Fix Linux MASTER_SITES. - Replace OVERRIDE_LINUX_BASE_PORT and OVERRIDE_LINUX_NONBASE_PORTS with default versions framework. - bsd.port.mk: - Move Linux related bits to Uses/linux.mk, except USE_LINUX_PREFIX. - Put USE_LINUX_PREFIX handling after USES processing. - Define DOCSDIR, DATADIR, etc. after handling USE_LINUX_PREFIX so it can give these variables a different default value. - When a package needs to run Linux ldconfig check before installation if Linux support is enabled. - emulators/linux_base-*: - Use USES=linux and remove duplication. - Remove files/lp. FreeBSD or CUPS lp(1) should work. - Remove files/yp.conf. No longer seems to be used. - Remove pkg-deinstall and move pkg-install into pkg-plist. - Update pkg-descr and pkg-message. - Fix handling of ldconfig cache in pkg-plist. - devel/fb-adb: Use a Linux shell to run a Linux script but patch the script to use FreeBSD mkdir so mkdir -p $path creates $path and not /compat/linux/$path. PR: 211645 Exp-run by: antoine Approved by: portmgr (antoine)
* Replace Mk/bsd.kde4.mk by Mk/Uses/kde.mk in preparation for KDE Frameworks andtcberner2016-08-241-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Plasma5 ports At the moment KDE ports use bsd.kde4.mk to handle their dependencies. When working on the ports for KDE Frameworks and Plasma5 it seemed to be more reasonable to create a new kde.mk instead of adding an bsd.kde5.mk. The kde.mk in this review is a stripped down version of the one we are using in the KDE Test repositories plasma5 branch [1] to only contain the parts relevant to the current KDE4 ports in the portstree [2]. Changes to the KDE Ports needed by this: Replace USE_KDE4 by USE_KDE [3] Add USES=kde:4 [4] [1] http://src.mouf.net/area51/view/branches/plasma5/KDE/Mk/Uses/kde.mk [2] The version in the plasma5 branch also handles frameworks/plasma5 and handles MASTER_SITES via a KDE_DIST variable similar to bsd.qt.mk for Qt Ports -- I chose to leave this out for now, as the diff is already large enough. [3] I chose USE_KDE instead of USE_KDE4, USE_KDE5, USE_KDEX as the version we want is already specified as argument to kde:<arg> [4] For KDE Frameworks and Plasma5 ports this would be kde:5 PR: 210667 Approved by: portmgr, mat (mentor), rakuco (mentor) Reviewed by: mat, rakuco Differential Revision: https://reviews.freebsd.org/D6961
* japanese/kterm: wpi patch site no longer resolves (patch unfetchable)marino2016-08-241-0/+2
| | | | | This port also needs USES+=ncurses with an associated patch to Imakefile, but that will wait until after the port is unbroken again.
* Update to version 4.6pawel2016-08-202-4/+4
| | | | | PR: 211969 Submitted by: Jochen Neumeister (maintainer)
* Add 山の日kuriyama2016-08-152-1/+19
|
* - Take maintainership [1]pawel2016-08-151-3/+2
| | | | | | | - Convert to USES=php:web PR: 211727 [1] Submitted by: Jochen Neumeister [1]
* USE_BDB cleanup.mat2016-08-081-3/+2
| | | | | | | | | | | - USE_BDB=4x+ -> USES=bdb. - USE_BDB=yes -> USES=bdb. - USE_BDB=xx -> USES=bdb:xx. Other modernisations when I see them. PR: 209183 Sponsored by: Absolight
* - Update to 0.20160801danilo2016-08-052-4/+4
|
* japanese/libtomoe-gtk: fix illegal placement of USESmarino2016-08-041-3/+2
| | | | | | | | | | | | | | | | USES must be defined before any inclusions like <options> or <pre>, otherwise they can't get registered as run dependencies. The presence of USES=python after <pre> was trying to build+run dependency on python conditionally based on the presence of an installed file. Since the condition can't be moved up due to the LOCALBASE variable, I've moved python up but changed it to USES+=python:build so that python will never be registered as a run dependency, but it will be available if required for building. The alternative is register python as a run dependency in every case because the port can't stay how it is. I picked the more conservative option I think. Approved by: just-fix-it
* Don't use extension.ini any more, and have each extension install in itsmat2016-08-031-0/+1
| | | | | | | | | | | | | | | | | | | | | file, so the order remains the same. Every PHP (or Zend) extension now installs its own .ini file in /usr/local/etc/php. A PHP extension will be automatically activated when installed. The order into which extensions are loaded is automatically guessed. In some very rare cases, the guess will be wrong, and PHP_MOD_PRIO will need to be set. Refer to the USES=php section of the Porter's Handbook for more information. Convert ports touching etc/php/extensions.ini manually, or telling the OP to do it. And finally, bump PORTREVISION for all php extensions. PR: 210697 Submitted by: mat Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D7022
* Remove hard dependency on p5-IO-Socket-IP and bump PORTREVISION.adamw2016-08-031-1/+1
|
* - Switch to options helpersamdmi32016-07-301-3/+3
| | | | - Pet portlint
* Add new port -- Aozora Mincho Japanese TrueType fontsume2016-07-278-0/+194
|
* Add new port -- Rounded Mgen+ Japanese TrueType fontsume2016-07-278-0/+382
|
* OPTIONSfy font family to be installed.ume2016-07-273-72/+134
|
* Reset miwi@'s ports, he stepped down from the Ports Team.rene2016-07-261-1/+1
| | | | With hat: portmgr-secretary
* Add new port -- Mgen+ Japanese TrueType fontsume2016-07-238-0/+316
|
* Add new port -- GenJyuuGothic Japanese TrueType fontsume2016-07-238-0/+239
|
* Use the generic family name without weight.ume2016-07-224-101/+29
|
* Generate better fonts.dir for Japanese.ume2016-07-212-2/+110
|
* Add new port -- GenShinGothic Japanese TrueType fonts.ume2016-07-218-0/+311
|
* Cleanup $() variables in ports Makefiles.mat2016-07-202-7/+7
| | | | | | | Mostly replace with ${}, but sometime, replace with $$() because it is what was intended in the first place. (I think.) Sponsored by: Absolight
* - Update to 0.20160705danilo2016-07-202-4/+4
|
* When there is a do-install target, do not use a post-install target, domat2016-07-193-3/+0
| | | | | | | | | | | | everything at once. Sometime, rename post-install into a options helper target. I did not fix ports that were such a mess that I could not figure out what they really wanted to do. I also did not change ports that had some version of an auto-plist code in post-install, for the same reason. With hat: portmgr Sponsored by: Absolight
* Update to version 2.13.4.15pawel2016-07-172-4/+4
| | | | | PR: 211132 Submitted by: maintainer
* - Update WWWpawel2016-07-153-13/+19
| | | | | | | | | | - Update MASTER_SITES since author quit using GitHub - Remove DOCS since documents are no longer distributed - Define LICENSE, DIST_SUBDIR - Bump PORTREVISION for plist change (DOCS) PR: 210867 Submitted by: Koichiro IWAO (maintainer)
* - Update to 20160630.kuriyama2016-07-052-5/+6
|
* - Update to 20160630.kuriyama2016-07-052-5/+6
|
* Remove expired ports without open PRs:rene2016-07-0525-574/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2016-07-04 security/openpgpsdk: Broken for more than 6 months 2016-07-04 security/radiusniff: Broken for more than 6 months 2016-07-04 security/pear-Auth_OpenID: Broken for more than 6 months 2016-07-04 security/sshit: Broken for more than 6 months 2016-07-04 security/ifd-slb_rf60: Broken for more than 6 months 2016-07-04 security/rainbowcrack: Broken for more than 6 months 2016-07-04 security/vlog: Broken for more than 6 months 2016-07-04 security/cryptstring: Broken for more than 6 months 2016-07-04 x11/libdnd: Broken for more than 6 months 2016-07-04 x11/xlupe: Broken for more than 6 months 2016-07-04 x11/xco: Broken for more than 6 months 2016-07-04 x11/xclick: Broken for more than 6 months 2016-07-04 devel/ocfpcsc: Broken for more than 6 months 2016-07-04 devel/dits: Broken for more than 6 months 2016-07-04 devel/ruby-cache: Broken for more than 6 months 2016-07-04 devel/rapidsvn: Broken for more than 6 months 2016-07-04 devel/svnkit: Broken for more than 6 months 2016-07-04 devel/py-EnthoughtBase: Broken for more than 6 months 2016-07-04 devel/cl-uffi: Broken for more than 6 months 2016-07-04 devel/ruby-event-loop: Broken for more than 6 months 2016-07-04 devel/libqxt: Broken for more than 6 months 2016-07-04 devel/dasm: Broken for more than 6 months 2016-07-04 devel/libopendaap: Broken for more than 6 months 2016-07-04 devel/cl-uffi-sbcl: Depends on expiring devel/cl-uffi 2016-07-04 devel/cvs2p4: Broken for more than 6 months 2016-07-04 devel/bufferpool: Broken for more than 6 months 2016-07-04 devel/ifd-test: Broken for more than 6 months 2016-07-04 devel/eric4: Broken for more than 6 months 2016-07-04 devel/uclmmbase: Broken for more than 6 months 2016-07-04 devel/obfuscatejs: Broken for more than 6 months 2016-07-04 devel/oniguruma: Broken for more than 6 months 2016-07-04 devel/libbnr: Broken for more than 6 months 2016-07-04 devel/c4: Broken for more than 6 months 2016-07-04 devel/memcheck: Broken for more than 6 months 2016-07-04 devel/liblcfg: Broken for more than 6 months 2016-07-04 devel/omake: Broken for more than 6 months 2016-07-04 devel/svndelta: Broken for more than 6 months 2016-07-04 devel/papp: Broken for more than 6 months 2016-07-04 devel/mk: Broken for more than 6 months 2016-07-04 devel/avltree: Broken for more than 6 months 2016-07-04 devel/cbind: Broken for more than 6 months 2016-07-04 devel/tclgetopts: Broken for more than 6 months 2016-07-04 devel/antlrworks: Broken for more than 6 months 2016-07-04 devel/acme: Broken for more than 6 months 2016-07-04 devel/libopensync022: Broken for more than 6 months 2016-07-04 archivers/epkg: Broken for more than 6 months 2016-07-04 print/enscriptfonts: Broken for more than 6 months 2016-07-04 print/mup: Broken for more than 6 months 2016-07-04 lang/lua-mode.el: Broken for more than 6 months 2016-07-04 lang/s9fes: Broken for more than 6 months 2016-07-04 lang/alisp: Broken for more than 6 months 2016-07-04 lang/intel2gas: Broken for more than 6 months 2016-07-04 lang/stalin: Broken for more than 6 months 2016-07-04 french/eric4: Depends on expiring devel/eric4 2016-07-04 textproc/exslt: Broken for more than 6 months 2016-07-04 textproc/xt: Broken for more than 6 months 2016-07-04 textproc/ssddiff: Broken for more than 6 months 2016-07-04 textproc/xslint: Broken for more than 6 months 2016-07-04 textproc/cbedic: Broken for more than 6 months 2016-07-04 textproc/tralics: Broken for more than 6 months 2016-07-04 textproc/docbookide.el: Broken for more than 6 months 2016-07-04 textproc/glpi-plugins-AdditionalReports: Broken for more than 6 months 2016-07-04 textproc/tdhkit: Broken for more than 6 months 2016-07-04 textproc/p5-Groonga-API: Broken for more than 6 months 2016-07-04 textproc/glpi-plugins-DataInjection: Broken for more than 6 months 2016-07-04 dns/ldnsm: Broken for more than 6 months 2016-07-04 japanese/guesswork-classic: Broken for more than 6 months 2016-07-04 japanese/texinfo: Broken for more than 6 months 2016-07-04 japanese/jyuroku: Broken for more than 6 months 2016-07-04 japanese/mtools: Broken for more than 6 months 2016-07-04 palm/pdbar: Broken for more than 6 months 2016-07-04 graphics/gplot: Broken for more than 6 months 2016-07-04 graphics/white_dune: Broken for more than 6 months 2016-07-04 graphics/whirlgif: Broken for more than 6 months 2016-07-04 graphics/libaux: Broken for more than 6 months 2016-07-04 graphics/import-pictures: Broken for more than 6 months 2016-07-04 math/xgobi: Broken for more than 6 months 2016-07-04 math/fricas: Broken for more than 6 months 2016-07-04 math/dcdflib: Broken for more than 6 months 2016-07-04 math/libneural: Broken for more than 6 months 2016-07-04 math/open-axiom: Broken for more than 6 months 2016-07-04 irc/nefarious: Broken for more than 6 months 2016-07-04 irc/slirc: Broken for more than 6 months 2016-07-04 irc/ratbox-respond: Broken for more than 6 months 2016-07-04 irc/qwebirc: Broken for more than 6 months 2016-07-04 biology/platon: Broken for more than 6 months 2016-07-04 news/slnr: Broken for more than 6 months 2016-07-04 science/jmol: Broken for more than 6 months 2016-07-04 net/nstxd: Broken for more than 6 months 2016-07-04 net/sprinkle: Broken for more than 6 months 2016-07-04 editors/ssam: Broken for more than 6 months 2016-07-04 editors/fb: Broken for more than 6 months 2016-07-04 misc/quotes: Broken for more than 6 months 2016-07-04 misc/boxquote.el: Broken for more than 6 months 2016-07-04 misc/pypanda: Broken for more than 6 months 2016-07-04 misc/cuecat: Broken for more than 6 months 2016-07-04 deskutils/displaycalibrator: Broken for more than 6 months 2016-07-04 german/eric4: Depends on expiring devel/eric4 2016-07-04 multimedia/vic: Depends on expiring devel/uclmmbase 2016-07-04 multimedia/ggrab: Broken for more than 6 months 2016-07-04 emulators/dynamips: Broken for more than 6 months 2016-07-04 emulators/dynamips-devel: Broken for more than 6 months 2016-07-04 emulators/sim6811: Broken for more than 6 months 2016-07-04 emulators/minivmac: Broken for more than 6 months 2016-07-04 cad/qcad-partslib: Broken for more than 6 months 2016-07-04 comms/dump1090_mr: Broken for more than 6 months 2016-07-04 x11-fm/asfiles: Depends on expiring x11/libdnd 2016-07-04 x11-fonts/fonts-te: Broken for more than 6 months 2016-07-04 sysutils/rsyncmanager: Broken for more than 6 months 2016-07-04 sysutils/jfbterm: Broken for more than 6 months 2016-07-04 sysutils/daedalus: Broken for more than 6 months 2016-07-04 sysutils/pcfclock: Broken for more than 6 months 2016-07-04 sysutils/vlogger: Broken for more than 6 months 2016-07-04 sysutils/bontmia: Broken for more than 6 months 2016-07-04 mail/pop3gwd: Broken for more than 6 months 2016-07-04 mail/mailtray: Broken for more than 6 months 2016-07-04 mail/pflogstats: Broken for more than 6 months 2016-07-04 mail/exact: Broken for more than 6 months 2016-07-04 mail/wmpop3: Broken for more than 6 months 2016-07-04 mail/qmail-conf: Broken for more than 6 months 2016-07-04 mail/gld: Broken for more than 6 months 2016-07-04 mail/dsbl-testers: Broken for more than 6 months 2016-07-04 mail/vqregister: Broken for more than 6 months 2016-07-04 mail/atmail: Broken for more than 6 months 2016-07-04 mail/ml: Broken for more than 6 months 2016-07-04 net-im/icb: Broken for more than 6 months 2016-07-04 net-im/cicquin: Broken for more than 6 months 2016-07-04 net-im/pidgin-manualsize: Broken for more than 6 months 2016-07-04 net-im/pidgin-rhythmbox: Broken for more than 6 months 2016-07-04 russian/eric4: Depends on expiring devel/eric4 2016-07-04 russian/fortune-bashorgru: Broken for more than 6 months 2016-07-04 www/xpi-clearfields: Broken for more than 6 months 2016-07-04 www/pecl-varnish: Broken for more than 6 months 2016-07-04 www/py-requests-oauth-hook: Broken for more than 6 months 2016-07-04 www/hudson: Broken for more than 6 months 2016-07-04 www/xpi-mldonkey: Broken for more than 6 months 2016-07-04 www/xpi-cookiesafe: Broken for more than 6 months 2016-07-04 www/trac-mastertickets: Broken for more than 6 months 2016-07-04 www/dotclear: Broken for more than 6 months 2016-07-04 www/ruby-wgettsv: Broken for more than 6 months 2016-07-04 www/wwwstat: Broken for more than 6 months 2016-07-04 www/xpi-prism: Broken for more than 6 months 2016-07-04 www/xpi-fasterfox: Broken for more than 6 months 2016-07-04 www/siteframe: Broken for more than 6 months 2016-07-04 www/py-urljr: Broken for more than 6 months 2016-07-04 www/reviewboard: Broken for more than 6 months 2016-07-04 www/xpi-tabletools: Broken for more than 6 months 2016-07-04 www/wikindx: Broken for more than 6 months 2016-07-04 www/typolight: Broken for more than 6 months 2016-07-04 www/varnish-libvmod-header: Broken for more than 6 months 2016-07-04 www/xpi-gbrain: Broken for more than 6 months 2016-07-04 www/trac-robotstxt: Broken for more than 6 months 2016-07-04 www/simplog: Broken for more than 6 months 2016-07-04 www/chtml: Broken for more than 6 months 2016-07-04 databases/postgresql_autodoc: Broken for more than 6 months 2016-07-04 databases/oracle_odbc_driver: Broken for more than 6 months 2016-07-04 databases/mysql-xql: Broken for more than 6 months 2016-07-04 databases/mysql-udf-sys: Broken for more than 6 months 2016-07-04 games/lucidlife: Broken for more than 6 months 2016-07-04 games/gma: Broken for more than 6 months 2016-07-04 games/smiley: Broken for more than 6 months 2016-07-04 games/noegnud-littlehack: Broken for more than 6 months 2016-07-04 games/sdlquake2: Broken for more than 6 months 2016-07-04 games/daimonin: Depends on expiring games/daimonin-music 2016-07-04 games/noegnud-nethack: Broken for more than 6 months 2016-07-04 games/xbomber: Broken for more than 6 months 2016-07-04 games/xwelltris: Broken for more than 6 months 2016-07-04 games/ftjava: Broken for more than 6 months 2016-07-04 games/daimonin-music: Broken for more than 6 months 2016-07-04 games/gno3dtet: Broken for more than 6 months 2016-07-04 games/qtv: Broken for more than 6 months 2016-07-04 games/xwordpy: Broken for more than 6 months 2016-07-04 games/netris: Broken for more than 6 months 2016-07-04 games/rt2-demo: Broken for more than 6 months 2016-07-04 games/noegnud-addons: Broken for more than 6 months 2016-07-04 games/noegnud-nethack-deet: Broken for more than 6 months 2016-07-04 games/live-f1: Broken for more than 6 months 2016-07-04 games/xonix: Broken for more than 6 months 2016-07-04 games/fgkicker: Broken for more than 6 months 2016-07-04 games/tank: Depends on expiring graphics/libaux 2016-07-04 games/linux-nwserver: Broken for more than 6 months 2016-07-04 games/quake2-zaero: Broken for more than 6 months 2016-07-04 games/pyching: Broken for more than 6 months 2016-07-04 games/thevalley: Broken for more than 6 months 2016-07-04 games/xroads: Broken for more than 6 months 2016-07-04 games/fxsudoku: Broken for more than 6 months 2016-07-04 games/sudoku: Broken for more than 6 months 2016-07-04 games/kmancala: Broken for more than 6 months 2016-07-04 games/plonx: Broken for more than 6 months 2016-07-04 games/wmminichess: Broken for more than 6 months 2016-07-04 games/noegnud-slashem: Broken for more than 6 months 2016-07-04 games/latrine: Broken for more than 6 months 2016-07-04 games/pysycache-themes: Broken for more than 6 months 2016-07-04 games/nibbles: Broken for more than 6 months 2016-07-04 games/hlstatsx: Broken for more than 6 months 2016-07-04 audio/streamtuner: Broken for more than 6 months 2016-07-04 audio/mangler: Broken for more than 6 months 2016-07-04 audio/hawkvoice: Broken for more than 6 months 2016-07-04 audio/alac: Broken for more than 6 months 2016-07-04 x11-wm/e-module-mpdule: Broken for more than 6 months 2016-07-04 x11-wm/e-module-tclock: Broken for more than 6 months 2016-07-04 x11-wm/musca: Broken for more than 6 months 2016-07-04 x11-wm/e-module-places: Broken for more than 6 months 2016-07-04 x11-wm/e-module-forecasts: Broken for more than 6 months 2016-07-04 x11-wm/e-module-net: Broken for more than 6 months 2016-07-04 x11-wm/e-module-penguins: Broken for more than 6 months 2016-07-04 ftp/fget: Broken for more than 6 months 2016-07-04 net-mgmt/netmond: Broken for more than 6 months 2016-07-04 net-mgmt/ipfm: Broken for more than 6 months
* Convert USE_PHP*=yes into USES=php*mat2016-06-282-4/+2
| | | | | | | | PR: 210529 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D6936
* japanese/wordpress: update 4.5.2 -> 4.5.3junovitch2016-06-262-3/+4
| | | | | | | | | | | | | | Approved by: ports-secteam (with hat) Security: CVE-2016-5832 Security: CVE-2016-5833 Security: CVE-2016-5834 Security: CVE-2016-5835 Security: CVE-2016-5836 Security: CVE-2016-5837 Security: CVE-2016-5838 Security: CVE-2016-5839 Security: https://vuxml.FreeBSD.org/freebsd/bfcc23b6-3b27-11e6-8e82-002590263bf5.html MFH: 2016Q2
* Rename all files containing a : in their filename.mat2016-06-1811-6/+6
| | | | | | | While there, run make makepatch on affected ports, and rename patches accordingly. Sponsored by: Absolight
* Add new port -- Nasu Japanese TrueType fontsume2016-06-127-0/+97
|
* - Update to 20160506wen2016-06-082-4/+4
| | | | | PR: 210084 Submitted by: meta+ports@vmeta.jp(maintainer)
* - Update to 0.20160601danilo2016-06-052-4/+4
|
* Deprecate ports broken for more than 6 monthsantoine2016-06-044-0/+8
|
* Github cleanup.mat2016-06-012-3/+3
| | | | | | | | | - Use the version tag instead of commit hash when they're the same. - Remove unnneeded variables. - Simplify go- ports when possible. - Various fixes. Sponsored by: Absolight
* - Update 2.13.4.12amdmi32016-05-282-5/+5
| | | | | | | - While here, add NO_ARCH PR: 209782 Submitted by: takefu@airport.fm (maintainer)
* Many KDE i10n ports: Patch updates CURDIRpi2016-05-261-1/+1
| | | | | | | | | This patch replaces a bunch of ${CURDIR}/../../ by ${CURDIR:H:H}; the latter is considered proper contemporary usage by kde@ . The patch is independent of other KDE4 infrastructure changes. PR: 209303 Submitted by: Adriaan de Groot <groot@kde.org>, rakuco, T.C.Berner <tcberner@gmail.com> (kde)
* Remove expired misc/kdehier4 and update all of its consumers to not ↵rene2016-05-261-1/+1
| | | | | | | | | | | | | reference it any longer. This is a no-op because KDE4_PREFIX is equal to LOCALBASE Fix up properties for misc/kde4-l10n/files/bsd.l10n.mk to make svn happy. PR: 209014 (partial) Submitted by: myself Approved by: portmgr (bapt) Differential Revision: https://reviews.freebsd.org/D6542
* Remove useless WRKSRC definitions.mat2016-05-251-1/+0
| | | | | | While there, correct DEV_WARNINGS when they occur. Sponsored by: Absolight
* editors/calligra-l10n: add plist-subpi2016-05-242-72/+72
| | | | | | | | | | | | All of the Calligra translations can use %%LANG%% in their plists to reduce plist-differences across the translations and reduce churn. Also introduces ${CURDIR:H:H} instead of some ${CURDIR}/../.. constructions. Original work by tcberner. PR: 209268 Submitted by: Adriaan de Groot <groot@kde.org> (kde)
* Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled ↵amdmi32016-05-241-1/+1
| | | | | | by default anyway and don't need to be listed Approved by: portmgr blanket
* Convert tab after WWW: in pkg-descrs to single space as per PHBamdmi32016-05-242-2/+2
| | | | Approved by: portmgr blanket
* - Add workaround for broken C++11 support in GCC.hrs2016-05-243-1/+93
| | | | - Remove extra -9 for GZIP_CMD.
* - Fix trailing whitespace in pkg-messagesamdmi32016-05-195-5/+5
| | | | Approved by: portmgr blanket
* - Fix trailing whitespace in Makefilesamdmi32016-05-191-1/+1
| | | | Approved by: portmgr blanket
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*amdmi32016-05-1927-39/+39
| | | | Approved by: portmgr blanket
* Update japanese/mozc-server to 2.17.2322.102. Changes include:hrs2016-05-1723-333/+176
| | | | | | | | | | | - Use Github as the source. - Depend on devel/py-gyp and japanese/zinnia because bundled versions have been removed from the original distfile. - devel/py-gyp-devel has been updated to snapshot as of 20160504 and renamed with devel/py-gyp. Take maintainership[*]. - Install mozc.el.gz instead of mozc.el. Approved by: maintainer [*]
* - Update to 0.20160502danilo2016-05-162-3/+4
|
* Prevent collision with getline(3)bapt2016-05-1439-312/+505
|
* japanese/wordpress: update 4.4.2 -> 4.5.2junovitch2016-05-102-4/+3
| | | | | | | | Approved by: ports-secteam (with hat) Security: CVE-2016-4566 Security: CVE-2016-4567 Security: https://vuxml.FreeBSD.org/freebsd/3686917b-164d-11e6-94fa-002590263bf5.html MFH: 2016Q2
* Update to 5.0.6.jkim2016-05-071-4/+4
|
* - Update to 20160428.kuriyama2016-05-074-10/+10
|
* Make fetchable again.cy2016-04-291-3/+1
|
* Convert USES=gem:autoplist to USES=gem since autoplist is defaultswills2016-04-286-6/+6
|
* create USES=gem and update rubygem- ports to use itswills2016-04-286-12/+6
| | | | | | | Note that for now ports still have to have USE_RUBY=yes to use USES=gem PR: 209041 Differential Revision: https://reviews.freebsd.org/D6070
* many ports: mark broken on powerpc64swills2016-04-224-0/+8
|
* Convert to @sampleantoine2016-04-101-3/+1
|
* - Update to 0.20160404danilo2016-04-062-3/+3
|
* Disable SSLv3 and enable TLSv1.1 and TLSv1.2.adamw2016-04-051-1/+1
| | | | | | | | | | | | | | | | | | This is a patch make by Debian's own Noah Meyerhans that disables SSLv3, fixes or removes the tests that choke without SSLv3, and lets IO::Socket::SSL choose the best TLS level rather than forcing it at TLSv1. I can't think of a responsible reason to allow re-enabling it as an OPTION, so add a note to UPDATING warning people of the change and referencing the below PR. PORTREVISION bump. PR: 208225 Submitted by: Sascha Holzleiter Obtained from: https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7199 MFH: 2016Q2
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.mat2016-04-01158-379/+379
| | | | | With hat: portmgr Sponsored by: Absolight
* Add missing items to the calligra-l10n ports plists.rakuco2016-03-292-0/+2
| | | | Submitted by: Tobias Berner <tcberner@gmail.com>
* - Update security/gnutls to 3.4.10.tijl2016-03-271-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | - Rename the LIBDANE option DANE because that's the name of the protocol supported by libgnutls-dane and gnutls-cli. Also clarify the option description. - Add an IDN option. - libgnutls-openssl has been removed in 3.4. Some ports used this library in their LIB_DEPENDS but no port actually required it. - Some old API functions have been removed. Ports that used these have been updated or patched to use the new API. - Add a patch to print/cups to prevent overlinking of libgnutls.so. - Bump PORTREVISION on dependent ports. net-im/jabber: This port used the old API to give users fine grained control over which crypto algorithms were used via a configuration file. It's not immediately obvious how to port this to the new API so the port always uses the defaults now. www/hydra: Mark BROKEN. This uses more removed calls than the other ports, is said to be alpha quality and not fully functional and has been abandoned 10 years ago. PR: 207768 Exp-run by: antoine Approved by: portmgr (antoine)
* - Separate japanese/mecab-ipadic into three slave portstota2016-03-266-23/+72
| | | | | | | | | | | | | | to identify character set by means of package name * japanese/mecab-ipadic-eucjp * japanese/mecab-ipadic-sjis * japanese/mecab-ipadic-utf8 (default) - Set default character set to UTF-8 - Unbreak mecab-ipadic-sjis - Bump PORTREVISION PR: 200325 Submitted by: Koichiro IWAO (meta+ports_AT_vmeta_DOT_jp) Approved by: maintainer timeout (> 8 weeks)
* - change MAINTAINER email address [1]ohauer2016-03-254-4/+4
| | | | [1] http://lists.freebsd.org/pipermail/freebsd-ports/2016-March/102600.html
* Update to 0.1.2.rakuco2016-03-232-3/+3
| | | | | PR: 208231 Submitted by: hiroto.kagotani@gmail.com (maintainer)
* Change header installation location for kdelibs4-based ports.rakuco2016-03-152-12/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Install x11/kdelibs4's headers into include/kde4 instead of include (which consequently causes several other ports to have their installation paths changed too). The idea behind this is to reduce path conflicts between KDE4 ports and the upcoming KDE Frameworks 5 ports that will be installed into include/KF5. If we continue installing the KDE4 headers into include/, we can end up in a situation like this: c++ [...] -I/usr/local/include -I/usr/local/include/KF5 file.cpp If the KDE4 and KF5 versions of a port have the same headers, the KDE4 port will unintentionally be picked up first and the build will fail. Most of this huge patch is just PORTREVISION bumps, pkg-plist changes and a few patches to FooConfig.cmake files to make them look into the kde4/ subdirectory in include/. Changes which don't fit into the above are: - deskutils/kdepimlibs4: Import an upstream patch to remove some double semicolons that cause base GCC to fail. They have always been present, but since the faulty header was referenced via -isystem /usr/local/include this never caused any problems. - devel/subversion, devel/subversion18: Update patch-configure. The current kwallet changes there date back to 2011 (r272490), at a time when the build could fail when both KDE3 and KDE4 were installed. Replace those bits with a change I've submitted upstream to use the kde4-config program to determine where KDE4's headers and libraries are installed instead of assuming the headers are always in include/. Once again, huge thanks to Tobias Berner <tcberner@gmail.com> for being the first one to notice this problem when working on the KDE Frameworks 5 ports, coming up with the solution and bugging me until I had time to work on this and ask for the exp-run :-) PR: 207906 (exp-run)
* These ports do not build with PHP 7.0, make them as such.mat2016-03-141-0/+1
| | | | | | Also, mark those who try to use mysql, which does not exist in PHP 7.0. Sponsored by: Absolight
* Update to 1.9.5mat2016-03-104-789/+27
| | | | | | PR: 205211 Submitted by: tkato432 yahoo com Sponsored by: Absolight
* Always set the DEFAULT github DISTFILE with .tar.gz for EXTRACT_SUFX.mat2016-03-082-10/+7
| | | | | | | | | | | | Fix distinfo for the offending ports. lang/yorick's tag was moved, and the added patch was no longer needed. PR: 207644 Submitted by: mat Exp-run by by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D4268
* - Update to 0.20160301danilo2016-03-062-3/+3
|
* - Update to 20160229.kuriyama2016-03-044-10/+10
|
* Update to 2.8.9dev.8.rakuco2016-03-045-71/+34
| | | | | | | | | | | | | | | * Remove "--enable-addrlist-page" from EXPERIMENTAL_OPTS_CONFIGURE_ON. It has been enabled by default since 2.8.8dev.9. * Remove files/patch-src-GridText.c. It has been merged officially since 2.8.8dev.9. * Correct the CPE information. * Make Makefile to have the same style as japanese/lynx. PR: 206571 Submitted by: WATANABE Kazuhiro <CQG00620@nifty.ne.jp> (maintainer)
* Update to 2.8.8rel.2.rakuco2016-03-045-66/+30
| | | | | | | | | | | | | | * Remove files/patch-src-GridText.c. It has been merged officially since 2.8.8dev.9. * Enable JAPANESE_UTF8 by default. * Correct the CPE information. * Make Makefile to have the same style as japanese/lynx-current. PR: 206570 Submitted by: WATANABE Kazuhiro <CQG00620@nifty.ne.jp> (maintainer)
* Fix line breaks conversion.rakuco2016-02-291-2/+2
| | | | | | | | | | | | | | | Current japanese/today converts each file's line breaks from CRLF to LF with the following procedure in Makefile: ${SED} 's/.$$//' It is a very problematic method, and breaks many Japanese strings in the data files (*.tbl). To solve the problem, use "${TR} -d '\015'" for the conversion. PR: 206568 Submitted by: WATANABE Kazuhiro <CQG00620@nifty.ne.jp> (maintainer)
* - Makefile.local for slave ports is included by bsd.port.mk r397519dinoex2016-02-281-4/+0
|
* - Update to 4.2.3tota2016-02-262-3/+3
|
* - Update to 4.4.2miwi2016-02-232-3/+3
|
* Update to 2.8.9.rakuco2016-02-202-6/+5
| | | | | PR: 207322 Submitted by: townwear@gmail.com (maintainer)
* Update to 5.0.5.jkim2016-02-161-4/+4
|
* japanese/mutt-devel: document ncurses requirement (USES+=ncurses)marino2016-02-131-1/+1
| | | | approved by: infrastructure blanket
* japanese/lipsf: USES+= ncurses, respect LDFLAGSmarino2016-02-133-5/+22
| | | | Also link with ncurses, not curses or termcap
* - Update to 0.20160201danilo2016-02-122-3/+3
|
* Update Calligra to 2.9.11.rakuco2016-02-092-3/+2
| | | | | | | This time it did not take us 2 years to update Calligra. In fact, we're updating it 5 days after its official release \o/ Announcement: https://www.calligra.org/news/calligra-2-9-11-released/
* japanese/skkfep: forgot to commit changed patch file earliermarino2016-02-061-4/+6
|
* japanese/jed: forgot to commit changed patch file earliermarino2016-02-061-6/+6
|
* japanese/skkfep: USES+= ncursesmarino2016-02-061-0/+1
|
* japanese/ng: USES+= ncurses, link with libncurses (not termcap)marino2016-02-061-1/+2
|
* japanese/ng-devel: USES+= ncursesmarino2016-02-061-4/+3
|
* japanese/ne: USES+= ncurses, respect LDFLAGSmarino2016-02-062-2/+12
|
* japanese/lynx(-current): document ncurses requirement (USES+=ncurses)marino2016-02-062-2/+2
| | | | approved by: infrastructure blanket
* japanese/jls: document ncurses requirement (USES+=ncurses)marino2016-02-061-2/+5
| | | | | | | Also link with libncurses, not libtermap. While here, join compound command with "&&" and wrap in parentheses. approved by: infrastructure blanket
* japanese/jed: USES+= ncurses, link with ncurses (not curses)marino2016-02-061-1/+2
|
* japanese/less: document ncurses requirement (USES+=ncurses)marino2016-01-311-1/+1
| | | | approved by: infrastructure blanket
* - Update to 4.2.2tota2016-01-272-3/+3
|
* - Add japanese/bugzilla50tota2016-01-256-0/+333
| | | | | | | (svn copy japanese/bugzilla44 to japanese/bugzilla50 and update to 5.0.2) Reviewed by: ohauer@
* Modernize pkg-plist, remove deprecated @dirrmpawel2016-01-191-149/+7
| | | | Approved by: portmgr blanket
* - Add NO_ARCHsunpoet2016-01-171-0/+1
| | | | | Approved by: portmgr (blanket) Sponsored by: PortsCamp Taiwan
* - Add NO_ARCHsunpoet2016-01-171-0/+1
| | | | | Approved by: portmgr (blanket) Sponsored by: PortsCamp Taiwan
* mark ports that don't work with Ruby 2.3swills2016-01-171-0/+2
| | | | PR: 205774
* - Update to 4.4.1miwi2016-01-132-3/+3
|
* - Update to 0.20160105danilo2016-01-132-3/+3
|
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"amdmi32016-01-132-2/+2
| | | | Approved by: portmgr blanket
* Add Public Domain support to ports license framework. You can now useamdmi32016-01-121-3/+1
| | | | | | | | | | | | | LICENSE= PD Note that although Public Domain is not technically a license, it's handled in the same way as licenses here, which is a common practice (Arch, Gentoo, Fedora, Debian, even FOSSology do the same). Convert all ports which redefine Public Domain LICENSE to LICENSE=PD. Approved by: portmgr (bapt) Differential Revision: D4149
* - Update to 0.20151202danilo2016-01-122-3/+3
|
* - Update to 20151228.kuriyama2016-01-114-10/+10
|
* Update to 1.9.1.nobutaka2016-01-072-5/+4
|
* - Take maintainershipmiwi2015-12-281-2/+3
| | | | | - Add missing php*-ftp dependecy - Switch mysql to mysqli
* Remove expired port:rene2015-12-268-109/+0
| | | | 2015-12-25 japanese/ochusha: Development ceased in 2008, other options available
* Update Calligra to 2.9.10.rakuco2015-12-223-29/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is the latest Calligra release, and the 2.9 series will be the last KDE4-based release series. As usual, huge thanks to Tobias Berner <tcberner@gmail.com> for working on this in kde@'s area51 experimental repository (including previous Calligra releases between 2.7.5 and 2.9.10). Notable changes from a packaging perspective: - Several dependencies have been updated to use more recent ports versions. - Old translations not shipped by the current Calligra release have been removed. - The dependency on sysutils/nepomuk-core has been dropped, following what upstream has done. - The dependency on Qt3-compatibility Qt4 ports has been dropped, following upstream. - CONFLICTS with ancient ports have been removed. - Support for G'MIC (GREYC's Magic for Image Computing), introduced after 2.7.5, is disabled by default, as building the code with clang requires insane (>24GB) amounts of memory. We reported this bug to the LLVM developers (bug 22199) almost a year ago, but there has been no activity upstream. - Stopped depending on graphics/pstoedit in an unorthodox way: just follow what every major Linux distribution does and unconditionally depend on it. I could not figure out why we were originally depending on the port if it was already installed. - Stop playing tricks with PACKAGE_BUILDING: we do not package Vc (https://github.com/VcDevel/Vc) so it does not make sense to turn on support for it when building packages. Not only that, but the CMake option name was wrong (it should be PACKAGERS_BUILD, not WITH_PACKAGERS_BUILD).
* Make build as a user.mat2015-12-224-0/+56
| | | | Sponsored by: Absolight
* - Remove old gruftmiwi2015-12-211-1/+0
| | | | | Approved by: mat (mentor) Differential Revision: D4636
* Update to 5.0.4.jkim2015-12-181-4/+4
|
* - Reset maintainermiwi2015-12-112-2/+2
| | | | | | | PR: 205175 Submitted by: ysarumaru@gmail.com Approved by: mat (mentor) Differential Revision: D4491
* - Update to 4.4sunpoet2015-12-112-4/+6
| | | | | | | - Update LICENSE Changes: https://wordpress.org/news/2015/12/clifford/ MFH: 2015Q4
* - Switch to USES=tar:tgzamdmi32015-12-091-8/+6
| | | | - Switch to options helpers
* Update giflib to 5.1.1antoine2015-12-041-1/+1
| | | | PR: 204492
* - Update MASTER_SITES and WWW, unbreak fetchamdmi32015-12-012-6/+3
| | | | | | | - Pass maintainership to submitter PR: 204799 Submitted by: CQG00620@nifty.ne.jp
* - Update MASTER_SITES, unbreak fetchamdmi32015-12-011-3/+2
| | | | | | | | - Pass maintainership to submitter - While here, add NO_ARCH PR: 204798 Submitted by: CQG00620@nifty.ne.jp
* - Update MASTER_SITES, unbreak fetchamdmi32015-12-011-4/+2
| | | | | | | - Pass maintainership to submitter PR: 204796 Submitted by: CQG00620@nifty.ne.jp
* - Update MASTER_SITES and WWW, unbreak fetchamdmi32015-12-012-6/+3
| | | | | | | - Pass maintainership to submitter PR: 204800 Submitted by: CQG00620@nifty.ne.jp
* - Update MASTER_SITES, unbreak fetchamdmi32015-12-011-4/+2
| | | | | | | - Pass maintainership to submitter PR: 204797 Submitted by: CQG00620@nifty.ne.jp
* - Fix fetchamdmi32015-12-012-8/+38
| | | | | | | | - Fix endianes detection - Pass maintainership to submitter PR: 204801 Submitted by: CQG00620@nifty.ne.jp
* japanese/ochusha: Deprecate for removal on xmasmarino2015-11-271-0/+3
| | | | | | | | | This 2ch program has never been updated (introduced in 2007), and according to Google Japanese translater, it was basically abandoned by users by 2008 (due to 3 years between releases). I don't think this port ever had a maintainer. Coup de grâce
* Add two patches from upstream bug #7265, which fixes incompatibilities withadamw2015-11-241-1/+1
| | | | | | | | | | | | | | Net::DNS 1.03. The FreeBSD p5-Net-DNS port has been downgraded to 1.02 but Net::DNS will be re-issued at some point soon. The changes in these patches seem to work well with Net::DNS 1.02. While here, add some TEST_DEPENDS so I can run the plugin-based tests as well. Bump PORTREVISION for spamassassin and japanese/spamassassin. PR: 204682 Submitted by: Mark.Martinec@ijs.si Obtained from: https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7265
* - Add PORTSCOUTsunpoet2015-11-142-2/+2
| | | | - Remove license information from pkg-descr
* - Add NO_ARCHsunpoet2015-11-131-0/+1
| | | | Approved by: portmgr (blanket)
* Allow building with giflib 5.1antoine2015-11-131-2/+14
| | | | PR: 204492
* Use OPTIONS helpers.ume2015-11-131-18/+9
|
* Use @sample.ume2015-11-131-3/+1
|
* Mark a few ports BROKEN: unfetchableantoine2015-11-0911-0/+22
|
* - Update to 20151030.kuriyama2015-11-074-10/+10
|
* Fix ports that confused the meaning of WRKDIR and WRKSRC.mat2015-11-0518-29/+34
| | | | | | | | PR: 204056 Submitted by: mat Reviewed by: bapt Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D2735
* Update to 5.0.3.jkim2015-11-041-4/+4
|
* Bump portrevision of ports that might have been built with a broken post-installbapt2015-10-311-1/+1
| | | | script due to fallouts of r399992
* Fix a bug in Makefile.in which installed a BDF file ashrs2015-10-224-2/+4
| | | | | | | a gzip-compressed PCF. Submitted by: Yasuhito FUTATSUKI PR: 203414
* Update to 20151021.mat2015-10-213-12/+11
| | | | | | PR: 203907 Submitted by: maintainer Sponsored by: Absolight
* Improve shebangfix frameworkamdmi32015-10-192-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | - Support multiple values in *_OLD_CMD, i.e. we can now fix both "/usr/bin/python" and "/usr/bin/env python" at the same time - Default *_OLD_CMD values are now always appended, so you don't need to specify them in individual ports - Add lua support (depends on USES=lua) - Add more default values, such as "/usr/bin/env foo" for python, perl, bash, ruby and lua - Shebangfix now matches whole words, e.g. we will no longer (erroneously) replace "/usr/bin/perl5.005" with "${perl_CMD}5.005" (but "/usr/bin/perl -tt" is still (correctly) replaced with "${perl_CMD} -tt") Note that *_OLD_CMD items containing spaces must now be quoted (e.g. perl_OLD_CMD=/bin/perl /usr/bin/perl "/usr/bin/env perl") Update shebangfix usage according to new rules in many ports: - Remove *_OLD_CMD for patterns now replaced by default - Quote custom *_OLD_CMD which contain spaces Fix shebangfix usage in many ports (irrelevant to infrastructure change): - Remove redundant SHEBANG_LANG (no need to duplicate default langs) - Remove redundant *_CMD (such as python_CMD=${LOCALBASE}/bin/python${PYTHON_VER} when USES=python is present) - Never use *_OLD_CMD in REINPLACE_CMD matchers, these should always look for exact string Approved by: portmgr (bapt) Differential Revision: D3756
* japanese/spamassassin: Unbreak and adapt to 3.4.1pi2015-10-182-204/+124
| | | | | PR: 203036 Submitted by: fmysh@iijmio-mail.jp
* - Update WWWsunpoet2015-10-182-2/+1
|
* Remove iconv(), iconv_open() and iconv_close() symbols from libiconv.tijl2015-10-104-34/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These were FreeBSD specific aliases for libiconv(), libiconv_open() and libiconv_close() that are now also provided by libc which complicates writing configure tests that work correctly when both libc iconv and libiconv are available. Also, because the libiconv iconv.h header redefines iconv* to libiconv* correct use of the header implies that the aliases aren't used. The following ports needed fixes because there was something wrong with the way they tried to detect or use iconv: audio/deadbeef: Remove LIBICONV_PLUG from a source file. It's a compile-time option and should not be set in source code. comms/hidapi: Use standard AM_ICONV configure macro to look for iconv. deskutils/fbreader: Let ports framework deal with LIBICONV_PLUG. deskutils/ljclive: Override configure test for iconv. deskutils/owncloudclient: Add USES=iconv and patch test for iconv. devel/aegis: Bump PORTREVISION because it no longer uses libiconv. devel/libexplain: Add USES=iconv and override test for iconv. devel/sdl20: Override configure test for iconv. emulators/vmw: Replace OSVERSION checks with ICONV_LIB checks and include <iconv.h> instead of <sys/iconv.h>. irc/scrollz: Override configure test for iconv. japanese/chasen-base: Override configure test for iconv and patch configure so it no longer adds -liconv to linker flags just because it happens to be installed. japanses/eb: Patch configure test for iconv. japanses/eblook: Override configure test for iconv. java/jikes: Override configure test for iconv. multimedia/transcode: Bump PORTREVISION because only one plugin links with libiconv now. net/c3270: Override configure test for iconv. net/samba4*: Bump PORTREVISION because it no longer uses libiconv. The configure script will always add -liconv to the linker flags when it happens to be installed which would be wrong but later on binaries are linked with -Wl,--as-needed and the linker discards -liconv because it finds iconv*() functions in libc now and no longer in libiconv. net-mgmt/icinga-*: Remove dependency on iconv. net-mgmt/netxms: Patch configure so it no longer adds -liconv to linker flags just because it happens to be installed. net/asterisk11: Patch configure so it no longer adds -liconv to linker flags just because it happens to be installed. net-p2p/transmission-*: Override configure test for iconv. www/htmlcxx: Override configure test for iconv. www/httrack: Override configure test for iconv. www/xapian-omega: Override configure test for iconv. x11/mrxvt(-devel): Add USES=iconv and override configure test for iconv. x11/x3270: Override configure test for iconv. x11-wm/jwm: Override configure test for iconv. PR: 202838 Exp-run by: antoine Approved by: portmgr (antoine)
* Remove trailing whitespace from Makefiles, A-L.olgeni2015-10-085-7/+7
|
* Fix RUN_DEPENDSantoine2015-09-271-2/+2
| | | | Reported by: pkg-fallout
* Remove deprecated @exec/@unexec from ports using uim-module-managerantoine2015-09-262-6/+6
|
* japanese/wordpress: update to 4.3.1rm2015-09-262-3/+3
| | | | | | | | This release fixing multiple security vulnerabilities. PR: 203365 Submitted by: Yoshisato Yanagisawa <osho@pcc-software.org> Security: f4ce64c2-5bd4-11e5-9040-3c970e169bc2
* Fix indexbapt2015-09-261-2/+2
|
* Specify correctly @post* for gtk-query-immodulesbapt2015-09-261-2/+2
|
* Update dependency.hrs2015-09-261-2/+2
|
* Mark NO_ARCH.hrs2015-09-2618-17/+37
|
* Fix inconsistent installation directories of Japanese fonts andhrs2015-09-26112-974/+1177
| | | | | | | | | | | | | | | | | | | | | | reorganize the package names: (new) -> font-ayu18 (new) -> font-ayu20 k10 -> font-naga10 (also builds "marunaga" variant now) k12 -> font-kaname12 (new) -> font-elisa10 (resurrected) elisa8x8 -> font-elisa8 kanji18 -> font-kanji18 (also builds 16-dot variant now) kanji26 -> font-kanji26 (also builds 24-dot variant now) kappa20 -> font-kappa20 (Ayu fonts is separated into font-ayu20) mikachan-ttfonts -> font-mikachan monafonts-ttf -> font-mona-ttf monafonts -> font-mona All of bitmap fonts are now installed into misc/, and the TrueType fonts go into TTF/. No objection from: maintainers
* Add a missing dependency which could cause a build failure.hrs2015-09-261-2/+3
|
* Update to 5.0.2.jkim2015-09-242-6/+6
|
* - Split japanese/font-mplus into font-mplus-outline andhrs2015-09-2116-393/+312
| | | | | | | | font-mplus-bitmap. Currently mplus-bitmap and mplus-outline use share/fonts/misc and mplus-outline as the installation directory, respectively. - Convert them to use Uses=fonts.
* Typos, whitespace and capitalization fixes (G-P).olgeni2015-09-213-4/+7
|
* Make all GNUstep ports install into the System domain so that the Local ↵theraven2015-09-192-21/+21
| | | | | | | | | | | domain is available for stuff built from source. Some ports were already installing in the System domain, for these just remove the Makefile lines explicitly specifying the install domain. The rest are installed in the Local domain, remove any overrides, update their pkg-plists and any explicit paths in the Makefiles and then bump port revision. Approved by: bapt (mentor) Differential Revision: https://reviews.freebsd.org/D2977
* It seems some people keep adding $FreeBSD$ to patch files.mat2015-09-162-6/+0
| | | | | | | | Patches must not be changed by the vcs, this includes the svn:keyword expansion. Set fbsd:nokeywords to a couple of patches. With hat: portmgr Sponsored by: Absolight
* - Fix fetchamdmi32015-09-161-1/+2
|
* Make it so that the default Perl is always called perl5.mat2015-09-142-3/+3
| | | | | | | | | | | | | | | | - Move Perl's man1 files along with its man3 files. - Move where Perl installs its modules man1 pages. - Convert the ports installing man1 pages. - Make different Perl versions installable at the same time. Though you should note that only the default version can be used to install Perl modules, and the non default Perl versions cannot use the modules installed via ports if they contain .so as they are installed in a version specific directory. Reviewed by: bapt (the Mk bits) Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3542
* Fix fonts.dir by using fonts:fc and style consistency.hrs2015-09-1430-103/+91
|
* - Update to 0.20150901danilo2015-09-142-3/+3
|
* - Rename japanese/marumoji-fonts with japanese/font-marumoji.hrs2015-09-1311-167/+74
| | | | - Add LICENSE.
* - Use post-install-DOCS-on.hrs2015-09-132-4/+4
| | | | - Use %%FONTSDIR%% directly.
* - Use post-install-DOCS-on.hrs2015-09-132-4/+4
| | | | - Use %%FONTSDIR%% directly.
* Fix fonts.dir. It was totally broken since r381876.hrs2015-09-132-6/+6
|
* - Use post-install-DOCS-on.hrs2015-09-132-4/+4
| | | | - Use %%FONTSDIR%% directly.
* Use post-install-DOCS-on.hrs2015-09-131-0/+2
|
* Fix fonts.dir. It was totally broken since r381876.hrs2015-09-132-5/+3
|
* Fix fonts.alias. It was totally broken since r381876.hrs2015-09-132-5/+8
|
* Put MKDIR into post-install-DOCS-on, too.hrs2015-09-131-1/+1
|
* - Fix FONTSDIR.hrs2015-09-132-2/+5
| | | | - Use post-install-DOCS-on.
* - Fix shebangsamdmi32015-09-121-1/+7
| | | | | | - Strip binaries Approved by: portmgr blanket
* - Clarify LICENSEamdmi32015-09-101-1/+3
| | | | - Switch to options helpers
* Fix dependency which could cause build failure pointed out in r396511.hrs2015-09-092-2/+10
|
* - Mark MAKE_JOBS_UNSAFE as this fails sporadicallyamdmi32015-09-091-0/+2
| | | | | | | | | | | ... seemingly trying to use generated protocol buffer header before it is actually generated: ./../session/key_info_util.cc:43:10: fatal error: 'protocol/commands.pb.h' file not found master port doesn't seem to suffer from this issue. Reported by: pkg-fallout Approved by: portmgr blanket
* - Update to 20150701cs2015-09-093-6/+10
| | | | | | | | | - Add NO_ARCH=yes - Fix path in pkg-install.in - Switch upstream to GitHub PR: 201264 Submitted by: Koichiro Iwao (maintainer)
* - Remove "BROKEN on powerpc" statement, the port builds finedanfe2015-09-082-33/+22
| | | | | - Install documentation files in `do-install-DOCS-on' target - Clean up Makefile and port description text while I'm here
* - Fix PYDISTUTILS_EGGINFO, this time properlyamdmi32015-09-081-1/+1
| | | | Approved by: portmgr blanket
* - Fix PYDISTUTILS_EGGINFOamdmi32015-09-081-2/+2
| | | | Approved by: portmgr blanket
* - Update to 20150831.kuriyama2015-09-064-10/+10
|
* Convert most ports using cloud.github.com to GHC.mat2015-09-051-1/+3
| | | | | | Convert a couple to github, and use some options helpers on the way. Sponsored by: Absolight
* Shut up the warning messages in case of Perl 5.22.ume2015-09-044-1/+43
|
* Update LibreOffice to 5.0.1.jkim2015-09-021-4/+4
| | | | | | | | | Unfortunately, LibreOffice project completely dropped support for pre-C++11 compilers and libraries since 4.4. Therefore, we cannot easily build it on FeeBSD 9.x any more unless the system was rebuilt with WITH_CLANG_IS_CC and WITH_LIBCPLUSPLUS. If user is unable to upgrade the system for some reason, the old port, i.e., 4.3.7, is still available from devel/libreoffice4 (with no language packs).
* - Fix shebangsamdmi32015-09-011-2/+3
| | | | | | | - Add NO_ARCH Approved by: portmgr blanket MFH: 2015Q3 (blanket)
* - Update to 4.3sunpoet2015-08-312-3/+4
| | | | | | - Add NO_ARCH Changes: https://ja.wordpress.org/2015/08/19/billie/
* Reset maintainership per mail on freebsd-ports@ listjbeich2015-08-311-1/+1
| | | | Requested by: Joe Horn <joehorn@gmail.com> (maintainer)
* - Switch to options helpersamdmi32015-08-273-15/+8
| | | | | | - While here, add some NO_ARCHes Approved by: portmgr blanket
* remove empty pkg-plistpgollucci2015-08-211-1/+0
| | | | | PR: 201663 Submitted By: s3erios@gmail.com
* japanese/alias-fonts: convert to USES=fontpgollucci2015-08-204-61/+39
| | | | | | | | | - remove pkg-{install,deinstall} scripts - add pkg-message for how to setup fontpath - bump portrevision PR: 201629 Submitted by: CQG00620@nifty.ne.jp (maintainer)
* Remove UNIQUENAME and LATEST_LINK.mat2015-08-172-2/+0
| | | | | | | | | | | | | | | | | UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now, we won't have conflicts there. Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel has the correct PKGNAME anyway. Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called OPTIONS_FILE now.) Reviewed by: antoine, bapt Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3336
* Fix installation of fonts.alias.nobutaka2015-08-173-5/+6
| | | | | PR: 200066 Submitted by: WATANABE Kazuhiro <CQG00620@nifty.ne.jp>
* japanese/namazu2: convert to USES=metaportpgollucci2015-08-121-10/+1
| | | | | PR: 201632 Submitted by: s3erios@gmail.com
* japanese/skk: convert to USES=metaportpgollucci2015-08-122-7/+1
| | | | | PR: 201630 Submitted by: s3erios@gmail.com
* - Update to 0.20150803danilo2015-08-072-3/+3
|
* Update to 4.2.4flo2015-08-072-3/+3
| | | | | | | PR: 202107 Submitted by: ychsiao@ychsiao.org (maintainer) MFH: 2015Q3 Security: ac5ec8e3-3c6c-11e5-b921-00a0986f28c4
* Part 1 of adding USE_GNOME=intltool to ports that require it.kwm2015-08-033-3/+3
| | | | | | | | The reason for this is that in the GNOME 3.16 update, USE_GNOME gtk20 and gtk30 don't pull intltool in anymore. PR: 201980 Exp-run by: antoine@
* By default libtool replaces -export-symbols <file> with -retain-symbols-filetijl2015-08-0212-20/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <file> on ELF systems, but this doesn't really do what -export-symbols is meant to do. On GNU ELF systems it converts <file> to a simple version script first and then uses -version-script instead of -retain-symbols-file. Let USES=libtool patch libtool scripts to do this on all systems with GNU ld(1). Bump PORTREVISION on all ports where the build log contains -export-symbols. audio/calf: This port builds a module that now exports only one function, but it also builds a number of executables that link to this module and expect to see other functions. Because it's already a bit dodgy to link to a module (libtool warns about this) let the module continue to export only one function and instead build an ordinary library from the same source that the executables can link to. Fix a number of other issues in the same Makefile.am and clean up the port Makefile. japanese/scim-honoka: Tries to hide all symbols that start with an underscore, but because this library is written in C++ all symbols start with _Z so it ends up hiding everything. Just don't hide anything at all like the textproc/scim configure script does. multimedia/schroedinger: Apply an upstream patch. textproc/scim-input-pad: Same as japanese/scim-honoka. PR: 201922 Approved by: portmgr (antoine) Exp-run by: antoine
* Remove expired ports:rene2015-08-015-35/+0
| | | | | | | | | | 2015-07-31 japanese/p5-Acme-Lou: Needs ja-p5-Text-MeCab that does not work with 5.18 or above 2015-07-31 mail/maildirsync: Requires an unsupported version of Perl 2015-07-31 mail/qar-bufo: Requires an unsupported version of Perl 2015-08-01 net/py-soapy: Abandonware depending on ancient py-xml. Please use net/py-soappy instead 2015-08-01 net-p2p/btqueue: Runtime broken (does not download anything) 2015-07-31 sysutils/vhdtool: Use mkimg(1) instead 2015-07-31 www/rubygem-modernizr: This gem has been removed from rubygems.org by upstream
* - Separate libsynctex from tex-web2c to devel/tex-synctex.hrs2015-07-262-10/+584
| | | | | | | | - Separate basic TeX engines from tex-web2c to print/tex-basic-engines. - Add CTAN mirrors to MASTER_SITES. - Drop gmake where not required. - Remove extra dependencies in print/tex-aleph, print/tex-dvipdfmx, print/tex-luatex, print/tex-xetex, and japanese/tex-ptex.
* Fix ${opt}_* variables.hrs2015-07-251-7/+7
| | | | PR: 201846
* Add www/p5-CGI.pm to RUN_DEPENDS when perl is 5.22 or later.kuriyama2015-07-221-2/+7
| | | | | PR: ports/201615 Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
* This module provides methods to convert different written forms ofkuriyama2015-07-225-0/+55
| | | | | | | | | | | | Japanese into one another. It enables conversion between romanized Japanese, hiragana, and katakana. It also includes a number of unusual encodings such as Japanese braille and morse code, as well as conversions between Japanese and Cyrillic and Hangul. It also handles conversion between the Chinese characters (kanji) used before and after the character reforms of 1949, as well as the various bracketed and circled forms of kana and kanji. WWW: http://search.cpan.org/dist/Lingua-JA-Moji/
* Remove expired ports:rene2015-07-225-49/+0
| | | | | | 2015-07-21 graphics/kuickshow-kde4: Broken for more than 6 months 2015-07-21 graphics/sng: Broken for more than 6 months 2015-07-21 japanese/netype: Broken for more than 6 months
* mail/spamassassin, japanese/spamassassin: fix bug with dns/p5-Net-DNS changepi2015-07-211-1/+1
| | | | | | | | | | | | | | | | | | | | Now that a port dns/p5-Net-DNS has been upgraded to version 1.01, this revealed an incompatibility with DNS resolving in SpamAssassin. In short: Net::DNS::Packet->new no longer sets the RD (recursion desired) bit in new packets, so essentially DNS queries no longer work. Details at: https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7223 To bridge the time until SpamAssassin 3.4.2 gets released, the attached patch is needed ( equivalent to https://svn.apache.org/viewvc?view=rev&rev=1691992 ). For earlier version of dns/p5-Net-DNS this patch is redundant, but does no harm. PR: 201741 Submitted by: Mark.Martinec@ijs.si
* Add missing dependency.hrs2015-07-211-1/+2
|
* - Add print/latex-biber, a biblatex replacement which supports Unicode.hrs2015-07-205-0/+42
| | | | | | | | | - Add or update the following ports which latex-biber depends on: japanese/p5-Encode-EUCJPASCII (added, eucJP-open encoding support) misc/p5-Business-ISMN (added, ISMN support) textproc/p5-Text-BibTeX (updated to 0.71) textproc/p5-Text-Roman (added, conversion of Roman numerals)
* Update TeXLive to TL2015.hrs2015-07-204-66/+97
| | | | | | | | | | | | | | | | - print/texlive-infra was renamed with print/texlive-tlmgr. Note that currently tlmgr(1) does not work because of lack of TLPDB. This will be fixed. - Lua libraries used in LuaTeX are separated into devel/tex-libtexlua and devel/texlibtexluajit. USE_TEX supports them via keywords "texlua" and "texluajit". - libsynctex is currently installed by devel/tex-web2c. This will be separated into a single port. - Add graphics/libpotrace and use installed libpotrace and libharfbuzz.
* fix issues related with USES=fontssanpei2015-07-185-15/+5
| | | | | PR: 200064, 200065 Submitted by: WATANABE Kazuhiro
* convert to USES=metaportsanpei2015-07-182-6/+1
| | | | | PR: 201633 Submitted by: Andriy Voskoboinyk <s3erios@gmail.com>
* Update to 2.17.2106.102.hrs2015-07-1336-112/+251
|
* - Update to 20150630.kuriyama2015-07-134-10/+10
|
* - Add japanese/uim-mozc, uim plugin for mozc input method[*].hrs2015-07-108-10/+119
| | | | | | | | - Fix XML file for ibus engine. - Fix stop_server() in mozc startup script. PR: 199258 [*] Based on work by: Koichiro IWAO [*]
* - Update to 0.20150703danilo2015-07-052-3/+3
|
* Set NO_ARCH for remaining rubygem-* ports with no arch dependent filespgollucci2015-07-035-0/+10
| | | | | | | Obtained from: DEVELOPER_MODE With Hat: ruby@ Sponsored by: RideCharge Inc / Curb
* After r390893, chmod u+w/u-w for stripping perl XS modules is unnecessary,adamw2015-06-292-4/+0
| | | | | | and in fact now leads to incorrect permissions. Remove all instances of it from perl@ ports.
* Deprecate ports broken for more than 6 monthsantoine2015-06-211-0/+3
|
* - Clarify LICENSEamdmi32015-06-191-2/+5
| | | | - straipbin
* - Fix shebangsamdmi32015-06-171-2/+3
|
* Apply patch for CVE-2015-2775.delphij2015-06-172-1/+16
| | | | | | PR: ports/200562 Submitted by: Yasuhito FUTATSUKI <freebsd-bug-report-yf yf bsdclub org> Approved by: maintainer timeout
* - Update to 0.20150602danilo2015-06-172-3/+3
|
* - Modernize plistamdmi32015-06-162-115/+8
| | | | - Simplify docs installation
* - Update to 4.2.0tota2015-06-132-14/+6
| | | | - Rewrite dependencies with OPT_ABOVEVARIABLE notation
* - Update to 3.0.9tota2015-06-132-14/+6
| | | | - Rewrite dependencies with OPT_ABOVEVARIABLE notation
* - Fix shebangsamdmi32015-06-111-1/+6
| | | | | | - Add NO_ARCH MFH: 2015Q2