mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
Update to 1.2.4
PR: ports/77531 Submitted by: Meno Abels (maintainer)
This commit is contained in:
parent
3c60e2499a
commit
3014d27d2f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=128909
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= fakeroot
|
||||
PORTVERSION= 0.9.6
|
||||
PORTVERSION= 1.2.4
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= ${MASTER_SITE_DEBIAN}
|
||||
MASTER_SITE_SUBDIR= pool/main/f/fakeroot
|
||||
@ -15,6 +15,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}
|
||||
MAINTAINER= Meno.Abels@Adviser.com
|
||||
COMMENT= Simulate the root user behaviour
|
||||
|
||||
USE_LIBTOOL_VER=15
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (fakeroot_0.9.6.tar.gz) = 7e54cb1ac258908ca5eecf244bd1d680
|
||||
SIZE (fakeroot_0.9.6.tar.gz) = 851101
|
||||
MD5 (fakeroot_1.2.4.tar.gz) = 2c3e6dd5ad7adf2e5c1e28c40177509f
|
||||
SIZE (fakeroot_1.2.4.tar.gz) = 1132622
|
||||
|
@ -1,12 +0,0 @@
|
||||
--- communicate.h Fri Sep 26 04:07:11 2003
|
||||
+++ communicate.h Thu Mar 11 12:51:34 2004
|
||||
@@ -38,7 +38,9 @@
|
||||
#if defined(sun) || __GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 1)
|
||||
#define STAT64_SUPPORT
|
||||
#else
|
||||
+#if !defined(__FreeBSD__)
|
||||
#warning Not using stat64 support
|
||||
+#endif
|
||||
/* if glibc is 2.0 or older, undefine these again */
|
||||
#undef STAT64_SUPPORT
|
||||
#undef _LARGEFILE64_SOURCE
|
@ -1,18 +0,0 @@
|
||||
--- doc/Makefile.am Tue Sep 2 06:00:59 2003
|
||||
+++ doc/Makefile.am Thu Mar 11 13:23:43 2004
|
||||
@@ -1,5 +1,4 @@
|
||||
AUTOMAKE_OPTIONS=foreign
|
||||
-SUBDIRS = es fr sv
|
||||
|
||||
man_MANS = faked.1 fakeroot.1
|
||||
|
||||
--- doc/Makefile.in Sun Feb 22 23:18:19 2004
|
||||
+++ doc/Makefile.in Thu Mar 11 13:23:47 2004
|
||||
@@ -161,7 +161,6 @@
|
||||
target_os = @target_os@
|
||||
target_vendor = @target_vendor@
|
||||
AUTOMAKE_OPTIONS = foreign
|
||||
-SUBDIRS = es fr sv
|
||||
man_MANS = faked.1 fakeroot.1
|
||||
|
||||
#another automake bug workaround
|
@ -1,12 +0,0 @@
|
||||
--- ../fakeroot-0.8.5/scripts/fakeroot Wed Nov 12 17:07:18 2003
|
||||
+++ scripts/fakeroot Thu Mar 11 13:40:00 2004
|
||||
@@ -16,7 +16,7 @@
|
||||
PREFIX=`dirname ${BINDIR}`
|
||||
|
||||
LIB=libfakeroot.so.0
|
||||
-PATHS=${PREFIX}/lib/libfakeroot:${PREFIX}/lib64/libfakeroot
|
||||
+PATHS=${PREFIX}/lib
|
||||
FAKED=${BINDIR}/faked
|
||||
|
||||
FAKED_MODE="unknown-is-root"
|
||||
|
@ -1,10 +0,0 @@
|
||||
--- libfakeroot.c Fri Dec 19 03:38:05 2003
|
||||
+++ libfakeroot.c Thu Mar 11 12:52:45 2004
|
||||
@@ -667,6 +667,6 @@
|
||||
return 0;
|
||||
}
|
||||
|
||||
-int setgroups(size_t size, const gid_t *list){
|
||||
+int setgroups(int size, const gid_t *list){
|
||||
return 0;
|
||||
}
|
@ -1,6 +1,5 @@
|
||||
bin/faked
|
||||
bin/fakeroot
|
||||
lib/libfakeroot.la
|
||||
lib/libfakeroot.so.0
|
||||
lib/libfakeroot.so
|
||||
lib/libfakeroot.a
|
||||
|
Loading…
Reference in New Issue
Block a user