Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 03 Sep 2016 21:08:21 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 200005] irc/znc: rc script assumes a user that is not created with package
Message-ID:  <bug-200005-13-8FXcyoarCj@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-200005-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-200005-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D200005

Danilo G. Baio (dbaio) <dbaio@bsd.com.br> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dbaio@bsd.com.br

--- Comment #2 from Danilo G. Baio (dbaio) <dbaio@bsd.com.br> ---
Created attachment 174356
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D174356&action=
=3Dedit
znc_user_group.patch

patch attached to fix this:

- znc user/group are now being created on the system.
- move pkg-message to files directory
- remove pre-configure sections to fix building on head.
- replace OPENSSL_USE to USES=3Dssl

testport:=20
        poudriere: i386,  10.3  (OK)
        poudriere: amd64, 10.3  (OK)
        poudriere: i386,  9.3   (OK)
        poudriere: amd64, 9.3   (OK)
        poudriere: i386,  12    (OK)
        poudriere: amd64, 12    (OK)


there isn't new warnings on portlint:

[~/FreeBSD/ports/irc/znc]$ portlint -C
WARN: Makefile: [63]: use ${VARIABLE}, instead of $(VARIABLE).
WARN: Makefile: [46]: possible direct use of command "perl" found. use ${PE=
RL}
instead.
0 fatal errors and 2 warnings found.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-200005-13-8FXcyoarCj>