Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Feb 2000 19:40:55 -0500 (EST)
From:      Will Andrews <andrews@technologist.com>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/16845: fix port: net/icqnix: respect CXXFLAGS/Qt [PATCH]
Message-ID:  <20000221004055.1EF7E1B1D@shadow.blackdawn.com>

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

>Number:         16845
>Category:       ports
>Synopsis:       fix port: net/icqnix: respect CXXFLAGS/Qt [PATCH]
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 20 16:50:01 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Will Andrews
>Release:        FreeBSD 3.4-STABLE i386
>Organization:
none
>Environment:

FreeBSD shadow.blackdawn.com 3.4-STABLE FreeBSD 3.4-STABLE #0: Sun Jan 23 13:41:02 EST 2000     root@shadow.blackdawn.com:/usr/src/sys/compile/SHADOW  i386

>Description:

This fixes icqnix to respect CXXFLAGS and
also moves the qt dependency to use the
correct manner.

>How-To-Repeat:

Use the diff below to fix the current port.

>Fix:

Index: Makefile
===================================================================
RCS file: /extra/cvsroot/ports/net/icqnix/Makefile,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 Makefile
--- Makefile	1999/08/28 02:36:03	1.1.1.1
+++ Makefile	2000/01/24 00:17:30
@@ -13,14 +13,13 @@
 
 MAINTAINER=	yinjieh@csie.nctu.edu.tw
 
-LIB_DEPENDS=	qt.2:${PORTSDIR}/x11-toolkits/qt142
 RUN_DEPENDS=	esdplay:${PORTSDIR}/audio/esound
 
+USE_QT=		yes
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
 
 post-install:
-	@strip ${PREFIX}/bin/icqnix
-	@strip ${PREFIX}/bin/icqnix.install
+	@(strip ${PREFIX}/bin/icqnix)
 
 .include <bsd.port.mk>
--- /dev/null	Sun Jan 23 19:18:38 2000
+++ patches/patch-aa	Sun Jan 23 19:03:47 2000
@@ -0,0 +1,11 @@
+--- install/Makefile.in	Sat Apr  3 16:34:47 1999
++++ install/Makefile.in.new	Sun Jan 23 19:01:19 2000
+@@ -43,7 +43,7 @@
+ 	$(RM) *~ moc_*.cpp Makefile tags
+ 
+ install: all
+-	${INSTALL_PROGRAM} icqnix.install ${bindir}
++	${INSTALL_PROGRAM} icqnix.install ${bindir}/icqnix
+ 
+ icqnix.install: $(OBJECTS) $(METAOBJ)
+ 	$(CXX) $(CXXFLAGS) -o $@ $^ $(LDFLAGS) $(LDLIBS)

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


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?20000221004055.1EF7E1B1D>