icewm 1.2.7 port fails to build

KATO Tsuguru tkato at prontomail.com
Mon Apr 21 14:52:38 PDT 2003


On Mon, 21 Apr 2003 20:56:41 +0000
Nuno Teixeira <nunotex at m-net.arbornet.org> wrote:
 
> Someone knows who to solve this?

It seems some patches are missing from ports/51065. I've
already told the committer of this PR (sumikawa at FreeBSD.org)
about this.

For the time being, it can be fixed by applying following
patch to existing ports tree of icewm.


diff -urN /usr/ports/x11-wm/icewm/files/patch-po_Makefile.in icewm/files/patch-po_Makefile.in
--- /usr/ports/x11-wm/icewm/files/patch-po_Makefile.in	Thu Jan  1 09:00:00 1970
+++ icewm/files/patch-po_Makefile.in	Thu Sep 12 00:03:16 2002
@@ -0,0 +1,11 @@
+--- po/Makefile.in.orig	Sat Sep  7 02:18:07 2002
++++ po/Makefile.in	Thu Sep 12 00:03:04 2002
+@@ -29,7 +29,7 @@
+ install: all
+ 	@echo "Installing message catalogues in $(DESTDIR)$(LOCDIR)"
+ 	@for catalog in $(MOFILES); do \
+-	     lang=`echo $${catalog} | sed -e 's/.mo//'` ; \
++	     lang=`echo $${catalog} | sed -e 's/.po//'` ; \
+ 	     msgdir="$(DESTDIR)$(LOCDIR)/$${lang}/LC_MESSAGES"; \
+ 	     echo "Installing language: $${lang}" ; \
+ 	     $(INSTALLDIR) "$${msgdir}"; \
diff -urN /usr/ports/x11-wm/icewm/files/patch-src_Makefile.in icewm/files/patch-src_Makefile.in
--- /usr/ports/x11-wm/icewm/files/patch-src_Makefile.in	Thu Jan  1 09:00:00 1970
+++ icewm/files/patch-src_Makefile.in	Mon Jan  6 19:26:13 2003
@@ -0,0 +1,26 @@
+--- src/Makefile.in.orig	Sat Jan  4 01:25:45 2003
++++ src/Makefile.in	Mon Jan  6 19:26:05 2003
+@@ -28,11 +28,11 @@
+                 -DEXEEXT='"$(EXEEXT)"' \
+                 -DICEWMEXE='"icewm$(EXEEXT)"' \
+                 -DICEHELPEXE='"icehelp$(EXEEXT)"' \
+-                -DICEHELPIDX='"$(DOCDIR)/icewm-$(VERSION)/icewm.html"'
++                -DICEHELPIDX='"$(DOCDIR)/icewm/icewm.html"'
+ 
+-CXXFLAGS =      @CXXFLAGS@ $(DEBUG) $(DEFS) \
++CXXFLAGS =      @CXXFLAGS@ $(DEBUG) $(DEFS) @CPPFLAGS@ \
+ 	        @CORE_CFLAGS@ @IMAGE_CFLAGS@ @AUDIO_CFLAGS@ # `fc-config --cflags`
+-LFLAGS =
++LFLAGS =        @LDFLAGS@
+ LIBS =          @LIBS@
+ 
+ CORE_LIBS =     @CORE_LIBS@ # `fc-config --libs`
+@@ -52,7 +52,7 @@
+ 	genpref.o
+ 
+ icewm_LIBS = \
+-	$(CORE_LIBS) $(IMAGE_LIBS)
++	$(CORE_LIBS) $(IMAGE_LIBS) -lkvm
+ icewm_OBJS = \
+         ymsgbox.o ydialog.o yurl.o \
+         wmsession.o wmwinlist.o wmtaskbar.o wmwinmenu.o \


More information about the freebsd-ports mailing list