[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

more on fvwm-2.5.5 update



Hi,

Unfortunately, the system where I do my mail is down.  So, perhaps
more feedback has come in...  Still, I thought it worthwhile to
send this now.

Since we are building with png support don't we need to account for
this by adding a png bit to LIB_DEPENDS..?

Looks like we are installing a broken fvwm2.1 symlink.
If we add ...

post-configure:
        @cp ${WRKBUILD}/fvwm/fvwm.1 ${WRKBUILD}/fvwm/fvwm2.1

...
and use the patch-fvwm_Makefile_in below instead then this fixes
it as far as I can see.  HTH =)

===================================================================
$OpenBSD$
--- fvwm/Makefile.in.orig	Mon Dec  2 08:08:41 2002
+++ fvwm/Makefile.in	Tue Dec 31 12:38:05 2002
@@ -197,7 +197,7 @@ configdir = @FVWM_DATADIR@
 bin_PROGRAMS = fvwm
 
 EXTRA_DIST = $(config_DATA)
-man_MANS = fvwm.1
+man_MANS = fvwm2.1
 
 config_DATA = ConfigFvwmDefaults ConfigFvwmSetup
 
@@ -601,9 +601,9 @@ info: info-am
 
 info-am:
 
-install-data-am: install-configDATA install-data-local install-man
+install-data-am: install-configDATA install-man
 
-install-exec-am: install-binPROGRAMS install-exec-local
+install-exec-am: install-binPROGRAMS
 
 install-info: install-info-am
 



Visit your host, monkey.org