head	1.6;
access;
symbols
	RELEASE_7_4_0:1.5
	RELEASE_8_2_0:1.5
	RELEASE_6_EOL:1.5
	RELEASE_8_1_0:1.5
	RELEASE_7_3_0:1.5
	RELEASE_8_0_0:1.5
	RELEASE_7_2_0:1.5
	RELEASE_7_1_0:1.5
	RELEASE_6_4_0:1.5
	RELEASE_5_EOL:1.5
	RELEASE_7_0_0:1.5
	RELEASE_6_3_0:1.5
	PRE_XORG_7:1.5
	RELEASE_4_EOL:1.5
	RELEASE_6_2_0:1.5
	RELEASE_6_1_0:1.5
	RELEASE_5_5_0:1.5
	RELEASE_6_0_0:1.5
	RELEASE_5_4_0:1.5
	RELEASE_4_11_0:1.3
	RELEASE_5_3_0:1.3
	RELEASE_4_10_0:1.3
	RELEASE_5_2_1:1.3
	RELEASE_5_2_0:1.3
	RELEASE_5_1_0:1.1
	RELEASE_4_8_0:1.1
	RELEASE_5_0_0:1.1
	RELEASE_4_7_0:1.1;
locks; strict;
comment	@# @;


1.6
date	2011.11.01.07.35.46;	author miwi;	state dead;
branches;
next	1.5;

1.5
date	2005.03.09.03.15.13;	author clsung;	state Exp;
branches;
next	1.4;

1.4
date	2005.03.08.03.39.19;	author clsung;	state Exp;
branches;
next	1.3;

1.3
date	2003.10.19.08.33.39;	author demon;	state Exp;
branches;
next	1.2;

1.2
date	2003.08.08.04.01.20;	author kris;	state dead;
branches;
next	1.1;

1.1
date	2002.05.28.17.24.24;	author ijliao;	state Exp;
branches;
next	;


desc
@@


1.6
log
@2011-11-01 games/phpua-ut2003: depends on phpua-engine
2011-11-01 games/phpua-engine: apache13 is deprecated, migrate to 2.2.x+ now
2011-11-01 games/phpua-hl: depends on phpua-engine
2011-11-01 games/phpua-ut: depends on phpua-engine
2011-11-01 games/phpua-cod: depends on phpua-engine
2011-11-01 games/uox3: No more public distfiles
2011-11-01 games/phpua-q3: depends on phpua-engine
2011-11-01 games/phpua-bf: depends on phpua-engine
2011-10-30 graphics/kallery: does not build; last release 20010511
2011-10-28 graphics/gtksee: depends on unfetchable port archivers/bzip; last release 2004
2011-11-01 mail/mailscanner-mrtg: apache13 is deprecated, migrate to 2.2.x+ now
2011-10-31 net-p2p/qbittorrent-28-nox11: Please migrate to net-p2p/qbittorrent-29
2011-10-31 net-p2p/qbittorrent-28: Please migrate to net-p2p/qbittorrent-29
2011-10-31 net-p2p/dctc-gui-qt No more public distfiles
2011-10-31 net-p2p/dctc-gui No more public distfiles
2011-09-01 net-p2p/dctc: No more public distfiles
2011-11-01 www/slash: apache13 is deprecated, migrate to 2.2.x+ now
2011-11-01 databases/maatkit: Upstream support dropped. Please consider using databases/percona-toolkit
2011-11-01 databases/mysqlman: apache13 is deprecated, migrate to 2.2.x+ now
2011-11-01 databases/mysql-editor: apache13 is deprecated, migrate to 2.2.x+ now
2011-09-30 databases/gnats: Security issues
@
text
@--- Makefile.orig	Wed Jul  3 17:22:34 2002
+++ Makefile	Tue Mar  8 10:57:41 2005
@@@@ -62,7 +62,7 @@@@
 slash:
 	@@echo "=== INSTALLING SLASH MODULES ==="
 	@@if [ ! "$(RPM)" ] ; then \
-		(cd Slash; $(PERL) Makefile.PL; make install UNINST=1); \
+		(cd Slash; $(PERL) Makefile.PL PREFIX=$(PREFIX); make all pure_install UNINST=1); \
 	else \
 		echo " - Performing an RPM build"; \
 		(cd Slash; $(PERL) Makefile.PL INSTALLSITEARCH=$(INSTALLSITEARCH) INSTALLSITELIB=$(INSTALLSITELIB) INSTALLMAN3DIR=$(INSTALLMAN3DIR); make install UNINST=1); \
@@@@ -76,8 +76,8 @@@@
 		 echo == $$PWD; \
 		 if [ -f Makefile.PL ]; then \
 		 	if [ ! "$(RPM)" ] ; then \
-				$(PERL) Makefile.PL; \
-				make install UNINST=1;\
+				$(PERL) Makefile.PL PREFIX=$(PREFIX); \
+				make all pure_install UNINST=1;\
 			else \
 				echo " - Performing an RPM build."; \
 				$(PERL) Makefile.PL INSTALLSITEARCH=$(INSTALLSITEARCH) INSTALLSITELIB=$(INSTALLSITELIB) INSTALLMAN3DIR=$(INSTALLMAN3DIR); \
@@@@ -86,7 +86,7 @@@@
 		 fi); \
 	done)
 
-all: install
+all:
 
 install: slash plugins
 
@@@@ -167,15 +167,11 @@@@
 			 	if [ -d $(INIT) ]; then 		\
 			 		init=$(INIT);				\
 				fi;								\
-			 elif [ -d /etc/init.d ]; then 				\
-	 			init=/etc;					\
-			 elif [ -d /etc/rc.d/init.d ]; then 			\
-		 		init=/etc/rc.d;					\
+			 elif [ -d $(PREFIX)/etc/rc.d ]; then 			\
+	 			init=$(PREFIX)/etc/rc.d;					\
 			 fi;							\
 			 if [ $$init ]; then					\
- 			 	$(INSTALL) utils/slash $$init/init.d/;		\
-				ln -s -f ../init.d/slash $$init/rc3.d/S99slash;	\
-				ln -s -f ../init.d/slash $$init/rc6.d/K99slash;	\
+ 			 	$(INSTALL) utils/slash $$init/slash.sh;		\
 			 else 							\
 				echo "*** Makefile can't determine where your init scripts live."; \
 				if [ $$init ]; then				\
@


1.5
log
@- we don't need perllocal.pod installed.
- I forget to add etc/rc.d/slash.sh in pkg-plist (which will not
  added during 'port test')

Noted	by:	krismail
@
text
@@


1.4
log
@- in make phase, slash will install lots of modules into /usr/local/slash,
  so krisbot will complain about it.
- so I make it install in 'make install' instead of 'make' phase..
- also respect to PREFIX (not very important)

! I'll contact maintainer later.

PR:		78571
Submitted by:	clsung
@
text
@d2 1
a2 1
+++ Makefile	Mon Mar  7 09:50:44 2005
d8 1
a8 1
+		(cd Slash; $(PERL) Makefile.PL PREFIX=$(PREFIX); make install UNINST=1); \
d12 1
a12 1
@@@@ -76,7 +76,7 @@@@
d17 1
d19 1
a19 1
 				make install UNINST=1;\
d22 1
d40 2
a41 2
+			 elif [ -d /usr/local/etc/rc.d ]; then 			\
+	 			init=/usr/local/etc/rc.d;					\
@


1.3
log
@Revive www/slash port.
Slash -- Slashdot Like Automated Storytelling Homepage -- is the code
that runs Slashdot.

PR:		57199
Submitted by:	Autrijus Tang <autrijus@@autrijus.org>
@
text
@d1 29
a29 2
--- Makefile.orig	Mon Mar 18 19:22:59 2002
+++ Makefile	Mon Mar 18 19:22:25 2002
@


1.2
log
@As announced on May 6, remove the broken www/slash port.
@
text
@d1 1
a1 1
--- Makefile.old	Mon Mar 18 19:22:59 2002
@


1.1
log
@add slash 2.2.5
Slash-Like Automatic Storytelling Homepage system

PR:		36066
Submitted by:	Autrijus Tang <autrijus@@egb.elixus.org>
@
text
@@

