Index: head/x11-clocks/abclock/Makefile =================================================================== --- head/x11-clocks/abclock/Makefile (revision 513893) +++ head/x11-clocks/abclock/Makefile (revision 513894) @@ -1,27 +1,28 @@ # Created by: Chris D. Faulhaber # $FreeBSD$ PORTNAME= abclock PORTVERSION= 1.0d -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-clocks -MASTER_SITES= http://odur.let.rug.nl/~kleiweg/abclock/ +MASTER_SITES= https://www.let.rug.nl/~kleiweg/abclock/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= m.ne@gmx.net COMMENT= Clock for X that displays hours and minutes in an analog fashion -BROKEN= unfetchable -DEPRECATED= Unfetchable, unmaintained -EXPIRATION_DATE= 2019-10-16 +LICENSE= GPLv2+ -PLIST_FILES= bin/abclock bin/abc_img +PLIST_FILES= bin/abc_img \ + bin/abclock -MAKE_ARGS= CC="${CC}" OPT="${CFLAGS}" +MAKE_ARGS= CC="${CC}" \ + OPT="${CFLAGS}" +USES= xorg USE_XORG= x11 xau xdmcp do-install: ${INSTALL_PROGRAM} ${WRKSRC}/abclock ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/abc_img ${STAGEDIR}${PREFIX}/bin .include Index: head/x11-clocks/abclock/files/patch-Makefile =================================================================== --- head/x11-clocks/abclock/files/patch-Makefile (revision 513893) +++ head/x11-clocks/abclock/files/patch-Makefile (revision 513894) @@ -1,25 +1,25 @@ ---- Makefile.orig Fri Nov 24 16:58:00 2006 -+++ Makefile Fri Nov 24 16:59:18 2006 +--- Makefile.orig 2003-08-26 22:00:00 UTC ++++ Makefile @@ -1,18 +1,13 @@ .SUFFIXES: -CC = gcc +#CC = gcc -OPT = -s -Wall +OPT = $(CFLAGS) -s -Wall -XLIBDIR = -L/usr/X11/lib -L/usr/X11R6/lib -L/usr/X11R5/lib -L/usr/X11R4/lib \ - -L/usr/lib/X11 -L/usr/lib/X11R6 -L/usr/lib/X11R5 -L/usr/lib/X11R4 +XLIBDIR = -L$(LOCALBASE)/lib -XINCLUDEDIR = -I/usr/X11/include -I/usr/X11R6/include -I/usr/X11R5/include -I/usr/X11R4/include \ - -I/usr/include/X11 -I/usr/include/X11R6 -I/usr/include/X11R5 -I/usr/include/X11R4 \ - -I/usr/local/X11/include -I/usr/local/X11R6/include -I/usr/local/X11R5/include -I/usr/local/X11R4/include \ - -I/usr/local/include/X11 -I/usr/local/include/X11R6 -I/usr/local/include/X11R5 -I/usr/local/include/X11R4 \ - -I/usr/X386/include -I/usr/x386/include -I/usr/XFree86/include/X11 -I/usr/local/x11r5/include +XINCLUDEDIR = -I$(LOCALBASE)/include all: abclock abc_img Index: head/x11-clocks/abclock/files/patch-abclock.c =================================================================== --- head/x11-clocks/abclock/files/patch-abclock.c (revision 513893) +++ head/x11-clocks/abclock/files/patch-abclock.c (revision 513894) @@ -1,11 +1,11 @@ ---- abclock.c.orig Tue Aug 15 11:25:10 2000 -+++ abclock.c Tue Aug 15 11:43:06 2000 -@@ -29,7 +29,7 @@ +--- abclock.c.orig 2006-03-13 07:51:41 UTC ++++ abclock.c +@@ -30,7 +30,7 @@ #include #include #include -#include +#include #include #include Index: head/x11-clocks/abclock/pkg-descr =================================================================== --- head/x11-clocks/abclock/pkg-descr (revision 513893) +++ head/x11-clocks/abclock/pkg-descr (revision 513894) @@ -1,5 +1,5 @@ Analogue Bitmap Clock displays the current time with hours and minutes in an analogue fashion but unlike the traditional clock; unlike ordinary analogue clocks, this design is clear even in very small bitmaps. -WWW: http://odur.let.rug.nl/~kleiweg/abclock/ +WWW: https://www.let.rug.nl/~kleiweg/abclock/