From 56761d514a462b83cd0ebb873cb007e3713e5d62 Mon Sep 17 00:00:00 2001 From: sylvio Date: Sat, 17 Apr 2010 19:44:54 +0000 Subject: - Fix problem of utmpx.h with build in 9-current - BUMP PORTREVISION PR: ports/145758 Submitted by: Takeshi Mutoh (maintainer) Approved by: itetcu (mentor, implicit) --- lang/squeak-dev/Makefile | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'lang/squeak-dev') diff --git a/lang/squeak-dev/Makefile b/lang/squeak-dev/Makefile index 30c26b81e86a..5cec2e667edc 100644 --- a/lang/squeak-dev/Makefile +++ b/lang/squeak-dev/Makefile @@ -7,6 +7,7 @@ PORTNAME= squeak PORTVERSION= 3.9 +PORTREVISION= 1 CATEGORIES= lang ################################################## MASTER_SITES= http://www.squeakvm.org/unix/release/ \ @@ -49,10 +50,6 @@ OPTIONS+= XIM "XIM support (Implies X)" off .include -.if ${OSVERSION} > 900007 -BROKEN= fails to build with new utmpx -.endif - ################################################## XIM_PATCH= SqueakImmX11Plugin3a${EXTRACT_SUFX} PLUGIN_IMAGE= SqueakPlugin.zip @@ -168,6 +165,11 @@ post-patch: .endif # Fix external plugins @${ECHO_MSG} "EXTERNAL_PLUGINS = B3DAcceleratorPlugin PseudoTTYPlugin UnixOSProcessPlugin XDisplayControlPlugin Squeak3D AioPlugin ${EXT_PLUGINS}" > ${WRKSRC}/platforms/unix/src/plugins.ext +# Fix utmp.h +.if ${OSVERSION} > 900007 + @${REINPLACE_CMD} -e 's,,,g' \ + ${WRKSRC}/platforms/unix/plugins/PseudoTTYPlugin/openpty.h +.endif ################################################## pre-configure: -- cgit ndabot/npm_and_yarn/devel/electron4/files/bl-1.2.3 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Free most of my ports, since they aren't being maintained to ashaun2009-03-141-1/+1
* - WWWDIR is now defined in bsd.ports.mkpav2007-03-243-40/+25
* Switch to my @FreeBSD.org address.shaun2006-06-201-1/+1
* ${PREFIX}/www/data -> ${PREFIX}/wwwitetcu2006-05-161-1/+1
* Add an additional mirror.ehaupt2006-04-291-1/+2
* - Fix plistmnag2006-04-091-0/+1
* shells/wapsh - update, make fetchable, take maintainershipedwin2006-04-068-155/+111
* Use SUB_FILES for pkg-messageedwin2006-04-012-1/+3
* - Add SHA256pav2005-11-241-0/+1