fix up cleanup. while there, regen plist for @bin markers.
pam is so wrong, and autconf is so wrong, that people using both even manage to fuck up configure tests. so it compiles on linux, it must be right ? pathetic...
This commit is contained in:
parent
708e9be693
commit
54869ce610
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.25 2009/08/14 19:09:22 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.26 2010/03/01 13:41:31 espie Exp $
|
||||
|
||||
COMMENT= AFP file and print services for AppleTalk/IP networks
|
||||
|
||||
DISTNAME= netatalk-2.0.3
|
||||
PKGNAME= ${DISTNAME}p4
|
||||
PKGNAME= ${DISTNAME}p5
|
||||
CATEGORIES= net
|
||||
HOMEPAGE= http://netatalk.sourceforge.net/
|
||||
|
||||
@ -31,6 +31,7 @@ CONFIGURE_ARGS+= --with-uams-path=${PREFIX}/lib/netatalk/uams
|
||||
CONFIGURE_ARGS+= --disable-overwrite
|
||||
CONFIGURE_ARGS+= --disable-cups
|
||||
|
||||
CONFIGURE_ENV+= netatalk_cv_install_pam=no
|
||||
|
||||
post-patch:
|
||||
@cp /usr/include/netatalk/*.h ${WRKSRC}/sys/netatalk
|
||||
|
13
net/netatalk/patches/patch-configure
Normal file
13
net/netatalk/patches/patch-configure
Normal file
@ -0,0 +1,13 @@
|
||||
$OpenBSD: patch-configure,v 1.1 2010/03/01 13:41:31 espie Exp $
|
||||
--- configure.orig Mon Mar 1 14:34:29 2010
|
||||
+++ configure Mon Mar 1 14:35:13 2010
|
||||
@@ -16705,6 +16705,9 @@ fi
|
||||
fi
|
||||
|
||||
netatalk_cv_install_pam=yes
|
||||
+ if test x"$pam_found" = "xno"; then
|
||||
+ netatalk_cv_install_pam=no
|
||||
+ fi
|
||||
if test x"$pam_found" = "xyes" -a "x$PAMDIR" = "xNONE"; then
|
||||
{ echo "$as_me:$LINENO: WARNING: PAM support can be compiled, but the install location for the netatalk.pamd file could not be determined. Either install this file by hand or specify the install path." >&5
|
||||
echo "$as_me: WARNING: PAM support can be compiled, but the install location for the netatalk.pamd file could not be determined. Either install this file by hand or specify the install path." >&2;}
|
@ -1,12 +1,12 @@
|
||||
@comment $OpenBSD: PLIST,v 1.6 2006/11/17 22:05:02 aanriot Exp $
|
||||
bin/achfile
|
||||
@comment $OpenBSD: PLIST,v 1.7 2010/03/01 13:41:31 espie Exp $
|
||||
@bin bin/achfile
|
||||
bin/acleandir.rc
|
||||
bin/adv1tov2
|
||||
bin/aecho
|
||||
bin/afile
|
||||
@bin bin/adv1tov2
|
||||
@bin bin/aecho
|
||||
@bin bin/afile
|
||||
bin/afpd-mtab.pl
|
||||
@mode 4755
|
||||
bin/afppasswd
|
||||
@bin bin/afppasswd
|
||||
@mode
|
||||
bin/apple_cp
|
||||
bin/apple_mv
|
||||
@ -15,29 +15,29 @@ bin/asip-status.pl
|
||||
bin/binheader
|
||||
bin/cleanappledouble.pl
|
||||
bin/cnid2_create
|
||||
bin/cnid_index
|
||||
@bin bin/cnid_index
|
||||
bin/cnid_maint
|
||||
bin/getzones
|
||||
@bin bin/getzones
|
||||
bin/hqx2bin
|
||||
bin/lp2pap.sh
|
||||
bin/macbinary
|
||||
bin/macusers
|
||||
bin/megatron
|
||||
@bin bin/megatron
|
||||
bin/nadheader
|
||||
bin/nbplkup
|
||||
bin/nbprgstr
|
||||
bin/nbpunrgstr
|
||||
@bin bin/nbplkup
|
||||
@bin bin/nbprgstr
|
||||
@bin bin/nbpunrgstr
|
||||
bin/netatalk-config
|
||||
bin/nu
|
||||
bin/pap
|
||||
bin/papstatus
|
||||
bin/psorder
|
||||
bin/showppd
|
||||
@bin bin/pap
|
||||
@bin bin/papstatus
|
||||
@bin bin/psorder
|
||||
@bin bin/showppd
|
||||
bin/single2bin
|
||||
bin/timeout
|
||||
@bin bin/timeout
|
||||
bin/unbin
|
||||
bin/unhex
|
||||
bin/uniconv
|
||||
@bin bin/uniconv
|
||||
bin/unsingle
|
||||
include/atalk/
|
||||
include/atalk/adouble.h
|
||||
@ -102,8 +102,8 @@ libexec/ofmpap
|
||||
libexec/ofpap
|
||||
libexec/ofwmpap
|
||||
libexec/ofwpap
|
||||
libexec/psa
|
||||
libexec/psf
|
||||
@bin libexec/psa
|
||||
@bin libexec/psf
|
||||
libexec/tfmpap
|
||||
libexec/tfmpaprev
|
||||
libexec/tfpap
|
||||
@ -156,11 +156,11 @@ libexec/tfwpaprev
|
||||
@man man/man8/papstatus.8
|
||||
@man man/man8/psf.8
|
||||
@man man/man8/timelord.8
|
||||
sbin/afpd
|
||||
sbin/atalkd
|
||||
sbin/cnid_dbd
|
||||
sbin/cnid_metad
|
||||
sbin/papd
|
||||
@bin sbin/afpd
|
||||
@bin sbin/atalkd
|
||||
@bin sbin/cnid_dbd
|
||||
@bin sbin/cnid_metad
|
||||
@bin sbin/papd
|
||||
share/aclocal/
|
||||
share/aclocal/netatalk.m4
|
||||
share/doc/netatalk/
|
||||
|
Loading…
Reference in New Issue
Block a user