# Ports collection makefile for: nbtscan # Date created: 22 Aug 2001 # Whom: Kris Kennaway # # $FreeBSD$ # PORTNAME= nbtscan PORTVERSION= 1.5.1 PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= http://www.inetcat.net/software/ \ ${MASTER_SITE_GENTOO} MASTER_SITE_SUBDIR= distfiles MAINTAINER= ports@FreeBSD.org COMMENT= NetBIOS name network scanner MAKE_JOBS_SAFE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}a ALL_TARGET= nbtscan do-install: ${INSTALL_PROGRAM} ${WRKSRC}/nbtscan ${PREFIX}/bin .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif .include bsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.20181102danilo2018-11-112-4/+4
|
* - Update to 0.2.3wen2018-11-113-3/+10
| | | | | | PR: 231621 Submitted by: ryo@tetera.org Approved by: maintainer
* - Update to 20181031.kuriyama2018-11-114-12/+12
|
* Update ImageMagick to 6.9.10.14 [1]kwm2018-11-112-4/+4
| | | | | | | | | | | | | | | | | | * Add PKGNAMESUFFIX and rename the directory. This was done to show that IM6 is not the "main" version. But still fully supported by upstream. * Convert a number of options to optionhelpers. * Add option for ISO/IEC 23008-12:2017 HEIF suport * Add comment to pkg-descr explaining IM6's "legacy" tag. * Add comment to the patch-config_policy.xml file why it still needed. Please note that IM7 is not a drop in replacement due to library API and command arguments changes. And as a result ports need to decide for themself which version to use. Chase these changes in all the ports that using IM6. PR: 225102 (based on, only the version update) [1] Submitted by: Pascal Christen <pascal.christen@hostpoint.ch>
* Install texinfo files (GNU info) into ${PREFIX}/share/infobapt2018-11-117-11/+11
| | | | | | | | | | | | | | | | | | | | | | | After a discussion on the mailing list on moving manpages to ${PREFIX}/share/man for consistency with base where it is installed in usr/share/man, it appeared the same should happen to GNU info files which were installed under share in base and not in ports. Now texinfo is not in base on any of the supported version of FreeBSD it is possible to proceed to this move and it is easier to do than the manpage change. Other benefit than consistency are less patching: all build tools but cmake are expecting info files to be under share/info and cmake (patched here) was having an exception for BSD so the patch makes FreeBSD case less specific for them Bump revision of all impacted ports PR: 232907 exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D17816
* Update KDE Applications to 18.09.3tcberner2018-11-101-3/+3
|
* Update to 6.0.7.jkim2018-11-091-5/+5
|
* My bad, forgot to add the patch to the previous commitmeta2018-11-051-0/+10
| | | | | PR: 232205 Approved by: mentors (implicit)
* japanese/groff: unbreak the buildmeta2018-11-051-2/+1
| | | | | | | | | While here, - Pet some portlint warnings (extra item in USES section) PR: 232205 Submitted by: satosi.kimura@nifty.ne.jp Sponsored by: HAW International, Inc.
* Mark BROKEN: fails to buildantoine2018-11-041-0/+2
| | | | | | | | | In file included from lbp.cc:31: ./charset.h:55:21: error: constant expression evaluates to 128 which cannot be narrowed to type 'char' [-Wc++11-narrowing] 0x47,0x00,0x48,0x00,0x80,0x00,0x82,0x00,0x83,0x00,0x84, ^~~~ Reported by: pkg-fallout
* japanese/a2ps: Fix licensemeta2018-10-313-9/+32
| | | | | | | | | | | | While here, * Add NO_ARCH * Pet portlint (extra item in the USES section) * Regenarate patch * Remove perl_OLD_CMD PR: 222534 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Approved by: mentors (implicit)
* japanese/font-ipaex: update to version 00301meta2018-10-292-5/+11
| | | | | | | | | | | | Also, * Add LICENSEs * Pet portlint * Update MASTER_SITES (previous fetches only relied on the distfiles cache) PR: 232224 Submitted by: Samy Mahmoudi <samy.mahmoudi@gmail.com> Approved by: mentors (implicit) Relnotes: https://ipafont.ipa.go.jp/node21#ja (in Japanese)
* - Fix build error with Clang 6.nobutaka2018-10-2723-26/+274
| | | | - Pet portlint.
* Fix build with GCC-based architectures for various kde@ ports.tcberner2018-10-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Qt5 required c++11 support. Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> PR: 232726 PR: 232725 PR: 232723 PR: 232722 PR: 232721 PR: 232720 PR: 232719 PR: 232697 PR: 232682 PR: 232669 PR: 232668 PR: 232667 PR: 232666 PR: 232665 PR: 232664 PR: 232662 PR: 232661 PR: 232655 PR: 232654 PR: 232652 PR: 232648 PR: 232647 PR: 232641 PR: 232640 PR: 232638 PR: 232635 PR: 232634 PR: 232632 PR: 232631 PR: 232630 PR: 232629 PR: 232628 PR: 232627 PR: 232625 PR: 232624 PR: 232623 PR: 232614 PR: 232613 PR: 232612 PR: 232611 PR: 232610 PR: 232609 PR: 232607 PR: 232606 PR: 232605 PR: 232604 PR: 232603 PR: 232602 PR: 232597 PR: 232589 PR: 232585 PR: 232584 PR: 232583 PR: 232581 PR: 232580 PR: 232579 PR: 232578 PR: 232576 PR: 232575 PR: 232574 PR: 232573 PR: 232570
* japanese/font-koruri: Update to 20180915meta2018-10-232-4/+4
| | | | | Approved by: mentors (implicit) Relnotes: https://github.com/Koruri/Koruri/releases/tag/Koruri-20180915 (in Japanese)
* japanese/multiskkserv: Update to 0.20100128meta2018-10-233-16/+8
| | | | | | | | While here, - Fix substitution mistakes in rc script Submitted by: Ryo ONODERA <ryo@tetera.org> Approved by: mentors (implicit)
* Fix gemspec for rubygem-mail 2.7.0 updatesunpoet2018-10-202-2/+15
| | | | - Bump PORTREVISION for package change
* Finish glib12 deprecationantoine2018-10-121-0/+3
|
* Update KDE Applications to 18.08.2tcberner2018-10-121-3/+3
|
* - Update to 0.1.4wen2018-10-093-13/+21
| | | | | | PR: 231252 Submitted by: ryo@tetera.org Approved by: maintainer(timeout, > 30 days)
* Fix some PKGNAME collisionsantoine2018-10-081-1/+1
|
* Deprecate some GNOME 2 applicationsantoine2018-10-081-0/+3
| | | | With hat: portmgr
* Update CPAN linksunpoet2018-10-081-1/+1
|
* Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, exceptdes2018-10-064-8/+8
| | | | | | | for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw)
* - Update to 0.20181001danilo2018-10-062-4/+4
|
* japanese/spamassassin: Mark brokenzeising2018-09-271-2/+6
| | | | | | | | | | | Mark japanese/spamassassin since it does not build after the update of mail/spamassassin to 3.4.2. The patch for japanese support does not apply. Reset maintainer mail address, since mail to it bounces (domain not found). Deprecate and set expiration date to the end of the year. Discussed with: portmgr (rene, @ EuroBSDCon 2018)
* Update Objective-C LLVM version to 6.0.brooks2018-09-261-1/+1
| | | | | | | | | Fixes aarch64 build. Reduces depends on obsolete LLVM 4.0. PR: 230116 Submitted by: mikael.urankar@gmail.com Approved by: theraven (prior version) Sponsored by: DARPA, AFRL
* - Update to 20180831.kuriyama2018-09-194-12/+12
|
* Reset Kenji's ports per his request.rene2018-09-172-2/+2
| | | | Submitted by: maintainer per email
* Various cleanup & fixes post-DOCS/EXAMPLES cleanup.mat2018-09-101-1/+1
| | | | | | PR: 230864 Submitted by: mat exp-runs by: antoine
* Add EXAMPLES options to ports that should have one.mat2018-09-101-1/+1
| | | | | | | | Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine
* Add DOCS options to ports that should have one.mat2018-09-109-3/+17
| | | | | | | | Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine
* After an include, PLIST_SUB must be appended to, not overwritten.mat2018-09-101-2/+2
| | | | | | | | | If it is overwritten, many values will be clobbered, and pain will ensue. PR: 230864 Submitted by: mat exp-runs by: antoine
* Update the current KDE Applications to 18.08.1, the latest release.adridg2018-09-071-3/+3
| | | | | | | | | https://www.kde.org/announcements/announce-applications-18.08.1.php The release notes mention a few dozen fixes, MTP doesn't crash when concurrently accessed by another application, nothing critical. Submitted by: tcberner
* - Update to 0.20180904danilo2018-09-072-4/+4
|
* japanese/scim-anthy: Fix build with Clang 6tobik2018-09-012-3/+59
| | | | | | | | | | | | | | | | | | /usr/local/include/scim-1.0/scim_types.h:38:11: warning: '__STDC_ISO_10646__' macro redefined [-Wmacro-redefined] # define __STDC_ISO_10646__ ^ <command line>:6:9: note: previous definition is here #define __STDC_ISO_10646__ 1 ^ scim_anthy_prefs.cpp:98:9: error: cannot initialize a member subobject of type 'void *' with an rvalue of type 'bool' false, ^~~~~ http://beefy12.nyi.freebsd.org/data/head-amd64-default/p478276_s338342/logs/errors/ja-scim-anthy-1.2.7_5.log - scim-anthy finds dependencies in LOCALBASE on its own - __STDC_ISO_10646__ no longer needs to be specified manually - Add license while here
* Deprecate KDE4 software in categories graphics-textproc.adridg2018-08-311-0/+3
| | | | | | | | | | | | | | | The last upstream release supporting KDE4 was 10 months ago, https://www.kde.org/announcements/announce-applications-17.08.3.php , and the kde@ team for FreeBSD has supported modern KDE (i.e. KDE Frameworks, Plasma 5 and KDE Applications) for 4 months. Give a 4 month deprecation period to allow users to switch over. Also deprecated: multimedia/kmplayer-kde4 (permission from jhale@) Not deprecated, need to contact maintainers: misc/krecipes-kde4 net-im/kmess-kde4 net/smb4k-kde4 textproc/uim-kde4
* - Apply CVE-2018-13796 patchtota2018-08-302-6/+37
| | | | | | | PR: 230183 Submitted by: Yasuhito FUTATSUKI MFH: 2018Q3 Security: CVE-2018-13796
* Fix build of EOL software against modern clang.adridg2018-08-281-0/+13
| | | | | | | | Lots of KDE4 software contains this strange > 0 comparison for bools, fix japanese/kiten-kde4 here. PR: 230947 Reported by: jbeich
* Update KDE Applications to 18.08tcberner2018-08-251-3/+3
| | | | Changelog: https://www.kde.org/announcements/announce-applications-18.08.0.php
* Reverse the dependency link between asterisk and japanese/asterisk-sounds,madpilot2018-08-101-3/+1
| | | | | | | | adding it as an optional RUN_DEPENDS to the asterisk ports. This allows installing these sounds with any version of asterisk. Suggested by: mat
* Update to 4.9.8joneum2018-08-072-4/+4
| | | | | | | Changelog: - https://wordpress.org/news/2018/08/wordpress-4-9-8-maintenance-release/ - https://make.wordpress.org/core/tag/4-9-8/ - https://codex.wordpress.org/Version_4.9.8
* Fix a common grammar error: "can not" means the opposite of "cannot."adamw2018-08-021-1/+1
| | | | "Can not" means "it is possible not to," and "cannot" means "it is impossible to."
* Bump PORTREVISION for ports depending on the canonical version of GCCgerald2018-07-305-5/+5
| | | | | | | | | | | | | | in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542
* - Rename patchestota2018-07-297-17/+153
| | | | | | | | | | | | * extra-patch-Mailman-Cgi-private.py to extra-patch-Mailman_Cgi_private.py * patch-CVE-2015-2775 to patch-Mailman_Utils.py * patch-CVE-2018-5950 to patch-Mailman_Cgi_options.py - Apply CVE-2018-0618 patches [1] PR: 229351 [1] Submitted by: Yasuhito FUTATSUKI MFH: 2018Q3 Security: CVE-2018-0618
* japanese/libskk: update 1.0.3 -> 1.0.4meta2018-07-162-4/+4
| | | | | | | PR: 229604 Submitted by: Ryo ONODERA <ryo@tetera.org> Approved by: maintainer timeout, pi (mentor) Relnotes: https://github.com/ueno/libskk/releases/tag/1.0.4
* Update WWW.nobutaka2018-07-151-1/+1
|
* Update KDE Applications to 18.04.3tcberner2018-07-141-3/+3
|
* bump PORTREVISION after dependency changemeta2018-07-121-1/+1
| | | | | Reported by: pi Approved by: pi (mentor)
* Fix DEPENDSantoine2018-07-121-1/+1
|
* japanese/p5-Lingua-*: fix duplicate p5-p5- PKGNAMEPREFIXmeta2018-07-112-3/+7
| | | | | | | | | | | | japanese/p5-Lingua-JA-Moji had duplicate p5-p5- prefix and japanese/p5-Lingua-JA-Numbers didn't have ja- prefix. Set ja-p5- prefix to all Lingua ports under Japanese category. PR: 229184 Submitted by: Tomohiro Hosaka <bokutin@bokut.in> (initial version) Reviewed by: pi, mat Approved by: pi (mentor) Differential Revision: https://reviews.freebsd.org/D16002
* - Update to 20180629.kuriyama2018-07-104-12/+12
|
* Remove all := from BUILD_DEPENDS, here are never needed.mat2018-07-094-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | While there, cleanup, and sort depends. When build and run dependencies are the same, there are three ways to avoid duplicating the list while not adding the framework added BUILD_DEPENDS to the RUN_DEPENDS. In order of preference, they are: 1) use RUN_DEPENDS to set BUILD_DEPENDS: BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= foo:bar/baz 2) create another variable and use it: MY_DEPENDS= foo:bar/baz BUILD_DEPENDS= ${MY_DEPENDS} RUN_DEPENDS= ${MY_DEPENDS} 3) use BUILD_DEPENDS to set RUN_DEPENDS and force evaluation: BUILD_DEPENDS= foo:bar/baz RUN_DEPENDS:= ${BUILD_DEPENDS} Sponsored by: Absolight
* Update to 4.9.7joneum2018-07-082-4/+4
| | | | | | | Changelog: https://wordpress.org/news/2018/07/wordpress-4-9-7-security-and-maintenance-release/ MFH: 2018Q3 Security: 4740174c-82bb-11e8-a29a-00e04c1ea73d
* Chase textproc/uim update to 1.8.8.nobutaka2018-07-073-3/+3
|
* Update to 1.8.8.nobutaka2018-07-071-3/+4
|
* - Update to 1.1wen2018-07-033-10/+11
| | | | | PR: 229443 Submitted by: ryo@tetera.org
* Mark these ports broken on mips64 and/or mips.linimon2018-07-011-0/+3
| | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket)
* Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mktcberner2018-06-295-8/+10
| | | | | | | | | | | | | | | From now on, ports that depend on Qt4 will have to set USES= qt:4 USE_QT= foo bar ports depending on Qt5 will use USES= qt:5 USE_QT= foo bar PR: 229225 Exp-run by: antoine Reviewed by: mat Approved by: portmgr (antoine) Differential Revision: →https://reviews.freebsd.org/D15540
* Do not force stop services when a package is deinstalled.mat2018-06-271-1/+1
| | | | | | Starting or stopping services is the role of pkg(8). Sponsored by: Absolight
* - Update to 6.0.5lwhsu2018-06-271-5/+5
|
* Revert r473259 and r473260 which are committed by accidentsunpoet2018-06-251-1/+1
| | | | | - Bump PORTEPOCH for protobuf and py-protobuf - Bump PORTREVISION for dependent ports
* Update to 3.6.0sunpoet2018-06-251-1/+1
| | | | Changes: https://github.com/google/protobuf/releases
* Update to 0.5.3.20180520.nobutaka2018-06-242-2/+0
|
* japanese/ibus-skk: Update 1.4.1 -> 1.4.3yuri2018-06-243-12/+18
| | | | | | | | | | | | Port changes: * Add LICENSE/LICENSE_FILE * Add to RUN_DEPENDS * Add USE_GNOME * Add BUILD_DEPENDS for vala * Update the 'preferences' patch PR: 227283 Submitted by: Ryo ONODERA <ryo@tetera.org>
* Update to the latest snapshot on 2016/09/24.nobutaka2018-06-242-5/+5
|
* japanese/libskk: Update 1.0.1 -> 1.0.3yuri2018-06-243-12/+20
| | | | | | PR: 227039 Submitted by: Ryo ONODERA <ryo@tetera.org> Approved by: hiroto.kagotani@gmail.com (maintauner timeout; 80 days)
* multimedia/*phonon*: update and flavorize with @qt4/@qt5tcberner2018-06-221-1/+1
| | | | | Approved by: portmgr (mat) Differential Revision: https://reviews.freebsd.org/D14632
* Use PY_FLAVOR for dependencies.mat2018-06-213-3/+3
| | | | | | | FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight
* japanese/another-htmllint: Change dependecy from www/p5-CGI.pm to www/p5-CGImeta2018-06-181-4/+4
| | | | | | | | | | | | | www/p5-CGI and www/p5-CGI.pm provide same functions and conflict each other. While a lot of ports use www/p5-CGI, only this one uses www/p5-CGI.pm. By swiching to use www/p5-CGI this port and others can be installed together. Also, pass maintainership to the submitter due to consecutive maintainer timeouts. PR: 228236 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Approved by: maintainer timeout, pi (mentor)
* japanese/font-ume: Fix MASTER_SITESpi2018-06-181-1/+1
| | | | | | PR: 228242 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Approved by: hrs (maintainer timeout)
* japanese/FreeWnn-server: remove ftp.freewnn.org from MASTER_SITESpi2018-06-181-2/+1
| | | | | | | | - FTP site no longer works PR: 228243 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Approved by: hrs (maintainer timeout)
* Unbreak portarved2018-06-132-8/+12
| | | | | PR: 228737 Submitted by: maintainer
* - Update to 0.20180605danilo2018-06-102-4/+4
|
* Update KDE Applications to 18.04.2tcberner2018-06-101-3/+3
|
* Remove expired ports:rene2018-06-077-2204/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2018-06-06 biology/ssaha: Broken for more than 6 months 2018-06-06 biology/crux: Broken for more than 6 months 2018-06-06 biology/ariadne: Broken for more than 6 months 2018-06-06 cad/sceptre: Broken for more than 6 months 2018-06-06 cad/cider: Broken for more than 6 months 2018-06-06 chinese/scim-array: Broken for more than 6 months 2018-06-06 chinese/xpdf: Broken for more than 6 months 2018-06-06 chinese/telnet: Broken for more than 6 months 2018-06-06 comms/java-commapi-freebsd: Depends on BROKEN and expiring comms/java-commapi 2018-06-06 comms/soundmodem: Broken for more than 6 months 2018-06-06 comms/jsdr: Broken for more than 6 months 2018-06-06 comms/java-commapi: Broken for more than 6 months 2018-06-06 converters/pdf2djvu: Broken for more than 6 months 2018-06-06 databases/rdb: Broken for more than 6 months 2018-06-06 databases/animenfo-client: Broken for more than 6 months 2018-06-06 databases/ruby-mysql: Broken for more than 6 months 2018-06-06 databases/riak: Broken for more than 6 months 2018-06-06 databases/animenfo-client-gtk: Broken for more than 6 months 2018-06-06 databases/rdfdb: Broken for more than 6 months 2018-06-06 databases/riak2: Broken for more than 6 months 2018-06-06 devel/subversion-static: Broken for more than 6 months 2018-06-06 japanese/xgate: Broken for more than 6 months 2018-06-06 textproc/opengrm-ngram: Broken for more than 6 months 2018-06-06 textproc/ocaml-tyxml: Depends on BROKEN and expiring www/ocaml-net 2018-06-06 www/ocaml-net: Broken for more than 6 months 2018-06-06 audio/linux-genpuid: Broken for more than 6 months 2018-06-06 x11/enventor: Broken for more than 6 months 2018-06-06 audio/xmms-timidity: Broken for more than 6 months 2018-06-06 audio/kaudiocreator: Broken for more than 6 months 2018-06-06 audio/jxm: Depends on BROKEN and expiring comms/java-commapi 2018-06-06 audio/deforaos-mixer: Broken for more than 6 months 2018-06-06 audio/gkrellmss2: Broken for more than 6 months 2018-06-06 audio/ogg2mp3: Broken for more than 6 months 2018-06-06 audio/abcmidi: Broken for more than 6 months 2018-06-06 benchmarks/netpipe: Broken for more than 6 months 2018-06-06 biology/plink: Broken for more than 6 months
* Fix and sort LICENSEsunpoet2018-06-052-2/+3
| | | | | | | - Add LICENSE_FILE - Update WWW Approved by: portmgr (blanket)
* Return daichi@'s ports back to the pool after his commit bit got safekept.rene2018-06-021-1/+1
|
* japanese/mozc-server: Unmark BROKEN and fix poudrirere/ccache buildjrm2018-06-021-3/+1
| | | | | | | The build failed with CCACHE_DIR_NON_ROOT_SAFE=yes in poudriere.conf. Submitted by: bdrewery Reported by: Tomoaki AOKI <junchoon@dec.sakura.ne.jp>
* USES=emacs ports: Bump PORTREVISION for editors/emacs 26.1 upgradejrm2018-05-318-4/+14
| | | | | Or, mark ports that fail to build as BROKEN. https://lists.freebsd.org/pipermail/freebsd-ports/2018-May/113518.html
* Commit forgotten diff at previous commit r471075meta2018-05-301-1/+0
|
* japanese/font-ricty{,-discord}: Update to 4.1.1meta2018-05-293-14/+19
| | | | | | | | | | | | | | | | ricry_discord_converter.pe is no longer needed as everything's provided in one script. Also while here, - Adjust indents - Add NO_ARCH - Remove "Created by:" line credits myself and masaki (approved via private communications) Changes: http://www.rs.tus.ac.jp/yyusa/ricty.html Approved by: pi (mentor, initial version) Sponsored by: HAW International, Inc. Differential Revision: https://reviews.freebsd.org/D15474
* Update WWWsunpoet2018-05-2821-21/+21
| | | | | | | search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
* Update to 4.9.6joneum2018-05-262-4/+4
| | | | Changelog: https://wordpress.org/news/2018/05/wordpress-4-9-6-privacy-and-maintenance-release/
* - Update to 0.20180509danilo2018-05-202-4/+4
|
* - Update to 20180427.kuriyama2018-05-164-12/+12
|
* Update MASTER_SITES and unbreak this portsunpoet2018-05-151-1/+1
| | | | MFH: 2018Q2
* Update KDE Applications to 18.04.1tcberner2018-05-111-3/+3
|
* - Update to 6.0.4lwhsu2018-05-101-5/+5
|
* For ports in `japanese' category: remove redundant PKGMESSAGE assignment,danfe2018-05-055-6/+0
| | | | | which is set appropriately by the b.p.m when `pkg-message' appears on the SUB_FILES list.
* Deprecate ports broken for more than 6 monthsantoine2018-05-051-0/+2
|
* - Fix license information.nobutaka2018-04-303-7/+26
| | | | | | | | - Regenerate patch by 'make makepatch' to fix portlint warning. - Add NO_ARCH. PR: 222535 Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
* Update KDE Applications to 18.04.0tcberner2018-04-291-3/+3
| | | | * Pin multimedia/kdelive at 17.12.3 until we import the mlt update from the dev-repo.
* Only sleep in ports if BATCH/PACKAGE_BUILDING are not defined.mat2018-04-261-0/+2
| | | | Sponsored by: Absolight
* Update to 4.9.5joneum2018-04-212-4/+4
| | | | | MFH: 2018Q2 Security: be38245e-44d9-11e8-a292-00e04c1ea73d
* - Install font files to ${FONTSDIR} instead of ${DATADIR}.nobutaka2018-04-1517-205/+84
| | | | | | | | | | | | | | | - Stop to make symbolic links from the font files to ${PREFIX}/share/fonts/misc/, which is found in the default font path, because recent libXfont does not follow symbolic links. - Add pkg-message.in to show additional font path settings. - Remove unnecessary pkg-install.in. - Bump PORTREVISION. PR: 225125 [1], 226511 [2] Submitted by: WATANABE Kazuhiro <CQG00620@nifty.ne.jp> [2] Reported by: Shigeharu TAKENO <shige@iee.niit.ac.jp> [1] Approved by: maintainer timeout (one month)
* - Install font files to ${FONTSDIR} instead of ${DATADIR}.nobutaka2018-04-154-73/+22
| | | | | | | | | | | | | | | - Stop to make symbolic links from the font files to ${PREFIX}/share/fonts/misc/, which is found in the default font path, because recent libXfont does not follow symbolic links. - Add pkg-message.in to show additional font path settings. - Remove unnecessary pkg-install.in. - Bump PORTREVISION. PR: 225125 [1], 226520 [2] Submitted by: WATANABE Kazuhiro <CQG00620@nifty.ne.jp> [2] Reported by: Shigeharu TAKENO <shige@iee.niit.ac.jp> [1] Approved by: maintainer timeout (one month)
* New port: japanese/kitentcberner2018-04-105-0/+130
| | | | | This is the current version of KDE Applications <foo>. Note that users of KDE SC4 should stick with <foo>-kde4.
* - Install font files to ${FONTSDIR} instead of ${DATADIR}.nobutaka2018-04-085-41/+23
| | | | | | | | | | | | | | | - Stop to make symbolic links from the font files to ${PREFIX}/share/fonts/misc/, which is found in the default font path, because recent libXfont does not follow symbolic links. - Add pkg-message.in to show additional font path settings. - Remove unnecessary pkg-install.in. - Bump PORTREVISION. PR: 225125 [1], 226515 [2] Submitted by: WATANABE Kazuhiro <CQG00620@nifty.ne.jp> [2] Reported by: Shigeharu TAKENO <shige@iee.niit.ac.jp> [1] Approved by: maintainer timeout (two weeks)
* - Update to 6.0.3lwhsu2018-04-081-5/+5
|
* - Update to 0.20180402danilo2018-04-052-4/+4
|
* - Update WWWamdmi32018-03-301-1/+1
| | | | Approved by: portmgr blanket
* japanese/another-htmllint: add misssing RUN_DEPENDS on www/p5-LWP-Protocol-httpsmeta2018-03-273-7/+14
| | | | | | | | | | | | as it is necessary to access https contents. Also, - Add license information - Bump PORTREVISION for dependency change - While here, pet some portlint warnings PR: 222276, 226089 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Approved by: maintainer timeout (1 month+), pi (mentor)
* Fix dependsantoine2018-03-271-2/+2
|
* Make libgnome and libgnomeui not implying esound dependencybapt2018-03-261-1/+1
| | | | | | | | | | | | | | | | It has been a while both does not depend anymore on esound, before this change esound dependency was wrongly added to plenty of packages which actually does not depend on it. While here: - audio/glame: remove esound support - games/monkeybubble: add an explicit dependency on esound - sysutils/gnome-schedule: add en explicit dependency on pkg-config - comms/kb: add missing dependency on pkgconfig - x11-toolkits/libgnomeui: * update to 2.4.5 * use USES=localbase
* - Install font files to ${FONTSDIR} instead of ${DATADIR}.nobutaka2018-03-265-98/+20
| | | | | | | | | | | | | | | - Stop to make symbolic links from the font files to ${PREFIX}/share/fonts/misc/, which is found in the default font path, because recent libXfont does not follow symbolic links. - Add pkg-message.in to show additional font path settings. - Remove unnecessary pkg-install.in. - Bump PORTREVISION. PR: 225125 [1], 226518 [2] Submitted by: WATANABE Kazuhiro <CQG00620@nifty.ne.jp> [2] Reported by: Shigeharu TAKENO <shige@iee.niit.ac.jp> [1] Approved by: maintainer
* - Install font files to ${FONTSDIR} instead of ${DATADIR}.nobutaka2018-03-255-29/+25
| | | | | | | | | | | | | | - Stop to make symbolic links from the font files to ${PREFIX}/share/fonts/misc/, which is found in the default font path, because recent libXfont does not follow symbolic links. - Add pkg-message.in to show additional font path settings. - Bump PORTREVISION. - Set submitter as maintainer. PR: 225125 [1], 226517 [2] Submitted by: WATANABE Kazuhiro <CQG00620@nifty.ne.jp> [2] Reported by: Shigeharu TAKENO <shige@iee.niit.ac.jp> [1]
* - Install font files to ${FONTSDIR} instead of ${DATADIR}.nobutaka2018-03-255-51/+21
| | | | | | | | | | | | | | - Stop to make symbolic links from the font files to ${PREFIX}/share/fonts/misc/, which is found in the default font path, because recent libXfont does not follow symbolic links. - Add pkg-message.in to show additional font path settings. - Remove unnecessary pkg-install.in. - Bump PORTREVISION. PR: 225125 [1], 226516 [2] Submitted by: WATANABE Kazuhiro <CQG00620@nifty.ne.jp> (maintainer) [2] Reported by: Shigeharu TAKENO <shige@iee.niit.ac.jp> [1]
* - Install font files to ${FONTSDIR} instead of ${DATADIR}.nobutaka2018-03-255-43/+22
| | | | | | | | | | | | | | - Stop to make symbolic links from the font files to ${PREFIX}/share/fonts/misc/, which is found in the default font path, because recent libXfont does not follow symbolic links. - Add pkg-message.in to show additional font path settings. - Remove unnecessary pkg-install.in. - Bump PORTREVISION. PR: 225125 [1], 226516 [2] Submitted by: WATANABE Kazuhiro <CQG00620@nifty.ne.jp> (maintainer) [2] Reported by: Shigeharu TAKENO <shige@iee.niit.ac.jp> [1]
* Rename MASTER_SITE_SOURCEFORGE_JP to MASTER_SITE_OSDNsunpoet2018-03-2535-36/+36
| | | | | PR: 225609 Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
* Update MAINTAINER to my new FreBSD.org accountmeta2018-03-204-5/+5
| | | | | | also update my email address in "Created by:" field. Approved by: hrs (mentor)
* - Update to 20180228.kuriyama2018-03-204-12/+12
|
* - Update LibreOffice to 6.0.2 [1]lwhsu2018-03-172-8/+5
| | | | | | | | | | | | | | | | - Build offline help when DOCS option enabled [2] - Fix bad symlink and add missing dependencies [3] PR: 224288 [1] 197071 [2] 226344 [3] Submitted by: Greg V <greg@unrelenting.technology> [1] bergerkos@yahoo.co.uk [2] Reported by: joneum [3] Helped & tested by: Daniel Ebdrup Greg Veldman <freebsd@gregv.net> Per olof Ljungmark <peo@nethead.se> StariKarp <starikarp@yandex.com> pi Security: 289269f1-0def-11e8-99b0-d017c2987f9a
* Fix WITH_CCACHE_BUILD supportbdrewery2018-03-161-0/+1
|
* Simplify.ume2018-03-162-8/+2
|
* Fix xlfd for the monospaced fonts.ume2018-03-1512-34/+34
|
* Add new port -- Cica Japanese monospaced fonts for programmingume2018-03-158-0/+195
|
* Fix depends after font-mona upgradeantoine2018-03-121-1/+1
|
* - Install font files to ${FONTSDIR} instead of ${DATADIR}.nobutaka2018-03-115-83/+21
| | | | | | | | | | | | | | - Stop to make symbolic links from the font files to ${PREFIX}/share/fonts/misc/, which is found in the default font path, because recent libXfont does not follow symbolic links. - Add pkg-message.in to show additional font path settings. - Remove unnecessary pkg-install.in. - Bump PORTREVISION. PR: 225125 [1], 226519 [2] Submitted by: WATANABE Kazuhiro <CQG00620@nifty.ne.jp> [2] Reported by: Shigeharu TAKENO <shige@iee.niit.ac.jp> [1]
* Bump PORTREVISIONs of all users of math/mpc that we just updated togerald2018-03-115-3/+5
| | | | version 1.1.0 (via revision 464079).
* Update to 2.13.4.18arved2018-03-102-5/+5
| | | | | PR: 226025 Submitted by: maintainer
* The BROKEN line is redundant here, as IGNORE for powerpc64 is set in thelinimon2018-03-101-2/+0
| | | | | | MASTERDIR. Approved by: portmgr (tier-2 blanket)
* Introduce PHP flavors.mat2018-03-091-1/+1
| | | | | | | | | | | | | | Ports using USES=php:phpize, php:ext, php:zend, and php:pecl are now flavored. They will automatically get flavors (php56, php70, php71, php72) depending of the versions they support (set with IGNORE_WITH_PHP). As a consequence, ports using USES=pear and USES=horde are also flavored. PR: 226242 Submitted by: mat Exp-run by: antoine Approved by: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D14208
* - Remove unnecessary line from files/pkg-deinstall.intota2018-03-052-1/+8
| | | | | | | - Fix files/pkg-install.in Pointed out by: riggs@ MFH: 2018Q1
* - Update to 0.20180301danilo2018-03-052-4/+4
|
* japanese/migemo: remove now obsolete deprecated-if-slave sectionrene2018-03-031-5/+0
| | | | Reported by: jrm
* Remove expired ports:rene2018-03-033-39/+0
| | | | | | | | | | | | | | | | | 2018-03-01 devel/dotconf++: No upstream, not depend on in the ports tree 2018-03-01 emulators/gnuboy: Latest version is 1.0.5, older version does not fetch 2018-03-01 games/adgali: Mastersite disappeared 2018-03-01 games/tuxpuck: Mastersite disappeared 2018-03-01 japanese/migemo-emacs: Unmaintained 2018-03-01 math/clarence: Mastersite disappeared 2018-03-01 devel/cstringbuffer: Abandonware, no more upstream 2018-03-01 deskutils/charmap: Mastersite disappeared 2018-03-01 devel/afay: Abandonware, not used in the ports tree 2018-03-01 devel/alabastra: Abandonware, not used in the ports tree 2018-03-01 devel/adime: Abandonware, not used in the ports tree 2018-03-01 devel/boaconstructor: Abandonware, does not work with recent python/wxPython 2018-03-01 audio/amp: No more upstream 2018-03-01 devel/alf: Abandonware, unused in the ports tree
* Update to 2.1.4.hrs2018-03-022-5/+8
| | | | | Submitted by: Yasuhiro KIMURA PR: 226259
* Update to 2.1.4.hrs2018-02-283-28/+27
|
* - Add CVE-2018-5950 patch [1]tota2018-02-258-44/+91
| | | | | | | | | | | | - Update MASTER_SITES [1] - USES shebangfix - Regenerate patches with makepatch - Fix pkg-plist to make portlint happy PR: 225703 [1] Submitted by: Yasuhito FUTATSUKI MFH: 2018Q1 Security: CVE-2018-5950
* Update to 2.0.8sunpoet2018-02-242-4/+6
| | | | | | - Add missing RUN_DEPENDS Changes: https://github.com/kuroda/mail-iso-2022-jp/blob/master/CHANGELOG.md
* Give the KDE SC4 applications ports a -kde4 suffixtcberner2018-02-235-2/+2
| | | | | | | | | | In order to make room for the up-to-date version of the KDE Desktop and its applications move the KDE Application ports based on Qt4. PR: 225992 Exp-run by: antoine Reviewed by: rakuco, adridg Differential Revision: https://reviews.freebsd.org/D14413
* Reduce dependency on the python2 metaportantoine2018-02-192-3/+4
| | | | | PR: 225752 Submitted by: Yasuhiro KIMURA
* japanese/ddskk: Update to 16.2yuri2018-02-174-17/+19
| | | | | | | | | | | | | kenji@k2r.org took maintainership based on: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222421#c6 Additional port changes: * Changed to DISTVERSION * Moved URLs with better availability to the beginning of MASTER_SITES PR: 222421 Submitted by: kenji.rikitake@acm.org Approved by: tcberner (mentor, implicit)
* - Update to 0.20180202danilo2018-02-112-4/+4
|
* Rename KDE4 meta portstcberner2018-02-102-2/+2
| | | | | | | | | | | This is done for * consistency, * and to simplify the import of the newer KDE Plasma5 desktop and KDE applications Bumps the dependencies. Reviewed by: adridg Differential Revision: https://reviews.freebsd.org/D12979
* Update japanese/lookup to 1.99.96.20180209tcberner2018-02-106-74/+151
| | | | | | | | | | | | * Update to 1.99.96.20130920. * Switch master site to GitHub. * Update LICENSE. * Remove EMACS_FLAVORS_EXCLUDE because this version of Lookup can be built with editors/emacs-devel. * Update description and WWW in pkg-descr. * Add entry to UPDATING about incompatibility. PR: 225748 Submitted by: yasu@utahime.org (maintainer)
* Update to 4.9.4joneum2018-02-102-4/+4
| | | | | | | | | Changelog: https://wordpress.org/news/2018/02/wordpress-4-9-3-maintenance-release/ https://wordpress.org/news/2018/02/wordpress-4-9-4-maintenance-release/ Approved by: mentors (implicit) MFH: 2018Q1
* Note PHP ports that do not build with 7.2.mat2018-02-081-1/+1
| | | | Sponsored by: Absolight
* japanese/migemo-emacs: Deprecate and mark for deletion in one monthjrm2018-02-031-0/+5
|
* Flavorize and modernize Emacs portsjrm2018-02-022-0/+38
| | | | | | | | | | | This is an addendum to r460621 to fix the histories of Mk/Uses/emacs.mk (copied from Mk/bsd.emacs.mk) and japanese/migemo-emacs (copied from japanese/migemo-emacs23). - Convert USE_EMACS to USES=emacs - Rename japanese/migemo-emacs23 to japanese/migemo-emacs Differential Revision: https://reviews.freebsd.org/D13506
* Remove Mk/Uses/emacs.mk and japanese/migemo-emacsjrm2018-02-022-39/+0
| | | | | | | The svn histories were not preserved in r460621, so remove then restore from r460620. Differential Revision: https://reviews.freebsd.org/D13506
* Flavorize and modernize Emacs portsjrm2018-02-0214-126/+105
| | | | | | | | | | | | | | | | | | | | | - Convert USE_EMACS to USES=emacs - Remove editors/emacs-nox11 (refer to nox flavors of editors/emacs and editors/emacs-devel) - Permit default Emacs flavor to be specified in make.conf - Rename japanese/migemo-emacs23 to japanese/migemo-emacs - Update and simplify audio/emms and fix build on FreeBSD 10 [1] - Update databases/bbdd and fix build on FreeBSD 10 [1] - Update editors/emacs-devel - Ensure Makefile shell commands that change directory are executed in a subshell - Silence some portlint warnings [1] By not depending on base texinfo PR: 225404 Reviewed by: antoine Approved by: portmgr (mat) ashish (maintainer) Differential Revision: https://reviews.freebsd.org/D13506
* Exit from main() function properly on success to fix weird installationdanfe2018-01-223-7/+21
| | | | problem observed on sparc64.
* Fix build with clang 6antoine2018-01-211-0/+20
| | | | | | | | | trainer.cpp:106:18: error: no matching function for call to 'make_pair' x_.push_back(std::make_pair<std::string, FeatureNode *>(y, fn)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ PR: 224669 Reported by: pkg-fallout
* Securityupdate to 4.9.2:joneum2018-01-192-4/+4
| | | | | | | | | | Changelog: https://codex.wordpress.org/Version_4.9.2 https://wordpress.org/news/2018/01/wordpress-4-9-2-security-and-maintenance-release/ Approved by: mentors (implicit) MFH: 2018Q1 Security: c04dc18f-fcde-11e7-bdf6-00e04c1ea73d
* Remove superfluous linefeeds and fix some other minor whitespace bugs.danfe2018-01-122-4/+1
|
* - Update to 20171228.kuriyama2018-01-094-12/+12
|
* Bump PORTREVISION due upgrade of devel/boehm-gc to 7.6.2cpm2018-01-082-0/+2
| | | | Approved by: portmgr (antoine)
* - Update to 0.20180104danilo2018-01-062-4/+4
|
* - Update to 0.20171201danilo2017-12-272-4/+4
|
* japanese/egg-canna: Remove expired portjrm2017-12-264-59/+0
| | | | Approved by: ume@FreeBSD.org (maintainer)
* Convert to USES=autoreconf.tijl2017-12-251-2/+2
|
* Remove non-functional post-configure.tijl2017-12-241-8/+0
|
* Switch to swig 3.0bapt2017-12-201-1/+2
|
* Switch to swig 3.0bapt2017-12-201-1/+1
|
* Also broken on recent aarch64 and mips builds.linimon2017-12-181-2/+4
|
* Mark BROKEN: unfetchableantoine2017-12-141-0/+2
| | | | Reported by: pkg-fallout
* - Those ports fail to build with python3antoine2017-12-131-1/+1
| | | | - Add some explicit FLAVOR to dependencies where needed
* Update devel/protobuf to 3.5.0sunpoet2017-12-121-1/+1
| | | | | | - Bump PORTREVISION for shlib change Changes: https://github.com/google/protobuf/releases
* Mark more ports broken that fail on both armv6 and armv7.linimon2017-12-091-0/+3
| | | | Approved by: portmgr (tier-2 blanket)
* Fix configure options for gnustep-maketheraven2017-12-031-1/+1
| | | | | | | We were not setting the flag to select the GNUstep ABI, so were defaulting to using the GCC-compatible version, which was likely to trigger a lot of subtle bugs. This was noticed when C++ exceptions thrown through Objective-C stack frames caused segfaults.
* Securityupdate to 4.9.1:joneum2017-12-022-6/+6
| | | | | | | | | | | | | | | | | | | | www/wordpress russian/wordpress [1] chinese/wordpress-zh_CN japanese/wordpress german/wordpress french/wordpress Changelog: https://codex.wordpress.org/Version_4.9.1 https://wordpress.org/news/2017/11/wordpress-4-9-1-security-and-maintenance-release/ PR: 223982 [1] Submitted by: Mikhail Timofeev <9267096@gmail.com> (maintainer) [1] Approved by: tcberner (mentor) MFH: 2017Q4 Security: a2589511-d6ba-11e7-88dd-00e04c1ea73d Differential Revision: https://reviews.freebsd.org/D13337
* Convert Python ports to FLAVORS.mat2017-11-308-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ports using USE_PYTHON=distutils are now flavored. They will automatically get flavors (py27, py34, py35, py36) depending on what versions they support. There is also a USE_PYTHON=flavors for ports that do not use distutils but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if using distutils but flavors are not wanted. A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been added to cope with Python ports that did not have the Python PKGNAMEPREFIX but are flavored. USES=python now also exports a PY_FLAVOR variable that contains the current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464
* - Add LICENSEwen2017-11-302-0/+4
| | | | | | PR: 222324 Submitted by: yasu@utahime.org Approved by: maintainer(timeout, > 60 days)
* For ports that are marked BROKEN on armv6, and also fail to build onlinimon2017-11-301-0/+1
| | | | | | | | | | armv7, mark them so. This is part two of a multipart commit to bring armv7 ports to parity with armv6. Approved by: portmgr (tier-2 blanket) Obtained from: lonesome.com -exp run
* Don't use MASTER_SITE_SUBDIR when it is not needed.mat2017-11-255-10/+5
| | | | Sponsored by: Absolight
* Update to 4.9joneum2017-11-252-4/+4
| | | | | | | | Changelog: https://codex.wordpress.org/Version_4.9 https://wordpress.org/news/2017/11/tipton/ Approved by: mentors (implicit)
* - Update to 20171031.kuriyama2017-11-12