svn commit: r319719 - in head/x11/xprompt: . files
Antoine Brodin
antoine at FreeBSD.org
Sun Jun 2 19:11:08 UTC 2013
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 at pobox.com>
-#
+# Created by: Matthew Hunt <mph at 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 at 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;
More information about the svn-ports-all
mailing list