1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

- Correct MAN1 handling.

- Fix compilation with gcc 4.2.

Mostly submitted by:	dougb
This commit is contained in:
Jun Kuriyama 2007-06-02 03:00:51 +00:00
parent 3ecc8b8113
commit 8778f5ffc5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=192565
6 changed files with 31 additions and 1 deletions

View File

@ -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>

View 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[] = {};

View 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 };

View 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",

View 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",

View File

@ -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