diff options
author | timur <timur@FreeBSD.org> | 2013-02-01 03:42:45 +0800 |
---|---|---|
committer | timur <timur@FreeBSD.org> | 2013-02-01 03:42:45 +0800 |
commit | e50d8b0d03a529dcc69066a4642fc80b27db61cf (patch) | |
tree | c82f640319bf3e8544ae4f9b7167bf3003b14eea /net | |
parent | 6d45bf48487804420d2bfa175b68e288a21b1f16 (diff) | |
download | freebsd-ports-gnome-e50d8b0d03a529dcc69066a4642fc80b27db61cf.tar.gz freebsd-ports-gnome-e50d8b0d03a529dcc69066a4642fc80b27db61cf.tar.zst freebsd-ports-gnome-e50d8b0d03a529dcc69066a4642fc80b27db61cf.zip |
Remove obsolete net/samba-pdbsql
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/samba-pdbsql/Makefile | 94 | ||||
-rw-r--r-- | net/samba-pdbsql/distinfo | 2 | ||||
-rw-r--r-- | net/samba-pdbsql/files/patch-Makefile.in | 15 | ||||
-rw-r--r-- | net/samba-pdbsql/pkg-descr | 7 | ||||
-rw-r--r-- | net/samba-pdbsql/pkg-plist | 10 |
6 files changed, 0 insertions, 129 deletions
diff --git a/net/Makefile b/net/Makefile index cf0896289169..0afa93174057 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1042,7 +1042,6 @@ SUBDIR += rwhoisd SUBDIR += samba-libsmbclient SUBDIR += samba-nmblookup - SUBDIR += samba-pdbsql SUBDIR += samba-smbclient SUBDIR += samba34 SUBDIR += samba35 diff --git a/net/samba-pdbsql/Makefile b/net/samba-pdbsql/Makefile deleted file mode 100644 index b1f77af55171..000000000000 --- a/net/samba-pdbsql/Makefile +++ /dev/null @@ -1,94 +0,0 @@ -# New ports collection makefile for: samba-pdbsql -# Date created: 28th Aug 2006 -# Whom: Timur I. Bakeyev <timur@gnu.org> -# -# $FreeBSD$ -# - -PORTNAME= pdbsql -PORTVERSION= 34 -PORTREVISION= 1 -CATEGORIES= net -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}_${PORTVERSION}/ -PKGNAMEPREFIX= samba- - -MAINTAINER= timur@FreeBSD.org -COMMENT= Multiplexor, MySQL and PostgeSQL passdb backends for Samba3 - -USE_GMAKE= yes -GNU_CONFIGURE= yes -# Add a build dependency for Samba port -USE_AUTOTOOLS= autoconf autoheader - -SAMBA_PORT?= net/samba34 - -OPTIONS= MYSQL "With MySQL passdb backend" on \ - PGSQL "With PostgreSQL passdb backend" on - -.include <bsd.port.pre.mk> - -SAMBA_WRKSRC!= cd ${PORTSDIR}/${SAMBA_PORT} && ${MAKE} -V WRKSRC -.if !defined(SAMBA_WRKSRC) || empty(SAMBA_WRKSRC) -IGNORE= unable to determine SAMBA_WRKSRC directory. Cannot continue -.endif -SAMBA_MODULEDIR!= cd ${PORTSDIR}/${SAMBA_PORT} && ${MAKE} -V SAMBA_MODULEDIR -.if !defined(SAMBA_MODULEDIR) || empty(SAMBA_MODULEDIR) -SAMBA_MODULEDIR= ${PREFIX}/lib/samba -.endif -SAMBA_PDBDIR= ${SAMBA_MODULEDIR}/pdb - -BUILD_DEPENDS+= ${NONEXISTENT}:${PORTSDIR}/${SAMBA_PORT}:configure - -CONFIGURE_ARGS+= --libdir=${SAMBA_PDBDIR} \ - --with-samba-dir=${SAMBA_WRKSRC} - -PLIST_SUB+= SAMBA_PDBDIR=${SAMBA_PDBDIR:S/${PREFIX}\///} \ - SAMBA_MODULEDIR=${SAMBA_MODULEDIR:S/${PREFIX}\///} - -.if exists(${LOCALBASE}/bin/mysql) -WITH_MYSQL= yes -. undef WITHOUT_MYSQL -.endif - -.if exists(${LOCALBASE}/bin/pg_config) -WITH_PGSQL= yes -. undef WITHOUT_PGSQL -.endif - -.if !defined(WITHOUT_MYSQL) -USE_MYSQL= yes -CONFIGURE_ARGS+= --with-mysql-prefix=${LOCALBASE} -PLIST_SUB+= MYSQL="" -.else -PLIST_SUB+= MYSQL="@comment " -.endif - -.if !defined(WITHOUT_PGSQL) -USE_PGSQL= yes -CONFIGURE_ARGS+= --with-pgsql-prefix=${LOCALBASE} -PLIST_SUB+= PGSQL="" -.else -PLIST_SUB+= PGSQL="@comment " -.endif - -pre-configure: - cd ${SAMBA_WRKSRC} && ${MAKE} proto - -do-install: - @${MKDIR} ${EXAMPLESDIR} - @${MKDIR} ${SAMBA_PDBDIR} - ${INSTALL_PROGRAM} ${WRKSRC}/multi.so ${SAMBA_PDBDIR} -.if !defined(WITHOUT_MYSQL) - ${INSTALL_PROGRAM} ${WRKSRC}/mysql.so ${SAMBA_PDBDIR} -. for f in mysql.dump smb.conf.mysql - ${INSTALL_DATA} ${WRKSRC}/docs/${f} ${EXAMPLESDIR} -. endfor -.endif -.if !defined(WITHOUT_PGSQL) - ${INSTALL_PROGRAM} ${WRKSRC}/pgsql.so ${SAMBA_PDBDIR} -. for f in pgsql.dump smb.conf.pgsql - ${INSTALL_DATA} ${WRKSRC}/docs/${f} ${EXAMPLESDIR} -. endfor -.endif - -.include <bsd.port.post.mk> diff --git a/net/samba-pdbsql/distinfo b/net/samba-pdbsql/distinfo deleted file mode 100644 index 5ac2bb672833..000000000000 --- a/net/samba-pdbsql/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (pdbsql-34.tar.gz) = bc31091a4cbdf6c66505dc5e9789e4091aa3dd6a12d438b4534f92f194cd5b4d -SIZE (pdbsql-34.tar.gz) = 64098 diff --git a/net/samba-pdbsql/files/patch-Makefile.in b/net/samba-pdbsql/files/patch-Makefile.in deleted file mode 100644 index 64f8520c8b58..000000000000 --- a/net/samba-pdbsql/files/patch-Makefile.in +++ /dev/null @@ -1,15 +0,0 @@ ---- Makefile.in.orig 2010-09-30 16:53:15.000000000 -0300 -+++ Makefile.in 2010-09-30 16:53:47.000000000 -0300 -@@ -9,10 +9,10 @@ - - MYSQL_LIBS = @MYSQL_LIBS@ - PGSQL_LIBS = @PGSQL_LIBS@ --TALLOC_LIBS = -ltalloc -+TALLOC_LIBS = - SOURCEDIR = @SOURCEDIR@ - LIBDIR = @LIBDIR@ --CFLAGS = @CFLAGS@ -I$(SOURCEDIR)/source3 -I$(SOURCEDIR)/source3/include -I$(SOURCEDIR)/source3/librpc -I$(SOURCEDIR)/lib/replace -I$(SOURCEDIR)/lib/tdb/include -I$(SOURCEDIR)/lib/tevent -I$(SOURCEDIR)/ -I$(SOURCEDIR)/lib/talloc -+CFLAGS = @CFLAGS@ -I$(SOURCEDIR)/source3 -I$(SOURCEDIR)/source3/include -I$(SOURCEDIR)/source3/librpc -I$(SOURCEDIR)/lib/replace -I$(SOURCEDIR)/lib/tdb/include -I$(SOURCEDIR)/lib/tevent -I$(SOURCEDIR)/ -I$(SOURCEDIR)/lib/talloc -I$(LOCALBASE)/include -L$(LOCALBASE)/lib - - all: $(addsuffix .$(SHLIBEXT), $(modules)) - diff --git a/net/samba-pdbsql/pkg-descr b/net/samba-pdbsql/pkg-descr deleted file mode 100644 index 0094200fc154..000000000000 --- a/net/samba-pdbsql/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -This port adds to Samba3 ability to use multiple 'passdb backends' at -the same time. Also it comes with sample MySQL and PostgreSQL backends, -which allow to store passwords in the corresponding databases. - -This features were removed from upstream Samba3 in version 3.0.22. - -WWW: http://pdbsql.sourceforge.net/ diff --git a/net/samba-pdbsql/pkg-plist b/net/samba-pdbsql/pkg-plist deleted file mode 100644 index 0b3d5d8ac422..000000000000 --- a/net/samba-pdbsql/pkg-plist +++ /dev/null @@ -1,10 +0,0 @@ -%%SAMBA_PDBDIR%%/multi.so -%%MYSQL%%%%SAMBA_PDBDIR%%/mysql.so -%%PGSQL%%%%SAMBA_PDBDIR%%/pgsql.so -%%MYSQL%%%%EXAMPLESDIR%%/mysql.dump -%%MYSQL%%%%EXAMPLESDIR%%/smb.conf.mysql -%%PGSQL%%%%EXAMPLESDIR%%/pgsql.dump -%%PGSQL%%%%EXAMPLESDIR%%/smb.conf.pgsql -@dirrm %%EXAMPLESDIR%% -@dirrmtry %%SAMBA_PDBDIR%% -@dirrmtry %%SAMBA_MODULEDIR%% |