Upgrade to latest version
This commit is contained in:
parent
d7b0d4fdbc
commit
1d8909ec19
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=70721
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= gatekeeper
|
||||
PORTVERSION= 2.0a
|
||||
PORTVERSION= 2.0.1
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www.gnugk.org/download/
|
||||
DISTNAME= gk-${PORTVERSION}
|
||||
|
@ -1 +1 @@
|
||||
MD5 (gk-2.0a.tgz) = e50c950ded7dce161d443535c6ee9db8
|
||||
MD5 (gk-2.0.1.tgz) = 531e53e720c471ce8f2777b67fb6e568
|
||||
|
@ -1,61 +0,0 @@
|
||||
*** Makefile.orig Thu May 30 08:54:51 2002
|
||||
--- Makefile Fri Oct 11 06:57:42 2002
|
||||
*************** ifndef OPENH323DIR
|
||||
*** 16,26 ****
|
||||
OPENH323DIR=$(HOME)/openh323
|
||||
endif
|
||||
|
||||
! H323_INCDIR = ${OPENH323DIR}/include
|
||||
! H323_LIBDIR = ${OPENH323DIR}/lib
|
||||
! H323_LIB = h323_$(PLATFORM_TYPE)_$(OBJ_SUFFIX)
|
||||
|
||||
! STDCCFLAGS := -DLDAP_HAS_CACHE -I${H323_INCDIR} -DPTRACING#-DPASN_NOPRINT
|
||||
#-DLDAP_HAS_CACHE : do not use ldap-cache (alpha)
|
||||
|
||||
# use destination analysis list
|
||||
--- 16,28 ----
|
||||
OPENH323DIR=$(HOME)/openh323
|
||||
endif
|
||||
|
||||
! ##H323_INCDIR = ${OPENH323DIR}/include
|
||||
! ##H323_LIBDIR = ${OPENH323DIR}/lib
|
||||
! ##H323_LIB = h323_$(PLATFORM_TYPE)_$(OBJ_SUFFIX)
|
||||
|
||||
! ##STDCCFLAGS := -I${H323_INCDIR} -DPTRACING#-DPASN_NOPRINT
|
||||
!
|
||||
! STDCCFLAGS := -DLDAP_HAS_CACHE
|
||||
#-DLDAP_HAS_CACHE : do not use ldap-cache (alpha)
|
||||
|
||||
# use destination analysis list
|
||||
*************** endif
|
||||
*** 142,155 ****
|
||||
endif
|
||||
endif
|
||||
|
||||
! LDFLAGS += -L$(H323_LIBDIR)
|
||||
! LDLIBS += -l$(H323_LIB)
|
||||
|
||||
ifndef PWLIBDIR
|
||||
PWLIBDIR=$(HOME)/pwlib
|
||||
endif
|
||||
|
||||
! include $(PWLIBDIR)/make/ptlib.mak
|
||||
|
||||
ifdef HAS_LEVEL_TWO_LDAPAPI
|
||||
TARGET_LIBS += $(LDAP_LIB)
|
||||
--- 144,158 ----
|
||||
endif
|
||||
endif
|
||||
|
||||
! #LDFLAGS += -L$(H323_LIBDIR)
|
||||
! #LDLIBS += -l$(H323_LIB)
|
||||
|
||||
ifndef PWLIBDIR
|
||||
PWLIBDIR=$(HOME)/pwlib
|
||||
endif
|
||||
|
||||
! #include $(PWLIBDIR)/make/ptlib.mak
|
||||
! include $(OPENH323DIR)/openh323u.mak
|
||||
|
||||
ifdef HAS_LEVEL_TWO_LDAPAPI
|
||||
TARGET_LIBS += $(LDAP_LIB)
|
Loading…
Reference in New Issue
Block a user