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

(-)ossp-sa/Makefile (-1 / +5 lines)
Lines 8-14 Link Here
8
#
8
#
9
9
10
PORTNAME=	sa
10
PORTNAME=	sa
11
PORTVERSION=	1.2.4
11
PORTVERSION=	1.2.6
12
CATEGORIES=	net
12
CATEGORIES=	net
13
MASTER_SITES=	${MASTER_SITE_OSSP}
13
MASTER_SITES=	${MASTER_SITE_OSSP}
14
MASTER_SITE_SUBDIR=	lib/${PORTNAME}
14
MASTER_SITE_SUBDIR=	lib/${PORTNAME}
Lines 21-29 Link Here
21
21
22
USE_GMAKE=	yes
22
USE_GMAKE=	yes
23
GNU_CONFIGURE=	yes
23
GNU_CONFIGURE=	yes
24
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
24
CONFIGURE_ARGS=	--with-ex=${LOCALBASE}
25
CONFIGURE_ARGS=	--with-ex=${LOCALBASE}
25
USE_LIBTOOL_VER=	15
26
USE_LIBTOOL_VER=	15
26
INSTALLS_SHLIB=	yes
27
INSTALLS_SHLIB=	yes
27
MAN3+=		sa.3
28
MAN3+=		sa.3
29
30
check: build
31
	@(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check)
28
32
29
.include <bsd.port.mk>
33
.include <bsd.port.mk>
(-)ossp-sa/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (sa-1.2.4.tar.gz) = b7fa70bef195f81fa72f2471d47b793c
1
MD5 (sa-1.2.6.tar.gz) = 45317c5529b3ce8acbdaeb93aff4ad16
2
SIZE (sa-1.2.4.tar.gz) = 338009
2
SIZE (sa-1.2.6.tar.gz) = 346701
(-)ossp-sa/files/patch-Makefile.in (+11 lines)
Line 0 Link Here
1
--- Makefile.in.orig	Mon Oct  3 08:58:55 2005
2
+++ Makefile.in	Mon Oct  3 09:00:08 2005
3
@@ -94,7 +94,7 @@
4
 	$(SHTOOL) mkdir -f -p -m 755 $(DESTDIR)$(libdir)/pkgconfig
5
 	$(SHTOOL) mkdir -f -p -m 755 $(DESTDIR)$(mandir)/man3
6
 	$(SHTOOL) install -c -m 755 sa-config $(DESTDIR)$(bindir)/
7
-	$(SHTOOL) install -c -m 644 sa.pc $(DESTDIR)$(libdir)/pkgconfig/
8
+	$(SHTOOL) install -c -m 644 sa.pc $(DESTDIR)$(prefix)/libdata/pkgconfig/
9
 	$(SHTOOL) install -c -m 644 sa.h $(DESTDIR)$(includedir)/
10
 	$(SHTOOL) install -c -m 644 sa.3 $(DESTDIR)$(mandir)/man3/
11
 	@$(LIBTOOL) --mode=install $(SHTOOL) install -c -m 644 libsa.la $(DESTDIR)$(libdir)/
(-)ossp-sa/pkg-plist (+1 lines)
Lines 4-6 Link Here
4
lib/libsa.la
4
lib/libsa.la
5
lib/libsa.so
5
lib/libsa.so
6
lib/libsa.so.12
6
lib/libsa.so.12
7
libdata/pkgconfig/sa.pc

Return to bug 86866