aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-04-04 07:36:46 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-04-04 07:36:46 +0000
commitacd19d78e8061230f73236c7b112682510de79b8 (patch)
tree3722878837d6194ce3d6dddf621f9f5759e9ab95
parent1845f827af15ee0f78d64e285008e3191c921b2f (diff)
downloadports-acd19d78e8061230f73236c7b112682510de79b8.tar.gz
ports-acd19d78e8061230f73236c7b112682510de79b8.zip
Add NO_LATEST_LINK -- these are not the latest versions, and we shouldn't
depend on ordering in the parent Makefiles for the links to be created correctly.
Notes
Notes: svn path=/head/; revision=10410
-rw-r--r--editors/emacs/Makefile3
-rw-r--r--editors/emacs19/Makefile3
-rw-r--r--editors/emacs22/Makefile3
-rw-r--r--editors/emacs23/Makefile3
-rw-r--r--ftp/ncftp/Makefile3
-rw-r--r--ftp/ncftp1/Makefile3
-rw-r--r--japanese/vfghostscript/Makefile3
-rw-r--r--print/a2ps43-letter/Makefile3
-rw-r--r--shells/bash1/Makefile3
-rw-r--r--www/netscape3/Makefile3
-rw-r--r--x11-wm/fvwm/Makefile3
11 files changed, 22 insertions, 11 deletions
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile
index d239aa44439a..7985cababdf6 100644
--- a/editors/emacs/Makefile
+++ b/editors/emacs/Makefile
@@ -3,7 +3,7 @@
# Date created: 29 October 1994
# Whom: jkh
#
-# $Id: Makefile,v 1.29 1997/07/17 10:38:15 asami Exp $
+# $Id: Makefile,v 1.30 1997/12/14 02:03:53 asami Exp $
#
DISTNAME= emacs-19.34b
@@ -12,6 +12,7 @@ MASTER_SITES= ${MASTER_SITE_GNU}
MAINTAINER= ports@FreeBSD.ORG
+NO_LATEST_LINK= yes
WRKSRC= ${WRKDIR}/emacs-19.34
GNU_CONFIGURE= yes
USE_GMAKE= yes
diff --git a/editors/emacs19/Makefile b/editors/emacs19/Makefile
index d239aa44439a..7985cababdf6 100644
--- a/editors/emacs19/Makefile
+++ b/editors/emacs19/Makefile
@@ -3,7 +3,7 @@
# Date created: 29 October 1994
# Whom: jkh
#
-# $Id: Makefile,v 1.29 1997/07/17 10:38:15 asami Exp $
+# $Id: Makefile,v 1.30 1997/12/14 02:03:53 asami Exp $
#
DISTNAME= emacs-19.34b
@@ -12,6 +12,7 @@ MASTER_SITES= ${MASTER_SITE_GNU}
MAINTAINER= ports@FreeBSD.ORG
+NO_LATEST_LINK= yes
WRKSRC= ${WRKDIR}/emacs-19.34
GNU_CONFIGURE= yes
USE_GMAKE= yes
diff --git a/editors/emacs22/Makefile b/editors/emacs22/Makefile
index d239aa44439a..7985cababdf6 100644
--- a/editors/emacs22/Makefile
+++ b/editors/emacs22/Makefile
@@ -3,7 +3,7 @@
# Date created: 29 October 1994
# Whom: jkh
#
-# $Id: Makefile,v 1.29 1997/07/17 10:38:15 asami Exp $
+# $Id: Makefile,v 1.30 1997/12/14 02:03:53 asami Exp $
#
DISTNAME= emacs-19.34b
@@ -12,6 +12,7 @@ MASTER_SITES= ${MASTER_SITE_GNU}
MAINTAINER= ports@FreeBSD.ORG
+NO_LATEST_LINK= yes
WRKSRC= ${WRKDIR}/emacs-19.34
GNU_CONFIGURE= yes
USE_GMAKE= yes
diff --git a/editors/emacs23/Makefile b/editors/emacs23/Makefile
index d239aa44439a..7985cababdf6 100644
--- a/editors/emacs23/Makefile
+++ b/editors/emacs23/Makefile
@@ -3,7 +3,7 @@
# Date created: 29 October 1994
# Whom: jkh
#
-# $Id: Makefile,v 1.29 1997/07/17 10:38:15 asami Exp $
+# $Id: Makefile,v 1.30 1997/12/14 02:03:53 asami Exp $
#
DISTNAME= emacs-19.34b
@@ -12,6 +12,7 @@ MASTER_SITES= ${MASTER_SITE_GNU}
MAINTAINER= ports@FreeBSD.ORG
+NO_LATEST_LINK= yes
WRKSRC= ${WRKDIR}/emacs-19.34
GNU_CONFIGURE= yes
USE_GMAKE= yes
diff --git a/ftp/ncftp/Makefile b/ftp/ncftp/Makefile
index d3cf2c837e89..e802a071ea1d 100644
--- a/ftp/ncftp/Makefile
+++ b/ftp/ncftp/Makefile
@@ -3,7 +3,7 @@
# Date created: 20 Jun 1996
# Whom: jkh
#
-# $Id: Makefile,v 1.7 1997/12/16 20:02:01 vanilla Exp $
+# $Id: Makefile,v 1.8 1998/01/31 17:49:32 jseger Exp $
#
DISTNAME= ncftp-1.9.5
@@ -12,6 +12,7 @@ MASTER_SITES= ftp://ftp.ncftp.com/ncftp/
MAINTAINER= obrien@FreeBSD.org
+NO_LATEST_LINK= yes
MAN1= ncftp.1
do-install:
diff --git a/ftp/ncftp1/Makefile b/ftp/ncftp1/Makefile
index d3cf2c837e89..e802a071ea1d 100644
--- a/ftp/ncftp1/Makefile
+++ b/ftp/ncftp1/Makefile
@@ -3,7 +3,7 @@
# Date created: 20 Jun 1996
# Whom: jkh
#
-# $Id: Makefile,v 1.7 1997/12/16 20:02:01 vanilla Exp $
+# $Id: Makefile,v 1.8 1998/01/31 17:49:32 jseger Exp $
#
DISTNAME= ncftp-1.9.5
@@ -12,6 +12,7 @@ MASTER_SITES= ftp://ftp.ncftp.com/ncftp/
MAINTAINER= obrien@FreeBSD.org
+NO_LATEST_LINK= yes
MAN1= ncftp.1
do-install:
diff --git a/japanese/vfghostscript/Makefile b/japanese/vfghostscript/Makefile
index 0871adda1193..0e888fbbc7ec 100644
--- a/japanese/vfghostscript/Makefile
+++ b/japanese/vfghostscript/Makefile
@@ -3,7 +3,7 @@
# Date created: 14 May 1996
# Whom: Mita Yoshio <mita@jp.FreeBSD.org>
#
-# $Id: Makefile,v 1.9 1997/09/14 21:36:13 max Exp $
+# $Id: Makefile,v 1.10 1997/12/08 09:05:48 max Exp $
#
DISTNAME= ghostscript2.6.2
@@ -24,6 +24,7 @@ MAINTAINER= mita@jp.FreeBSD.org
LIB_DEPENDS= VFlib\\.2\\.:${PORTSDIR}/japanese/vflib
+NO_LATEST_LINK= yes
WRKSRC= ${WRKDIR}/gs262
EXTRACT_ONLY= ghostscript-2.6.2.tar.gz
MAN1= gs.1
diff --git a/print/a2ps43-letter/Makefile b/print/a2ps43-letter/Makefile
index f53b8e9e10e7..404e66e3eb14 100644
--- a/print/a2ps43-letter/Makefile
+++ b/print/a2ps43-letter/Makefile
@@ -3,7 +3,7 @@
# Date created: 6 November 1994
# Whom: jmz & David O'Brien (obrien@cs.ucdavis.edu)
#
-# $Id: Makefile,v 1.14 1998/02/25 02:33:52 obrien Exp $
+# $Id: Makefile,v 1.15 1998/02/25 02:35:23 obrien Exp $
#
DISTNAME= a2ps
@@ -14,6 +14,7 @@ DISTFILES= a2ps.V4.3.tar.gz
MAINTAINER= obrien@FreeBSD.org
+NO_LATEST_LINK= yes
MANUAL_PACKAGE_BUILD= PAPERSIZE has to be set to Letter A4
MAKE_FLAGS?= WIDTH=${WIDTH} HEIGHT=${HEIGHT} A4_PAPERSIZE=${A4_PAPERSIZE} -f
NO_WRKSUBDIR= yes
diff --git a/shells/bash1/Makefile b/shells/bash1/Makefile
index 8f83065e1373..95451b945a72 100644
--- a/shells/bash1/Makefile
+++ b/shells/bash1/Makefile
@@ -3,7 +3,7 @@
# Date created: 21 August 1994
# Whom: jkh
#
-# $Id: Makefile,v 1.24 1997/06/16 11:00:19 max Exp $
+# $Id: Makefile,v 1.25 1997/06/26 06:23:23 fenner Exp $
#
DISTNAME= bash-1.14.7
@@ -12,6 +12,7 @@ MASTER_SITES= ${MASTER_SITE_GNU}
MAINTAINER= obrien@NUXI.com
+NO_LATEST_LINK= yes
WRKSRC= ${WRKDIR}/${DISTNAME}
# Don't compress manpages or .so not works.
diff --git a/www/netscape3/Makefile b/www/netscape3/Makefile
index b20282051584..d0b062468dd0 100644
--- a/www/netscape3/Makefile
+++ b/www/netscape3/Makefile
@@ -3,7 +3,7 @@
# Date created: 21 August 1995
# Whom: asami
#
-# $Id: Makefile,v 1.20 1998/03/15 15:10:38 markm Exp $
+# $Id: Makefile,v 1.21 1998/03/16 15:38:37 markm Exp $
#
DISTNAME= netscape-3.04
@@ -13,6 +13,7 @@ DISTFILES= netscape-v304-export.x86-unknown-bsd.tar.gz
MAINTAINER= ports@FreeBSD.ORG
+NO_LATEST_LINK= yes
NO_WRKSUBDIR= yes
.if defined(GOLD)
diff --git a/x11-wm/fvwm/Makefile b/x11-wm/fvwm/Makefile
index d55ed13295fb..550a41e6ad55 100644
--- a/x11-wm/fvwm/Makefile
+++ b/x11-wm/fvwm/Makefile
@@ -3,7 +3,7 @@
# Date created: 12 May 1995
# Whom: me
#
-# $Id: Makefile,v 1.21 1996/11/18 10:36:54 asami Exp $
+# $Id: Makefile,v 1.22 1997/10/28 21:59:55 gj Exp $
#
DISTNAME= fvwm-1.24r
@@ -15,6 +15,7 @@ MAINTAINER= me@FreeBSD.org
LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
+NO_LATEST_LINK= yes
USE_IMAKE= yes
XMKMF= xmkmf
ALL_TARGET= Makefiles all