Bug 89487 - polish/tleenx2 LOCALBASE/X11BASE fix
Summary: polish/tleenx2 LOCALBASE/X11BASE fix
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Andrej Zverev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-24 09:30 UTC by Maciej Korzeń
Modified: 2005-12-06 06:44 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Maciej Korzeń 2005-11-24 09:30:01 UTC
Fix of LOCALBASE/X11BASE handling. Files were installed in wrong locations.

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

      --- BEGIN of files/patch-iksemel-Makefile ---


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 -----yHmA14cRXpUTeNnx2lGnrmaCCcfq1DXlQaNaIhlAIl4SUqL2
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

--- iksemel/Makefile.orig       Tue Nov 22 23:06:51 2005
+++ iksemel/Makefile    Tue Nov 22 23:06:27 2005
@@ -1,7 +1,7 @@
Comment 1 Andrej Zverev freebsd_committer freebsd_triage 2005-11-24 15:28:27 UTC
Responsible Changed
From-To: freebsd-ports-bugs->az

I'll take it.
Comment 2 Andrej Zverev freebsd_committer freebsd_triage 2005-11-25 20:56:39 UTC
I don't clearly understand your patch.
CFLAGS = -g -Wall -L$(LOCALBASE)/lib -I$(LOCALBASE)/include -L$(X11BASE)/lib -I-CFLAGS = -g -Wall -L/usr/local/lib -I/usr/local/include 
Why you add two CFLAGS, and we need -g ? Can you fix it please and maybe do better respect to CFLAGS and also you can add DATADIR macros into pkg-plist.
Also what do you think move you port into net-im category, i think it better for this port what you think ?

WBR, 
Andrej Zverev
Comment 3 Andrej Zverev freebsd_committer freebsd_triage 2005-11-25 21:04:06 UTC
State Changed
From-To: open->feedback
Comment 4 Andrej Zverev freebsd_committer freebsd_triage 2005-12-06 06:44:45 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!