Upgrade 2.5.1 --> 2.5.2
This commit is contained in:
parent
43452809ef
commit
ed834aa62d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=62275
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= fvwm
|
||||
PORTVERSION= 2.5.1
|
||||
PORTVERSION= 2.5.2
|
||||
CATEGORIES= x11-wm
|
||||
MASTER_SITES= ftp://ftp.fvwm.org/pub/fvwm/version-2/ \
|
||||
http://www.fvwm.org/generated/icon_download/
|
||||
@ -56,7 +56,8 @@ MAN1= FvwmAnimate.1 FvwmAuto.1 FvwmBacker.1 FvwmBanner.1 FvwmButtons.1 \
|
||||
FvwmTheme.1 FvwmWharf.1 FvwmWinList.1 fvwm-menu-desktop.1 \
|
||||
fvwm-menu-directory.1 fvwm-menu-headlines.1 fvwm-menu-xlock.1 \
|
||||
fvwm2.1 xpmroot.1 fvwm-config.1 fvwm-root.1 fvwm-bug.1 \
|
||||
fvwm.1 fvwm-convert-2.2.1 fvwm-convert-2.4.1 fvwm-convert-2.6.1
|
||||
fvwm.1 fvwm-convert-2.2.1 fvwm-convert-2.4.1 fvwm-convert-2.6.1 \
|
||||
FvwmPerl.1 fvwm-perllib.1
|
||||
|
||||
post-extract:
|
||||
@${MKDIR} ${WRKDIR}/icons
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (fvwm-2.5.1.tar.bz2) = 78be934e864be21ff5f2a39ede69825a
|
||||
MD5 (fvwm-2.5.2.tar.bz2) = 16184df73c7693b551b1d0cc77d4c9c7
|
||||
MD5 (fvwm_icons.tgz) = de6c2822f1f6d43a0e1daddd0c7a8665
|
||||
|
@ -1,11 +1,11 @@
|
||||
--- modules/FvwmM4/FvwmM4.c.orig Fri Feb 2 16:04:52 2001
|
||||
+++ modules/FvwmM4/FvwmM4.c Fri Feb 2 16:05:02 2001
|
||||
@@ -69,7 +69,7 @@
|
||||
int m4_prefix; /* Do GNU m4 prefixing (-P) */
|
||||
char m4_options[BUFSIZ]; /* Command line options to m4 */
|
||||
char m4_outfile[BUFSIZ] = ""; /* The output filename for m4 */
|
||||
-char *m4_prog = "m4"; /* Name of the m4 program */
|
||||
+char *m4_prog = "gm4"; /* Name of the m4 program */
|
||||
int m4_default_quotes; /* Use default m4 quotes */
|
||||
char *m4_startquote = "`"; /* Left quote characters for m4 */
|
||||
char *m4_endquote = "'"; /* Right quote characters for m4 */
|
||||
--- modules/FvwmM4/FvwmM4.c.orig Tue Jun 18 04:53:39 2002
|
||||
+++ modules/FvwmM4/FvwmM4.c Mon Jul 1 00:02:14 2002
|
||||
@@ -71,7 +71,7 @@
|
||||
int m4_prefix_defines; /* Add "m4_" to the names of the defines */
|
||||
char m4_options[BUFSIZ]; /* Command line options to m4 */
|
||||
char m4_outfile[BUFSIZ] = ""; /* The output filename for m4 */
|
||||
-char *m4_prog = "m4"; /* Name of the m4 program */
|
||||
+char *m4_prog = "gm4"; /* Name of the m4 program */
|
||||
int m4_default_quotes; /* Use default m4 quotes */
|
||||
char *m4_startquote = "`"; /* Left quote characters for m4 */
|
||||
char *m4_endquote = "'"; /* Right quote characters for m4 */
|
||||
|
@ -7,6 +7,7 @@ bin/fvwm-menu-desktop
|
||||
bin/fvwm-menu-directory
|
||||
bin/fvwm-menu-headlines
|
||||
bin/fvwm-menu-xlock
|
||||
bin/fvwm-perllib
|
||||
bin/fvwm-root
|
||||
bin/fvwm
|
||||
bin/fvwm2
|
||||
|
Loading…
Reference in New Issue
Block a user