ports/88905: Make the port respect non-standard LOCALBASE settings

Forsite//HPG forsite at tornado.chbs.ru
Sun Nov 13 00:10:18 UTC 2005


>Number:         88905
>Category:       ports
>Synopsis:       Make the port respect non-standard LOCALBASE settings
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 13 00:10:16 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Forsite//HPG
>Release:        FreeBSD 6.0-RELEASE i386
>Organization:
private person	
>Environment:
System: FreeBSD tornado.chbs.ru 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Thu Nov 3 09:36:13 UTC 2005 root at x64.samsco.home:/usr/obj/usr/src/sys/GENERIC i386
>Description:
	Make the port respect non-standard LOCALBASE settings, which is a requirement that all FreeBSD ports should satisfy.	
>How-To-Repeat:
	n/a
>Fix:
	diff ftrack-3.1_2,1 -> ftracj-3.1_3,1

--- ftrack.diff begins here ---
diff -uNr ftrack.bak/Makefile ftrack/Makefile
--- ftrack.bak/Makefile	Fri Aug 19 17:01:20 2005
+++ ftrack/Makefile	Sun Nov 13 01:39:04 2005
@@ -8,9 +8,9 @@
 PORTNAME=	ftrack
 PORTVERSION=	3.1
 PORTEPOCH=	1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	mail
-MASTER_SITES=	http://ufm.kgb.ru/files/ \
+MASTER_SITES=	http://www.ibch.ru/forsite/ports/ \
 		http://forsite.ibch.ru/ports/
 DISTNAME=	ftr${PORTVERSION:S/.//g}sr
 
@@ -32,7 +32,9 @@
 pre-patch:
 	${REINPLACE_CMD} -e "s at -I../../hpp -I../../.. -O3 at -Ihpp -I${LOCALBASE}/include ${CFLAGS}@g; \
 			s at ../../src/@src/@g; \
-			s at -L../../../smapi -lsmapibsd at -L${LOCALBASE}/lib -lsmapi at g" ${WRKSRC}/MakeFiles/FreeBSD/Makefile
+			s at -L../../../smapi -lsmapibsd at -L${LOCALBASE}/lib -lsmapi at g; \
+			s@\$$(CC) \$$(LFLAGS) -o ftrack@\$$(CXX) \$$(LFLAGS) -o ftrack at g; \
+			s at -o ftrack \$$(OBJS) -L/usr/local/lib -lsmapi at -o ftrack \$$(OBJS) -L${LOCALBASE}/lib -lsmapi at g" ${WRKSRC}/MakeFiles/FreeBSD/Makefile
 	${REINPLACE_CMD} -e "s at ftrack.cfg@${PREFIX}/etc/ftrack/ftrack.cfg at g" ${WRKSRC}/hpp/constant.hpp
 .for DIR in MakeFiles/FreeBSD src hpp doc/eng samples/tpl
 	for FILE in ${WRKSRC}/${DIR}/*; do \
diff -uNr ftrack.bak/files/patch-MakeFiles-FreeBSD-Makefile ftrack/files/patch-MakeFiles-FreeBSD-Makefile
--- ftrack.bak/files/patch-MakeFiles-FreeBSD-Makefile	Fri Aug 19 17:01:21 2005
+++ ftrack/files/patch-MakeFiles-FreeBSD-Makefile	Sat Nov 12 22:39:38 2005
@@ -1,13 +1,14 @@
 --- MakeFiles/FreeBSD/Makefile.orig	Fri Aug 19 17:20:22 2005
 +++ MakeFiles/FreeBSD/Makefile	Fri Aug 19 17:20:23 2005
-@@ -1,5 +1,4 @@
+@@ -1,5 +1,5 @@
 -CC=	cc
++CC=	g++
 -CFLAGS=	-Wall -W -fno-rtti `perl -MExtUtils::Embed -e ccopts`
 +CFLAGS+=-Wall -W -fno-rtti `perl -MExtUtils::Embed -e ccopts`
  CDEFS=	-DUNIX
  COPT=	-Ihpp -I/usr/local/include -O -pipe 
  LFLAGS= -s
-@@ -34,23 +33,53 @@
+@@ -34,20 +33,50 @@
  	utils.o \
  	mask.o \
  	script.o \
@@ -63,8 +64,3 @@
  
  
  ftrack: $(OBJS)
--	$(CC) $(LFLAGS) -o ftrack $(OBJS) -L/usr/local/lib -lsmapi `perl -MExtUtils::Embed -e ccopts -e ldopts`
-+	$(CXX) $(LFLAGS) -o ftrack $(OBJS) -L/usr/local/lib -lsmapi `perl -MExtUtils::Embed -e ccopts -e ldopts`
- 
- clean:
- 	-rm -f *.o
--- ftrack.diff ends here ---

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



More information about the freebsd-ports-bugs mailing list