mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Change upstream to the exact sources used by FreeBSD.
Reviewed by: bdrewery Discussed with: des
This commit is contained in:
parent
45da3ca8be
commit
3b7c9eb230
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=303757
@ -1,23 +1,37 @@
|
|||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= cvs
|
PORTNAME= cvs
|
||||||
PORTVERSION= 1.11.23
|
PORTVERSION= 1.20120905
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
MASTER_SITES= ${MASTER_SITE_GNU}
|
MASTER_SITES= LOCAL/eadler
|
||||||
MASTER_SITE_SUBDIR= non-gnu/${PORTNAME}/source/stable/${PORTVERSION}
|
|
||||||
|
|
||||||
MAINTAINER= eadler@FreeBSD.org
|
MAINTAINER= eadler@FreeBSD.org
|
||||||
COMMENT= Version control system
|
COMMENT= Version control system
|
||||||
|
|
||||||
LICENSE= GPLv2
|
LICENSE= GPLv2
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
WRKSRC= ${WRKDIR}/call/cvs-build
|
||||||
|
|
||||||
MAKE_JOBS_SAFE= yes
|
MAKE_JOBS_SAFE= yes
|
||||||
|
|
||||||
|
USE_XZ= yes
|
||||||
|
|
||||||
MAN1= cvs.1
|
MAN1= cvs.1
|
||||||
MAN5= cvs.5
|
|
||||||
MAN8= cvsbug.8
|
MAN8= cvsbug.8
|
||||||
|
|
||||||
|
MANCOMPRESSED= yes
|
||||||
|
|
||||||
INFO= cvs cvsclient
|
INFO= cvs cvsclient
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
MAKE_ENV+= DESTDIR=${PREFIX}
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OSVERSION} < 900000
|
||||||
|
BROKEN= does not link
|
||||||
|
.endif
|
||||||
|
|
||||||
|
pre-install:
|
||||||
|
${MKDIR} ${EXAMPLESDIR}/contrib
|
||||||
|
|
||||||
|
.include <bsd.port.post.mk>
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
SHA256 (cvs-1.11.23.tar.gz) = 0ad692e3c22e4b33274a53ad22a194deb3024ec833b9e87ad7968d9b0b58cdcf
|
SHA256 (cvs-1.20120905.tar.xz) = 39f23fa6e574a060425737c893423af8f0682d694a7875a472fc0c06215e21bb
|
||||||
SIZE (cvs-1.11.23.tar.gz) = 3512175
|
SIZE (cvs-1.20120905.tar.xz) = 1413320
|
||||||
|
@ -1,32 +0,0 @@
|
|||||||
--- ./config.h.in.orig 2008-05-07 16:13:06.000000000 -0400
|
|
||||||
+++ ./config.h.in 2012-09-04 22:07:00.000000000 -0400
|
|
||||||
@@ -121,9 +121,6 @@
|
|
||||||
/* Define to 1 if you have the `getpagesize' function. */
|
|
||||||
#undef HAVE_GETPAGESIZE
|
|
||||||
|
|
||||||
-/* Define to 1 if you have the `getpid' function. */
|
|
||||||
-#undef HAVE_GETPID
|
|
||||||
-
|
|
||||||
/* Define if you have the getspnam function. */
|
|
||||||
#undef HAVE_GETSPNAM
|
|
||||||
|
|
||||||
@@ -214,9 +211,6 @@
|
|
||||||
/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
|
|
||||||
#undef HAVE_NDIR_H
|
|
||||||
|
|
||||||
-/* Define to 1 if you have the <process.h> header file. */
|
|
||||||
-#undef HAVE_PROCESS_H
|
|
||||||
-
|
|
||||||
/* Define to 1 if you have the `putenv' function. */
|
|
||||||
#undef HAVE_PUTENV
|
|
||||||
|
|
||||||
@@ -327,9 +321,6 @@
|
|
||||||
/* Define to 1 if you have the <sys/types.h> header file. */
|
|
||||||
#undef HAVE_SYS_TYPES_H
|
|
||||||
|
|
||||||
-/* Define to 1 if you have the <sys/utime.h> header file. */
|
|
||||||
-#undef HAVE_SYS_UTIME_H
|
|
||||||
-
|
|
||||||
/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
|
|
||||||
#undef HAVE_SYS_WAIT_H
|
|
||||||
|
|
@ -1,43 +0,0 @@
|
|||||||
--- ./configure.orig 2008-05-07 16:12:30.000000000 -0400
|
|
||||||
+++ ./configure 2012-09-04 22:07:00.000000000 -0400
|
|
||||||
@@ -5642,8 +5642,6 @@
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
-
|
|
||||||
-
|
|
||||||
for ac_header in \
|
|
||||||
errno.h \
|
|
||||||
direct.h \
|
|
||||||
@@ -5653,7 +5651,6 @@
|
|
||||||
limits.h \
|
|
||||||
memory.h \
|
|
||||||
ndbm.h \
|
|
||||||
- process.h \
|
|
||||||
string.h \
|
|
||||||
syslog.h \
|
|
||||||
sys/bsdtypes.h \
|
|
||||||
@@ -5663,7 +5660,6 @@
|
|
||||||
sys/select.h \
|
|
||||||
sys/time.h \
|
|
||||||
sys/timeb.h \
|
|
||||||
- sys/utime.h \
|
|
||||||
unistd.h \
|
|
||||||
utime.h\
|
|
||||||
|
|
||||||
@@ -8090,7 +8086,6 @@
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
-
|
|
||||||
for ac_func in \
|
|
||||||
fchdir \
|
|
||||||
fchmod \
|
|
||||||
@@ -8100,7 +8095,6 @@
|
|
||||||
getgroups \
|
|
||||||
getopt \
|
|
||||||
getpagesize \
|
|
||||||
- getpid \
|
|
||||||
gettimeofday \
|
|
||||||
initgroups \
|
|
||||||
login \
|
|
@ -1,26 +0,0 @@
|
|||||||
--- ./configure.in.orig 2008-05-07 16:10:34.000000000 -0400
|
|
||||||
+++ ./configure.in 2012-09-04 22:07:00.000000000 -0400
|
|
||||||
@@ -148,7 +148,6 @@
|
|
||||||
limits.h \
|
|
||||||
memory.h \
|
|
||||||
ndbm.h \
|
|
||||||
- process.h \
|
|
||||||
string.h \
|
|
||||||
syslog.h \
|
|
||||||
sys/bsdtypes.h \
|
|
||||||
@@ -158,7 +157,6 @@
|
|
||||||
sys/select.h \
|
|
||||||
sys/time.h \
|
|
||||||
sys/timeb.h \
|
|
||||||
- sys/utime.h \
|
|
||||||
unistd.h \
|
|
||||||
utime.h\
|
|
||||||
)
|
|
||||||
@@ -218,7 +216,6 @@
|
|
||||||
getgroups \
|
|
||||||
getopt \
|
|
||||||
getpagesize \
|
|
||||||
- getpid \
|
|
||||||
gettimeofday \
|
|
||||||
initgroups \
|
|
||||||
login \
|
|
@ -1,23 +1,24 @@
|
|||||||
bin/cvs
|
bin/cvs
|
||||||
bin/cvsbug
|
bin/cvsbug
|
||||||
bin/rcs2log
|
%%EXAMPLESDIR%%/contrib/README
|
||||||
%%DATADIR%%/contrib/README
|
%%EXAMPLESDIR%%/contrib/clmerge
|
||||||
%%DATADIR%%/contrib/check_cvs
|
%%EXAMPLESDIR%%/contrib/cln_hist
|
||||||
%%DATADIR%%/contrib/clmerge
|
%%EXAMPLESDIR%%/contrib/commit_prep
|
||||||
%%DATADIR%%/contrib/cln_hist
|
%%EXAMPLESDIR%%/contrib/cvs2vendor
|
||||||
%%DATADIR%%/contrib/commit_prep
|
%%EXAMPLESDIR%%/contrib/cvs_acls
|
||||||
%%DATADIR%%/contrib/cvs2vendor
|
%%EXAMPLESDIR%%/contrib/cvscheck
|
||||||
%%DATADIR%%/contrib/cvs_acls
|
%%EXAMPLESDIR%%/contrib/intro.doc
|
||||||
%%DATADIR%%/contrib/cvscheck
|
%%EXAMPLESDIR%%/contrib/log
|
||||||
%%DATADIR%%/contrib/debug_check_log
|
%%EXAMPLESDIR%%/contrib/log_accum
|
||||||
%%DATADIR%%/contrib/intro.doc
|
%%EXAMPLESDIR%%/contrib/mfpipe
|
||||||
%%DATADIR%%/contrib/log
|
%%EXAMPLESDIR%%/contrib/rcs-to-cvs
|
||||||
%%DATADIR%%/contrib/log_accum
|
%%EXAMPLESDIR%%/contrib/rcslock
|
||||||
%%DATADIR%%/contrib/mfpipe
|
%%EXAMPLESDIR%%/contrib/sccs2rcs
|
||||||
%%DATADIR%%/contrib/pvcs2rcs
|
%%EXAMPLESDIR%%/contrib/rcs2log
|
||||||
%%DATADIR%%/contrib/rcs-to-cvs
|
%%EXAMPLESDIR%%/contrib/easy-import
|
||||||
%%DATADIR%%/contrib/rcs2log
|
%%EXAMPLESDIR%%/contrib/cvscheck.man
|
||||||
%%DATADIR%%/contrib/rcslock
|
%%EXAMPLESDIR%%/contrib/cvshelp.man
|
||||||
%%DATADIR%%/contrib/sccs2rcs
|
%%EXAMPLESDIR%%/contrib/descend.man
|
||||||
@dirrm %%DATADIR%%/contrib
|
@exec mkdir -p %%EXAMPLESDIR%%/contrib
|
||||||
@dirrm %%DATADIR%%
|
@dirrm %%EXAMPLESDIR%%/contrib
|
||||||
|
@dirrm %%EXAMPLESDIR%%
|
||||||
|
Loading…
Reference in New Issue
Block a user