Date: Tue, 22 Apr 2003 06:52:26 +0900 From: KATO Tsuguru <tkato@prontomail.com> To: freebsd-ports@freebsd.org Cc: nunotex@m-net.arbornet.org Subject: Re: icewm 1.2.7 port fails to build Message-ID: <20030422065226.1f64f0e6.tkato@prontomail.com> In-Reply-To: <20030421205641.GA591@gw.tex.bogus> References: <20030421205641.GA591@gw.tex.bogus>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 21 Apr 2003 20:56:41 +0000 Nuno Teixeira <nunotex@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@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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030422065226.1f64f0e6.tkato>