head	1.4;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2
	RELEASE_6_0_0:1.1
	RELEASE_5_4_0:1.1;
locks; strict;
comment	@# @;


1.4
date	2012.09.08.07.42.46;	author linimon;	state dead;
branches;
next	1.3;

1.3
date	2011.10.26.20.17.12;	author glarkin;	state Exp;
branches;
next	1.2;

1.2
date	2006.01.18.18.00.00;	author mnag;	state Exp;
branches;
next	1.1;

1.1
date	2005.01.31.19.23.49;	author vs;	state Exp;
branches;
next	;


desc
@@


1.4
log
@SVN rev 303875 on 2012-09-08 07:42:46Z by linimon

Remove files only applicable to alpha.

Hat:		portmgr
@
text
@--- src/Makefile.in.orig	2011-08-19 18:31:28.000000000 +0400
+++ src/Makefile.in	2011-10-08 22:20:17.000000000 +0400
@@@@ -399,7 +399,6 @@@@
 
 iruntime:	idirs
 		$(INSTALL_DATA) $(RUNTIME) $(DESTDIR)$(PLBASE)/lib/$(PLARCH)
-		$(RANLIB) $(DESTDIR)$(PLBASE)/lib/$(PLARCH)/$(PLLIB)
 ifeq ($(SOEXT),dylib)
 		if [ -f $(RUNTIMEDIR)/$(SHARED) ]; then \
 		  $(INSTALL_DATA) $(RUNTIMEDIR)/$(SHARED) $(DESTDIR)$(PLBASE)/lib/$(PLARCH) ; \
@


1.3
log
@- Updated to latest stable version (5.10.5)
- Removed BROKEN line
- Removed CONFLICTS - binaries were renamed in this release, so no problem
- Set new SWIPLDIR variable to use in pkg-plist and Makefile, that
  contains the new directory name that swi-pl now using.
- Undefined HAVE_EXECINFO too in src/config.h to let it build successfuly
- Adjusted local patches to new version (not tested on "alpha" for sure :))
- Removed files/patch-configure to make --without-jpl in CONFIGURE_ARGS
  actually work

PR:		ports/161414
Submitted by:	Ruslan Mahmatkhanov <cvs-src@@yandex.ru>
Approved by:	g.gonter@@ieee.org (maintainer; timeout - 2+ weeks)
@
text
@@


1.2
log
@Update to 5.6.2
Mark as IGNORE < 500100. Require some C99 functions.

PR:		91936
Submitted by:	Gerhard Gonter <g.gonter@@ieee.org> (maintainer)
@
text
@d1 3
a3 3
--- src/Makefile.in.orig	Wed Jan 18 15:40:30 2006
+++ src/Makefile.in	Wed Jan 18 15:40:46 2006
@@@@ -325,7 +325,6 @@@@
d5 3
a7 3
 iruntime::
 		$(INSTALL_DATA) $(RUNTIME) $(DESTDIR)$(PLBASE)/lib/$(ARCH)
-		$(RANLIB) $(DESTDIR)$(PLBASE)/lib/$(ARCH)/$(PLLIB)
d10 1
a10 1
 		  $(INSTALL_DATA) $(RUNTIMEDIR)/$(SHARED) $(DESTDIR)$(PLBASE)/lib/$(ARCH) ; \
@


1.1
log
@Fix build on alpha.

PR:		ports/76865
Submitted by:	Gerhard Gonter (maintainer)
@
text
@d1 3
a3 3
--- src/Makefile.in.orig	Sat Jan 29 21:27:47 2005
+++ src/Makefile.in	Sat Jan 29 21:27:57 2005
@@@@ -310,7 +310,6 @@@@
d6 5
a10 5
 		$(INSTALL_DATA) $(RUNTIME) $(PLBASE)/lib/$(ARCH)
-		$(RANLIB) $(PLBASE)/lib/$(ARCH)/$(PLLIB)
 		if [ -f $(RUNTIMEDIR)/$(SHAREDV) ]; then \
 		  $(INSTALL_DATA) $(RUNTIMEDIR)/$(SHAREDV) $(PLBASE)/lib/$(ARCH) ; \
 		( cd $(PLBASE)/lib/$(ARCH) && rm -f $(SHARED) && ln -s $(SHAREDV) $(SHARED) ) ; \
@

