This removes the dependency on the games distribution.
While here, unsuppress build and installation commands for all ports
that pull in generic makefile fragment.
Unfortunately the tecnik93.com server is down. I don't know if its
transient or if its been down a long time, but mark the port BROKEN
(unfetchable) as a result.
Approved by: general blanket
This removes the dependency on the games distribution.
While here, unsuppress build and installation commands and pet portlint.
Approved by: general blanket
This is a copy of strfile(8) with a "fortune_" prefix. It's intended
to replace the /usr/games/strfile runtime dependency for fortune ports
that require the games distribution to be installed.
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)
timediff is a simple command line tool to show time pairs
between target timezone and localtime.
$ date
Mon Aug 29 23:10:36 EDT 2016
$ timediff Tokyo
2016-08-30 12:10 JST 2016-08-29 23:10 EDT
2016-08-30 13:10 JST 2016-08-30 00:10 EDT
2016-08-30 14:10 JST 2016-08-30 01:10 EDT
2016-08-30 15:10 JST 2016-08-30 02:10 EDT
2016-08-30 16:10 JST 2016-08-30 03:10 EDT
2016-08-30 17:10 JST 2016-08-30 04:10 EDT
2016-08-30 18:10 JST 2016-08-30 05:10 EDT
2016-08-30 19:10 JST 2016-08-30 06:10 EDT
2016-08-30 20:10 JST 2016-08-30 07:10 EDT
2016-08-30 21:10 JST 2016-08-30 08:10 EDT
The answer is 14:10 JST.
Here is short history of timediff.
timediff is written by Minmin (is a nickname of github account).
He showed it in 20th FreeBSD Workshop Tokyo on Aug, 1st.
WWW: https://github.com/belgianbeer/timediff
PR: 212255
Submitted by: Naito Yuichiro <naito.yuichiro@gmail.com>
Reviewed by: feld (mentor)
Approved by: feld (mentor)
Remove MANIFEST files from 11.0-BETA4, removed from mirrors.
Approved by: bdrewery (maintainer, implicit, re@ blanket)
Sponsored by: The FreeBSD Foundation
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
Remove 11.0-BETA3 MANIFEST files, removed from the mirrors.
Approved by: bdrewery (maintainer, implicit, re@ blanket)
Sponsored by: The FreeBSD Foundation
Remove 11.0-BETA1 and 11.0-BETA2, which have been removed from
the mirrors.
Approved by: bdrewery (maintainer, implicit, re blanket)
Sponsored by: The FreeBSD Foundation