diff options
author | antoine <antoine@FreeBSD.org> | 2013-05-31 22:18:20 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-05-31 22:18:20 +0800 |
commit | f865d279ae89cb92e74059f7301e136a9da802d8 (patch) | |
tree | 489ad9605f77c22c109b8c455b01a2373c7f11bd | |
parent | 1dbda0609a8339b20f9381ee5df0ca40a9b3bc6a (diff) | |
download | freebsd-ports-gnome-f865d279ae89cb92e74059f7301e136a9da802d8.tar.gz freebsd-ports-gnome-f865d279ae89cb92e74059f7301e136a9da802d8.tar.zst freebsd-ports-gnome-f865d279ae89cb92e74059f7301e136a9da802d8.zip |
- Trim Makefile header
- Unbreak with clang
- Respect PREFIX
Approved by: miwi, eadler (mentors, implicit)
-rw-r--r-- | games/xpipeman/Makefile | 16 | ||||
-rw-r--r-- | games/xpipeman/files/patch-ab | 6 | ||||
-rw-r--r-- | games/xpipeman/files/patch-ac | 12 |
3 files changed, 21 insertions, 13 deletions
diff --git a/games/xpipeman/Makefile b/games/xpipeman/Makefile index f69538073307..47f92d5496cb 100644 --- a/games/xpipeman/Makefile +++ b/games/xpipeman/Makefile @@ -1,15 +1,11 @@ -# New ports collection makefile for: xpipeman -# Date created: 2 Jan 1995 -# Whom: swallace -# +# Created by: swallace # $FreeBSD$ -# PORTNAME= xpipeman PORTVERSION= 1.0 PORTREVISION= 3 CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_SUNSITE} +MASTER_SITES= SUNSITE MASTER_SITE_SUBDIR= games/strategy DISTNAME= ${PORTNAME} EXTRACT_SUFX= .tar.Z @@ -23,8 +19,14 @@ ONLY_FOR_ARCHS= i386 amd64 USE_IMAKE= yes USE_XORG= x11 xaw xext xmu xt sm ice MAN6= xpipeman.6 +MANCOMPRESSED= no +CFLAGS+= -Wno-error=return-type +BINGRP= games +BINMODE= 2555 -post-install: +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/xpipeman ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/xpipeman.man ${MANPREFIX}/man/man6/xpipeman.6 ${INSTALL} -c -g games -m 664 ${FILESDIR}/xpipescores ${PREFIX}/lib/X11 .include <bsd.port.mk> diff --git a/games/xpipeman/files/patch-ab b/games/xpipeman/files/patch-ab index 6bf293e882fa..f5f57b0be476 100644 --- a/games/xpipeman/files/patch-ab +++ b/games/xpipeman/files/patch-ab @@ -1,9 +1,9 @@ ---- Imakefile.orig Tue Jul 28 19:56:27 1992 -+++ Imakefile Mon Jul 22 14:05:57 2002 +--- ./Imakefile.orig 1992-07-28 23:56:27.000000000 +0000 ++++ ./Imakefile 2013-05-31 12:26:22.000000000 +0000 @@ -1,7 +1,7 @@ - SCORE_FILE = -DSCORE_FILE=\"/usr/games/lib/xpipescores\" -+ SCORE_FILE = -DSCORE_FILE=\"$(LIBDIR)/xpipescores\" ++ SCORE_FILE = -DSCORE_FILE=\"$(PREFIX)/lib/X11/xpipescores\" MAXSCORES = -DMAXSCORES=20 - DEFINES = $(SCORE_FILE) $(MAXSCORES) -DSYSV + DEFINES = $(SCORE_FILE) $(MAXSCORES) diff --git a/games/xpipeman/files/patch-ac b/games/xpipeman/files/patch-ac index 9c079224368d..df7d9d2379f1 100644 --- a/games/xpipeman/files/patch-ac +++ b/games/xpipeman/files/patch-ac @@ -1,6 +1,6 @@ ---- main.c.orig 2011-02-02 19:11:34.000000000 +0100 -+++ main.c 2011-01-24 17:44:29.000000000 +0100 -@@ -146,16 +146,6 @@ +--- ./main.c.orig 1991-09-13 20:32:10.000000000 +0000 ++++ ./main.c 2013-05-31 10:39:59.000000000 +0000 +@@ -146,21 +146,11 @@ {"-scorefile","scorefile",XrmoptionSepArg, NULL }, }; @@ -17,6 +17,12 @@ /*----------------------------------------------------------------------*/ + main(argc, argv) +- unsigned int argc; ++ int argc; + char **argv; + { + Arg args[1]; @@ -168,6 +158,17 @@ Widget quit_command, new_game_command; |