| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
- Fix bdftopcf dependency.
- Eliminate unfetchable patch files.
|
|
|
|
|
|
|
| |
PR: 213743
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
|
|
|
|
|
|
|
| |
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
|
|
|
|
|
|
| |
/usr/local/lib: file not recognized: File format not recognized
Approved by: portmgr blanket
|
|
|
|
|
|
|
| |
- Change maintainer to submitter.
PR: 213215
Submitted by: kenji [...] k2r.org
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
| |
- Consistently pad (separate) shebang in wrapper scripts with an empty line
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
| |
|
|
|
|
| |
Reported by: mat
|
| |
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
| |
PR: 212893
Submitted by: yasu@utahime.org (maintainer)
|
|
|
|
| |
PR: 212759
|
|
|
|
| |
PR: 212757
|
|
|
|
| |
PR: 212758
|
|
|
|
|
|
| |
While here, define license
PR: 212756
|
|
|
|
| |
PR: 174865
|
|
|
|
| |
PR: 210665
|
|
|
|
| |
These ports built successfully
|
|
|
|
|
| |
PR: 212675
Submitted by: Jochen Neumeister (maintainer)
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
| |
removal.
While here, use vendor version as port version, bump PORTEPOCH.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
This port also needs USES+=ncurses with an associated patch to Imakefile,
but that will wait until after the port is unbroken again.
|
|
|
|
|
| |
PR: 211969
Submitted by: Jochen Neumeister (maintainer)
|
| |
|
|
|
|
|
|
|
| |
- Convert to USES=php:web
PR: 211727 [1]
Submitted by: Jochen Neumeister [1]
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
- Pet portlint
|
| |
|
| |
|
| |
|
|
|
|
| |
With hat: portmgr-secretary
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
Mostly replace with ${}, but sometime, replace with $$() because it is
what was intended in the first place. (I think.)
Sponsored by: Absolight
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
PR: 211132
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
PR: 210529
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D6936
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
While there, run make makepatch on affected ports, and rename patches
accordingly.
Sponsored by: Absolight
|
| |
|
|
|
|
|
| |
PR: 210084
Submitted by: meta+ports@vmeta.jp(maintainer)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
| |
- While here, add NO_ARCH
PR: 209782
Submitted by: takefu@airport.fm (maintainer)
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
While there, correct DEV_WARNINGS when they occur.
Sponsored by: Absolight
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
| |
by default anyway and don't need to be listed
Approved by: portmgr blanket
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
| |
- Remove extra -9 for GZIP_CMD.
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
|
|
|
|
|
|
| |
- 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 [*]
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
|
|
|
|
| |
Submitted by: Tobias Berner <tcberner@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
| |
[1] http://lists.freebsd.org/pipermail/freebsd-ports/2016-March/102600.html
|
|
|
|
|
| |
PR: 208231
Submitted by: hiroto.kagotani@gmail.com (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
| |
Also, mark those who try to use mysql, which does not exist in PHP 7.0.
Sponsored by: Absolight
|
|
|
|
|
|
| |
PR: 205211
Submitted by: tkato432 yahoo com
Sponsored by: Absolight
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: 207322
Submitted by: townwear@gmail.com (maintainer)
|
| |
|
|
|
|
| |
approved by: infrastructure blanket
|
|
|
|
| |
Also link with ncurses, not curses or termcap
|
| |
|
|
|
|
|
|
|
| |
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/
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
approved by: infrastructure blanket
|
|
|
|
|
|
|
| |
Also link with libncurses, not libtermap. While here, join compound
command with "&&" and wrap in parentheses.
approved by: infrastructure blanket
|
| |
|
|
|
|
| |
approved by: infrastructure blanket
|
| |
|
|
|
|
|
|
|
| |
(svn copy japanese/bugzilla44 to japanese/bugzilla50 and update
to 5.0.2)
Reviewed by: ohauer@
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
| |
Approved by: portmgr (blanket)
Sponsored by: PortsCamp Taiwan
|
|
|
|
|
| |
Approved by: portmgr (blanket)
Sponsored by: PortsCamp Taiwan
|
|
|
|
| |
PR: 205774
|
| |
|
| |
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
|
|
|
|
| |
- Add missing php*-ftp dependecy
- Switch mysql to mysqli
|
|
|
|
| |
2015-12-25 japanese/ochusha: Development ceased in 2008, other options available
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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).
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
| |
Approved by: mat (mentor)
Differential Revision: D4636
|
| |
|
|
|
|
|
|
|
| |
PR: 205175
Submitted by: ysarumaru@gmail.com
Approved by: mat (mentor)
Differential Revision: D4491
|
|
|
|
|
|
|
| |
- Update LICENSE
Changes: https://wordpress.org/news/2015/12/clifford/
MFH: 2015Q4
|
|
|
|
| |
- Switch to options helpers
|
|
|
|
| |
PR: 204492
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
PR: 204799
Submitted by: CQG00620@nifty.ne.jp
|
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
- While here, add NO_ARCH
PR: 204798
Submitted by: CQG00620@nifty.ne.jp
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
PR: 204796
Submitted by: CQG00620@nifty.ne.jp
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
PR: 204800
Submitted by: CQG00620@nifty.ne.jp
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
PR: 204797
Submitted by: CQG00620@nifty.ne.jp
|
|
|
|
|
|
|
|
| |
- Fix endianes detection
- Pass maintainership to submitter
PR: 204801
Submitted by: CQG00620@nifty.ne.jp
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
- Remove license information from pkg-descr
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
PR: 204492
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
PR: 204056
Submitted by: mat
Reviewed by: bapt
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D2735
|
| |
|
|
|
|
| |
script due to fallouts of r399992
|
|
|
|
|
|
|
| |
a gzip-compressed PCF.
Submitted by: Yasuhito FUTATSUKI
PR: 203414
|
|
|
|
|
|
| |
PR: 203907
Submitted by: maintainer
Sponsored by: Absolight
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
| |
PR: 203036
Submitted by: fmysh@iijmio-mail.jp
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
| |
Reported by: pkg-fallout
|
| |
|
|
|
|
|
|
|
|
| |
This release fixing multiple security vulnerabilities.
PR: 203365
Submitted by: Yoshisato Yanagisawa <osho@pcc-software.org>
Security: f4ce64c2-5bd4-11e5-9040-3c970e169bc2
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
| |
|
|
|
|
| |
- Add LICENSE.
|
|
|
|
| |
- Use %%FONTSDIR%% directly.
|
|
|
|
| |
- Use %%FONTSDIR%% directly.
|
| |
|
|
|
|
| |
- Use %%FONTSDIR%% directly.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
- Use post-install-DOCS-on.
|
|
|
|
|
|
| |
- Strip binaries
Approved by: portmgr blanket
|
|
|
|
| |
- Switch to options helpers
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
... 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
|
|
|
|
|
|
|
|
|
| |
- Add NO_ARCH=yes
- Fix path in pkg-install.in
- Switch upstream to GitHub
PR: 201264
Submitted by: Koichiro Iwao (maintainer)
|
|
|
|
|
| |
- Install documentation files in `do-install-DOCS-on' target
- Clean up Makefile and port description text while I'm here
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
| |
Approved by: portmgr blanket
|
| |
|
|
|
|
|
|
| |
Convert a couple to github, and use some options helpers on the way.
Sponsored by: Absolight
|
| |
|
|
|
|
|
|
|
|
|
| |
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).
|
|
|
|
|
|
|
| |
- Add NO_ARCH
Approved by: portmgr blanket
MFH: 2015Q3 (blanket)
|
|
|
|
|
|
| |
- Add NO_ARCH
Changes: https://ja.wordpress.org/2015/08/19/billie/
|
|
|
|
| |
Requested by: Joe Horn <joehorn@gmail.com> (maintainer)
|
|
|
|
|
|
| |
- While here, add some NO_ARCHes
Approved by: portmgr blanket
|
|
|
|
|
| |
PR: 201663
Submitted By: s3erios@gmail.com
|
|
|
|
|
|
|
|
|
| |
- remove pkg-{install,deinstall} scripts
- add pkg-message for how to setup fontpath
- bump portrevision
PR: 201629
Submitted by: CQG00620@nifty.ne.jp (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
PR: 200066
Submitted by: WATANABE Kazuhiro <CQG00620@nifty.ne.jp>
|
|
|
|
|
| |
PR: 201632
Submitted by: s3erios@gmail.com
|
|
|
|
|
| |
PR: 201630
Submitted by: s3erios@gmail.com
|
| |
|
|
|
|
|
|
|
| |
PR: 202107
Submitted by: ychsiao@ychsiao.org (maintainer)
MFH: 2015Q3
Security: ac5ec8e3-3c6c-11e5-b921-00a0986f28c4
|
|
|
|
|
|
|
|
| |
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@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
<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
|
|
|
|
|
|
|
|
|
|
| |
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 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.
|
|
|
|
| |
PR: 201846
|
|
|
|
|
| |
PR: ports/201615
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
|
|
|
|
|
|
|
|
|
|
|
|
| |
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/
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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 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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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.
|
|
|
|
|
| |
PR: 200064, 200065
Submitted by: WATANABE Kazuhiro
|
|
|
|
|
| |
PR: 201633
Submitted by: Andriy Voskoboinyk <s3erios@gmail.com>
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
- Fix XML file for ibus engine.
- Fix stop_server() in mozc startup script.
PR: 199258 [*]
Based on work by: Koichiro IWAO [*]
|
| |
|
|
|
|
|
|
|
| |
Obtained from: DEVELOPER_MODE
With Hat: ruby@
Sponsored by: RideCharge Inc / Curb
|
|
|
|
|
|
| |
and in fact now leads to incorrect permissions.
Remove all instances of it from perl@ ports.
|
| |
|
|
|
|
| |
- straipbin
|
| |
|
|
|
|
|
|
| |
PR: ports/200562
Submitted by: Yasuhito FUTATSUKI <freebsd-bug-report-yf yf bsdclub org>
Approved by: maintainer timeout
|
| |
|
|
|
|
| |
- Simplify docs installation
|
|
|
|
| |
- Rewrite dependencies with OPT_ABOVEVARIABLE notation
|
|
|
|
| |
- Rewrite dependencies with OPT_ABOVEVARIABLE notation
|
|
|
|
|
|
| |
- Add NO_ARCH
MFH: 2015Q2
|