Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Apr 2014 14:00:29 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r352004 - in head/deskutils/notify-osd: . files
Message-ID:  <201404241400.s3OE0TGe057643@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Thu Apr 24 14:00:29 2014
New Revision: 352004
URL: http://svnweb.freebsd.org/changeset/ports/352004
QAT: https://qat.redports.org/buildarchive/r352004/

Log:
  Fix build on 9.2 and remove dependency to gcc [1].
  
  PR:		188940
  Submitted by:	tijl [1]
  Reported by:	Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>

Deleted:
  head/deskutils/notify-osd/files/
Modified:
  head/deskutils/notify-osd/Makefile

Modified: head/deskutils/notify-osd/Makefile
==============================================================================
--- head/deskutils/notify-osd/Makefile	Thu Apr 24 13:25:51 2014	(r352003)
+++ head/deskutils/notify-osd/Makefile	Thu Apr 24 14:00:29 2014	(r352004)
@@ -3,7 +3,7 @@
 
 PORTNAME=	notify-osd
 PORTVERSION=	0.9.29
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	deskutils
 MASTER_SITES=	http://launchpadlibrarian.net/43419242/ \
 		CRITICAL
@@ -23,8 +23,16 @@ GNU_CONFIGURE=	yes
 USES=		gmake libtool pkgconfig
 USE_GNOME=	libwnck gconf2
 USE_XORG=	pixman
-USE_GCC=	yes
 
 LDFLAGS+=	-L${LOCALBASE}/lib -lpixman-1
 
+.include <bsd.port.options.mk>
+
+post-patch:
+	@${REINPLACE_CMD} '/SUBDIRS =/s/tests//' ${WRKSRC}/Makefile.in
+.if ${OSVERSION} < 900033
+	@${REINPLACE_CMD} 's/-Bsymbolic-functions/-Bsymbolic/' \
+		${WRKSRC}/src/Makefile.in
+.endif
+
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404241400.s3OE0TGe057643>