svn commit: r388547 - head/lang/linux-c6-tcl85

Baptiste Daroussin bapt at FreeBSD.org
Thu Jun 4 21:08:21 UTC 2015


Author: bapt
Date: Thu Jun  4 21:08:20 2015
New Revision: 388547
URL: https://svnweb.freebsd.org/changeset/ports/388547

Log:
  Allow packaging as a user

Modified:
  head/lang/linux-c6-tcl85/Makefile

Modified: head/lang/linux-c6-tcl85/Makefile
==============================================================================
--- head/lang/linux-c6-tcl85/Makefile	Thu Jun  4 21:07:06 2015	(r388546)
+++ head/lang/linux-c6-tcl85/Makefile	Thu Jun  4 21:08:20 2015	(r388547)
@@ -10,19 +10,13 @@ PKGNAMESUFFIX=	85
 MAINTAINER=	emulation at FreeBSD.org
 COMMENT=	Tool Command Language (Linux CentOS ${LINUX_DIST_VER})
 
-# XXX: someone should make libarchive be quiet about symlinks
-EXTRACT_DEPENDS=	rpm2cpio.pl:${PORTSDIR}/archivers/rpm2cpio
-
-EXTRACT_CMD=	rpm2cpio.pl
-EXTRACT_BEFORE_ARGS:=
-EXTRACT_AFTER_ARGS=	| cpio -idm --insecure
-
 CONFLICTS=	linux-f10-tcl85-[0-9]*
 
 ONLY_FOR_ARCHS=	i386 amd64
 
 USE_LINUX=	c6
 USE_LINUX_RPM=	yes
+USE_LINUX_RPM_BAD_PERMS=	yes
 RPMVERSION=	6.el6
 BRANDELF_FILES=	usr/bin/tclsh usr/bin/tclsh8.5
 USE_LDCONFIG=	yes


More information about the svn-ports-all mailing list