Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Sep 2006 16:41:38 +0800 (CST)
From:      Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        avleeuwen@piwebs.com
Subject:   ports/103477: [PATCH] palm/libmal: update to 0.42
Message-ID:  <20060922084138.EBFED7E99F@FreeBSD.csie.nctu.edu.tw>
Resent-Message-ID: <200609220840.k8M8eDp1071122@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         103477
>Category:       ports
>Synopsis:       [PATCH] palm/libmal: update to 0.42
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 22 08:40:12 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Ying-Chieh Liao
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
FreeBSD @ Taiwan
>Environment:
System: FreeBSD FreeBSD.csie.nctu.edu.tw 6.1-STABLE FreeBSD 6.1-STABLE #10: Fri Sep  8 13:22:46 CST
>Description:
- Update to 0.42

Added file(s):
- files/patch-ltmain.sh

Port maintainer (avleeuwen@piwebs.com) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- libmal-0.42.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/palm/libmal/Makefile,v
retrieving revision 1.9
diff -u -u -r1.9 Makefile
--- Makefile	23 Feb 2006 10:38:41 -0000	1.9
+++ Makefile	22 Sep 2006 08:38:21 -0000
@@ -7,20 +7,19 @@
 #
 
 PORTNAME=	libmal
-PORTVERSION=	0.40
+PORTVERSION=	0.42
 CATEGORIES=	palm
 MASTER_SITES=	http://jasonday.home.att.net/code/libmal/
 
 MAINTAINER=	avleeuwen@piwebs.com
 COMMENT=	A library encapsulating malsync
 
-LIB_DEPENDS=	pisock.8:${PORTSDIR}/palm/pilot-link
+LIB_DEPENDS=	pisock.9:${PORTSDIR}/palm/pilot-link
 
 USE_GMAKE=	YES
 GNU_CONFIGURE=	yes
-HAS_CONFIGURE=	YES
 CONFIGURE_ARGS=	--with-pilot-prefix=${LOCALBASE}
-INSTALLS_SHLIB=	YES
+USE_LDCONFIG=	yes
 CONFLICTS=	malsync-[0-9]*
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/palm/libmal/distinfo,v
retrieving revision 1.5
diff -u -u -r1.5 distinfo
--- distinfo	23 Jan 2006 23:49:20 -0000	1.5
+++ distinfo	22 Sep 2006 08:38:21 -0000
@@ -1,3 +1,3 @@
-MD5 (libmal-0.40.tar.gz) = b570bc495101de915f3401d0baaf6b62
-SHA256 (libmal-0.40.tar.gz) = ff2edfaa0ad8b82d419a51364b10c72cd1dd33ac2e59546487455980bcac4227
-SIZE (libmal-0.40.tar.gz) = 329928
+MD5 (libmal-0.42.tar.gz) = 91ec7c193afafcabb8ec31ddde919ff1
+SHA256 (libmal-0.42.tar.gz) = 940b60886bbf230eca3784c39690e08a7a935d0ecc5e127ec6736756a828b90d
+SIZE (libmal-0.42.tar.gz) = 453393
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/palm/libmal/pkg-plist,v
retrieving revision 1.3
diff -u -u -r1.3 pkg-plist
--- pkg-plist	10 Apr 2004 09:09:35 -0000	1.3
+++ pkg-plist	22 Sep 2006 08:38:21 -0000
@@ -52,7 +52,6 @@
 include/libmal/ag-md5.h
 include/libmal/libmal.h
 lib/libmal.a
-lib/libmal.la
 lib/libmal.so
 lib/libmal.so.1
 @dirrm include/libmal
Index: files/patch-ltmain.sh
===================================================================
RCS file: files/patch-ltmain.sh
diff -N files/patch-ltmain.sh
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ files/patch-ltmain.sh	22 Sep 2006 08:38:21 -0000
@@ -0,0 +1,15 @@
+--- ltmain.sh.orig	Fri Sep 22 16:13:29 2006
++++ ltmain.sh	Fri Sep 22 16:13:42 2006
+@@ -6103,10 +6103,12 @@
+ 	fi
+ 
+ 	# Install the pseudo-library for information purposes.
++	if /usr/bin/false ; then
+ 	name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
+ 	instname="$dir/$name"i
+ 	$show "$install_prog $instname $destdir/$name"
+ 	$run eval "$install_prog $instname $destdir/$name" || exit $?
++	fi
+ 
+ 	# Maybe install the static library, too.
+ 	test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
--- libmal-0.42.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060922084138.EBFED7E99F>