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

(-)games/lgeneral/Makefile (-2 / +2 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	lgeneral
8
PORTNAME=	lgeneral
9
PORTVERSION=	1.2.1
9
PORTVERSION=	1.2.2
10
PORTREVISION=	1
11
CATEGORIES=	games
10
CATEGORIES=	games
12
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME} \
11
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME} \
13
		SF/${PORTNAME}/${PORTNAME}-data:data
12
		SF/${PORTNAME}/${PORTNAME}-data:data
Lines 23-28 Link Here
23
USE_GMAKE=	yes
22
USE_GMAKE=	yes
24
GNU_CONFIGURE=	yes
23
GNU_CONFIGURE=	yes
25
CONFIGURE_ENV=	LDFLAGS="${LDFLAGS}"
24
CONFIGURE_ENV=	LDFLAGS="${LDFLAGS}"
25
MAKE_JOBS_SAFE=	yes
26
26
27
MAN1=		lgc-pg.1
27
MAN1=		lgc-pg.1
28
MAN6=		lgeneral.6
28
MAN6=		lgeneral.6
(-)games/lgeneral/distinfo (-2 / +2 lines)
Lines 1-4 Link Here
1
SHA256 (lgeneral-1.2.1.tar.gz) = 94fabf87a82e99708a858cde3a53824cec1998c5f02b111178a6b6e46e7d97f6
1
SHA256 (lgeneral-1.2.2.tar.gz) = 1817c409120b9e5f51da2cd43c96c5eda91d6a1207417eeb3e8bacd11248eb74
2
SIZE (lgeneral-1.2.1.tar.gz) = 1721089
2
SIZE (lgeneral-1.2.2.tar.gz) = 1628913
3
SHA256 (pg-data.tar.gz) = cc6fa5d263d1d5824d706517958b1bb09b405ba0ed21e63e4a4d38e2727d7a04
3
SHA256 (pg-data.tar.gz) = cc6fa5d263d1d5824d706517958b1bb09b405ba0ed21e63e4a4d38e2727d7a04
4
SIZE (pg-data.tar.gz) = 410476
4
SIZE (pg-data.tar.gz) = 410476
(-)games/lgeneral/files/patch-intl::Makefile.in (-15 lines)
Lines 1-15 Link Here
1
--- intl/Makefile.in.orig	2006-05-29 11:43:09.000000000 -0500
2
+++ intl/Makefile.in	2011-03-25 14:51:01.000000000 -0500
3
@@ -205,12 +205,2 @@
4
 
5
-# The dependency for intlh.inst is different in gettext and all other
6
-# packages.  Because we cannot you GNU make features we have to solve
7
-# the problem while rewriting Makefile.in.
8
-@GT_YES@intlh.inst: intlh.inst.in ../config.status
9
-@GT_YES@	cd .. \
10
-@GT_YES@	&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= \
11
-@GT_YES@	  $(SHELL) ./config.status
12
-@GT_NO@.PHONY: intlh.inst
13
-@GT_NO@intlh.inst:
14
-
15
 # Tell versions [3.59,3.63) of GNU make not to export all variables.

Return to bug 160104