ports/94108: Update port: net/openser

Jesus Rodriguez jesusr at voztele.com
Wed Mar 15 17:46:17 UTC 2006


On Wed, 15 Mar 2006, Jesus Rodriguez wrote:

> On Sun, 5 Mar 2006, Jesus Rodriguez wrote:
>
>> On Sun, 5 Mar 2006, FreeBSD-gnats-submit at FreeBSD.org wrote:
>> 
>> Hello,
>> 
>>> Thank you very much for your problem report.
>>> It has the internal identification `ports/94108'.
>>> The individual assigned to look at your
>>> report is: freebsd-ports-bugs.
>>> 
>>> You can access the state of your problem report at any time
>>> via this link:
>>> 
>>> http://www.freebsd.org/cgi/query-pr.cgi?pr=94108
>>> 
>>>> Category:       ports
>>>> Responsible:    freebsd-ports-bugs
>>>> Synopsis:       Update port: net/openser
>>>> Arrival-Date:   Sun Mar 05 20:40:03 GMT 2006
>> 
>> Sorry, forgot to send the diff for the update. Here it is.
>
> There was a problem with one of the patches. Attached is the right one
> (patch-Makefile.defs).

Here is the attach, sorry.

Saludos
JesusR.

-------------------------------
Jesus Rodriguez
VozTelecom Sistemas, S.L.
jesusr at voztele.com
http://www.voztele.com
Tel. 902360305
-------------------------------
-------------- next part --------------
--- Makefile.defs.orig	Wed Mar 15 12:38:03 2006
+++ Makefile.defs	Wed Mar 15 13:19:16 2006
@@ -167,13 +167,13 @@
 TAR ?= tar
 endif
 
-INSTALL-TOUCH = touch          # used to create the file first (good to 
-                               #  make solaris install work)
-INSTALL-CFG = $(INSTALL) -m 644
-INSTALL-BIN = $(INSTALL) -m 755
-INSTALL-MODULES = $(INSTALL) -m 755
-INSTALL-DOC = $(INSTALL) -m 644
-INSTALL-MAN = $(INSTALL) -m 644
+INSTALL-TOUCH = :		# used to create the file first (good to
+                                #  make solaris install work)
+INSTALL-CFG = $(BSD_INSTALL_DATA)
+INSTALL-BIN = $(BSD_INSTALL_PROGRAM)
+INSTALL-MODULES = $(BSD_INSTALL_PROGRAM)
+INSTALL-DOC = $(BSD_INSTALL_DATA)
+INSTALL-MAN = $(BSD_INSTALL_MAN)
 
 #set some vars from the environment (and not make builtins)
 CC   := $(shell echo "$${CC}")
@@ -1123,8 +1123,8 @@
 
 #add libssl if needed
 ifneq ($(TLS),)
-DEFS+= -I$(LOCALBASE)/ssl/include
-LIBS+= -L$(LOCALBASE)/lib -L$(LOCALBASE)/ssl/lib -lssl  -lcrypto
+DEFS+= -I$(OPENSSLINC)
+LIBS+= -L$(OPENSSLLIB) -lssl  -lcrypto
 endif
 
 ifneq ($(found_lock_method), yes)


More information about the freebsd-ports-bugs mailing list