mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
1. MFC from linux_base-fc6 (well, sort of -- an idea taken):
Add some directory trees since we still use fc4 infrastucture ports. Inspirited by the wrong behaviour of "install file1 file2" when file2 should exist and be a directory... 2. Bump PORTREVISION. 3. Fix pkg-descr (FC6 -> FC7). 4. s/@dirrm/@dirrmtry for /compat/linux/proc.
This commit is contained in:
parent
05d11e1a42
commit
06abc65051
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=200132
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= fc7
|
||||
PORTVERSION= 7
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= emulators linux
|
||||
MASTER_SITES= ${MASTER_SITE_FEDORA_LINUX}
|
||||
MASTER_SITE_SUBDIR= ../releases/${PORTVERSION}/Everything/${LINUX_RPM_ARCH}/os/Fedora
|
||||
@ -128,6 +129,8 @@ REMOVE_DIRS= boot dev home initrd root tmp var/log var/run var/tmp \
|
||||
REMOVE_FILES= bin/df bin/su etc/exports etc/group etc/localtime \
|
||||
etc/motd etc/passwd etc/printcap etc/services \
|
||||
etc/protocols
|
||||
ADD_DIRS= usr/X11R6/share usr/X11R6/man usr/X11R6/lib/tls \
|
||||
usr/X11R6/include usr/X11R6/bin
|
||||
ADD_FILES= #empty
|
||||
|
||||
.if (${MACHINE_ARCH} == "amd64")
|
||||
@ -148,6 +151,9 @@ do-build:
|
||||
@for F in ${REMOVE_FILES}; do \
|
||||
${RM} -f ${WRKSRC}/$$F; \
|
||||
done
|
||||
@for F in ${ADD_DIRS}; do \
|
||||
${MKDIR} -p ${WRKSRC}/$$F; \
|
||||
done
|
||||
@for F in ${ADD_FILES}; do \
|
||||
${TOUCH} ${WRKSRC}/$$F; \
|
||||
done
|
||||
|
@ -1,5 +1,5 @@
|
||||
This port contains packages from a near-minimal installation of Fedora Core
|
||||
Linux 6. These packages, in conjunction with the linux kernel module,
|
||||
Linux 7. These packages, in conjunction with the linux kernel module,
|
||||
form the basis of the Linux compatibility environment. It is designed to
|
||||
provide a nice user experience by using the FreeBSD configuration for
|
||||
corresponding Linux stuff where possible. Because of this any work which
|
||||
|
@ -4958,6 +4958,11 @@ var/mail
|
||||
@exec /bin/mkdir -p %D/usr/lib/X11
|
||||
@exec /bin/mkdir -p %D/usr/games
|
||||
@exec /bin/mkdir -p %D/usr/etc
|
||||
@exec /bin/mkdir -p %D/usr/X11R6/share
|
||||
@exec /bin/mkdir -p %D/usr/X11R6/man
|
||||
@exec /bin/mkdir -p %D/usr/X11R6/lib/tls
|
||||
@exec /bin/mkdir -p %D/usr/X11R6/include
|
||||
@exec /bin/mkdir -p %D/usr/X11R6/bin
|
||||
@exec /bin/mkdir -p %D/sys
|
||||
@exec /bin/mkdir -p %D/srv
|
||||
@exec /bin/mkdir -p %D/selinux
|
||||
@ -5497,7 +5502,7 @@ var/mail
|
||||
@dirrm sys
|
||||
@dirrm srv
|
||||
@dirrm selinux
|
||||
@dirrm proc
|
||||
@dirrmtry proc
|
||||
@dirrm opt
|
||||
@dirrm mnt
|
||||
@dirrm media
|
||||
@ -6305,6 +6310,13 @@ var/mail
|
||||
@dirrm usr/include/db4.2.52
|
||||
@dirrm usr/include
|
||||
@dirrm usr/bin
|
||||
@dirrm usr/X11R6/share
|
||||
@dirrm usr/X11R6/man
|
||||
@dirrm usr/X11R6/lib/tls
|
||||
@dirrm usr/X11R6/lib
|
||||
@dirrm usr/X11R6/include
|
||||
@dirrm usr/X11R6/bin
|
||||
@dirrm usr/X11R6
|
||||
@dirrm usr
|
||||
@dirrm sbin
|
||||
@dirrm lib/terminfo/x
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= fc7
|
||||
PORTVERSION= 7
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= emulators linux
|
||||
MASTER_SITES= ${MASTER_SITE_FEDORA_LINUX}
|
||||
MASTER_SITE_SUBDIR= ../releases/${PORTVERSION}/Everything/${LINUX_RPM_ARCH}/os/Fedora
|
||||
@ -128,6 +129,8 @@ REMOVE_DIRS= boot dev home initrd root tmp var/log var/run var/tmp \
|
||||
REMOVE_FILES= bin/df bin/su etc/exports etc/group etc/localtime \
|
||||
etc/motd etc/passwd etc/printcap etc/services \
|
||||
etc/protocols
|
||||
ADD_DIRS= usr/X11R6/share usr/X11R6/man usr/X11R6/lib/tls \
|
||||
usr/X11R6/include usr/X11R6/bin
|
||||
ADD_FILES= #empty
|
||||
|
||||
.if (${MACHINE_ARCH} == "amd64")
|
||||
@ -148,6 +151,9 @@ do-build:
|
||||
@for F in ${REMOVE_FILES}; do \
|
||||
${RM} -f ${WRKSRC}/$$F; \
|
||||
done
|
||||
@for F in ${ADD_DIRS}; do \
|
||||
${MKDIR} -p ${WRKSRC}/$$F; \
|
||||
done
|
||||
@for F in ${ADD_FILES}; do \
|
||||
${TOUCH} ${WRKSRC}/$$F; \
|
||||
done
|
||||
|
@ -1,5 +1,5 @@
|
||||
This port contains packages from a near-minimal installation of Fedora Core
|
||||
Linux 6. These packages, in conjunction with the linux kernel module,
|
||||
Linux 7. These packages, in conjunction with the linux kernel module,
|
||||
form the basis of the Linux compatibility environment. It is designed to
|
||||
provide a nice user experience by using the FreeBSD configuration for
|
||||
corresponding Linux stuff where possible. Because of this any work which
|
||||
|
@ -4958,6 +4958,11 @@ var/mail
|
||||
@exec /bin/mkdir -p %D/usr/lib/X11
|
||||
@exec /bin/mkdir -p %D/usr/games
|
||||
@exec /bin/mkdir -p %D/usr/etc
|
||||
@exec /bin/mkdir -p %D/usr/X11R6/share
|
||||
@exec /bin/mkdir -p %D/usr/X11R6/man
|
||||
@exec /bin/mkdir -p %D/usr/X11R6/lib/tls
|
||||
@exec /bin/mkdir -p %D/usr/X11R6/include
|
||||
@exec /bin/mkdir -p %D/usr/X11R6/bin
|
||||
@exec /bin/mkdir -p %D/sys
|
||||
@exec /bin/mkdir -p %D/srv
|
||||
@exec /bin/mkdir -p %D/selinux
|
||||
@ -5497,7 +5502,7 @@ var/mail
|
||||
@dirrm sys
|
||||
@dirrm srv
|
||||
@dirrm selinux
|
||||
@dirrm proc
|
||||
@dirrmtry proc
|
||||
@dirrm opt
|
||||
@dirrm mnt
|
||||
@dirrm media
|
||||
@ -6305,6 +6310,13 @@ var/mail
|
||||
@dirrm usr/include/db4.2.52
|
||||
@dirrm usr/include
|
||||
@dirrm usr/bin
|
||||
@dirrm usr/X11R6/share
|
||||
@dirrm usr/X11R6/man
|
||||
@dirrm usr/X11R6/lib/tls
|
||||
@dirrm usr/X11R6/lib
|
||||
@dirrm usr/X11R6/include
|
||||
@dirrm usr/X11R6/bin
|
||||
@dirrm usr/X11R6
|
||||
@dirrm usr
|
||||
@dirrm sbin
|
||||
@dirrm lib/terminfo/x
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= fc7
|
||||
PORTVERSION= 7
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= emulators linux
|
||||
MASTER_SITES= ${MASTER_SITE_FEDORA_LINUX}
|
||||
MASTER_SITE_SUBDIR= ../releases/${PORTVERSION}/Everything/${LINUX_RPM_ARCH}/os/Fedora
|
||||
@ -128,6 +129,8 @@ REMOVE_DIRS= boot dev home initrd root tmp var/log var/run var/tmp \
|
||||
REMOVE_FILES= bin/df bin/su etc/exports etc/group etc/localtime \
|
||||
etc/motd etc/passwd etc/printcap etc/services \
|
||||
etc/protocols
|
||||
ADD_DIRS= usr/X11R6/share usr/X11R6/man usr/X11R6/lib/tls \
|
||||
usr/X11R6/include usr/X11R6/bin
|
||||
ADD_FILES= #empty
|
||||
|
||||
.if (${MACHINE_ARCH} == "amd64")
|
||||
@ -148,6 +151,9 @@ do-build:
|
||||
@for F in ${REMOVE_FILES}; do \
|
||||
${RM} -f ${WRKSRC}/$$F; \
|
||||
done
|
||||
@for F in ${ADD_DIRS}; do \
|
||||
${MKDIR} -p ${WRKSRC}/$$F; \
|
||||
done
|
||||
@for F in ${ADD_FILES}; do \
|
||||
${TOUCH} ${WRKSRC}/$$F; \
|
||||
done
|
||||
|
@ -1,5 +1,5 @@
|
||||
This port contains packages from a near-minimal installation of Fedora Core
|
||||
Linux 6. These packages, in conjunction with the linux kernel module,
|
||||
Linux 7. These packages, in conjunction with the linux kernel module,
|
||||
form the basis of the Linux compatibility environment. It is designed to
|
||||
provide a nice user experience by using the FreeBSD configuration for
|
||||
corresponding Linux stuff where possible. Because of this any work which
|
||||
|
@ -4958,6 +4958,11 @@ var/mail
|
||||
@exec /bin/mkdir -p %D/usr/lib/X11
|
||||
@exec /bin/mkdir -p %D/usr/games
|
||||
@exec /bin/mkdir -p %D/usr/etc
|
||||
@exec /bin/mkdir -p %D/usr/X11R6/share
|
||||
@exec /bin/mkdir -p %D/usr/X11R6/man
|
||||
@exec /bin/mkdir -p %D/usr/X11R6/lib/tls
|
||||
@exec /bin/mkdir -p %D/usr/X11R6/include
|
||||
@exec /bin/mkdir -p %D/usr/X11R6/bin
|
||||
@exec /bin/mkdir -p %D/sys
|
||||
@exec /bin/mkdir -p %D/srv
|
||||
@exec /bin/mkdir -p %D/selinux
|
||||
@ -5497,7 +5502,7 @@ var/mail
|
||||
@dirrm sys
|
||||
@dirrm srv
|
||||
@dirrm selinux
|
||||
@dirrm proc
|
||||
@dirrmtry proc
|
||||
@dirrm opt
|
||||
@dirrm mnt
|
||||
@dirrm media
|
||||
@ -6305,6 +6310,13 @@ var/mail
|
||||
@dirrm usr/include/db4.2.52
|
||||
@dirrm usr/include
|
||||
@dirrm usr/bin
|
||||
@dirrm usr/X11R6/share
|
||||
@dirrm usr/X11R6/man
|
||||
@dirrm usr/X11R6/lib/tls
|
||||
@dirrm usr/X11R6/lib
|
||||
@dirrm usr/X11R6/include
|
||||
@dirrm usr/X11R6/bin
|
||||
@dirrm usr/X11R6
|
||||
@dirrm usr
|
||||
@dirrm sbin
|
||||
@dirrm lib/terminfo/x
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= fc7
|
||||
PORTVERSION= 7
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= emulators linux
|
||||
MASTER_SITES= ${MASTER_SITE_FEDORA_LINUX}
|
||||
MASTER_SITE_SUBDIR= ../releases/${PORTVERSION}/Everything/${LINUX_RPM_ARCH}/os/Fedora
|
||||
@ -128,6 +129,8 @@ REMOVE_DIRS= boot dev home initrd root tmp var/log var/run var/tmp \
|
||||
REMOVE_FILES= bin/df bin/su etc/exports etc/group etc/localtime \
|
||||
etc/motd etc/passwd etc/printcap etc/services \
|
||||
etc/protocols
|
||||
ADD_DIRS= usr/X11R6/share usr/X11R6/man usr/X11R6/lib/tls \
|
||||
usr/X11R6/include usr/X11R6/bin
|
||||
ADD_FILES= #empty
|
||||
|
||||
.if (${MACHINE_ARCH} == "amd64")
|
||||
@ -148,6 +151,9 @@ do-build:
|
||||
@for F in ${REMOVE_FILES}; do \
|
||||
${RM} -f ${WRKSRC}/$$F; \
|
||||
done
|
||||
@for F in ${ADD_DIRS}; do \
|
||||
${MKDIR} -p ${WRKSRC}/$$F; \
|
||||
done
|
||||
@for F in ${ADD_FILES}; do \
|
||||
${TOUCH} ${WRKSRC}/$$F; \
|
||||
done
|
||||
|
@ -1,5 +1,5 @@
|
||||
This port contains packages from a near-minimal installation of Fedora Core
|
||||
Linux 6. These packages, in conjunction with the linux kernel module,
|
||||
Linux 7. These packages, in conjunction with the linux kernel module,
|
||||
form the basis of the Linux compatibility environment. It is designed to
|
||||
provide a nice user experience by using the FreeBSD configuration for
|
||||
corresponding Linux stuff where possible. Because of this any work which
|
||||
|
@ -4958,6 +4958,11 @@ var/mail
|
||||
@exec /bin/mkdir -p %D/usr/lib/X11
|
||||
@exec /bin/mkdir -p %D/usr/games
|
||||
@exec /bin/mkdir -p %D/usr/etc
|
||||
@exec /bin/mkdir -p %D/usr/X11R6/share
|
||||
@exec /bin/mkdir -p %D/usr/X11R6/man
|
||||
@exec /bin/mkdir -p %D/usr/X11R6/lib/tls
|
||||
@exec /bin/mkdir -p %D/usr/X11R6/include
|
||||
@exec /bin/mkdir -p %D/usr/X11R6/bin
|
||||
@exec /bin/mkdir -p %D/sys
|
||||
@exec /bin/mkdir -p %D/srv
|
||||
@exec /bin/mkdir -p %D/selinux
|
||||
@ -5497,7 +5502,7 @@ var/mail
|
||||
@dirrm sys
|
||||
@dirrm srv
|
||||
@dirrm selinux
|
||||
@dirrm proc
|
||||
@dirrmtry proc
|
||||
@dirrm opt
|
||||
@dirrm mnt
|
||||
@dirrm media
|
||||
@ -6305,6 +6310,13 @@ var/mail
|
||||
@dirrm usr/include/db4.2.52
|
||||
@dirrm usr/include
|
||||
@dirrm usr/bin
|
||||
@dirrm usr/X11R6/share
|
||||
@dirrm usr/X11R6/man
|
||||
@dirrm usr/X11R6/lib/tls
|
||||
@dirrm usr/X11R6/lib
|
||||
@dirrm usr/X11R6/include
|
||||
@dirrm usr/X11R6/bin
|
||||
@dirrm usr/X11R6
|
||||
@dirrm usr
|
||||
@dirrm sbin
|
||||
@dirrm lib/terminfo/x
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= fc7
|
||||
PORTVERSION= 7
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= emulators linux
|
||||
MASTER_SITES= ${MASTER_SITE_FEDORA_LINUX}
|
||||
MASTER_SITE_SUBDIR= ../releases/${PORTVERSION}/Everything/${LINUX_RPM_ARCH}/os/Fedora
|
||||
@ -128,6 +129,8 @@ REMOVE_DIRS= boot dev home initrd root tmp var/log var/run var/tmp \
|
||||
REMOVE_FILES= bin/df bin/su etc/exports etc/group etc/localtime \
|
||||
etc/motd etc/passwd etc/printcap etc/services \
|
||||
etc/protocols
|
||||
ADD_DIRS= usr/X11R6/share usr/X11R6/man usr/X11R6/lib/tls \
|
||||
usr/X11R6/include usr/X11R6/bin
|
||||
ADD_FILES= #empty
|
||||
|
||||
.if (${MACHINE_ARCH} == "amd64")
|
||||
@ -148,6 +151,9 @@ do-build:
|
||||
@for F in ${REMOVE_FILES}; do \
|
||||
${RM} -f ${WRKSRC}/$$F; \
|
||||
done
|
||||
@for F in ${ADD_DIRS}; do \
|
||||
${MKDIR} -p ${WRKSRC}/$$F; \
|
||||
done
|
||||
@for F in ${ADD_FILES}; do \
|
||||
${TOUCH} ${WRKSRC}/$$F; \
|
||||
done
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= fc7
|
||||
PORTVERSION= 7
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= emulators linux
|
||||
MASTER_SITES= ${MASTER_SITE_FEDORA_LINUX}
|
||||
MASTER_SITE_SUBDIR= ../releases/${PORTVERSION}/Everything/${LINUX_RPM_ARCH}/os/Fedora
|
||||
@ -128,6 +129,8 @@ REMOVE_DIRS= boot dev home initrd root tmp var/log var/run var/tmp \
|
||||
REMOVE_FILES= bin/df bin/su etc/exports etc/group etc/localtime \
|
||||
etc/motd etc/passwd etc/printcap etc/services \
|
||||
etc/protocols
|
||||
ADD_DIRS= usr/X11R6/share usr/X11R6/man usr/X11R6/lib/tls \
|
||||
usr/X11R6/include usr/X11R6/bin
|
||||
ADD_FILES= #empty
|
||||
|
||||
.if (${MACHINE_ARCH} == "amd64")
|
||||
@ -148,6 +151,9 @@ do-build:
|
||||
@for F in ${REMOVE_FILES}; do \
|
||||
${RM} -f ${WRKSRC}/$$F; \
|
||||
done
|
||||
@for F in ${ADD_DIRS}; do \
|
||||
${MKDIR} -p ${WRKSRC}/$$F; \
|
||||
done
|
||||
@for F in ${ADD_FILES}; do \
|
||||
${TOUCH} ${WRKSRC}/$$F; \
|
||||
done
|
||||
|
@ -1,5 +1,5 @@
|
||||
This port contains packages from a near-minimal installation of Fedora Core
|
||||
Linux 6. These packages, in conjunction with the linux kernel module,
|
||||
Linux 7. These packages, in conjunction with the linux kernel module,
|
||||
form the basis of the Linux compatibility environment. It is designed to
|
||||
provide a nice user experience by using the FreeBSD configuration for
|
||||
corresponding Linux stuff where possible. Because of this any work which
|
||||
|
@ -4958,6 +4958,11 @@ var/mail
|
||||
@exec /bin/mkdir -p %D/usr/lib/X11
|
||||
@exec /bin/mkdir -p %D/usr/games
|
||||
@exec /bin/mkdir -p %D/usr/etc
|
||||
@exec /bin/mkdir -p %D/usr/X11R6/share
|
||||
@exec /bin/mkdir -p %D/usr/X11R6/man
|
||||
@exec /bin/mkdir -p %D/usr/X11R6/lib/tls
|
||||
@exec /bin/mkdir -p %D/usr/X11R6/include
|
||||
@exec /bin/mkdir -p %D/usr/X11R6/bin
|
||||
@exec /bin/mkdir -p %D/sys
|
||||
@exec /bin/mkdir -p %D/srv
|
||||
@exec /bin/mkdir -p %D/selinux
|
||||
@ -5497,7 +5502,7 @@ var/mail
|
||||
@dirrm sys
|
||||
@dirrm srv
|
||||
@dirrm selinux
|
||||
@dirrm proc
|
||||
@dirrmtry proc
|
||||
@dirrm opt
|
||||
@dirrm mnt
|
||||
@dirrm media
|
||||
@ -6305,6 +6310,13 @@ var/mail
|
||||
@dirrm usr/include/db4.2.52
|
||||
@dirrm usr/include
|
||||
@dirrm usr/bin
|
||||
@dirrm usr/X11R6/share
|
||||
@dirrm usr/X11R6/man
|
||||
@dirrm usr/X11R6/lib/tls
|
||||
@dirrm usr/X11R6/lib
|
||||
@dirrm usr/X11R6/include
|
||||
@dirrm usr/X11R6/bin
|
||||
@dirrm usr/X11R6
|
||||
@dirrm usr
|
||||
@dirrm sbin
|
||||
@dirrm lib/terminfo/x
|
||||
|
@ -1,5 +1,5 @@
|
||||
This port contains packages from a near-minimal installation of Fedora Core
|
||||
Linux 6. These packages, in conjunction with the linux kernel module,
|
||||
Linux 7. These packages, in conjunction with the linux kernel module,
|
||||
form the basis of the Linux compatibility environment. It is designed to
|
||||
provide a nice user experience by using the FreeBSD configuration for
|
||||
corresponding Linux stuff where possible. Because of this any work which
|
||||
|
@ -4958,6 +4958,11 @@ var/mail
|
||||
@exec /bin/mkdir -p %D/usr/lib/X11
|
||||
@exec /bin/mkdir -p %D/usr/games
|
||||
@exec /bin/mkdir -p %D/usr/etc
|
||||
@exec /bin/mkdir -p %D/usr/X11R6/share
|
||||
@exec /bin/mkdir -p %D/usr/X11R6/man
|
||||
@exec /bin/mkdir -p %D/usr/X11R6/lib/tls
|
||||
@exec /bin/mkdir -p %D/usr/X11R6/include
|
||||
@exec /bin/mkdir -p %D/usr/X11R6/bin
|
||||
@exec /bin/mkdir -p %D/sys
|
||||
@exec /bin/mkdir -p %D/srv
|
||||
@exec /bin/mkdir -p %D/selinux
|
||||
@ -5497,7 +5502,7 @@ var/mail
|
||||
@dirrm sys
|
||||
@dirrm srv
|
||||
@dirrm selinux
|
||||
@dirrm proc
|
||||
@dirrmtry proc
|
||||
@dirrm opt
|
||||
@dirrm mnt
|
||||
@dirrm media
|
||||
@ -6305,6 +6310,13 @@ var/mail
|
||||
@dirrm usr/include/db4.2.52
|
||||
@dirrm usr/include
|
||||
@dirrm usr/bin
|
||||
@dirrm usr/X11R6/share
|
||||
@dirrm usr/X11R6/man
|
||||
@dirrm usr/X11R6/lib/tls
|
||||
@dirrm usr/X11R6/lib
|
||||
@dirrm usr/X11R6/include
|
||||
@dirrm usr/X11R6/bin
|
||||
@dirrm usr/X11R6
|
||||
@dirrm usr
|
||||
@dirrm sbin
|
||||
@dirrm lib/terminfo/x
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= fc7
|
||||
PORTVERSION= 7
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= emulators linux
|
||||
MASTER_SITES= ${MASTER_SITE_FEDORA_LINUX}
|
||||
MASTER_SITE_SUBDIR= ../releases/${PORTVERSION}/Everything/${LINUX_RPM_ARCH}/os/Fedora
|
||||
@ -128,6 +129,8 @@ REMOVE_DIRS= boot dev home initrd root tmp var/log var/run var/tmp \
|
||||
REMOVE_FILES= bin/df bin/su etc/exports etc/group etc/localtime \
|
||||
etc/motd etc/passwd etc/printcap etc/services \
|
||||
etc/protocols
|
||||
ADD_DIRS= usr/X11R6/share usr/X11R6/man usr/X11R6/lib/tls \
|
||||
usr/X11R6/include usr/X11R6/bin
|
||||
ADD_FILES= #empty
|
||||
|
||||
.if (${MACHINE_ARCH} == "amd64")
|
||||
@ -148,6 +151,9 @@ do-build:
|
||||
@for F in ${REMOVE_FILES}; do \
|
||||
${RM} -f ${WRKSRC}/$$F; \
|
||||
done
|
||||
@for F in ${ADD_DIRS}; do \
|
||||
${MKDIR} -p ${WRKSRC}/$$F; \
|
||||
done
|
||||
@for F in ${ADD_FILES}; do \
|
||||
${TOUCH} ${WRKSRC}/$$F; \
|
||||
done
|
||||
|
@ -1,5 +1,5 @@
|
||||
This port contains packages from a near-minimal installation of Fedora Core
|
||||
Linux 6. These packages, in conjunction with the linux kernel module,
|
||||
Linux 7. These packages, in conjunction with the linux kernel module,
|
||||
form the basis of the Linux compatibility environment. It is designed to
|
||||
provide a nice user experience by using the FreeBSD configuration for
|
||||
corresponding Linux stuff where possible. Because of this any work which
|
||||
|
@ -4958,6 +4958,11 @@ var/mail
|
||||
@exec /bin/mkdir -p %D/usr/lib/X11
|
||||
@exec /bin/mkdir -p %D/usr/games
|
||||
@exec /bin/mkdir -p %D/usr/etc
|
||||
@exec /bin/mkdir -p %D/usr/X11R6/share
|
||||
@exec /bin/mkdir -p %D/usr/X11R6/man
|
||||
@exec /bin/mkdir -p %D/usr/X11R6/lib/tls
|
||||
@exec /bin/mkdir -p %D/usr/X11R6/include
|
||||
@exec /bin/mkdir -p %D/usr/X11R6/bin
|
||||
@exec /bin/mkdir -p %D/sys
|
||||
@exec /bin/mkdir -p %D/srv
|
||||
@exec /bin/mkdir -p %D/selinux
|
||||
@ -5497,7 +5502,7 @@ var/mail
|
||||
@dirrm sys
|
||||
@dirrm srv
|
||||
@dirrm selinux
|
||||
@dirrm proc
|
||||
@dirrmtry proc
|
||||
@dirrm opt
|
||||
@dirrm mnt
|
||||
@dirrm media
|
||||
@ -6305,6 +6310,13 @@ var/mail
|
||||
@dirrm usr/include/db4.2.52
|
||||
@dirrm usr/include
|
||||
@dirrm usr/bin
|
||||
@dirrm usr/X11R6/share
|
||||
@dirrm usr/X11R6/man
|
||||
@dirrm usr/X11R6/lib/tls
|
||||
@dirrm usr/X11R6/lib
|
||||
@dirrm usr/X11R6/include
|
||||
@dirrm usr/X11R6/bin
|
||||
@dirrm usr/X11R6
|
||||
@dirrm usr
|
||||
@dirrm sbin
|
||||
@dirrm lib/terminfo/x
|
||||
|
Loading…
Reference in New Issue
Block a user