Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Nov 2005 09:21:44 GMT
From:      "Maciej Korze&#324;" <mkorzen@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/89487: [ports] polish/tleenx2 LOCALBASE/X11BASE fix
Message-ID:  <200511240921.jAO9LirX001234@www.freebsd.org>
Resent-Message-ID: <200511240930.jAO9U2Fa026361@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         89487
>Category:       ports
>Synopsis:       [ports] polish/tleenx2 LOCALBASE/X11BASE fix
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 24 09:30:01 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Maciej Korze&#324;
>Release:        FreeBSD 5.3-RELEASE-p23 i386
>Organization:
>Environment:
FreeBSD internal.bba.waw.pl 5.3-RELEASE-p23 FreeBSD 5.3-RELEASE-p23 #2: Tue Oct 18 21:43:36 CEST 2005     root@internal.bba.waw.pl:/usr/obj/usr/src/sys/srvbsd  i386
>Description:
Fix of LOCALBASE/X11BASE handling. Files were installed in wrong locations.
>How-To-Repeat:

>Fix:
Put this patch in ports/polish/tleenx2/files:

      --- BEGIN of files/patch-iksemel-Makefile ---
--- iksemel/Makefile.orig       Tue Nov 22 23:06:51 2005
+++ iksemel/Makefile    Tue Nov 22 23:06:27 2005
@@ -1,7 +1,7 @@


 CC = gcc
+CFLAGS = -g -Wall -L$(LOCALBASE)/lib -I$(LOCALBASE)/include -L$(X11BASE)/lib -I-CFLAGS = -g -Wall -L/usr/local/lib -I/usr/local/include
-CFLAGS = -g -Wall -L/usr/local/lib -I/usr/local/include
 OBJS = convert.o iks.o ikspool.o jabber.o sha.o core.o iksid.o io.o parser.o \
        utility.o
 all: $(OBJS)
      --- END ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511240921.jAO9LirX001234>