1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00

- Update to latest version.

PR:		ports/143929
Submitted by:	Stas Timokhin <devel at stasyan.com>
This commit is contained in:
Sergey Matveychuk 2010-05-03 13:50:18 +00:00
parent 2bb902e742
commit 193ca961d0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=253610
3 changed files with 11 additions and 17 deletions

View File

@ -6,9 +6,11 @@
#
PORTNAME= omniNotify
PORTVERSION= 2.1
PORTVERSION= 2.1.01
#It' snapshot of development version actually
CATEGORIES= devel python
MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME:L}/${PORTNAME}%20${PORTVERSION}
MASTER_SITES= http://www.stasyan.com/devel/distfiles/
DISTNAME= omniNotify-2-latest
MAINTAINER= sem@FreeBSD.org
COMMENT= CORBA Notification Service (CosNotification) for omniORB
@ -30,9 +32,6 @@ GNU_CONFIGURE= yes
MAKEFILE= GNUmakefile
USE_LDCONFIG= yes
# Don't compiled on != i386
ONLY_FOR_ARCHS= i386
CONFIGURE_SCRIPT= ../configure
CONFIGURE_ENV+= CC=${CC} CFLAGS="${CFLAGS}" CXX=${CXX} CXXFLAGS="${CXXFLAGS}" \
CPP=${CPP} PYTHON=${PYTHON_CMD}
@ -40,12 +39,6 @@ CONFIGURE_ARGS= --with-omniorb=${LOCALBASE}
.include <bsd.port.pre.mk>
.if ${ARCH} != "i386"
BROKEN= "Does not compile on !i386"
.elif ${OSVERSION} >= 900000
BROKEN= does not build
.endif
pre-configure:
@${MKDIR} ${CONFIGURE_WRKSRC}
@cd ${OMNIORB_WRKSRC} && ${FIND} idl | ${CPIO} --quiet -pdum ${WRKSRC}

View File

@ -1,3 +1,3 @@
MD5 (omniNotify-2.1.tar.gz) = 6f5655e4f1cfff4d4dc21688ca4c9e8b
SHA256 (omniNotify-2.1.tar.gz) = 7bb0fdc7b1aeecb8e3406be5bfcc8a3701472fde7c43f805e297179b1b34cef0
SIZE (omniNotify-2.1.tar.gz) = 539019
MD5 (omniNotify-2-latest.tar.gz) = d4a48e6bd617ee009fa40c51c0d3bad3
SHA256 (omniNotify-2-latest.tar.gz) = adbfa475239b00499e6015a4eae68ec1127fb67c8943fc1364ac967793fe21c8
SIZE (omniNotify-2-latest.tar.gz) = 542341

View File

@ -1,12 +1,13 @@
--- configure.orig 2003-10-12 22:51:19.000000000 +0400
+++ configure 2007-12-28 15:26:13.000000000 +0300
@@ -2955,6 +2955,9 @@
--- configure.orig 2003-10-13 01:51:19.000000000 +0700
+++ configure 2010-02-14 15:20:20.000000000 +0600
@@ -2955,6 +2955,10 @@
*-*-freebsd3*) platform_name="FreeBSD"; os_version="3";;
*-*-freebsd4*) platform_name="FreeBSD"; os_version="4";;
*-*-freebsd5*) platform_name="FreeBSD"; os_version="5";;
+ *-*-freebsd6*) platform_name="FreeBSD"; os_version="6";;
+ *-*-freebsd7*) platform_name="FreeBSD"; os_version="7";;
+ *-*-freebsd8*) platform_name="FreeBSD"; os_version="8";;
+ *-*-freebsd9*) platform_name="FreeBSD"; os_version="9";;
*-*-sco*) platform_name="OSR5"; os_version="5";;
esac