Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Jan 2001 11:40:06 +0200 (EET)
From:      Andrey Simonenko <simon@simon.org.ua>
To:        andreas@FreeBSD.org
Cc:        freebsd-ports@FreeBSD.org, simon@simon.org.ua
Subject:   Re: ports/24110: Update port sysutils/ipa (Was: ipa doesn't honor CFLAGS)
Message-ID:  <Pine.BSF.4.21.0101111137470.40471-100000@lion.com.ua>
In-Reply-To: <200101061639.f06Gd0D09651@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Update port sysutils/ipa:

- added patch for Makefile: commented out ${CFLAGS} and added -s
switch to ${INSTALL} program
- removed one URL from MASTER_SITES


diff -ruN ipa.orig/Makefile ipa/Makefile
--- ipa.orig/Makefile	Sun Jan  7 12:56:36 2001
+++ ipa/Makefile	Wed Jan 10 22:11:47 2001
@@ -8,8 +8,7 @@
 PORTNAME=	ipa
 PORTVERSION=	1.0.2
 CATEGORIES=	sysutils
-MASTER_SITES=	http://www.simon.org.ua/ipa/ \
-		http://www.comsys.ntu-kpi.kiev.ua/~simon/ipa/
+MASTER_SITES=	http://www.simon.org.ua/ipa/
 
 MAINTAINER=	simon@simon.org.ua
 
@@ -17,9 +16,5 @@
 
 MAN5=		ipa.5 ipa.conf.5
 MAN8=		ipa.8 ipastat.8
-
-post-install:
-	strip ${PREFIX}/bin/ipa
-	strip ${PREFIX}/bin/ipastat
 
 .include <bsd.port.mk>
diff -ruN ipa.orig/files/patch-aa ipa/files/patch-aa
--- ipa.orig/files/patch-aa	Thu Jan  1 00:00:00 1970
+++ ipa/files/patch-aa	Wed Jan 10 22:10:23 2001
@@ -0,0 +1,20 @@
+--- Makefile.orig	Tue Jan  2 11:55:28 2001
++++ Makefile	Wed Jan 10 22:09:14 2001
+@@ -38,7 +38,7 @@
+ #	-O3   - optimize (it seems that -O3 also help to find out some errors);
+ #	-g    - produce debugging information.
+ #
+-CFLAGS=		-Wall -O3 -g
++#CFLAGS=		-Wall -O3 -g
+ 
+ #
+ # DSTBINDIR - where to install binaries
+@@ -174,7 +174,7 @@
+ 	@${ECHO}
+ .else
+ 	@${ECHO} ">> Installing binaries, manual pages and miscellaneous files"
+-	${INSTALL} -c -g wheel -o root -m 0555 ipa ipastat ${DSTBINDIR}
++	${INSTALL} -c -s -g wheel -o root -m 0555 ipa ipastat ${DSTBINDIR}
+ 	${CHMOD} u+s ${DSTBINDIR}/ipastat
+ 	${INSTALL} -c -g wheel -o root -m 0444 man/ipa.5 man/ipa.conf.5 ${DSTMANDIR}/man5
+ 	${INSTALL} -c -g wheel -o root -m 0444 man/ipa.8 man/ipastat.8 ${DSTMANDIR}/man8




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0101111137470.40471-100000>