summaryrefslogtreecommitdiffstats
path: root/lang/atlast/files
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2001-10-06 17:37:23 +0000
committerlioux <lioux@FreeBSD.org>2001-10-06 17:37:23 +0000
commitf3a0d8650363bdd73e2c3877960c606ae175870b (patch)
tree92169ab4e94b4cffd5fcab5301f67e28dd61dfa9 /lang/atlast/files
parentd0ee2b16464f1ae57a2808898201928e92d03616 (diff)
downloadFreeBSD-ports-f3a0d8650363bdd73e2c3877960c606ae175870b.zip
FreeBSD-ports-f3a0d8650363bdd73e2c3877960c606ae175870b.tar.gz
o CFLAGS/CC safeness; therefore, bump PORTREVISION
o simplify DESCR, add WWW tag o support NOPORTDOCS in PLIST o style changes in Makefile: - un"echo" installation - merge do-install/post-install PR: 31075 Submitted by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'lang/atlast/files')
-rw-r--r--lang/atlast/files/patch-aa41
1 files changed, 25 insertions, 16 deletions
diff --git a/lang/atlast/files/patch-aa b/lang/atlast/files/patch-aa
index 765909b..56fa9c7 100644
--- a/lang/atlast/files/patch-aa
+++ b/lang/atlast/files/patch-aa
@@ -1,34 +1,43 @@
-*** Makefile.orig Tue Aug 26 21:20:06 1997
---- Makefile Tue Aug 26 21:21:46 1997
+*** Makefile.orig Mon May 9 03:26:47 1994
+--- Makefile Fri Oct 5 05:18:35 2001
***************
-*** 1,13 ****
+*** 7,15 ****
- # Unix makefile for ATLAST
+ INCLUDE =
-! COPTIONS = -O
+! ATLCONFIG = -DMEMSTAT -DALIGNMENT -DEXPORT
- LIBRARIES = -lm
+! CFLAGS = $(COPTIONS) $(INCLUDE) $(ATLCONFIG)
- INCLUDE =
+ ATLOBJ = atlast.o atlmain.o
-! ATLCONFIG = -DMEMSTAT -DALIGNMENT -DEXPORT
+--- 7,15 ----
- CFLAGS = $(COPTIONS) $(INCLUDE) $(ATLCONFIG)
+ INCLUDE =
---- 1,13 ----
+! ATLCONFIG = -DMEMSTAT -DALIGNMENT -DEXPORT -DNOMEMCHECK
- # Unix makefile for ATLAST
+! CFLAGS += $(INCLUDE) $(ATLCONFIG)
-! COPTIONS = -O3 -pipe
+ ATLOBJ = atlast.o atlmain.o
- LIBRARIES = -lm
+***************
+*** 18,24 ****
+ all: $(APPS)
- INCLUDE =
+ atlast: $(ATLOBJ)
+! cc $(CFLAGS) $(ATLOBJ) -o atlast $(LIBRARIES)
-! ATLCONFIG = -DMEMSTAT -DALIGNMENT -DEXPORT -DNOMEMCHECK
+ atlast.o: atlast.c atldef.h
+ atldef.h: atlast.h
+--- 18,24 ----
+ all: $(APPS)
- CFLAGS = $(COPTIONS) $(INCLUDE) $(ATLCONFIG)
+ atlast: $(ATLOBJ)
+! $(CC) $(CFLAGS) $(ATLOBJ) -o atlast $(LIBRARIES)
+ atlast.o: atlast.c atldef.h
+ atldef.h: atlast.h
***************
*** 33,39 ****
echo >>/tmp/regin.tmp
OpenPOWER on IntegriCloud