Date: Sat, 11 Feb 2006 04:22:35 +0300 (MSK) From: Alexander Zhuravlev <zaa@zaa.pp.ru> To: FreeBSD-gnats-submit@FreeBSD.org Cc: sem@FreeBSD.org Subject: ports/93161: [PATCH] update of databases/pxlib to 0.6.0 Message-ID: <20060211012235.AB1A3B81E@wave.zaa.local> Resent-Message-ID: <200602110130.k1B1U79u032748@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 93161 >Category: ports >Synopsis: [PATCH] update of databases/pxlib to 0.6.0 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Feb 11 01:30:07 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Alexander Zhuravlev >Release: FreeBSD 6.1-PRERELEASE i386 >Organization: >Environment: System: FreeBSD wave.zaa.local 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #16: Wed Feb 8 14:34:14 MSK 2006 root@wave.zaa.local:/usr/obj/usr/src/sys/WAVE i386 >Description: Patch contains: 1. update of pxlib to 0.6.0 2. Reorganization of MAN section in alphabetical order with addition of new man pages 3. BUILD_DEPENDS line correction in WITH_DOCS branch 4. LDCONFIG_DIRS addition with appropriate lines in pkg-plist >How-To-Repeat: >Fix: Please apply the patch provided below. Thank you for your efforts ;-) --- pxlib.diff begins here --- diff -urbBNp pxlib.orig/Makefile pxlib/Makefile --- pxlib.orig/Makefile Sun Dec 11 13:33:43 2005 +++ pxlib/Makefile Sat Feb 11 04:09:50 2006 @@ -6,7 +6,7 @@ # PORTNAME= pxlib -PORTVERSION= 0.5.1 +PORTVERSION= 0.6.0 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -18,7 +18,6 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH} USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 -INSTALLS_SHLIB= yes USE_ICONV= yes USE_GETTEXT= yes USE_REINPLACE= yes @@ -26,33 +25,35 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +INSTALLS_SHLIB= yes +LDCONFIG_DIRS= %%PREFIX%%/lib + OPTIONS= DOCS "Build and install documentation" off .include <bsd.port.pre.mk> .if defined(WITH_DOCS) -BUILD_DEPENDS= docbook-to-man:${PORTSDIR}/textproc/docbook-to-man \ +BUILD_DEPENDS+= docbook-to-man:${PORTSDIR}/textproc/docbook-to-man \ docbook2man:${PORTSDIR}/textproc/docbook-utils -MAN3= PX_add_primary_index.3 PX_close.3 PX_close_blob.3 \ - PX_create_blob_file.3 PX_create_file.3 PX_create_fp.3 \ - PX_delete.3 PX_get_data_alpha.3 PX_get_data_bcd.3 \ +MAN3= PX_add_primary_index.3 PX_close.3 PX_close_blob.3 PX_create_blob_file.3 \ + PX_create_file.3 PX_create_fp.3 PX_date2string.3 PX_delete.3 \ + PX_delete_record.3 PX_get_data_alpha.3 PX_get_data_bcd.3 \ PX_get_data_blob.3 PX_get_data_byte.3 PX_get_data_bytes.3 \ PX_get_data_double.3 PX_get_data_graphic.3 PX_get_data_long.3 \ - PX_get_data_short.3 PX_get_field.3 PX_get_fields.3 \ - PX_get_majorversion.3 PX_get_minorversion.3 PX_get_num_fields.3 \ - PX_get_num_records.3 PX_get_opaque.3 PX_get_parameter.3 \ - PX_get_record.3 PX_get_record2.3 PX_get_recordsize.3 \ - PX_get_subminorversion.3 PX_get_value.3 PX_new.3 \ - PX_new2.3 PX_new3.3 PX_new_blob.3 PX_open_blob_file.3 \ - PX_open_blob_fp.3 PX_open_file.3 PX_open_fp.3 PX_open_gsf.3 \ - PX_put_data_alpha.3 PX_put_data_bcd.3 PX_put_data_byte.3 \ + PX_get_data_short.3 PX_get_field.3 PX_get_fields.3 PX_get_majorversion.3 \ + PX_get_minorversion.3 PX_get_num_fields.3 PX_get_num_records.3 \ + PX_get_opaque.3 PX_get_parameter.3 PX_get_record.3 PX_get_record2.3 \ + PX_get_recordsize.3 PX_get_subminorversion.3 PX_get_value.3 \ + PX_insert_record.3 PX_new.3 PX_new2.3 PX_new3.3 PX_new_blob.3 \ + PX_open_blob_file.3 PX_open_blob_fp.3 PX_open_file.3 PX_open_fp.3 \ + PX_open_gsf.3 PX_put_data_alpha.3 PX_put_data_bcd.3 PX_put_data_byte.3 \ PX_put_data_bytes.3 PX_put_data_double.3 PX_put_data_long.3 \ - PX_put_data_short.3 PX_put_record.3 PX_put_recordn.3 \ - PX_read_blobdata.3 PX_read_primary_index.3 PX_set_blob_file.3 \ + PX_put_data_short.3 PX_put_record.3 PX_put_recordn.3 PX_read_blobdata.3 \ + PX_read_primary_index.3 PX_retrieve_record.3 PX_set_blob_file.3 \ PX_set_inputencoding.3 PX_set_parameter.3 PX_set_tablename.3 \ - PX_set_targetencoding.3 PX_set_value.3 PX_strdup.3 \ - PX_timestamp2string.3 PX_write_primary_index.3 pxlib.3 + PX_set_targetencoding.3 PX_set_value.3 PX_strdup.3 PX_time2string.3 \ + PX_timestamp2string.3 PX_update_record.3 PX_write_primary_index.3 pxlib.3 .else pre-build: ${REINPLACE_CMD} -e 's/^DOCDIR =.*/DOCDIR =/' ${WRKSRC}/Makefile diff -urbBNp pxlib.orig/distinfo pxlib/distinfo --- pxlib.orig/distinfo Sun Dec 11 13:33:43 2005 +++ pxlib/distinfo Sat Feb 11 02:37:20 2006 @@ -1,3 +1,3 @@ -MD5 (pxlib-0.5.1.tar.gz) = 38f049b2ffe9370f98e1cf755d18a3fb -SHA256 (pxlib-0.5.1.tar.gz) = 21b6c7355fb4ba82a4f002b0f931d8798268932c44797216e5ec6dedbbf6f540 -SIZE (pxlib-0.5.1.tar.gz) = 463159 +MD5 (pxlib-0.6.0.tar.gz) = 14afa3d5f65be74e701668e47c0a1759 +SHA256 (pxlib-0.6.0.tar.gz) = 12ae1dfa1099b039951bdc059f2928fc737efcdee9a3eb0b7ae6e70e2763daf2 +SIZE (pxlib-0.6.0.tar.gz) = 481601 diff -urbBNp pxlib.orig/pkg-plist pxlib/pkg-plist --- pxlib.orig/pkg-plist Sun Dec 11 13:33:43 2005 +++ pxlib/pkg-plist Sat Feb 11 03:49:48 2006 @@ -4,7 +4,10 @@ include/paradox.h include/pxversion.h lib/libpx.a lib/libpx.so -lib/libpx.so.5 +lib/libpx.so.6 libdata/pkgconfig/pxlib.pc share/locale/de/LC_MESSAGES/pxlib.mo share/locale/es/LC_MESSAGES/pxlib.mo +share/locale/fr/LC_MESSAGES/pxlib.mo +@dirrm include +@dirrm lib --- pxlib.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060211012235.AB1A3B81E>