aboutsummaryrefslogtreecommitdiff
path: root/devel/omniNotify
diff options
context:
space:
mode:
Diffstat (limited to 'devel/omniNotify')
-rw-r--r--devel/omniNotify/Makefile15
-rw-r--r--devel/omniNotify/distinfo6
-rw-r--r--devel/omniNotify/files/patch-configure7
3 files changed, 11 insertions, 17 deletions
diff --git a/devel/omniNotify/Makefile b/devel/omniNotify/Makefile
index cc33910bd1d0..301b9edf37fa 100644
--- a/devel/omniNotify/Makefile
+++ b/devel/omniNotify/Makefile
@@ -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}
diff --git a/devel/omniNotify/distinfo b/devel/omniNotify/distinfo
index 1384e2a48af7..9d335d071b28 100644
--- a/devel/omniNotify/distinfo
+++ b/devel/omniNotify/distinfo
@@ -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
diff --git a/devel/omniNotify/files/patch-configure b/devel/omniNotify/files/patch-configure
index 02222ebcbee0..27a236a60739 100644
--- a/devel/omniNotify/files/patch-configure
+++ b/devel/omniNotify/files/patch-configure
@@ -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