View | Details | Raw Unified | Return to bug 7162
Collapse All | Expand All

(-)xconq/Makefile (-7 / +4 lines)
Lines 1-13 Link Here
1
# New ports collection makefile for:    xconq
1
# New ports collection makefile for:    xconq
2
# Version required:     7.2.1
2
# Version required:     7.2.2
3
# Date created:         2 Jun 1998
3
# Date created:         2 Jun 1998
4
# Whom:                 Don Croyle <croyle@gelemna.ft-wayne.in.us>
4
# Whom:                 Don Croyle <croyle@gelemna.ft-wayne.in.us>
5
#
5
#
6
# $Id: Makefile,v 1.1.1.1 1998/06/07 11:03:06 dburr Exp $
6
# $Id: Makefile,v 1.1.1.1 1998/06/07 11:03:06 dburr Exp $
7
#
7
#
8
8
9
DISTNAME=	xconq-7.2.1
9
DISTNAME=	xconq-7.2.2
10
CATEGORIES=	games x11
10
CATEGORIES=	games
11
MASTER_SITES=	ftp://ftp.cygnus.com/pub/xconq/
11
MASTER_SITES=	ftp://ftp.cygnus.com/pub/xconq/
12
12
13
MAINTAINER=	croyle@gelemna.ft-wayne.in.us
13
MAINTAINER=	croyle@gelemna.ft-wayne.in.us
Lines 21-34 Link Here
21
21
22
MAN6=		xconq.6 cconq.6
22
MAN6=		xconq.6 cconq.6
23
23
24
pre-configure:
25
	${CP} ${FILESDIR}/mh-freebsd ${WRKSRC}/config/
26
27
post-build:
24
post-build:
28
	cd ${WRKSRC}/doc && make info
25
	cd ${WRKSRC}/doc && make info
29
26
30
post-install:
27
post-install:
31
.for file in xconq cconq
28
.for file in xconq cconq imf2x x2imf xshowimf
32
	strip ${PREFIX}/bin/${file}
29
	strip ${PREFIX}/bin/${file}
33
.endfor
30
.endfor
34
	cd ${WRKSRC}/doc && make install-info
31
	cd ${WRKSRC}/doc && make install-info
(-)xconq/files/md5 (-1 / +1 lines)
Line 1 Link Here
1
MD5 (xconq-7.2.1.tar.gz) = d2f220143c85c80102718115d3b0d9ae
1
MD5 (xconq-7.2.2.tar.gz) = 0f54293d4903c91fcf4cfd8ebeaaa0be
(-)xconq/files/mh-freebsd (-2 lines)
Lines 1-2 Link Here
1
X11_INCLUDE_FLAGS =	-I/usr/X11R6/include
2
X11_LIB_FLAGS =		-L/usr/X11R6/lib
(-)xconq/patches/patch-aa (-19 lines)
Lines 1-19 Link Here
1
*** SelFile/Dir.c~	Mon May 18 21:36:06 1998
2
--- SelFile/Dir.c	Tue Jun  2 01:23:29 1998
3
***************
4
*** 33,39 ****
5
  #include "SFinternal.h"
6
  
7
  #if defined(SVR4) || defined(SYSV) || defined(USG) || defined(__alpha__)      \
8
!  || defined(__CYGWIN32__)
9
  #include <dirent.h>
10
  #else /* defined(SVR4) || defined(SYSV) || defined(USG) ... */
11
  #include <sys/dir.h>
12
--- 33,39 ----
13
  #include "SFinternal.h"
14
  
15
  #if defined(SVR4) || defined(SYSV) || defined(USG) || defined(__alpha__)      \
16
!  || defined(__CYGWIN32__) || defined(__FreeBSD__)
17
  #include <dirent.h>
18
  #else /* defined(SVR4) || defined(SYSV) || defined(USG) ... */
19
  #include <sys/dir.h>
(-)xconq/patches/patch-ab (-19 lines)
Lines 1-19 Link Here
1
*** SelFile/SelFile.c~	Thu Mar 26 22:46:51 1998
2
--- SelFile/SelFile.c	Tue Jun  2 01:31:12 1998
3
***************
4
*** 44,50 ****
5
  #include <stdio.h>
6
  #include <errno.h>
7
  
8
! #ifndef __GLIBC__
9
  /* BSD 4.3 errno.h does not declare errno */
10
  extern int errno;
11
  extern int sys_nerr;
12
--- 44,50 ----
13
  #include <stdio.h>
14
  #include <errno.h>
15
  
16
! #if !defined(__GLIBC__) && !defined(__FreeBSD__)
17
  /* BSD 4.3 errno.h does not declare errno */
18
  extern int errno;
19
  extern int sys_nerr;
(-)xconq/patches/patch-ac (-12 lines)
Lines 1-12 Link Here
1
*** config.host.~	Mon Jan 12 22:33:31 1998
2
--- config.host	Tue Jun  2 22:17:27 1998
3
***************
4
*** 39,44 ****
5
--- 39,45 ----
6
    *-*-lynxos*)	  	  host_makefile_frag=config/mh-lynxos ;;
7
    *-*-sysv4*)             host_makefile_frag=config/mh-sysv4 ;;
8
    *-*-sysv*)              host_makefile_frag=config/mh-sysv ;;
9
+   *-*-freebsd*)           host_makefile_frag=config/mh-freebsd ;;
10
  esac
11
  
12
  if [ x$host_makefile_frag != x ] ; then
(-)xconq/patches/patch-ad (-18 / +1 lines)
Lines 1-22 Link Here
1
*** Makefile.in.orig	Sat Feb 21 19:26:25 1998
1
*** Makefile.in.orig	Sat Feb 21 19:26:25 1998
2
--- Makefile.in	Sat Jun  6 10:50:34 1998
2
--- Makefile.in	Sat Jul  4 16:53:47 1998
3
***************
4
*** 17,23 ****
5
  infodir = $(prefix)/info
6
  docdir = $(datadir)/doc
7
  
8
! appdefaultsdir = /usr/lib/X11/app-defaults
9
  
10
  gamelibdir = $(datadir)/lib
11
  x11libdir = $(datadir)/lib-x11
12
--- 17,23 ----
13
  infodir = $(prefix)/info
14
  docdir = $(datadir)/doc
15
  
16
! appdefaultsdir = $(libdir)/X11/app-defaults
17
  
18
  gamelibdir = $(datadir)/lib
19
  x11libdir = $(datadir)/lib-x11
20
***************
3
***************
21
*** 44,50 ****
4
*** 44,50 ****

Return to bug 7162