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 @@
Responsible Changed From-To: freebsd-ports-bugs->az I'll take it.
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
State Changed From-To: open->feedback
State Changed From-To: feedback->closed Committed. Thanks!