While here doing some portlint petting.
Switch to USES gmake and pathfix.
GNOME_DESKTOP_VERSION is ment for bsd.gnome.mk internal only, remove it.
Reported by: bapt [1]
- Always install manual pages like we normally do
- Cleanup Makefile header and COMMENT line while here
- Synchronize port description text with upstream
Reported by: pointyhat-west
- Update to 0.6
- Trim Makefile header
- Fix space for WWW in pkg-descr
Changes: http://dist.epipe.com/downtimed/NEWS
PR: ports/180892
Submitted by: Janne Snabb <snabb epipe.com> (maintainer)
- Define LICENSE (GPLv3), improve on COMMENT
- Convert USE_GMAKE to USES (gmake)
- Drop GNU_CONFIGURE, USE_AUTOTOOLS implies it
- Reformat port description (now perfectly aligned on both sides)
Reported by: pointyhat-west
Unfortunately, this also affects some ports using QT3 as a GUI toolkit.
Changes to infrastructure files:
- bsd.kde.mk : obsolete, remove
- bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while
- CHANGES : document the removals from bsd.port.mk
- KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead)
- MOVED : add the removed ports
PR: ports/180745
Submitted by: rene
Approved by: portmgr (bapt)
Exp-run by: bapt
allowed my 4-core Q9550 to build it -- but there might be more, since
quality of this software (esp. makefiles) is not particularly high
- Try to respect CFLAGS in addition to CC, wrap one overly long line
- Cleanup Makefile while here: trim header, sort the knobs, employ USES
- Convert NOPORTDOCS -> PORT_OPTIONS:MDOCS, add OPTIONS_DEFINE, etc.
Reported by: pointyhat-west
2013-07-25 sysutils/rsyslog6-devel-pgsql: Use sysutils/rsyslog7
2013-07-25 sysutils/rsyslog6-devel-gnutls: Use sysutils/rsyslog7
2013-07-25 sysutils/rsyslog6-devel-snmp: Use sysutils/rsyslog7
2013-07-25 sysutils/rsyslog6-devel-rfc3195: Use sysutils/rsyslog7
2013-07-25 sysutils/rsyslog6-devel-mysql: Use sysutils/rsyslog7
2013-07-25 sysutils/rsyslog6-devel-relp: Use sysutils/rsyslog7
2013-07-25 sysutils/rsyslog6-devel-dbi: Use sysutils/rsyslog7
2013-07-25 sysutils/rsyslog6-devel-gssapi: Use sysutils/rsyslog7
2013-07-25 sysutils/rsyslog6-devel: Use sysutils/rsyslog7
===> Applying extra patch /home/bapt/ports/sysutils/usbhotkey/files/extra-patch-main.c
1 out of 1 hunks failed--saving rejects to main.c.rej
Reported by: pkg-fallout
The MASTER_SITES of the current version of gkrelltop, 2.2.6 has disappeared.
The project moved to SourceForge, but the earliest version available there
is 2.2.7. However, 2.2.7 failed to build on FreeBSD 8.4 i386 and
FreeBSD 9.1 amd64. Version 2.2.13, the latest, fails to build on all
platforms, including DragonFly. Upgrading to version 2.2.10 results in
successful builds on all platforms.
Also, the header was trimmed and USE_GMAKE was replaced with USES+=gmake.
PR: ports/178534
Approved by: bapt (mentor), maintainer timeout (~10 weeks)
The previous commit added an unzip command without the unzip dependency.
Restore build by adding dependency and clean up portlint warnings.
Approved by: bapt (mentor), maintainer
be used to generate one of those nifty terminal theme information + ASCII
distribution logos you see in everyone's screenshots nowadays. It will
auto-detect your distribution and display an ASCII version of that
distribution's logo and some valuable information to the right. There are
options to specify no ascii art, colors, taking a screenshot upon displaying
info, and even customizing the screenshot command! This script is very easy to
add to and can easily be extended.
WWW: https://github.com/KittyKatt/screenFetch
- issue #21 was fixed locally via console or via terminal emulator
however issues exists if using a standard remote session is being
investigated: http://code.google.com/p/jvmtop/issues/detail?id=21
- add in post-install message noting to user to use jvmtop under a terminal
emulation program ( sysutils/tmux or sysutils/screen )
From Changelog:
- New Feature: jvmtop does now include a sampling-based CPU Profiler
- jvmtop does now support FreeBSD, fixing the issue #21 and issue #22
- refresh rate can now be configured, using argument --delay <interval>
minor fixes