diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2006-02-05 13:39:41 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2006-02-05 13:39:41 +0000 |
commit | b91fd53f32ad94577a37a5d3b15b8be9364b19c8 (patch) | |
tree | 00cae6ba9febbb13b10f4469fc28b9f64af3be36 /devel/pwlib/files/patch-unix | |
parent | Upgrade to 1.72. (diff) |
This is an initial port of newer versions of:
- pwlib -> 1.9.2
- openh323 -> 1.17.3
The decission of porting the development releases instead of the stable
releases is based upon a discussion with the openh323 developers.
They serve as a start to be able to porting newer versions of e.g.
gnomemeeting et al.
Further tweaks/improvements to them may be required when other ports
start to use these versions.
Unlike the previous versions of those ports, they install a shared lib
now. So ports which depend upon them in the future should add a RUN_DEPENDS
upon them. Additionally the build time for those ports will decrease,
since they don't need to build pwlib/openh323 each time and grab them
from the build directory.
PR: 83396
Submitted by: Steve Ames <steve@energistic.com>
In colaboration with: Steve Ames <steve@energistic.com>
Notes
Notes:
svn path=/head/; revision=155259
Diffstat (limited to 'devel/pwlib/files/patch-unix')
-rw-r--r-- | devel/pwlib/files/patch-unix | 70 |
1 files changed, 0 insertions, 70 deletions
diff --git a/devel/pwlib/files/patch-unix b/devel/pwlib/files/patch-unix deleted file mode 100644 index 945ad223fb83..000000000000 --- a/devel/pwlib/files/patch-unix +++ /dev/null @@ -1,70 +0,0 @@ -*** make/unix.mak.orig Thu Jul 24 22:01:42 2003 ---- make/unix.mak Fri Jun 3 15:13:47 2005 -*************** -*** 358,368 **** - - ifeq ($(OSTYPE),FreeBSD) - -! ifeq ($(MACHTYPE),x86) -! ifdef CPUTYPE -! STDCCFLAGS += -mcpu=$(CPUTYPE) -! endif -! endif - - ifndef OSRELEASE - OSRELEASE := $(shell sysctl -n kern.osreldate) ---- 358,368 ---- - - ifeq ($(OSTYPE),FreeBSD) - -! #ifeq ($(MACHTYPE),x86) -! #ifdef CPUTYPE -! #STDCCFLAGS += -mcpu=$(CPUTYPE) -! #endif -! #endif - - ifndef OSRELEASE - OSRELEASE := $(shell sysctl -n kern.osreldate) -*************** -*** 891,901 **** - - # Directories - -! ifdef PREFIX -! UNIX_INC_DIR = $(PREFIX)/include/ptlib/unix -! else - UNIX_INC_DIR = $(PWLIBDIR)/include/ptlib/unix -! endif - - ifndef UNIX_SRC_DIR - UNIX_SRC_DIR = $(PWLIBDIR)/src/ptlib/unix ---- 891,901 ---- - - # Directories - -! ##ifdef PREFIX -! ##UNIX_INC_DIR = $(PREFIX)/include/ptlib/unix -! ##else - UNIX_INC_DIR = $(PWLIBDIR)/include/ptlib/unix -! ##endif - - ifndef UNIX_SRC_DIR - UNIX_SRC_DIR = $(PWLIBDIR)/src/ptlib/unix -*************** -*** 932,938 **** - else - - ifneq ($(OSTYPE),Darwin) -! OPTCCFLAGS += -Os -DNDEBUG - else - OPTCCFLAGS += -O2 -DNDEBUG - endif ---- 932,939 ---- - else - - ifneq ($(OSTYPE),Darwin) -! # OPTCCFLAGS += -Os -DNDEBUG -! OPTCCFLAGS += -DNDEBUG - else - OPTCCFLAGS += -O2 -DNDEBUG - endif |