diff options
author | jeh <jeh@FreeBSD.org> | 2000-11-28 20:02:33 +0800 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2000-11-28 20:02:33 +0800 |
commit | f003ea9b15ed624d3f5b38dca8d0358b246091d0 (patch) | |
tree | 129ee8737d1a93546c3d2802ca26974c741c0399 /devel/omniORB/files | |
parent | 97479b09e4ca396b4bdda79d8e8ee7e450883923 (diff) | |
download | freebsd-ports-gnome-f003ea9b15ed624d3f5b38dca8d0358b246091d0.tar.gz freebsd-ports-gnome-f003ea9b15ed624d3f5b38dca8d0358b246091d0.tar.zst freebsd-ports-gnome-f003ea9b15ed624d3f5b38dca8d0358b246091d0.zip |
- Update of port devel/omniORB from 3.0.1 to 3.0.2
- Have emailed the MAINTAINER about this already
- Changed master site to its new URL
- Removed dependency on Python 1.5, as it seemingly works fine with 2.0
- Alphabetised the $PLIST while I was at it
- Deleted file: files/patch-al (Explicit linking against libgcc not
necessary anymore since obrien closed PR 21983)
No response from MAINTAINER.
PR: 22864
Submitted by: Johann Visagie <johann@egenetics.com>
Diffstat (limited to 'devel/omniORB/files')
-rw-r--r-- | devel/omniORB/files/patch-al | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/omniORB/files/patch-al b/devel/omniORB/files/patch-al index 81ba9fce3488..e69de29bb2d1 100644 --- a/devel/omniORB/files/patch-al +++ b/devel/omniORB/files/patch-al @@ -1,11 +0,0 @@ ---- tool/omniidl/cxx/dir.mk.orig Thu Jul 13 17:25:54 2000 -+++ tool/omniidl/cxx/dir.mk Thu Sep 14 11:50:03 2000 -@@ -254,7 +254,7 @@ - $(RM) $@; \ - $(CXXLINK) $(CXXLINKOPTIONS) -shared -o $@ -Wl,-soname,$(soname) \ - $(IMPORT_LIBRARY_FLAGS) \ -- $(filter-out $(LibSuffixPattern),$^) $(LIBS)\ -+ $(filter-out $(LibSuffixPattern),$^) $(LIBS) -lgcc\ - ) - - export:: $(lib) |