diff options
author | sem <sem@FreeBSD.org> | 2006-02-11 19:43:52 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2006-02-11 19:43:52 +0800 |
commit | f7945ffa2233941c668df25e5dc40483276e5d2f (patch) | |
tree | 2e0bc5e8edf1bbfcd95ce456a5a3c71b15649de0 | |
parent | 04bbafeb6a89d70bc3e129c3c61e210ee3a544c2 (diff) | |
download | freebsd-ports-gnome-f7945ffa2233941c668df25e5dc40483276e5d2f.tar.gz freebsd-ports-gnome-f7945ffa2233941c668df25e5dc40483276e5d2f.tar.zst freebsd-ports-gnome-f7945ffa2233941c668df25e5dc40483276e5d2f.zip |
* Update of pxlib to 0.6.0
* Reorganization of MAN section in alphabetical order
with addition of new man pages
* BUILD_DEPENDS line correction in WITH_DOCS branch
* LDCONFIG_DIRS addition with appropriate lines in pkg-plist
PR: ports/93161
Submitted by: Alexander Zhuravlev <zaa@zaa.pp.ru>
-rw-r--r-- | databases/pxlib/Makefile | 38 | ||||
-rw-r--r-- | databases/pxlib/pkg-plist | 5 |
2 files changed, 23 insertions, 20 deletions
diff --git a/databases/pxlib/Makefile b/databases/pxlib/Makefile index 647ef33eaac8..19a1b0d52b41 100644 --- a/databases/pxlib/Makefile +++ b/databases/pxlib/Makefile @@ -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,41 +18,41 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-X USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 -INSTALLS_SHLIB= yes USE_ICONV= yes USE_GETTEXT= yes -USE_REINPLACE= yes 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 --git a/databases/pxlib/pkg-plist b/databases/pxlib/pkg-plist index 17ba732385ed..eb8d170cbf52 100644 --- a/databases/pxlib/pkg-plist +++ b/databases/pxlib/pkg-plist @@ -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 |