Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Apr 2007 10:09:52 -0300
From:      Marcelo Araujo <araujo@bsdmail.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        tremere@cainites.net
Subject:   ports/111938: [PATCH] databases/opendbx: cleanup non-supported FreeBSD versions 
Message-ID:  <1177074593.000049.9303.nullmailer@bsdmail.org>
Resent-Message-ID: <200704201310.l3KDA3Rf015668@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         111938
>Category:       ports
>Synopsis:       [PATCH] databases/opendbx: cleanup non-supported FreeBSD versions
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 20 13:10:03 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Marcelo Araujo
>Release:        FreeBSD 6.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD island.freebsd.org 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 10:40:27 UTC 2007
>Description:

- removed support to FreeBSD 4.x (EOL)

Port maintainer (tremere@cainites.net) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- opendbx-1.2.2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/databases/opendbx/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile	5 Mar 2007 12:17:15 -0000	1.4
+++ Makefile	20 Apr 2007 13:08:51 -0000
@@ -35,13 +35,6 @@
 
 .include <bsd.port.pre.mk>
 
-.if ${OSVERSION} < 500000
-IGNORE=		doesn't build on FreeBSD < 5.x
-#post-patch:
-#	${REINPLACE_CMD} 's/stdint.h/inttypes.h/' ${WRKSRC}/lib/odbxlib.h
-#	${REINPLACE_CMD} 's/stdint.h/inttypes.h/' ${WRKSRC}/lib/odbx.h
-.endif
-
 .if !defined(WITH_MYSQL) && !defined(WITH_PGSQL) && !defined(WITH_SQLITE) && !defined(WITH_SQLITE3) && !defined(WITH_MSSQL)
 IGNORE=		needs at least one database backend
 .endif
--- opendbx-1.2.2.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1177074593.000049.9303.nullmailer>