Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Jun 2013 19:11:07 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r319719 - in head/x11/xprompt: . files
Message-ID:  <201306021911.r52JB7qC007204@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Jun  2 19:11:07 2013
New Revision: 319719
URL: http://svnweb.freebsd.org/changeset/ports/319719

Log:
  - Trim Makefile header
  - Unbreak with clang

Added:
  head/x11/xprompt/files/
  head/x11/xprompt/files/patch-xprompt.c   (contents, props changed)
Modified:
  head/x11/xprompt/Makefile

Modified: head/x11/xprompt/Makefile
==============================================================================
--- head/x11/xprompt/Makefile	Sun Jun  2 19:10:23 2013	(r319718)
+++ head/x11/xprompt/Makefile	Sun Jun  2 19:11:07 2013	(r319719)
@@ -1,15 +1,11 @@
-# New ports collection makefile for:   xprompt
-# Date created:        23 March 1997
-# Whom:                Matthew Hunt <mph@pobox.com>
-#
+# Created by: Matthew Hunt <mph@pobox.com>
 # $FreeBSD$
-#
 
 PORTNAME=	xprompt
 PORTVERSION=	1.4
 PORTREVISION=	2
 CATEGORIES=	x11
-MASTER_SITES=	${MASTER_SITE_LOCAL}
+MASTER_SITES=	LOCAL
 MASTER_SITE_SUBDIR=	mph
 
 MAINTAINER=	ports@FreeBSD.org

Added: head/x11/xprompt/files/patch-xprompt.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11/xprompt/files/patch-xprompt.c	Sun Jun  2 19:11:07 2013	(r319719)
@@ -0,0 +1,11 @@
+--- ./xprompt.c.orig	1995-08-07 18:25:13.000000000 +0000
++++ ./xprompt.c	2013-06-02 08:18:31.000000000 +0000
+@@ -387,7 +387,7 @@
+ void unparsegeometry();
+ 
+ main(argc, argv)
+-unsigned int argc;
++int argc;
+ char **argv;
+ {
+     register int i, j;



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