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

(-)biology/gperiodic/Makefile (-5 / +8 lines)
Lines 6-33 Link Here
6
#
6
#
7
7
8
PORTNAME=	gperiodic
8
PORTNAME=	gperiodic
9
PORTVERSION=	1.2.2
9
PORTVERSION=	1.2.6
10
CATEGORIES=	biology
10
CATEGORIES=	biology
11
MASTER_SITES=	ftp://ftp.seul.org/pub/gperiodic/
11
MASTER_SITES=	ftp://ftp.seul.org/pub/gperiodic/
12
12
13
MAINTAINER=	ports@FreeBSD.org
13
MAINTAINER=	ports@FreeBSD.org
14
14
15
WRKSRC=		${WRKDIR}/gperiodic
15
WRKSRC=		${WRKDIR}/${PORTNAME}
16
16
17
USE_X_PREFIX=	yes
17
USE_X_PREFIX=	yes
18
USE_GMAKE=	yes
19
USE_GTK=	yes
18
USE_GTK=	yes
19
USE_GMAKE=	yes
20
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
21
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
21
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
22
		LIBS="-L${LOCALBASE}/lib"
22
		LIBS="-L${LOCALBASE}/lib"
23
23
24
MAN1=		gperiodic.1
24
MAN1=		gperiodic.1
25
25
26
post-extract:
27
	@${RM} -f ${WRKSRC}/config.cache
28
26
post-install:
29
post-install:
27
	${INSTALL_MAN} ${WRKSRC}/man/gperiodic.1 ${PREFIX}/man/man1
30
	${INSTALL_MAN} ${WRKSRC}/man/gperiodic.1 ${MANPREFIX}/man/man1
28
.if !defined(NOPORTDOCS)
31
.if !defined(NOPORTDOCS)
29
	@${MKDIR} ${PREFIX}/share/doc/gperiodic
32
	@${MKDIR} ${PREFIX}/share/doc/gperiodic
30
.for file in AUTHORS COPYING Changes README
33
.for file in AUTHORS Changes README
31
	${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/gperiodic
34
	${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/gperiodic
32
.endfor
35
.endfor
33
.endif
36
.endif
(-)biology/gperiodic/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (gperiodic-1.2.2.tar.gz) = 243d70c5665ccb105314a28114f8a1a0
1
MD5 (gperiodic-1.2.6.tar.gz) = 719465978b1d6cd98b882e67f6943cfe
(-)biology/gperiodic/files/patch-aa (+14 lines)
Line 0 Link Here
1
--- src/gperiodic.c.orig	Wed Sep  8 22:42:48 1999
2
+++ src/gperiodic.c	Wed Dec 20 03:25:27 2000
3
@@ -484,10 +484,7 @@
4
   textdomain (PACKAGE);
5
   bindtextdomain(PACKAGE, GPERIODIC_LOCALE_DIR);
6
 
7
-  lang = getenv("LANG");
8
-  if( NULL == lang ) {
9
-    lang = "en";
10
-  }
11
+  gtk_set_locale();
12
 
13
   gtk_init(&argc,&argv);
14
 
(-)biology/gperiodic/pkg-plist (-1 / +2 lines)
Lines 1-10 Link Here
1
bin/gperiodic
1
bin/gperiodic
2
share/doc/gperiodic/AUTHORS
2
share/doc/gperiodic/AUTHORS
3
share/doc/gperiodic/COPYING
4
share/doc/gperiodic/Changes
3
share/doc/gperiodic/Changes
5
share/doc/gperiodic/README
4
share/doc/gperiodic/README
6
share/locale/de/LC_MESSAGES/gperiodic.mo
5
share/locale/de/LC_MESSAGES/gperiodic.mo
7
share/locale/es/LC_MESSAGES/gperiodic.mo
6
share/locale/es/LC_MESSAGES/gperiodic.mo
8
share/locale/fr/LC_MESSAGES/gperiodic.mo
7
share/locale/fr/LC_MESSAGES/gperiodic.mo
8
share/locale/it/LC_MESSAGES/gperiodic.mo
9
share/locale/nl/LC_MESSAGES/gperiodic.mo
9
share/locale/pt/LC_MESSAGES/gperiodic.mo
10
share/locale/pt/LC_MESSAGES/gperiodic.mo
10
@dirrm share/doc/gperiodic
11
@dirrm share/doc/gperiodic

Return to bug 23756