mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
- Correct MAN1 handling.
- Fix compilation with gcc 4.2. Mostly submitted by: dougb
This commit is contained in:
parent
3ecc8b8113
commit
8778f5ffc5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=192565
@ -17,7 +17,6 @@ COMMENT= New flavor of asclock
|
||||
|
||||
WRKSRC= ${WRKDIR}/asclock-xlib
|
||||
USE_XPM= YES
|
||||
MAN1= asclock.1
|
||||
|
||||
.if defined(BATCH)
|
||||
USE_IMAKE= YES
|
||||
@ -46,5 +45,6 @@ post-install:
|
||||
${MKDIR} ${PREFIX}/share/asclock/${i}; \
|
||||
${INSTALL_DATA} *.xpm config ${PREFIX}/share/asclock/${i}/ )
|
||||
.endfor
|
||||
cd ${WRKSRC} && ${MAKE} install.man
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
5
x11-clocks/asclock-xlib/files/patch-beats-led.xpm
Normal file
5
x11-clocks/asclock-xlib/files/patch-beats-led.xpm
Normal file
@ -0,0 +1,5 @@
|
||||
--- themes/beats/led.xpm Sat Feb 20 14:54:43 1999
|
||||
+++ themes/beats/led.xpm Tue May 29 00:20:55 2007
|
||||
@@ -1 +1 @@
|
||||
-char *led_xpm[];
|
||||
+static char *led_xpm[] = {};
|
6
x11-clocks/asclock-xlib/files/patch-beats.xpm
Normal file
6
x11-clocks/asclock-xlib/files/patch-beats.xpm
Normal file
@ -0,0 +1,6 @@
|
||||
--- themes/Freeamp/beats.xpm.orig Sat Jun 2 11:33:56 2007
|
||||
+++ themes/Freeamp/beats.xpm Sat Jun 2 11:34:00 2007
|
||||
@@ -1,2 +1,2 @@
|
||||
-static char *beats_xpm[] = { NULL };
|
||||
+char *beats_xpm[] = { NULL };
|
||||
|
9
x11-clocks/asclock-xlib/files/patch-classic-led.xpm
Normal file
9
x11-clocks/asclock-xlib/files/patch-classic-led.xpm
Normal file
@ -0,0 +1,9 @@
|
||||
--- themes/classic/led.xpm Sat Feb 20 01:51:50 1999
|
||||
+++ themes/classic/led.xpm Tue May 29 00:21:00 2007
|
||||
@@ -1,5 +1,5 @@
|
||||
/* XPM */
|
||||
-char * led_xpm[] = {
|
||||
+static char * led_xpm[] = {
|
||||
"135 11 3 1",
|
||||
" c #282828",
|
||||
"O c #00df00",
|
9
x11-clocks/asclock-xlib/files/patch-shaped-led.xpm
Normal file
9
x11-clocks/asclock-xlib/files/patch-shaped-led.xpm
Normal file
@ -0,0 +1,9 @@
|
||||
--- themes/shaped/led.xpm Sat Feb 20 00:49:20 1999
|
||||
+++ themes/shaped/led.xpm Tue May 29 00:21:06 2007
|
||||
@@ -1,5 +1,5 @@
|
||||
/* XPM */
|
||||
-char * led_xpm[] = {
|
||||
+static char * led_xpm[] = {
|
||||
"135 11 3 1",
|
||||
" c #282828",
|
||||
"O c #00df00",
|
@ -1,4 +1,5 @@
|
||||
bin/asclock
|
||||
man/man1/asclock.1.gz
|
||||
share/asclock/Freeamp/beats.xpm
|
||||
share/asclock/Freeamp/clock.xpm
|
||||
share/asclock/Freeamp/config
|
||||
|
Loading…
Reference in New Issue
Block a user