ICT: Diary
D: 28 W: 05
| < | February 2014 | > | ||||
| Sun | Mon | Tue | Wed | Thu | Fri | Sat |
|---|---|---|---|---|---|---|
| 1 | ||||||
| 2 | 3 | 4 | 5 | 6 | 7 | 8 |
| 9 | 10 | 11 | 12 | 13 | 14 | 15 |
| 16 | 17 | 18 | 19 | 20 | 21 | 22 |
| 23 | 24 | 25 | 26 | 27 | 28 | |
[ < ]
Monday, 24 February 2014 [ >
]
redshift
Set about updating redshift to 1.8, this involved a couple of simple changes to the Makefile:
port:fred /usr/ports/misc/redshift> cvs diff -uN Makefile
Index: Makefile
===================================================================
RCS file: /cvs/ports/misc/redshift/Makefile,v
retrieving revision 1.17
diff -u -p -u -r1.17 Makefile
--- Makefile 27 Sep 2013 17:49:06 -0000 1.17
+++ Makefile 24 Feb 2014 22:31:51 -0000
@@ -2,9 +2,9 @@
COMMENT= automatic color temperature adjustment
-V= 1.7
+V= 1.8
DISTNAME= redshift-${V}
-REVISION= 5
+REVISION= 0
EXTRACT_SUFX= .tar.bz2
CATEGORIES= misc
@@ -38,6 +38,6 @@ CONFIGURE_ARGS= --enable-randr \
--enable-gnome-clock \
--enable-gui
-MODPY_ADJ_FILES= src/gtk-redshift/gtk-redshift
+MODPY_ADJ_FILES= src/redshift-gtk/redshift-gtk
.include
and the following make commands:
fetch-all makesum checksum extract build fake plist install in order.
Need to add a comment about the gtk name change to redshift-gtk.
OpenSCAD
Time to test clang build and current code…
$Id: dates.htm,v 1
$Id: diary,v 1.38 2025/01/01 22:43:54 fred Exp $