svn commit: r380409 - head/net/netselect
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed Mar 4 05:18:32 UTC 2015
Author: amdmi3
Date: Wed Mar 4 05:18:31 2015
New Revision: 380409
URL: https://svnweb.freebsd.org/changeset/ports/380409
QAT: https://qat.redports.org/buildarchive/r380409/
Log:
- Fix installation from non-root
- Mark broken: does not work properly
Added:
head/net/netselect/pkg-plist (contents, props changed)
Modified:
head/net/netselect/Makefile
Modified: head/net/netselect/Makefile
==============================================================================
--- head/net/netselect/Makefile Wed Mar 4 05:18:13 2015 (r380408)
+++ head/net/netselect/Makefile Wed Mar 4 05:18:31 2015 (r380409)
@@ -12,21 +12,14 @@ COMMENT= Ultrafast implementation of pin
LICENSE= BSD3CLAUSE
+BROKEN= Does not work (sendto: Invalid argument)
+
OPTIONS_DEFINE= SUID
-SUID_DESC= Install with the sticky bit (mode 4110)
+OPTIONS_SUB= yes
+SUID_DESC= Install with the setuid bit (mode 4110)
WRKSRC= ${WRKDIR}/${PORTNAME}
-PLIST_FILES= bin/${PORTNAME}
-
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MSUID}
-BINMODE= 4110
-.else
-BINMODE= 0100
-.endif
-
do-build:
${CC} ${CFLAGS} -o ${WRKSRC}/${PORTNAME} ${WRKSRC}/${PORTNAME}.c
Added: head/net/netselect/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net/netselect/pkg-plist Wed Mar 4 05:18:31 2015 (r380409)
@@ -0,0 +1,2 @@
+%%SUID%%@(root,wheel,4110) bin/netselect
+%%NO_SUID%%@(root,wheel,100) bin/netselect
More information about the svn-ports-all
mailing list