From owner-svn-ports-head@FreeBSD.ORG Thu May 9 06:59:09 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 484DE5C0; Thu, 9 May 2013 06:59:09 +0000 (UTC) (envelope-from fjoe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 37FBF32A; Thu, 9 May 2013 06:59:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r496x9Ij041913; Thu, 9 May 2013 06:59:09 GMT (envelope-from fjoe@svn.freebsd.org) Received: (from fjoe@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r496x6jV041891; Thu, 9 May 2013 06:59:06 GMT (envelope-from fjoe@svn.freebsd.org) Message-Id: <201305090659.r496x6jV041891@svn.freebsd.org> From: Max Khon Date: Thu, 9 May 2013 06:59:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r317723 - in head/news: husky-base husky-bsopack husky-fidoconf husky-hpt husky-hptkill husky-hptsqfix husky-hpucode husky-htick husky-msged husky-nltools husky-smapi husky-sqpack X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 May 2013 06:59:09 -0000 Author: fjoe Date: Thu May 9 06:59:06 2013 New Revision: 317723 URL: http://svnweb.freebsd.org/changeset/ports/317723 Log: Unbreak on !i386. Modified: head/news/husky-base/Makefile head/news/husky-base/Makefile.inc head/news/husky-bsopack/Makefile head/news/husky-fidoconf/Makefile head/news/husky-hpt/Makefile head/news/husky-hptkill/Makefile head/news/husky-hptsqfix/Makefile head/news/husky-hpucode/Makefile head/news/husky-htick/Makefile head/news/husky-msged/Makefile head/news/husky-nltools/Makefile head/news/husky-smapi/Makefile head/news/husky-sqpack/Makefile Modified: head/news/husky-base/Makefile ============================================================================== --- head/news/husky-base/Makefile Thu May 9 06:26:21 2013 (r317722) +++ head/news/husky-base/Makefile Thu May 9 06:59:06 2013 (r317723) @@ -7,7 +7,7 @@ PORTNAME= base PORTVERSION= 1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= news mail MASTER_SITES= SF/husky/huskybase/${PORTVERSION} DISTNAME= huskybase-${PORTVERSION}-src Modified: head/news/husky-base/Makefile.inc ============================================================================== --- head/news/husky-base/Makefile.inc Thu May 9 06:26:21 2013 (r317722) +++ head/news/husky-base/Makefile.inc Thu May 9 06:59:06 2013 (r317723) @@ -6,7 +6,6 @@ PKGNAMEPREFIX= husky- DIST_SUBDIR= husky WRKSRC?= ${WRKDIR}/${PORTNAME} -ONLY_FOR_ARCHS= i386 .if ${PORTNAME} != "base" BUILD_DEPENDS= ${LOCALBASE}/etc/fido/huskymak.cfg:${PORTSDIR}/news/husky-base Modified: head/news/husky-bsopack/Makefile ============================================================================== --- head/news/husky-bsopack/Makefile Thu May 9 06:26:21 2013 (r317722) +++ head/news/husky-bsopack/Makefile Thu May 9 06:59:06 2013 (r317723) @@ -7,7 +7,7 @@ PORTNAME= bsopack PORTVERSION= 0.2.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= news mail MASTER_SITES= SF/husky/${PORTNAME}/0.2-release DISTNAME= ${PORTNAME}-${PORTVERSION}-src Modified: head/news/husky-fidoconf/Makefile ============================================================================== --- head/news/husky-fidoconf/Makefile Thu May 9 06:26:21 2013 (r317722) +++ head/news/husky-fidoconf/Makefile Thu May 9 06:59:06 2013 (r317723) @@ -7,7 +7,7 @@ PORTNAME= fidoconf PORTVERSION= 0.14.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= news mail MASTER_SITES= SF/husky/fidoconfig/0.14-release DISTNAME= ${PORTNAME}_${PORTVERSION}-src @@ -21,6 +21,7 @@ RUN_DEPENDS= ${LOCALBASE}/etc/fido/husky CONFLICTS= husky-fidoconf-devel-[0-9]* USE_LDCONFIG= yes +MAKE_ARGS= ADDCDEFS=-fPIC INSTALL_TARGET= install install-man MAN1= dumpfcfg.1 fconf2.1 linkedto.1 tparser.1 Modified: head/news/husky-hpt/Makefile ============================================================================== --- head/news/husky-hpt/Makefile Thu May 9 06:26:21 2013 (r317722) +++ head/news/husky-hpt/Makefile Thu May 9 06:59:06 2013 (r317723) @@ -7,7 +7,7 @@ PORTNAME= hpt PORTVERSION= 1.2.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= news mail MASTER_SITES= SF/husky/${PORTNAME}/1.2-release DISTNAME= ${PORTNAME}-${PORTVERSION}-src Modified: head/news/husky-hptkill/Makefile ============================================================================== --- head/news/husky-hptkill/Makefile Thu May 9 06:26:21 2013 (r317722) +++ head/news/husky-hptkill/Makefile Thu May 9 06:59:06 2013 (r317723) @@ -7,7 +7,7 @@ PORTNAME= hptkill PORTVERSION= 1.10.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= news mail MASTER_SITES= SF/husky/${PORTNAME}/1.10-release DISTNAME= ${PORTNAME}-${PORTVERSION}-src Modified: head/news/husky-hptsqfix/Makefile ============================================================================== --- head/news/husky-hptsqfix/Makefile Thu May 9 06:26:21 2013 (r317722) +++ head/news/husky-hptsqfix/Makefile Thu May 9 06:59:06 2013 (r317723) @@ -7,7 +7,7 @@ PORTNAME= hptsqfix PORTVERSION= 1.2.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= news mail MASTER_SITES= SF/husky/${PORTNAME}/1.2-release DISTNAME= ${PORTNAME}-${PORTVERSION}-src Modified: head/news/husky-hpucode/Makefile ============================================================================== --- head/news/husky-hpucode/Makefile Thu May 9 06:26:21 2013 (r317722) +++ head/news/husky-hpucode/Makefile Thu May 9 06:59:06 2013 (r317723) @@ -7,7 +7,7 @@ PORTNAME= hpucode PORTVERSION= 1.2.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= news mail MASTER_SITES= SF/husky/${PORTNAME}/1.2-release DISTNAME= ${PORTNAME}-${PORTVERSION}-src Modified: head/news/husky-htick/Makefile ============================================================================== --- head/news/husky-htick/Makefile Thu May 9 06:26:21 2013 (r317722) +++ head/news/husky-htick/Makefile Thu May 9 06:59:06 2013 (r317723) @@ -7,7 +7,7 @@ PORTNAME= htick PORTVERSION= 1.0.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= news mail MASTER_SITES= SF/husky/${PORTNAME}/1.0-release DISTNAME= ${PORTNAME}-${PORTVERSION}-src Modified: head/news/husky-msged/Makefile ============================================================================== --- head/news/husky-msged/Makefile Thu May 9 06:26:21 2013 (r317722) +++ head/news/husky-msged/Makefile Thu May 9 06:59:06 2013 (r317723) @@ -7,7 +7,7 @@ PORTNAME= msged PORTVERSION= 6.2RC1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= news mail MASTER_SITES= SF/husky/${PORTNAME}/6.2%20RC1 DISTNAME= ${PORTNAME}-${PORTVERSION}-stable-src Modified: head/news/husky-nltools/Makefile ============================================================================== --- head/news/husky-nltools/Makefile Thu May 9 06:26:21 2013 (r317722) +++ head/news/husky-nltools/Makefile Thu May 9 06:59:06 2013 (r317723) @@ -7,7 +7,7 @@ PORTNAME= nltools PORTVERSION= 1.2.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= news mail MASTER_SITES= SF/husky/${PORTNAME}/1.2-release DISTNAME= ${PORTNAME}-${PORTVERSION}-src Modified: head/news/husky-smapi/Makefile ============================================================================== --- head/news/husky-smapi/Makefile Thu May 9 06:26:21 2013 (r317722) +++ head/news/husky-smapi/Makefile Thu May 9 06:59:06 2013 (r317723) @@ -7,7 +7,7 @@ PORTNAME= smapi PORTVERSION= 2.2.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= news mail MASTER_SITES= SF/husky/${PORTNAME}/2.2-release DISTNAME= ${PORTNAME}-${PORTVERSION}-src @@ -17,6 +17,7 @@ COMMENT= MSGAPI for Husky Fidosoft Proje CONFLICTS= husky-smapi-devel-[0-9]* +MAKE_ARGS= ADDCDEFS=-fPIC USE_LDCONFIG= yes .include Modified: head/news/husky-sqpack/Makefile ============================================================================== --- head/news/husky-sqpack/Makefile Thu May 9 06:26:21 2013 (r317722) +++ head/news/husky-sqpack/Makefile Thu May 9 06:59:06 2013 (r317723) @@ -7,7 +7,7 @@ PORTNAME= sqpack PORTVERSION= 1.2.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= news mail MASTER_SITES= SF/husky/${PORTNAME}/1.2-release DISTNAME= ${PORTNAME}-${PORTVERSION}-src