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

(-)analog/Makefile (-6 / +8 lines)
Lines 6-22 Link Here
6
#
6
#
7
7
8
PORTNAME=	analog
8
PORTNAME=	analog
9
PORTVERSION=	5.24
9
PORTVERSION=	5.32
10
PORTEPOCH=	1
10
PORTEPOCH=	1
11
CATEGORIES=	www
11
CATEGORIES=	www
12
MASTER_SITES=	http://www.analog.cx/ \
12
MASTER_SITES=	http://www.analog.cx/ \
13
		http://www.monash.edu.au/mirror/analog/ \
13
		http://analog.planetmirror.com/ \
14
		http://analog.gsp.com/ \
14
		http://analog.gsp.com/ \
15
		http://analog.barringtons.com/ \
15
		http://isr.ath.cx/analog/ \
16
		http://www.pomfret.net/mirror/analog/ \
16
		http://analog.mirrors.ecodigit.com.br/ \
17
		http://analog.org/loganalysis/ \
17
		http://analog.org/loganalysis/ \
18
		http://www.skreamsoft.com/analogmirror/ \
18
		http://analog.techsell.ru/ \
19
		http://sunsite.org.uk/packages/analog/ \
19
		http://sunsite.sut.ac.jp/pub/archives/WWW/analog/ \
20
		ftp://ftp.polytechnic.edu.na/pub/analog/ \
21
		http://analog.netsoc.ucd.ie/ \
20
		http://analog.tzone.it/
22
		http://analog.tzone.it/
21
23
22
MAINTAINER=	mharo@FreeBSD.org
24
MAINTAINER=	mharo@FreeBSD.org
(-)analog/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (analog-5.24.tar.gz) = ae535ae9e4c52fb0ad23d4b34fab7e71
1
MD5 (analog-5.32.tar.gz) = 077a2d43c8f5c2bddf37129ca63ec1f8
(-)analog/files/patch-aa (-8 / +9 lines)
Lines 1-8 Link Here
1
--- src/Makefile.orig	Wed Jan  9 21:16:22 2002
1
--- src/Makefile.orig	Sun Mar 23 13:57:02 2003
2
+++ src/Makefile	Wed Jan  9 21:18:38 2002
2
+++ src/Makefile	Sun May 11 09:24:47 2003
3
@@ -1,14 +1,20 @@
3
@@ -2,15 +2,21 @@
4
 # Makefile for analog 5.1
5
 # Please read docs/Readme.html, or http://www.analog.cx/
4
 # Please read docs/Readme.html, or http://www.analog.cx/
5
 # This is a general Unix-like Makefile: Makefiles for other OS's can be found
6
 #   in the "build" directory.
6
-CC = gcc           # which compiler to use: eg cc, acc, gcc. NB Different
7
-CC = gcc           # which compiler to use: eg cc, acc, gcc. NB Different
7
+CC ?= gcc           # which compiler to use: eg cc, acc, gcc. NB Different
8
+CC ?= gcc           # which compiler to use: eg cc, acc, gcc. NB Different
8
 #                    compilers need different CFLAGS, e.g., -O instead of -O2.
9
 #                    compilers need different CFLAGS, e.g., -O instead of -O2.
Lines 22-30 Link Here
22
+       -DCONFIGDIR=\"$(PREFIX)/share/analog/\"
23
+       -DCONFIGDIR=\"$(PREFIX)/share/analog/\"
23
+#DEFS =          # any combination of -DNOPIPES -DNODNS -DNODIRENT -DNOGLOB ...
24
+#DEFS =          # any combination of -DNOPIPES -DNODNS -DNODIRENT -DNOGLOB ...
24
 #                 ... -DNOOPEN -DNOFOLLOW -DNOALARM -DNOGRAPHICS -DNOGMTIME ...
25
 #                 ... -DNOOPEN -DNOFOLLOW -DNOALARM -DNOGRAPHICS -DNOGMTIME ...
25
 #                 ... -DEBCDIC -DUSE_PLAIN_SETJMP -DHAVE_GD -DHAVE_PCRE ...
26
 #                 ... -DEBCDIC -DUSE_PLAIN_SETJMP ...
26
 #                 ... -DNEED_STRCMP -DNEED_MEMMOVE -DNEED_STRTOUL ...
27
 #                 ... -DHAVE_GD -DHAVE_ZLIB -DHAVE_PCRE ...
27
@@ -25,6 +31,12 @@
28
@@ -30,6 +36,12 @@
28
 OS = UNIX         # Operating system: UNIX, DOS, WIN32, MAC, OS2, OSX, VMS
29
 OS = UNIX         # Operating system: UNIX, DOS, WIN32, MAC, OS2, OSX, VMS
29
 #                   RISCOS, BEOS, NEXTSTEP, MPEIX, BS2000, AS400, OS390
30
 #                   RISCOS, BEOS, NEXTSTEP, MPEIX, BS2000, AS400, OS390
30
 LIBS = -lm  # extra libraries needed; most platforms (but not OS X or BeOS)
31
 LIBS = -lm  # extra libraries needed; most platforms (but not OS X or BeOS)
Lines 36-39 Link Here
36
+
37
+
37
 #               need -lm LAST
38
 #               need -lm LAST
38
 #             if you defined HAVE_GD above you also need -lgd -lpng -ljpeg -lz
39
 #             if you defined HAVE_GD above you also need -lgd -lpng -ljpeg -lz
39
 #             if you defined HAVE_PCRE above you also need -lpcre
40
 #             if you defined HAVE_ZLIB above you also need -lz
(-)analog/files/patch-ab (-4 / +4 lines)
Lines 1-7 Link Here
1
--- src/tree.c.orig	Wed Jan  9 21:20:12 2002
1
--- src/tree.c.orig	Sun Mar 23 13:57:02 2003
2
+++ src/tree.c	Wed Jan  9 21:20:24 2002
2
+++ src/tree.c	Sun May 11 10:25:45 2003
3
@@ -886,8 +886,16 @@
3
@@ -895,8 +895,16 @@
4
     }
4
 	*name = "Macintosh";
5
     else if (strstr(whole, "Linux") != NULL || strstr(whole, "linux") != NULL)
5
     else if (strstr(whole, "Linux") != NULL || strstr(whole, "linux") != NULL)
6
       *name = "Unix:Linux";
6
       *name = "Unix:Linux";
7
-    else if (strstr(whole, "BSD") != NULL)
7
-    else if (strstr(whole, "BSD") != NULL)
(-)analog/files/patch-ac (-2 / +2 lines)
Lines 1-5 Link Here
1
--- analog.cfg.orig	Wed Jan  9 21:21:05 2002
1
--- analog.cfg.orig	Sun Mar 23 13:56:53 2003
2
+++ analog.cfg	Wed Jan  9 21:21:22 2002
2
+++ analog.cfg	Sun May 11 09:25:33 2003
3
@@ -10,7 +10,8 @@
3
@@ -10,7 +10,8 @@
4
 #
4
 #
5
 # If you need a LOGFORMAT command (most people don't -- try it without first!),
5
 # If you need a LOGFORMAT command (most people don't -- try it without first!),
(-)analog/pkg-plist (-3 / +12 lines)
Lines 57-65 Link Here
57
share/analog/lang/hr.lng
57
share/analog/lang/hr.lng
58
share/analog/lang/hu.cfg
58
share/analog/lang/hu.cfg
59
share/analog/lang/hu.lng
59
share/analog/lang/hu.lng
60
share/analog/lang/hua.lng
61
share/analog/lang/huadom.tab
62
share/analog/lang/hudom.tab
60
share/analog/lang/hudom.tab
61
share/analog/lang/id.lng
62
share/analog/lang/ida.lng
63
share/analog/lang/is.lng
63
share/analog/lang/is.lng
64
share/analog/lang/isa.lng
64
share/analog/lang/isa.lng
65
share/analog/lang/it.lng
65
share/analog/lang/it.lng
Lines 134-142 Link Here
134
share/analog/lang/si.lng
134
share/analog/lang/si.lng
135
share/analog/lang/si1.lng
135
share/analog/lang/si1.lng
136
share/analog/lang/sk.lng
136
share/analog/lang/sk.lng
137
share/analog/lang/sk1.lng
138
share/analog/lang/sk1a.lng
139
share/analog/lang/sk1adesc.txt
140
share/analog/lang/sk1adom.tab
141
share/analog/lang/sk1desc.txt
142
share/analog/lang/sk1dom.tab
137
share/analog/lang/ska.lng
143
share/analog/lang/ska.lng
144
share/analog/lang/skadesc.txt
145
share/analog/lang/skadom.tab
146
share/analog/lang/skdesc.txt
147
share/analog/lang/skdom.tab
138
share/analog/lang/tr.lng
148
share/analog/lang/tr.lng
139
share/analog/lang/tra.lng
140
share/analog/lang/tw.lng
149
share/analog/lang/tw.lng
141
share/analog/lang/twdesc.txt
150
share/analog/lang/twdesc.txt
142
share/analog/lang/twdom.tab
151
share/analog/lang/twdom.tab

Return to bug 52100