Index: head/databases/useracc/Makefile =================================================================== --- head/databases/useracc/Makefile (revision 354233) +++ head/databases/useracc/Makefile (revision 354234) @@ -1,21 +1,18 @@ # Created by: Konrad Heuer # $FreeBSD$ PORTNAME= useracc PORTVERSION= 3.1 PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= ftp://gwdu111.gwdg.de/pub/FreeBSD/misc/ \ ftp://gwdu112.gwdg.de/pub/FreeBSD/misc/ MAINTAINER= kheuer@gwdg.de COMMENT= Special purpose database application -MAN1= useracc.1 -MANCOMPRESSED= yes -PLIST_FILES= bin/useracc etc/rc.d/useracc.sh.sample +PLIST_FILES= bin/useracc etc/rc.d/useracc.sh.sample man/man1/useracc.1.gz CFLAGS+= -DFreeBSD -NO_STAGE= yes .include Index: head/databases/useracc/files/patch-src::useracc.c =================================================================== --- head/databases/useracc/files/patch-src::useracc.c (revision 354233) +++ head/databases/useracc/files/patch-src::useracc.c (nonexistent) @@ -1,20 +0,0 @@ ---- src/useracc.c.orig Sun Oct 5 18:05:29 2003 -+++ src/useracc.c Sun Oct 5 18:05:42 2003 -@@ -92,7 +92,7 @@ - #include - #include - #include --#include -+#include - - - #define ACCFILE "useracc.dat" /* default user accounts file */ -@@ -299,7 +299,7 @@ - { - int sockfd; - #ifndef OSF1 -- unsigned long inadd; -+ in_addr_t inadd; - #else - in_addr_t inadd; - #endif Property changes on: head/databases/useracc/files/patch-src::useracc.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/databases/useracc/files/patch-Makefile =================================================================== --- head/databases/useracc/files/patch-Makefile (nonexistent) +++ head/databases/useracc/files/patch-Makefile (revision 354234) @@ -0,0 +1,21 @@ +--- Makefile.orig 2014-05-16 22:58:38.350622720 +0800 ++++ Makefile 2014-05-16 22:59:10.972611338 +0800 +@@ -57,12 +57,12 @@ deinstall: + -$(RMDIR) -p $(PREFIX)/man/man1 + + install: +- $(INSTALL) -d -g wheel -m 755 -o root $(PREFIX)/bin +- $(INSTALL) -c -g wheel -m 555 -o root -s bin/useracc $(PREFIX)/bin +- $(INSTALL) -d -g wheel -m 755 -o root $(PREFIX)/etc/rc.d +- $(INSTALL) -c -g wheel -m 555 -o root etc/useracc.sh.sample $(PREFIX)/etc/rc.d +- $(INSTALL) -d -g wheel -m 755 -o root $(PREFIX)/man/man1 +- $(INSTALL) -c -g wheel -m 444 -o root man/useracc.1.gz $(PREFIX)/man/man1 ++ $(INSTALL) -d -g wheel -m 755 -o root $(DESTDIR)$(PREFIX)/bin ++ $(INSTALL) -c -g wheel -m 555 -o root -s bin/useracc $(DESTDIR)$(PREFIX)/bin ++ $(INSTALL) -d -g wheel -m 755 -o root $(DESTDIR)$(PREFIX)/etc/rc.d ++ $(INSTALL) -c -g wheel -m 555 -o root etc/useracc.sh.sample $(DESTDIR)$(PREFIX)/etc/rc.d ++ $(INSTALL) -d -g wheel -m 755 -o root $(DESTDIR)$(PREFIX)/man/man1 ++ $(INSTALL) -c -g wheel -m 444 -o root man/useracc.1.gz $(DESTDIR)$(PREFIX)/man/man1 + + useracc: useracc.o + $(CC) $(CFLAGS) useracc.o $(LDFLAGS) -o $@ Property changes on: head/databases/useracc/files/patch-Makefile ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/databases/useracc/files/patch-src__useracc.c =================================================================== --- head/databases/useracc/files/patch-src__useracc.c (nonexistent) +++ head/databases/useracc/files/patch-src__useracc.c (revision 354234) @@ -0,0 +1,20 @@ +--- src/useracc.c.orig Sun Oct 5 18:05:29 2003 ++++ src/useracc.c Sun Oct 5 18:05:42 2003 +@@ -92,7 +92,7 @@ + #include + #include + #include +-#include ++#include + + + #define ACCFILE "useracc.dat" /* default user accounts file */ +@@ -299,7 +299,7 @@ + { + int sockfd; + #ifndef OSF1 +- unsigned long inadd; ++ in_addr_t inadd; + #else + in_addr_t inadd; + #endif Property changes on: head/databases/useracc/files/patch-src__useracc.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property