Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

working netatalk 3.1.5 #14

Open
wants to merge 1 commit into
base: joyent
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions netatalk/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.99 2013/04/30 15:43:30 hauke Exp $

DISTNAME= netatalk-3.1.0
DISTNAME= netatalk-3.1.5
CATEGORIES= net print
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=netatalk/}
EXTRACT_SUFX= .tar.bz2
Expand Down Expand Up @@ -49,7 +49,9 @@ CONFIGURE_ARGS+= --localstatedir=${VARBASE}/db
CONFIGURE_ARGS+= --with-uams-path=${PREFIX}/libexec/netatalk/uams
CONFIGURE_ARGS+= --with-bdb=${BDBBASE}
CONFIGURE_ARGS+= --with-ssl-dir=${BUILDLINK_PREFIX.openssl}
CONFIGURE_ENV+= MACHINE_ARCH=${MACHINE_ARCH}
CONFIGURE_ARGS+= --without-libevent
CONFIGURE_ARGS+= --without-tdb
CONFIGURE_ENV+= MACHINE_ARCH=${MACHINE_ARCH} TDB_CFLAGS=-I/opt/local/include/ TDB_LIBS="-L/opt/local/lib/ -ltdb"

CFLAGS.SunOS+= -I/usr/include/kerberosv5/

Expand All @@ -74,6 +76,8 @@ SUBST_SED.paths= -e "s,^\\(DVIPS=\\)\\(/usr/local/tex\\)\\(/bin\\),\\1${PREFIX}\

PLIST_VARS+= ad ea
.if ${OPSYS} == "SunOS"
CONFIGURE_ARGS+= --with-init-style=solaris
CONFIGURE_ARGS+= --with-init-dir=/var/svc/manifest/network/
PLIST.ad= yes
.endif
.if ${OPSYS} == "SunOS" || ${OPSYS} == "DragonFly" || ${OPSYS} == "Linux" || \
Expand All @@ -91,6 +95,8 @@ post-install:
.endif

.include "../../databases/mysql55-client/buildlink3.mk"
.include "../../databases/tdb/buildlink3.mk"
.include "../../devel/libevent/buildlink3.mk"
.include "../../lang/python/application.mk"
.include "../../security/libgcrypt/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
Expand Down
1 change: 0 additions & 1 deletion netatalk/PLIST
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ bin/cnid2_create
bin/dbd
bin/macusers
bin/netatalk-config
bin/uniconv
include/atalk/acl.h
include/atalk/adouble.h
include/atalk/afp.h
Expand Down
2 changes: 1 addition & 1 deletion netatalk/buildlink3.mk
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ NETATALK_BUILDLINK3_MK:=

BUILDLINK_API_DEPENDS.netatalk+= netatalk>=2.0.3nb2
BUILDLINK_ABI_DEPENDS.netatalk+= netatalk>=2.0.3nb3
BUILDLINK_PKGSRCDIR.netatalk?= ../../net/netatalk
BUILDLINK_PKGSRCDIR.netatalk?= ../../net/netatalk30
BUILDLINK_DEPMETHOD.netatalk?= build
.endif # NETATALK_BUILDLINK3_MK

Expand Down
8 changes: 3 additions & 5 deletions netatalk/distinfo
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$NetBSD: distinfo,v 1.50 2013/04/30 15:43:30 hauke Exp $

SHA1 (netatalk-3.1.0.tar.bz2) = 881f86685880d4da753445267313da0d13d41785
RMD160 (netatalk-3.1.0.tar.bz2) = 38b7715844f0c3bafba259dcbbcf31fdef45cb3e
Size (netatalk-3.1.0.tar.bz2) = 1802913 bytes
SHA1 (netatalk-3.1.5.tar.bz2) = f6d2f10c3fe29e0ce59c72b3acf2f54c91023019
RMD160 (netatalk-3.1.5.tar.bz2) = f834da84d0c85a261f69cd9a092db9b946b65312
Size (netatalk-3.1.5.tar.bz2) = 1815683 bytes
SHA1 (patch-ae) = d36a11b7910e9cfc737b380db427a1e7c87917c6
SHA1 (patch-ah) = 1b22f7d3d2cc447d802c6dc00d597db5a7adab3c
SHA1 (patch-am) = 369a98619870a21de601bf0216d057a2565ff374
Expand All @@ -12,7 +12,5 @@ SHA1 (patch-ap) = 5c68ece1e78741d884c078e139d26d6bb86aae1b
SHA1 (patch-aq) = 0793cf5ec158aa27c42b5d8a96651307d7c7c8b6
SHA1 (patch-bin_ad_ad__cp.c) = 0a9e93f6149ff53f0f0d8c36ea4c5e635b5b624c
SHA1 (patch-distrib_initscripts_Makefile.in) = fe6240b78e4c38167150b960ea20c519345de2f0
SHA1 (patch-etc_afpd_afp_mdns.c) = ab87bf511466ef183de1ee8f8a9ad1fbb8776066
SHA1 (patch-etc_afpd_quota_c) = 123d671ffe370dca1e85a81011cf8add3d4f66d2
SHA1 (patch-include_atalk_ldapconfig.h) = d0bb4a1bf520b18228de6ab87b646f4496852fce
SHA1 (patch-macros_quota-check.m4) = b1484f83a2a6ba5bd50623ab525d5366bb71abaa
13 changes: 0 additions & 13 deletions netatalk/patches/patch-etc_afpd_afp_mdns.c

This file was deleted.

35 changes: 0 additions & 35 deletions netatalk/patches/patch-macros_quota-check.m4

This file was deleted.