View | Details | Raw Unified | Return to bug 157851
Collapse All | Expand All

(-)Makefile (-2 / +7 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	adtool
8
PORTNAME=	adtool
9
PORTVERSION=	1.3
9
PORTVERSION=	1.3.3
10
PORTREVISION=	2
11
CATEGORIES=	sysutils
10
CATEGORIES=	sysutils
12
MASTER_SITES=	http://gp2x.org/adtool/
11
MASTER_SITES=	http://gp2x.org/adtool/
13
12
Lines 22-25 Link Here
22
21
23
MAN1=		adtool.1
22
MAN1=		adtool.1
24
23
24
PLIST_FILES=	bin/adtool \
25
		etc/adtool.cfg.dist
26
27
LICENSE=	GPLv2
28
LICENSE_FILE=	${WRKSRC}/COPYING
29
25
.include <bsd.port.mk>
30
.include <bsd.port.mk>
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (adtool-1.3.tar.gz) = 4122ef7a288c90245a74fb22611672164b534ae2dba3c2cbe48f942ddbb4d44e
1
SHA256 (adtool-1.3.3.tar.gz) = 9658ed2a4869304a094b0dc73d994940271f7ff64e481093893bf25c95bc95ab
2
SIZE (adtool-1.3.tar.gz) = 210072
2
SIZE (adtool-1.3.3.tar.gz) = 334767
(-)pkg-plist (-2 lines)
Lines 1-2 Link Here
1
bin/adtool
2
etc/adtool.cfg.dist
(-)files/patch-src::tools::Makefile.in (-8 / +8 lines)
Lines 1-11 Link Here
1
--- src/tools/Makefile.in.orig	Tue Sep 30 14:56:08 2003
1
--- src/tools/Makefile.in.orig	2011-06-13 18:02:32.000000000 -0400
2
+++ src/tools/Makefile.in	Tue Sep 30 14:56:39 2003
2
+++ src/tools/Makefile.in	2011-06-13 18:02:39.000000000 -0400
3
@@ -119,7 +119,7 @@
3
@@ -143,7 +143,7 @@
4
 
5
 INCLUDES = -I@top_srcdir@/src/lib
6
 AM_CFLAGS = @CFLAGS@
7
-AM_LDFLAGS = -lldap -llber -lldap_r -lpthread -lresolv @LDFLAGS@
8
+AM_LDFLAGS = -lldap -llber -lldap_r -pthread @LDFLAGS@
9
 
4
 
10
 bin_PROGRAMS = adtool
5
 bin_PROGRAMS = adtool
11
 
6
 
7
-adtool_LDADD = @top_srcdir@/src/lib/libactive_directory.a -lldap -llber -lldap_r -lpthread -lresolv 
8
+adtool_LDADD = @top_srcdir@/src/lib/libactive_directory.a -lldap -llber -lldap_r -lpthread
9
 subdir = src/tools
10
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
11
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs

Return to bug 157851