/comms/

/th>Lines * Remove @dirrm's from my ports plistspawel2014-10-141-1/+0 | * - Modernize plist [1]ak2014-10-132-3/+2 | | | | | | | - Add NO_ARCH PR: 194081 (based on) [1] Submitted by: Horia Racoviceanu <horia@racoviceanu.com> (maintainer) [1] * Update CentOS base to 6.5, add userland portsxmj2014-09-226-3/+87 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Fedora 10 infrastructure ports have been in use since June 2009 and, while having served a great deed, have become unsupported upstream and hence affected by unfixed security vulnerabilities. In addition to that, many recent Linux binaries need newer libc / stdlibc++ versions. This commit adds the linux-c6- userland as drop-in replacement for the -f10 infrastructure, as well as upgrading the linux_base-c6 port to CentOS 6.5. If you want to switch to linux-c6 ports, please define at /etc/make.conf: OVERRIDE_LINUX_BASE_PORT=c6 OVERRIDE_LINUX_NONBASE_PORTS=c6 Additionally, please add the following line to /etc/sysctl.conf: compat.linux.osrelease=2.6.18 Upgrading procedures are shown in /usr/ports/UPDATING. This work has been inspired by Artyom Mirgorodskiy's post to emulation@ in November 2013, using and extending mav@'s work. It has been tested extensively and most reported issues were already fixed. Please report any additional bug or "features" to the emulation mailing list. Many thanks to: mav@, rene@, allanjude@, netchild@, antoine@, everyone who's filed Issues and Pull requests on GitHub, PR: 186820 Differential Revision: https://reviews.freebsd.org/D793 Reviewed by: allanjude, antoine, bapt, rene Approved by: portmgr (antoine, bapt) Approved by: koobs (mentor) Sponsored by: Perceivon Hosting Inc. * x11-fonts/sgifonts: Use $TAR instead of $EXTRACT_CMDmarino2014-09-161-1/+1 | | | | | | | Currently, FreeBSD defines EXTRACT_CMD as $TAR, but DragonFly does not have a default value for EXTRACT_CMD. Using $TAR instead of $EXTRACT_CMD is a No-Op for FreeBSD, but restores the build on DragonFly which got disrupted as a result of the previous commit. * devel/glib12 x11-toolkits/gtk12:tijl2014-09-131-1/+1 | | | | | | | - Convert to USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Remove patches that renamed include directories and libraries so they didn't conflict with early development versions of glib/gtk 2.0 * - Drop indefinite article from COMMENTjhale2014-09-132-11/+19 | | | | | | | | | | | - Add LICENSE_FILE and remove it from PORTDOCS - Use NO_WRKSUBDIR to avoid redefining WRKSRC - Create and install font indexes - Simplify PORTDOCS installation - Bump PORTREVISION PR: 193542 Submitted by: Carlos Jacobo Puga Medina <cpm@fbsd.es> (maintainer) * Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-111-1/+1 | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) * Undiagnosed ARMv6 core dump occurs when using GCC with fontconfig.sbruno2014-09-032-5/+15 | | | | | | | | Avoid this crash and resore compiles via CLANG. PR: 183536 Submitted by: mazhe@alkumuna.eu Reviewed by: kwm * Support STAGEDIR.vanilla2014-09-012-33/+50 | | | | | PR: ports/193173 Submitted by: Ports Fury. * Remove trailing slash to pass make check-plistantoine2014-08-253-3/+3 | * Canonicalize a few LICENSE_PERMSantoine2014-08-221-1/+1 | | | | With hat: portmgr * x11-fonts/gnu-unifont and x11-fonts/gnu-unifont-ttf: 6.3.x -> 7.0.03pi2014-08-164-16/+16 | | | | | | PR: 192003 Submitted by: vmagerya@gmail.com Approved by: bsdports@gmail.com (maintainer) * Remove indefinite articles and trailing periods from COMMENT, plusolgeni2014-08-0813-13/+13 | | | | | | | | | minor COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Category X. CR: D511 Approved by: portmgr (bapt) * In some straightforward cases, protect documentation behindadamw2014-08-042-2/+4 | | | | | PORTDOCS, adding a DOCS option where needed, and a couple PORTEXAMPLES for good measure. * - Add run-depend on fc-cache, it's called from plistamdmi32014-08-011-2/+3 | | | | Approved by: portmgr blanket * x11-fonts/proggy_fonts: support stagewg2014-07-311-3/+1 | | | | | PR: 192261 Submitted by: fullermd over-yonder net * Unbreakantoine2014-07-311-2/+2 | * Convert some more USE_BZIP2 to USES=tar:bzip2adamw2014-07-304-4/+4 | | | | Approved by: portmgr (not really, but touches unstaged ports) * Convert a bunch of USE_XZ to USES=tar:xz.adamw2014-07-301-2/+1 | | | | Approved by: portmgr (not really, but touches unstaged ports) * Convert a bunch of USE_BZIP2 to USES=tar:bzip2adamw2014-07-302-4/+2 | | | | Approved by: portmgr (not really, but touches unstaged ports) * Rename x11-*/ patch-xy patches to reflect the files they modify.adamw2014-07-308-19/+11 | | | | Finally, this is the last of it. * x11-fonts/fira: update 3.110 -> 3.111robak2014-07-252-9/+9 | | | | | | PR: 191937 Submitted by: Horia Racoviceanu <horia@racoviceanu.com> Approved by: marino (mentor) * - Use @fcfontsdirsunpoet2014-07-232-10/+6 | | | | - Bump PORTREVISION for package change * - Sort BUILD_DEPENDSsunpoet2014-07-231-3/+3 | * - Use @fcfontsdirsunpoet2014-07-232-9/+6 | | | | - Bump PORTREVISION for package change * - Fix BUILD_DEPENDSsunpoet2014-07-231-2/+3 | * - Remove leading indefinite article from COMMENTsunpoet2014-07-233-23/+11 | | | | | | - Use @fcfontsdir - Simplify FONTDIR - Cleanup Makefile * - Remove leading indefinite article from COMMENTsunpoet2014-07-231-14/+11 | | | | | - Cosmetic change - Take maintainership * Revert updating fontsproto 2.1.3 (only works for libXfont >= 1.5)bapt2014-07-214-7/+8 | | | | | | | Revert updating libXfonts 1.5.0 (only works with xorg-server >= 1.16.0) Update libXfonts to 1.4.8 which was the intention at the beginning... Pointyhay to: bapt * Update to 1.5.0bapt2014-07-216-613/+4 | | | | Strip binaries * Update to 2.1.3bapt2014-07-212-3/+3 | * x11-fonts/indic-ttf: Restore missing MALAYALAM option, then clean upmarino2014-07-211-42/+20 | | | | | | | | | | | | The MALAYALAM option was in place but not actually defined, so it apparently got lost somewhere along the way. Restore it, then simplify the port using OPTIONS_SUB=yes. The definitions of FONTSDIR and CONFAVAILDIR weren't liked on DragonFly poudriere so those were reworked to something more robust. While here pet portlint and do some cosmetic alignments. PR: 190822 Submitted by: Christopher Hall * x11-fonts/wqy: clean up pkg-plist after stage attemptmarino2014-07-192-3/+4 | * x11-fonts/alef: small fixes in Makefilepi2014-07-181-2/+3 | | | | | PR: 191944 Submitted by: cjpugmed@gmail.com (maintainer) * x11-fonts/alef: fix COMMENTpi2014-07-181-1/+1 | | | | Submitted by: Eitan Adler * New port: x11-fonts/alefpi2014-07-185-0/+54 | | | | | | | | | | | | | | Alef has been designed to meet very high standards whilst at a very small size. It was created under the consideration of its primary use for digital media, and overcomes great challenges in the rendition of small characters and cross-platform adjustment. The font supports Hebrew and various European Languages. WWW: http://alef.hagilda.com/ PR: 191939 Submitted by: cjpugmed@gmail.com (maintainer) * Fix plist: add missing OTF fonts.kevlo2014-07-162-0/+29 | | | | Pointed out: lwhsu * Noto is Google's font family that aims to support all the world's languages.kevlo2014-07-165-0/+161 | | | | Its design goal is to achieve visual harmonization across languages. * Add DOCS option to the remaining staged ports where PORTDOCS appearsadamw2014-07-162-0/+4 | | | | in the plist. * x11-fonts/cyberbit-ttfonts: stage, assign maintainership to submitter, cleanupswills2014-07-166-94/+47 | | | | | | | | | | | | - Stage - Assign maintainership to submitter - Fix grammar in COMMENT - Cleanup installation - Cleanup docs - Use pkg-message instead of ${ECHO_CMD} PR: 191854 Submitted by: A.J. "Fonz" van Werven <freebsd@skysmurf.nl> * Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.adamw2014-07-163-0/+6 | * Remove NOPORTDOCS and NOPORTEXAMPLES from unstaged ports. Stage a couple whileadamw2014-07-052-23/+15 | | | | | | we're here. Remove any other references to NOPORT*. Approved by: portmgr (blanket for modernization) * Remove NOPORTDOCS.adamw2014-07-051-4/+2 | * - Update from 3.108 to 3.110danilo2014-07-054-22/+14 | | | | | | | - Update WWW and MASTER_SITES PR: ports/191608 Submitted by: Horia Racoviceanu <horia@racoviceanu.com> * 1: Stagify.vanilla2014-07-042-15/+4 | | | | 2: use @fcfontsdir. * 1: Stagify.vanilla2014-07-042-10/+9 | | | | | 2: use @fontsdir 3: add depends to makefontscale, bump version. * Stagify, use @fcfontsdir.vanilla2014-07-042-22/+17 | * Stagify, use @fcfontsdir on pkg-plist.vanilla2014-07-042-21/+6 | * 1: Stagify.vanilla2014-07-042-51/+16 | | | | 2: use @fcfontsdir. * 1: Stagify.vanilla2014-07-042-20/+9 | | | | | 2: USES=tar:bzip2 3: use @fc. * Stagify, switch to use @fontsdir.vanilla2014-07-042-12/+3 | * Stagify.vanilla2014-07-042-19/+5 | * Stagifybapt2014-07-032-23/+12 | | | | | | | | | | | While I'm here: - Reassign maintainership - Use @fontsdir instead of custom code - Do not run mkfontdir/mkfontscale while building the package - Remove mkfontdir/mkfontscale from build depends PR: 191568 Submitted by: lgfbsd@be-well.ilk.org * Unbreak INDEXantoine2014-07-031-1/+0 | * Unbreak INDEXantoine2014-07-031-1/+0 | * x11-fonts/paratype,x11-fonts/profont: STAGEifybsam2014-07-032-17/+8 | * Use options and stagingbf2014-07-032-6/+18 | * x11-fonts/doulos{,-compact}: STAGEifybsam2014-07-032-28/+8 | * First batch at resetting maintainership on ports that have not been staged andbapt2014-07-0310-10/+10 | | | | | | without any pending PR With hat: portmgr * - Convert x11-toolkits/neXtaw to USES=libtool and bump dependent portstijl2014-07-012-7/+5 | | | | - Add stage support to x11-fonts/nexfontsel * Adjust COMMENT to the current nitpicking standards.rakuco2014-06-291-1/+1 | * - Fix Q/A testmiwi2014-06-281-1/+2 | | | | Fix Suggested by: antoine * - Chase database/sqlite3 slib bumpmiwi2014-06-281-1/+1 | | | | Approved by: portmgr (myself) * Add x11-fonts/hasklig.rakuco2014-06-285-0/+41 | | | | | | | | | | | Hasklig is a Haskell code font with monospaced ligatures based on Source Code Pro font. It adds nice representations of such operators like (->), (>>=), (-<) and so on. WWW: http://github.com/i-tu/Hasklig PR: 191152 Submitted by: arrowdodger <6yearold@gmail.com> * - Stage supportmiwi2014-06-282-14/+9 | | | | PR: 190782 * - Update to 3.108miwi2014-06-275-60/+95 | | | | | | | | | | | | | | - Change MASTER_SITES, use canonical and mirror [1] - Add Technical Documentation and UFO source files [1] - Add USES=zip - Remove TTF - Remove SUB_LIST - Change pkg-descr, pkg-plist and pkg-message - Remove x11-fonts/mkfontdir from BUILD_DEPENDS and pkg-plist - Remove mkfontscale from pkg-plist - Remove X font server instructions from pkg-message PR: 190810 * Convert GMAKE to MAKE_CMDbapt2014-06-251-1/+1 | | | | | | | Please note that lots of invocation of MAKE_CMD here are wrong as they do not properly respect MAKE_ENV and friends With hat: portmgr * Switch back to @fc now that pkg_install to support itbapt2014-06-121-3/+1 | * Fix up @fc for traditional pkg_add/pkg_create systems,mandree2014-06-122-2/+4 | | | | | | using @exec/@unexec fc-cache -s %%PREFIX%%/%%FONTDIR%% and @dirrmtry. Approved by: portmgr (blanket "just fix it" approval) * Update to 4.39zeising2014-06-122-3/+3 | * - updates MAINTAINERcs2014-06-111-4/+6 | | | | | | | | | | - adds new maintainer's mirror to MASTER_SITES - eliminates "deprecated" use of MASTER_SITE_SUBDIR - adds specification of LICENSE - removes erroneous "x11" entry in CATEGORIES PR: 190657 Submitted by: A.J. "Fonz" van Werven * Add staging support.olgeni2014-06-112-107/+102 | | | | - Use @fontsdir in pkg-plist. * Add staging support.olgeni2014-06-112-86/+82 | | | | - Use @fontsdir in pkg-plist. * Add staging support and cleanup.olgeni2014-06-103-63/+55 | | | | - Use @fontsdir in pkg-plist. * Misc. improvements.olgeni2014-06-102-47/+52 | | | | | | | - Add LICENSE and remove license file from package. - Convert USE_BZIP2 to USES. - Add RUN_DEPENDS to fc-cache. - Use @fc in pkg-plist. * Add staging support and cleanup.olgeni2014-06-103-137/+121 | | | | - Use @fc in pkg-plist. * Support staging. The vendor's Makefile uses DESTDIR for its own purposesmi2014-06-102-6/+5 | | | | | -- it had to be renamed, because staging uses the same variable (without advertising it). * Add staging support.olgeni2014-06-102-39/+33 | | | | | | - Fix COMMENT. - Use the @fc keyword in pkg-plist. - General cleanup. * - Add stage supportdanilo2014-06-091-4/+3 | | | | | PR: ports/190801 Submitted by: Carlos Jacobo Puga Medina <cjpugmed@gmail.com> * - Convert USE_BZIP2 to USESdanilo2014-06-091-2/+1 | * Remove all space characters from Makefile assignments.olgeni2014-06-091-1/+1 | | | | | | | No functional changes included. CR: D193 (except math/sedumi) Approved by: portmgr (bapt) * - Update to 20131208madpilot2014-06-072-10/+7 | | | | | | | - Stagify PR: 190385 Submitted by: lichray@gmail.com (maintainer) * - Stage supportmiwi2014-06-041-17/+6 | | | | | PR: 190173 Submitted by * - Stage supportmiwi2014-06-031-5/+3 | * Multiple ports: reset maintainerseadler2014-05-262-2/+2 | | | | | | | | | | | | | | Maintainers for these ports have been notified on 5 separate occasions over the course of several months about pending actions required. We really appreciate the time and effort you put in to maintain these ports. If you are still interested in helping to maintain these ports just reply to me or file a PR and I will happily assign the port to you again. Approved by: portmgr (implicit) * Update to 1.6.3.rakuco2014-05-262-4/+4 | | | | | | | | Changes since v1.6.1: 1.6.2 - Make `+` symmetrical, align dots in `:` and `;`. 1.6.3 - Add block characters. Make the underscore visible on Windows. Generate better CSS. * Whitespace (fix portlint warnings).olgeni2014-05-181-1/+0 | * Unbreak with working MASTER_SITES.olgeni2014-05-181-2/+5 | | | | | PR: ports/189908 Submitted by: Jonas Hofmann <freebsd-pr@jhofmann.se> * Unbreak with working MASTER_SITES.olgeni2014-05-181-5/+5 | | | | | PR: ports/189908 Submitted by: Jonas Hofmann <freebsd-pr@jhofmann.se> * Update to 2.92.rakuco2014-05-173-35/+33 | | | | | | | | | | | | Packaging changes include: - Staging support. - Switch LICENSE to MIT following what upstream has done. - My repackaged tarball now contains the source BDF files, and the PCF files are generated as part of the build process to follow what upstream does more closely. To be clear, the only reason for me to keep a repackaged tarball is the fact that upstream just hosts a "dina.zip" with no version information and which can change at any moment. * Move to USES=tar:bzip2garga2014-05-162-2/+2 | * Fix X Font Service Protocol and Font metadata file handling vulnabilitieskwm2014-05-145-1/+610 | | | | | | Obtained from: upstream MFH: 2014Q2 Security: b060ee50-daba-11e3-99f2-bcaec565249c * Mark as BROKEN: does not fetch.olgeni2014-05-131-0/+1 | | | | Noticed by: swills * Mark as BROKEN: does not fetch.olgeni2014-05-131-0/+2 | | | | Noticed by: swills * Convert to USES=libtool:keepla tar:bzip2.tijl2014-05-122-4/+4 | * - Support stagingamdmi32014-05-112-12/+3 | | | | Approved by: portmgr blanket * Sync text of LEGAL and RESTRICTED for x11-fonts/sharefonts.olgeni2014-05-111-2/+2 | * Sync text of LEGAL and RESTRICTED for x11-fonts/freefonts.olgeni2014-05-111-2/+8 | * - Support staging.rakuco2014-05-112-16/+4 | | | | | | | - Stop calling fontconfig on installation and deinstallation: fontconfig should be smart enough to manage its cache automatically. - Stop depending on and using mkfont{dir,scale}. Even though this is not a TTF font, most programs already use freetype and fontconfig. * Drop maintainership.rakuco2014-05-111-1/+1 | | | | | | | I haven't used those fonts in a long while, and upstream has disappeared years ago. Approved by: portmgr (implicit) * - Support staging.rakuco2014-05-114-29/+5 | | | | | | | | | - Remove pkg-message about editing xorg.conf, this should not be needed at all. - Stop calling fontconfig on installation and deinstallation: for one, we were not depending on fontconfig to begin with, and fontconfig should be smart enough to manage its cache automatically anyway. - Stop depending on and using mkfont{dir,scale}, this is a TTF font. * - Support staging.rakuco2014-05-113-30/+4 | | | | | | | | | - Remove pkg-message about editing xorg.conf, this should not be needed at all. - Stop calling fontconfig on installation and deinstallation: for one, we were not depending on fontconfig to begin with, and fontconfig should be smart enough to manage its cache automatically anyway. - Stop depending on and using mkfont{dir,scale}, this is a TTF font.