head	1.6;
access;
symbols
	RELEASE_5_2_1:1.5
	RELEASE_5_2_0:1.5
	RELEASE_4_9_0:1.5
	RELEASE_5_1_0:1.5
	RELEASE_4_8_0:1.5
	RELEASE_5_0_0:1.5
	RELEASE_4_7_0:1.5
	RELEASE_4_6_2:1.3
	RELEASE_4_6_1:1.3
	RELEASE_4_6_0:1.3
	RELEASE_5_0_DP1:1.3
	RELEASE_4_5_0:1.3
	RELEASE_4_4_0:1.1;
locks; strict;
comment	@# @;


1.6
date	2004.02.24.15.22.35;	author pav;	state dead;
branches;
next	1.5;

1.5
date	2002.09.19.11.15.01;	author dirk;	state Exp;
branches;
next	1.4;

1.4
date	2002.08.03.16.13.04;	author dirk;	state Exp;
branches;
next	1.3;

1.3
date	2001.12.21.17.18.56;	author dirk;	state Exp;
branches;
next	1.2;

1.2
date	2001.12.21.17.06.38;	author dirk;	state Exp;
branches;
next	1.1;

1.1
date	2001.06.17.10.37.31;	author dirk;	state Exp;
branches;
next	;


desc
@@


1.6
log
@- Update to 3.30
@
text
@--- Makefile.in.orig	Tue Sep 10 15:27:25 2002
+++ Makefile.in	Thu Sep 19 10:54:38 2002
@@@@ -22,7 +22,6 @@@@
 ### Makefile commands
 SHELL     = /bin/sh
 MAIN      =
-CC        = gcc 
 CFLAGS    = __CFLAGS__
 # threads
 LFLAGS    = __LFLAGS__ __LFLAGS2__ __LFLAGS3__
@@@@ -50,7 +49,7 @@@@
 MAINBIN = httrack.c
 
 BOUTPUT     = httrack
-BOUTPUTSO   = libhttrack.so
+BOUTPUTSO   = libhttrack.so.1
 DOCS      = ../HelpHtml ../templates ../httrack-doc.html ../COPYING ../INSTALL ../README ../*.txt
 HTSSYSTEM = htssystem.h
 BINPATH   = __BINPATH__
@@@@ -346,7 +345,8 @@@@
 	chmod 755 $(BOUTPUT)
 
 build_binso : $(SOBINARIES)
-	$(CC) $(CFLAGS) -shared -Wl,-x,-soname,$(BOUTPUTSO) -o $(BOUTPUTSO) $(SOBINARIES) -lc $(LFLAGS)
+	$(CC) $(CFLAGS) -shared -Wl,-x,-soname,$(BOUTPUTSO) -o $(BOUTPUTSO) $(SOBINARIES) $(LFLAGS)
+	/bin/ln -sf $(BOUTPUTSO) libhttrack.so
 	$(CC) -L. -lhttrack $(MAINBIN) -o $(BOUTPUT)
 	chmod 755 $(BOUTPUT)
 
@@@@ -378,12 +378,12 @@@@
 
 # Install docs
 docinstall :
-	(mkdir -p "$(PREFIX)/doc/httrack" && chmod 755 "$(PREFIX)/doc/httrack") || true
-	cp -fR $(DOCS) "$(PREFIX)/doc/httrack/"
+	(mkdir -p "$(PREFIX)/share/doc/httrack" && chmod 755 "$(PREFIX)/share/doc/httrack") || true
+	cp -fR $(DOCS) "$(PREFIX)/share/doc/httrack/"
 
 # Uninstall docs
 docremove :
-	rm -rf "$(PREFIX)/doc/httrack"
+	rm -rf "$(PREFIX)/share/doc/httrack"
 
 # Install binaries and conf files
 bininstall :
@@@@ -401,7 +401,7 @@@@
 	test ! -d  "$(LIBPATH)" && (mkdir -p "$(LIBPATH)" && chmod 755 "$(LIBPATH)") || true
 	cp -f $(BOUTPUTSO) $(LIBPATH)/
 	chmod 644 $(LIBPATH)/$(BOUTPUTSO)
-	ln -sf "$(BOUTPUTSO)" "$(PREFIX)/lib/$(BOUTPUTSO).1"
+	ln -sf "$(BOUTPUTSO)" "$(PREFIX)/lib/libhttrack.so"
 
 
 # Uninstall binaries
@


1.5
log
@Upgrade to 3.20-2.
@
text
@@


1.4
log
@Upgrade to 3.20RC6E (3.20.b.6)

PR:		ports/40405
@
text
@d1 2
a2 2
--- Makefile.in.orig	Thu Jul 11 07:15:47 2002
+++ Makefile.in	Sat Aug  3 17:53:46 2002
d21 1
a21 1
 	chmod a+rx $(BOUTPUT)
d28 1
a28 1
 	chmod a+rx $(BOUTPUT)
d30 1
a30 1
@@@@ -377,12 +377,12 @@@@
d34 1
a34 1
-	mkdir -p "$(PREFIX)/doc/httrack" && chmod a+rx "$(PREFIX)/doc/httrack"
d36 1
a36 1
+	mkdir -p "$(PREFIX)/share/doc/httrack" && chmod a+rx "$(PREFIX)/share/doc/httrack"
d46 2
a47 2
@@@@ -399,7 +399,7 @@@@
 	test ! -d  "$(LIBPATH)" && (mkdir -p "$(LIBPATH)" && chmod a+rx "$(LIBPATH)") || true
d49 1
a49 1
 	chmod a+rx $(LIBPATH)/$(BOUTPUTSO)
@


1.3
log
@- install config as httrack.conf.sample instead of httrack.conf
- don't call ldconfig twice
@
text
@d1 2
a2 2
--- Makefile.in.orig	Sun Oct 21 16:12:26 2001
+++ Makefile.in	Fri Dec 21 18:15:25 2001
d11 1
a11 1
@@@@ -48,7 +47,7 @@@@
d17 1
a17 1
 DOCS      = ../HelpHtml ../httrack ../httrack-doc.html ../COPYING ../INSTALL ../README ../*.txt
d20 2
a21 1
@@@@ -341,6 +340,7 @@@@
d24 2
a25 1
 	$(CC) $(CFLAGS) -shared -Wl,-soname,libhttrack.so.1 -o $(BOUTPUTSO) $(SOBINARIES) -lc $(LFLAGS)
d28 1
a28 1
 	chmod +x $(BOUTPUT)
d30 1
a30 1
@@@@ -371,13 +371,13 @@@@
d34 1
a34 2
-	mkdir -p "$(PREFIX)/doc/httrack"
-	chmod 755 "$(PREFIX)/doc/httrack"
d36 1
a36 2
+	mkdir -p "$(PREFIX)/share/doc/httrack"
+	chmod 755 "$(PREFIX)/share/doc/httrack"
d46 2
a47 3
@@@@ -392,7 +392,6 @@@@
 	@@echo "Copying $(BOUTPUTSO) to $(LIBPATH)/.."
 	chmod 755 $(BOUTPUTSO)
d49 4
a52 1
-	ldconfig
a54 1
 binremove :
@


1.2
log
@Upgrade to 3.10.
@
text
@d2 1
a2 1
+++ Makefile.in	Fri Dec 21 17:58:09 2001
d46 8
@


1.1
log
@Initial import of httrack-3.02, an easy-to-use offline browser
utility and website copier.
@
text
@d1 2
a2 2
--- Makefile.in.orig	Thu May 17 08:26:28 2001
+++ Makefile.in	Sun Jun 17 10:52:24 2001
d10 19
a28 2
 LFLAGS    = __LFLAGS__ __LFLAGS2__
@@@@ -344,13 +343,13 @@@@
@

