From owner-freebsd-ports Wed Nov 20 2:20:10 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFBE737B401 for ; Wed, 20 Nov 2002 02:20:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63B7B43E8A for ; Wed, 20 Nov 2002 02:20:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gAKAK2x3031907 for ; Wed, 20 Nov 2002 02:20:02 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gAKAK1qf031906; Wed, 20 Nov 2002 02:20:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3925337B401 for ; Wed, 20 Nov 2002 02:16:02 -0800 (PST) Received: from norfolk.ki.iif.hu (norfolk.ki.iif.hu [193.6.222.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3889943E3B for ; Wed, 20 Nov 2002 02:16:01 -0800 (PST) (envelope-from mohacsi@norfolk.ki.iif.hu) Received: (from mohacsi@localhost) by norfolk.ki.iif.hu (8.12.6/8.12.6) id gAKAFrt4011059; Wed, 20 Nov 2002 11:15:53 +0100 (CET) (envelope-from mohacsi) Message-Id: <200211201015.gAKAFrt4011059@norfolk.ki.iif.hu> Date: Wed, 20 Nov 2002 11:15:53 +0100 (CET) From: Janos Mohacsi Reply-To: Janos Mohacsi To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/45519: MAINTAINER UPDATE: scmxx version 0.6.3.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 45519 >Category: ports >Synopsis: MAINTAINER UPDATE: scmxx version 0.6.3.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Nov 20 02:20:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Janos Mohacsi >Release: FreeBSD 4.7-STABLE i386 >Organization: NIIF >Environment: System: FreeBSD norfolk.ki.iif.hu 4.7-STABLE FreeBSD 4.7-STABLE #4: Tue Nov 19 16:06:07 CET 2002 root@norfolk.ki.iif.hu:/usr/src/sys/compile/NORFOLK i386 >Description: Maintainer update of scmxx to version 0.6.3.1. Changes: some clean up in the installation. Port changes: This release now uses libiconv to generalize the charset handling. It can also decode UCS2-encoded sms, localize the date format, and add the status report request bit to outgoing SMSes. SL45 also handled (in 0.6.2) >How-To-Repeat: Apply this diff. >Fix: diff -ruN scmxx.bak/Makefile scmxx/Makefile --- scmxx.bak/Makefile Thu Oct 24 08:55:55 2002 +++ scmxx/Makefile Wed Nov 20 11:02:12 2002 @@ -6,17 +6,18 @@ # PORTNAME= scmxx -PORTVERSION= 0.6.1.6 +PORTVERSION= 0.6.3.1 CATEGORIES= comms MASTER_SITES= http://ma2geo.mathematik.uni-karlsruhe.de/~hendrik/scmxx/download/ MAINTAINER= janos.mohacsi@bsd.hu -LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt +LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt \ + iconv.3:${PORTSDIR}/converters/libiconv USE_BZIP2= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" CFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" USE_GMAKE= yes MAN1= scmxx.1 @@ -27,7 +28,7 @@ ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/docs/*.txt ${DOCSDIR} @${MKDIR} ${EXAMPLESDIR} -.for file in phonebook sms vCalendar +.for file in phonebook sms.txt vCalendar.vcs vCard.vcf ${INSTALL_DATA} ${WRKSRC}/examples/${file} ${EXAMPLESDIR} .endfor .endif diff -ruN scmxx.bak/distinfo scmxx/distinfo --- scmxx.bak/distinfo Tue Oct 22 18:44:53 2002 +++ scmxx/distinfo Wed Nov 20 10:42:26 2002 @@ -1 +1 @@ -MD5 (scmxx-0.6.1.6.tar.bz2) = 6ea4abb48f05399ecd88e04175a1ffe7 +MD5 (scmxx-0.6.3.1.tar.bz2) = bf6ee43e0bf5ed8c64784207d3d6a242 diff -ruN scmxx.bak/files/patch-Makefile.in scmxx/files/patch-Makefile.in --- scmxx.bak/files/patch-Makefile.in Wed Sep 18 10:31:15 2002 +++ scmxx/files/patch-Makefile.in Wed Nov 20 10:51:33 2002 @@ -1,21 +1,25 @@ -*** Makefile.in.orig Sun May 26 16:04:19 2002 ---- Makefile.in Wed May 29 15:14:31 2002 -*************** -*** 5,12 **** - bindir=@bindir@ - mandir=@mandir@ - -! COMPILER=@CC@ -! CFLAGS= @CCADD@ - LDFLAGS=@LDADD@ - INSTALL=@INSTALL@ - VERSION=`cat VERSION` ---- 5,12 ---- - bindir=@bindir@ - mandir=@mandir@ - -! COMPILER=@CC@ -! CFLAGS= @CCADD@ -I${LOCALBASE}/include - LDFLAGS=@LDADD@ - INSTALL=@INSTALL@ - VERSION=`cat VERSION` +--- Makefile.in.orig Wed Nov 20 10:50:12 2002 ++++ Makefile.in Wed Nov 20 10:51:01 2002 +@@ -7,7 +7,7 @@ + BINARY=scmxx@EXEEXT@ + + all: +- make -C src all ++ gmake -C src all + + install: all + $(INSTALL) -d $(DESTDIR)$(bindir) +@@ -16,11 +16,11 @@ + $(INSTALL) docs/scmxx.1 $(DESTDIR)$(mandir)/man1/$(BINARY).1 + + clean: +- make -C src clean ++ gmake -C src clean + rm -rf $(BINARY) + + dist-clean: +- make -C src dist-clean ++ gmake -C src dist-clean + rm -rf $(BINARY) Makefile config.cache config.log config.status config.h + + maintainer-clean: dist-clean diff -ruN scmxx.bak/pkg-plist scmxx/pkg-plist --- scmxx.bak/pkg-plist Wed Sep 18 10:31:15 2002 +++ scmxx/pkg-plist Wed Nov 20 11:02:33 2002 @@ -1,11 +1,11 @@ bin/scmxx %%PORTDOCS%%share/doc/scmxx/README -%%PORTDOCS%%share/doc/scmxx/greekchars.txt %%PORTDOCS%%share/doc/scmxx/gsmcharset.txt -%%PORTDOCS%%share/doc/scmxx/specialchars.txt +%%PORTDOCS%%share/doc/scmxx/gsm0338.txt %%PORTDOCS%%share/doc/scmxx/doc_sources.txt %%PORTDOCS%%share/examples/scmxx/phonebook -%%PORTDOCS%%share/examples/scmxx/sms -%%PORTDOCS%%share/examples/scmxx/vCalendar +%%PORTDOCS%%share/examples/scmxx/sms.txt +%%PORTDOCS%%share/examples/scmxx/vCalendar.vcs +%%PORTDOCS%%share/examples/scmxx/vCard.vcf %%PORTDOCS%%@dirrm share/doc/scmxx %%PORTDOCS%%@dirrm share/examples/scmxx >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message