summaryrefslogtreecommitdiff
path: root/sysutils/gkrellm2 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sysutils/gkrellm2: Add CPE informationBernhard Froehlich2021-08-311-1/+1
| | | | Approved by: portmgr (blanket)
* Clean up all commented PORTREVISION and PORTEPOCH linesTobias Kortkamp2021-04-191-1/+1
| | | | | | | | | No revision bump tool that we have cleans them up or deals with them, so we end up with duplicated lines. Instead of implementing that just clean up the 51 ports that do this. PORTREVISION and PORTEPOCH can be set to 0 explicitly instead if you need a reminder or placeholder.
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-1/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Add USES={gl,gnome,mate,sdl,xorg} missed in the last roundTobias Kortkamp2019-11-141-2/+2
|
* Sprinkle more USES=xorgNiclas Zeising2019-11-071-0/+1
|
* Drop the ipv6 virtual category for s* category as it is not relevant anymoreBaptiste Daroussin2019-10-091-1/+1
|
* Update to 2.3.11.Hajimu UMEMOTO2019-07-312-5/+5
|
* Remove WANT_GNOME and HAVE_GNOME.Mathieu Arnold2017-10-121-1/+0
| | | | | | Approved by: bapt kwm Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12643
* Make it compilable on FreeBSD 12 after struct inpcb and struct tcpcb wereGleb Smirnoff2017-03-212-5/+21
| | | | stopped being exported.
* Update to 2.3.10.Hajimu UMEMOTO2016-10-242-4/+4
|
* Update to 2.3.9.Hajimu UMEMOTO2016-10-122-4/+4
|
* Update to 2.3.8.Hajimu UMEMOTO2016-09-083-15/+6
|
* Cleanup $() variables in ports Makefiles.Mathieu Arnold2016-07-201-1/+1
| | | | | | | Mostly replace with ${}, but sometime, replace with $$() because it is what was intended in the first place. (I think.) Sponsored by: Absolight
* Update to 2.3.7.Hajimu UMEMOTO2016-06-056-93/+47
|
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-1/+1
| | | | | With hat: portmgr Sponsored by: Absolight
* - Update security/gnutls to 3.4.10.Tijl Coosemans2016-03-271-9/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | - 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)
* - Use OPTIONS helper.Hajimu UMEMOTO2015-11-1211-102/+64
| | | | | - Use @sample. - Re-generate patches to make portlint happy.
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight
* Fix build on HEAD.Hajimu UMEMOTO2015-05-011-1/+1
| | | | Spotted by: pkg-fallout
* - Try to fix build after SMBus change (r281985). [1]Hajimu UMEMOTO2015-04-292-0/+24
| | | | | | - Rename patch. Spotted by: pkg-fallout [1]
* Cleanup plistAntoine Brodin2014-11-221-7/+3
|
* Rename sysutils/ patch-xy patches to reflect the files they modify.Adam Weinberger2014-07-295-0/+0
|
* - Replace security/gnutls with security/gnutls3 and update to 3.2.15Tijl Coosemans2014-07-231-1/+1
| | | | | | | | | | | | - Bump PORTREVISION on all ports that depend on security/gnutls and adjust all ports that depend on security/gnutls3 - Update mail/anubis to version 4.2 which supports gnutls 3.x - Update mail/libvmime to a development snapshot (recommended by upstream developers) PR: 191274 Exp-run by: antoine Approved by: portmgr (antoine)
* Remove indefinite articles and trailing periods from COMMENT, plusJimmy Olgeni2014-07-171-1/+1
| | | | | | | | | minor COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Categories P-S. CR: D422 Approved by: portmgr (bapt)
* Don't expose STAGEDIR into installed binary nor .pc.Hajimu UMEMOTO2014-06-174-22/+66
|
* - Convert USE_BZIP2 to USESDmitry Marakasov2014-06-031-2/+1
| | | | Approved by: portmgr blanket
* We don't need LICENSE_FILE for GPLv3.Hajimu UMEMOTO2013-12-301-1/+0
|
* - avoid package name collisions.Hajimu UMEMOTO2013-10-122-2/+2
| | | | | - shorten pkg-descr. - use USES=gmake.
* enable stage.Hajimu UMEMOTO2013-10-042-44/+27
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | sysutils)
* - Add USES+=pkgconfig to fix build. [1]Hajimu UMEMOTO2013-08-112-3/+3
| | | | | | | | - Convert USE_GMAKE=yes to USES+=gmake. - Use WWW: with a single space to make portlint happy. PR: ports/181098 [1] Submitted by: CyberLeo <cyberleo__at__cyberleo.net> [1]
* Fix build with recent binutilsBaptiste Daroussin2013-07-281-0/+2
|
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | Approved by: portmgr (bapt)
* - Add UPDATING entry for gnutls updateRoman Bogorodskiy2013-02-051-1/+1
| | | | - Chase shlib version bump for dependant ports
* - Use OPTIONS_RADIO for OpenSSL/GnuTLS selection.Hajimu UMEMOTO2012-12-161-15/+7
| | | | | | - Add DOCS to OPTIONS. - Remove ABI version numbers from LIB_DEPENDS. - Trim Makefile header.
* Move the rc.d scripts of the form *.sh.in to *.inDoug Barton2012-08-052-1/+1
| | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op
* - The descprition of NTLM option is in bsd.options.desc.mk, now.Hajimu UMEMOTO2012-07-011-10/+6
| | | | - Use OPTIONS_SINGLE for OpenSSL/GnuTLS selection.
* Convert to use new OPTIONS framework.Hajimu UMEMOTO2012-06-161-32/+32
|
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
|
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other.
* The vast majority of pkg-descr files had the following format when theyDoug Barton2011-10-241-1/+0
| | | | | | | | | | | | | | | | had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues
* Remove more tags from pkg-descr files fo the form:Doug Barton2011-10-241-4/+2
| | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file.
* Chase security/gnutls update and add an UPDATING entry.Roman Bogorodskiy2011-06-051-2/+2
|
* Skip uninterested interfaces such as USB devices added to ifaddersHajimu UMEMOTO2011-05-032-1/+16
| | | | in recent RELENG_8.
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
|
* Update to 2.3.5.Hajimu UMEMOTO2010-10-086-163/+65
|
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
|
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi