diff options
author | Bruce M Simpson <bms@FreeBSD.org> | 2008-04-05 02:37:46 +0000 |
---|---|---|
committer | Bruce M Simpson <bms@FreeBSD.org> | 2008-04-05 02:37:46 +0000 |
commit | 5fea5e3ff31101c5f6f964b7def3921251a500df (patch) | |
tree | 68a03fc2a5243a471f33609d4a2b9d30572dfc9b | |
parent | - Update to 1.6 (diff) |
Update to 2007.3.149519.
Notes
Notes:
svn path=/head/; revision=210553
-rw-r--r-- | devel/p4v/Makefile | 326 | ||||
-rw-r--r-- | devel/p4v/distinfo.i386 | 6 | ||||
-rw-r--r-- | devel/p4v/pkg-message | 2 |
3 files changed, 216 insertions, 118 deletions
diff --git a/devel/p4v/Makefile b/devel/p4v/Makefile index 0d5b041309e5..58febfce5743 100644 --- a/devel/p4v/Makefile +++ b/devel/p4v/Makefile @@ -6,9 +6,9 @@ # PORTNAME= p4v -PORTVERSION= 2007.2.141782 +PORTVERSION= 2007.3.149519 CATEGORIES= devel -MASTER_SITES= http://filehost.perforce.com/perforce/r07.2/bin.freebsd60x86/ +MASTER_SITES= http://filehost.perforce.com/perforce/r07.3/bin.freebsd60x86/ DISTNAME= ${PORTNAME} EXTRACT_SUFX= .tgz DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} @@ -21,101 +21,11 @@ RESTRICTED= ${NO_CDROM} ONLY_FOR_ARCHS= i386 NO_BUILD= yes -NO_WRKSUBDIR= yes +USE_LDCONFIG= yes -MD5_FILE= ${MASTERDIR}/distinfo.${MACHINE_ARCH} +WRKSRC= ${WRKDIR}/${DIST_SUBDIR} -P4V_ICONS_DIR= P4VResources/icons -P4V_ICONS= p4v_16_low.png p4v_32_high.png p4v_32_low.png p4v_48_high.png - -P4V_DOCS_DIR= P4VResources/p4vhelp -P4V_DOCS= \ - About_Perforce_products.html \ - About_file_icons.html \ - Adding_files_to_the_depot.html \ - Admin_creating_groups.html \ - Admin_creating_users.html \ - Admin_homepage.html \ - Admin_managing_permissions.html \ - Admin_managing_users_and_groups.html \ - Changing_a_file_s_type.html \ - Configuring_display_preferences.html \ - Configuring_unicode.html \ - Connecting_to_the_Perforce_server.html \ - Defining_a_client_view.html \ - Deleting_files.html \ - Displaying_a_file_s_revision_history.html \ - Displaying_client_specifications.html \ - Editing_files.html \ - Getting_more_information.html \ - Getting_started_with_Perforce.html \ - Integrating_files_into_codelines.html \ - Managing_bookmarks.html \ - Managing_branch_specifications.html \ - Managing_jobs.html \ - Managing_labels.html \ - Managing_users.html \ - Offline.html \ - P4V_shortcuts.html \ - Renaming_files.html \ - Resolving_files.html \ - Retrieving_files_from_the_depot.html \ - The_P4V_windows.html \ - Working_with_changelists.html \ - ancillary_p4v_files.html \ - custom_tools.html \ - diffing_folders.html \ - folder_diff_cheatsheet.html \ - p4v-gs.pdf \ - p4vindex.html \ - revision_graph.html \ - time_lapse.html - -P4V_IMGS_DIR= P4VResources/p4vhelp/p4images -P4V_IMGS= \ - commandkey.jpg \ - p4v_admin_table_icon.png \ - p4v_bookmark.png \ - p4v_connection_dialog.png \ - p4v_file_add.png p4v_file_add_other.png \ - p4v_file_add_other_ws.png \ - p4v_file_delete.png p4v_file_delete_notsync.png \ - p4v_file_delete_other.png p4v_file_delete_resolve.png \ - p4v_file_deleted.png \ - p4v_file_differs.png \ - p4v_file_edit_head.png \ - p4v_file_edit_notsync.png p4v_file_edit_other.png \ - p4v_file_edit_other_notsyn.png p4v_file_edit_other_notsync.png \ - p4v_file_edit_resolve.png \ - p4v_file_edit_resolve_other_delete.png \ - p4v_file_lock.png p4v_file_lock_other.png \ - p4v_file_needs_resolve.png p4v_file_notmapped.png \ - p4v_file_notsync.png p4v_file_rev_add.png \ - p4v_file_rev_branch.png p4v_file_rev_delete.png \ - p4v_file_rev_edit.png p4v_file_rev_have_add.png \ - p4v_file_rev_have_branch.png p4v_file_rev_have_edit.png \ - p4v_file_revision_integrated.png p4v_file_revsynced.png \ - p4v_file_sync.png p4v_file_txt.png p4v_file_ws.png \ - p4v_filter.png \ - p4v_filter_button.png \ - p4v_filter_content.png \ - p4v_filter_identical.png \ - p4v_filter_list.png \ - p4v_filter_unique.png \ - p4v_filters.png p4v_folder_diff_screenshot.png \ - p4v_folderdiff.png \ - p4v_integration_dialog.png \ - p4v_main_window.png \ - p4v_offline.png \ - p4v_offline_deleted.png \ - p4v_pin.png \ - p4v_revgraph_bracket.png \ - p4v_revgraph_branch.png \ - p4v_revgraph_diff.png \ - p4v_revgraph_highlighter.png \ - p4v_revgraph_options.png \ - p4v_revision_graph_screenshot.png p4v_sort.png \ - p4v_tearoff.png p4v_time_lapse_screenshot.png p4v_views.png +MD5_FILE= ${MASTERDIR}/distinfo.${MACHINE_ARCH} .include <bsd.port.pre.mk> @@ -123,36 +33,224 @@ P4V_IMGS= \ IGNORE= please upgrade to FreeBSD 6.x or newer .endif -PLIST_FILES= bin/p4v +P4V_BIN= \ + bin/assistant bin/p4v bin/p4v.bin + +P4V_LIBS= \ + lib/p4v/qt4/lib/libQtAssistantClient.so.4 \ + lib/p4v/qt4/lib/libQtCore.so.4 \ + lib/p4v/qt4/lib/libQtGui.so.4 \ + lib/p4v/qt4/lib/libQtNetwork.so.4 \ + lib/p4v/qt4/lib/libQtXml.so.4 \ + lib/p4v/qt4/plugins/accessible/libqtaccessiblewidgets.so \ + lib/p4v/qt4/plugins/codecs/libqcncodecs.so \ + lib/p4v/qt4/plugins/codecs/libqjpcodecs.so \ + lib/p4v/qt4/plugins/codecs/libqkrcodecs.so \ + lib/p4v/qt4/plugins/codecs/libqtwcodecs.so \ + lib/p4v/qt4/plugins/imageformats/libqtiff.so \ + lib/p4v/qt4/plugins/imageformats/libqsvg.so \ + lib/p4v/qt4/plugins/imageformats/libqmng.so \ + lib/p4v/qt4/plugins/imageformats/libqjpeg.so \ + lib/p4v/qt4/plugins/imageformats/libqgif.so \ + lib/p4v/qt4/plugins/inputmethods/libqimsw-multi.so + +P4V_ICONS= \ + lib/p4v/P4VResources/icons/p4v_16_low.png \ + lib/p4v/P4VResources/icons/p4v_32_high.png \ + lib/p4v/P4VResources/icons/p4v_32_low.png \ + lib/p4v/P4VResources/icons/p4v_48_high.png +P4V_DIRS= \ + lib/p4v/qt4/plugins/inputmethods \ + lib/p4v/qt4/plugins/imageformats \ + lib/p4v/qt4/plugins/codecs \ + lib/p4v/qt4/plugins/accessible \ + lib/p4v/qt4/plugins \ + lib/p4v/qt4/lib \ + lib/p4v/qt4 \ + lib/p4v/P4VResources/p4vhelp/p4images \ + lib/p4v/P4VResources/p4vhelp \ + lib/p4v/P4VResources/icons \ + lib/p4v/P4VResources \ + lib/p4v + +P4V_DOCS= \ + lib/p4v/P4VResources/p4vhelp/p4v-gs.pdf \ + lib/p4v/P4VResources/p4vhelp/p4vhelp.adp \ + lib/p4v/P4VResources/p4vhelp/revision_graph.html \ + lib/p4v/P4VResources/p4vhelp/time_lapse.html \ + lib/p4v/P4VResources/p4vhelp/About_Perforce_products.html \ + lib/p4v/P4VResources/p4vhelp/About_file_icons.html \ + lib/p4v/P4VResources/p4vhelp/Adding_files_to_the_depot.html \ + lib/p4v/P4VResources/p4vhelp/Admin_creating_groups.html \ + lib/p4v/P4VResources/p4vhelp/Admin_creating_users.html \ + lib/p4v/P4VResources/p4vhelp/Admin_homepage.html \ + lib/p4v/P4VResources/p4vhelp/Admin_managing_permissions.html \ + lib/p4v/P4VResources/p4vhelp/Admin_managing_users_and_groups.html \ + lib/p4v/P4VResources/p4vhelp/Changing_a_file_s_type.html \ + lib/p4v/P4VResources/p4vhelp/Configuring_display_preferences.html \ + lib/p4v/P4VResources/p4vhelp/Configuring_unicode.html \ + lib/p4v/P4VResources/p4vhelp/Connecting_to_the_Perforce_server.html \ + lib/p4v/P4VResources/p4vhelp/Defining_a_client_view.html \ + lib/p4v/P4VResources/p4vhelp/Deleting_files.html \ + lib/p4v/P4VResources/p4vhelp/Displaying_a_file_s_revision_history.html \ + lib/p4v/P4VResources/p4vhelp/Displaying_client_specifications.html \ + lib/p4v/P4VResources/p4vhelp/Editing_files.html \ + lib/p4v/P4VResources/p4vhelp/Getting_more_information.html \ + lib/p4v/P4VResources/p4vhelp/Getting_started_with_Perforce.html \ + lib/p4v/P4VResources/p4vhelp/Integrating_files_into_codelines.html \ + lib/p4v/P4VResources/p4vhelp/Managing_bookmarks.html \ + lib/p4v/P4VResources/p4vhelp/Managing_branch_specifications.html \ + lib/p4v/P4VResources/p4vhelp/Managing_jobs.html \ + lib/p4v/P4VResources/p4vhelp/Managing_labels.html \ + lib/p4v/P4VResources/p4vhelp/Managing_users.html \ + lib/p4v/P4VResources/p4vhelp/Offline.html \ + lib/p4v/P4VResources/p4vhelp/P4V_shortcuts.html \ + lib/p4v/P4VResources/p4vhelp/Renaming_files.html \ + lib/p4v/P4VResources/p4vhelp/Resolving_files.html \ + lib/p4v/P4VResources/p4vhelp/Retrieving_files_from_the_depot.html \ + lib/p4v/P4VResources/p4vhelp/The_P4V_windows.html \ + lib/p4v/P4VResources/p4vhelp/Utilities.html \ + lib/p4v/P4VResources/p4vhelp/Working_with_changelists.html \ + lib/p4v/P4VResources/p4vhelp/ancillary_p4v_files.html \ + lib/p4v/P4VResources/p4vhelp/assistant-manual.html \ + lib/p4v/P4VResources/p4vhelp/custom_tools.html \ + lib/p4v/P4VResources/p4vhelp/diffing_files.html \ + lib/p4v/P4VResources/p4vhelp/diffing_folders.html \ + lib/p4v/P4VResources/p4vhelp/folder_diff_cheatsheet.html \ + lib/p4v/P4VResources/p4vhelp/merging_files.html + +P4V_IMGS= \ + lib/p4v/P4VResources/p4vhelp/p4images/P4V_help_128x128.png \ + lib/p4v/P4VResources/p4vhelp/p4images/P4V_help_16x16.png \ + lib/p4v/P4VResources/p4vhelp/p4images/addyourstheirs.png \ + lib/p4v/P4VResources/p4vhelp/p4images/basefile.png \ + lib/p4v/P4VResources/p4vhelp/p4images/choosechunk.png \ + lib/p4v/P4VResources/p4vhelp/p4images/deletedyourstheirs.png \ + lib/p4v/P4VResources/p4vhelp/p4images/editedtext.png \ + lib/p4v/P4VResources/p4vhelp/p4images/expandme.png \ + lib/p4v/P4VResources/p4vhelp/p4images/file1.png \ + lib/p4v/P4VResources/p4vhelp/p4images/file2.png \ + lib/p4v/P4VResources/p4vhelp/p4images/filediagram.png \ + lib/p4v/P4VResources/p4vhelp/p4images/find.png \ + lib/p4v/P4VResources/p4vhelp/p4images/gotoline.png \ + lib/p4v/P4VResources/p4vhelp/p4images/lineend.png \ + lib/p4v/P4VResources/p4vhelp/p4images/linenumbers.png \ + lib/p4v/P4VResources/p4vhelp/p4images/nextdiff.png \ + lib/p4v/P4VResources/p4vhelp/p4images/p4_merge_help.png \ + lib/p4v/P4VResources/p4vhelp/p4images/p4diff_help.png \ + lib/p4v/P4VResources/p4vhelp/p4images/p4merge_help.png \ + lib/p4v/P4VResources/p4vhelp/p4images/p4v-search.png \ + lib/p4v/P4VResources/p4vhelp/p4images/p4v_16_high.png \ + lib/p4v/P4VResources/p4vhelp/p4images/p4v_admin_table_icon.png \ + lib/p4v/P4VResources/p4vhelp/p4images/p4v_bookmark.png \ + lib/p4v/P4VResources/p4vhelp/p4images/p4v_commandkey.png \ + lib/p4v/P4VResources/p4vhelp/p4images/p4v_connection_dialog.png \ + lib/p4v/P4VResources/p4vhelp/p4images/p4v_diffhighlight-ivory.png \ + lib/p4v/P4VResources/p4vhelp/p4images/p4v_diffhighlight-orange.png \ + lib/p4v/P4VResources/p4vhelp/p4images/p4v_diffhighlight-violet.png \ + lib/p4v/P4VResources/p4vhelp/p4images/p4v_file_add.png \ + lib/p4v/P4VResources/p4vhelp/p4images/p4v_file_add_other.png \ + lib/p4v/P4VResources/p4vhelp/p4images/p4v_file_add_other_ws.png \ + lib/p4v/P4VResources/p4vhelp/p4images/p4v_file_delete.png \ + lib/p4v/P4VResources/p4vhelp/p4images/p4v_file_delete_notsync.png \ + lib/p4v/P4VResources/p4vhelp/p4images/p4v_file_delete_other.png \ + lib/p4v/P4VResources/p4vhelp/p4images/p4v_file_delete_resolve.png \ + lib/p4v/P4VResources/p4vhelp/p4images/p4v_file_deleted.png \ + lib/p4v/P4VResources/p4vhelp/p4images/p4v_file_differs.png \ + lib/p4v/P4VResources/p4vhelp/p4images/p4v_file_edit_head.png \ + lib/p4v/P4VResources/p4vhelp/p4images/p4v_file_edit_notsync.png \ + lib/p4v/P4VResources/p4vhelp/p4images/p4v_file_edit_other.png \ + lib/p4v/P4VResources/p4vhelp/p4images/p4v_file_edit_other_notsyn.png \ + lib/p4v/P4VResources/p4vhelp/p4images/p4v_file_edit_other_notsync.png \ + lib/p4v/P4VResources/p4vhelp/p4images/p4v_file_edit_resolve.png \ + lib/p4v/P4VResources/p4vhelp/p4images/p4v_file_edit_resolve_other_delete.png \ + lib/p4v/P4VResources/p4vhelp/p4images/p4v_file_lock.png \ + lib/p4v/P4VResources/p4vhelp/p4images/p4v_file_lock_other.png \ + lib/p4v/P4VResources/p4vhelp/p4images/p4v_file_needs_resolve.png \ + lib/p4v/P4VResources/p4vhelp/p4images/p4v_file_notmapped.png \ + lib/p4v/P4VResources/p4vhelp/p4images/p4v_file_notsync.png \ + lib/p4v/P4VResources/p4vhelp/p4images/p4v_file_rev_add.png \ + lib/p4v/P4VResources/p4vhelp/p4images/p4v_file_rev_branch.png \ + lib/p4v/P4VResources/p4vhelp/p4images/p4v_file_rev_delete.png \ + lib/p4v/P4VResources/p4vhelp/p4images/p4v_file_rev_edit.png \ + lib/p4v/P4VResources/p4vhelp/p4images/p4v_file_rev_have_add.png \ + lib/p4v/P4VResources/p4vhelp/p4images/p4v_file_rev_have_branch.png \ + lib/p4v/P4VResources/p4vhelp/p4images/p4v_file_rev_have_edit.png \ + lib/p4v/P4VResources/p4vhelp/p4images/p4v_file_revision_integrated.png \ + lib/p4v/P4VResources/p4vhelp/p4images/p4v_file_revsynced.png \ + lib/p4v/P4VResources/p4vhelp/p4images/p4v_file_sync.png \ + lib/p4v/P4VResources/p4vhelp/p4images/p4v_file_txt.png \ + lib/p4v/P4VResources/p4vhelp/p4images/p4v_file_ws.png \ + lib/p4v/P4VResources/p4vhelp/p4images/p4v_filter.png \ + lib/p4v/P4VResources/p4vhelp/p4images/p4v_filter_button.png \ + lib/p4v/P4VResources/p4vhelp/p4images/p4v_filter_content.png \ + lib/p4v/P4VResources/p4vhelp/p4images/p4v_filter_identical.png \ + lib/p4v/P4VResources/p4vhelp/p4images/p4v_filter_list.png \ + lib/p4v/P4VResources/p4vhelp/p4images/p4v_filter_unique.png \ + lib/p4v/P4VResources/p4vhelp/p4images/p4v_filters.png \ + lib/p4v/P4VResources/p4vhelp/p4images/p4v_folder_black_triangle.png \ + lib/p4v/P4VResources/p4vhelp/p4images/p4v_folder_diff_screenshot.png \ + lib/p4v/P4VResources/p4vhelp/p4images/p4v_folderdiff.png \ + lib/p4v/P4VResources/p4vhelp/p4images/p4v_integration_dialog.png \ + lib/p4v/P4VResources/p4vhelp/p4images/p4v_main_window.png \ + lib/p4v/P4VResources/p4vhelp/p4images/p4v_nextdiff.png \ + lib/p4v/P4VResources/p4vhelp/p4images/p4v_offline.png \ + lib/p4v/P4VResources/p4vhelp/p4images/p4v_offline_deleted.png \ + lib/p4v/P4VResources/p4vhelp/p4images/p4v_pin.png \ + lib/p4v/P4VResources/p4vhelp/p4images/p4v_revgraph_bracket.png \ + lib/p4v/P4VResources/p4vhelp/p4images/p4v_revgraph_branch.png \ + lib/p4v/P4VResources/p4vhelp/p4images/p4v_revgraph_diff.png \ + lib/p4v/P4VResources/p4vhelp/p4images/p4v_revgraph_highlighter.png \ + lib/p4v/P4VResources/p4vhelp/p4images/p4v_revgraph_options.png \ + lib/p4v/P4VResources/p4vhelp/p4images/p4v_revision_graph_screenshot.png \ + lib/p4v/P4VResources/p4vhelp/p4images/p4v_sort.png \ + lib/p4v/P4VResources/p4vhelp/p4images/p4v_tearoff.png \ + lib/p4v/P4VResources/p4vhelp/p4images/p4v_unmapped.png \ + lib/p4v/P4VResources/p4vhelp/p4images/p4v_views.png \ + lib/p4v/P4VResources/p4vhelp/p4images/sameyourstheirs.png \ + lib/p4v/P4VResources/p4vhelp/p4images/theiradd.png \ + lib/p4v/P4VResources/p4vhelp/p4images/theirdelete.png \ + lib/p4v/P4VResources/p4vhelp/p4images/tlv-find.png \ + lib/p4v/P4VResources/p4vhelp/p4images/tlv-goto.png \ + lib/p4v/P4VResources/p4vhelp/p4images/tlv-integhist.png \ + lib/p4v/P4VResources/p4vhelp/p4images/tlv-lifetimes.png \ + lib/p4v/P4VResources/p4vhelp/p4images/tlv-lineend.png \ + lib/p4v/P4VResources/p4vhelp/p4images/tlv-nextdiff.png \ + lib/p4v/P4VResources/p4vhelp/p4images/tlv-slider-increment.png \ + lib/p4v/P4VResources/p4vhelp/p4images/tlv-slider-multiple.png \ + lib/p4v/P4VResources/p4vhelp/p4images/tlv-slider-single.png \ + lib/p4v/P4VResources/p4vhelp/p4images/tlv-user.png \ + lib/p4v/P4VResources/p4vhelp/p4images/tlv_aging.png \ + lib/p4v/P4VResources/p4vhelp/p4images/tlv_linenumbers.png \ + lib/p4v/P4VResources/p4vhelp/p4images/youradd.png \ + lib/p4v/P4VResources/p4vhelp/p4images/yourdelete.png + +PLIST_DIRS+= ${P4V_DIRS} +PLIST_FILES+= ${P4V_BIN} ${P4V_ICONS} ${P4V_LIBS} .if !defined(NOPORTDOCS) -.for _IMGFILE in ${P4V_IMGS} -PLIST_FILES+= share/${P4V_IMGS_DIR}/${_IMGFILE} -.endfor -PLIST_DIRS+= share/${P4V_IMGS_DIR} -.for _DOCFILE in ${P4V_DOCS} -PLIST_FILES+= share/${P4V_DOCS_DIR}/${_DOCFILE} -.endfor -PLIST_DIRS+= share/${P4V_DOCS_DIR} +PLIST_FILES+= ${P4V_DOCS} ${P4V_IMGS} .endif -.for _ICONFILE in ${P4V_ICONS} -PLIST_FILES+= share/${P4V_ICONS_DIR}/${_ICONFILE} -.endfor -PLIST_DIRS+= share/${P4V_ICONS_DIR} share/P4VResources do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/p4v ${PREFIX}/bin - ${MKDIR} ${PREFIX}/share/${P4V_ICONS_DIR} + ${INSTALL_PROGRAM} ${WRKSRC}/bin/assistant ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/bin/p4v.bin ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/bin/p4v ${PREFIX}/bin +.for _DIR in ${P4V_DIRS} + ${MKDIR} ${PREFIX}/${_DIR} +.endfor .for _ICONFILE in ${P4V_ICONS} - ${INSTALL_DATA} ${WRKSRC}/${P4V_ICONS_DIR}/${_ICONFILE} ${PREFIX}/share/${P4V_ICONS_DIR} + ${INSTALL_DATA} ${WRKSRC}/${_ICONFILE} ${PREFIX}/${_ICONFILE} +.endfor +.for _LIBFILE in ${P4V_LIBS} + ${INSTALL_PROGRAM} ${WRKSRC}/${_LIBFILE} ${PREFIX}/${_LIBFILE} .endfor .if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/${P4V_DOCS_DIR} ${PREFIX}/share/${P4V_IMGS_DIR} .for _DOCFILE in ${P4V_DOCS} - ${INSTALL_MAN} ${WRKSRC}/${P4V_DOCS_DIR}/${_DOCFILE} ${PREFIX}/share/${P4V_DOCS_DIR} + ${INSTALL_MAN} ${WRKSRC}/${_DOCFILE} ${PREFIX}/${_DOCFILE} .endfor .for _IMGFILE in ${P4V_IMGS} - ${INSTALL_MAN} ${WRKSRC}/${P4V_IMGS_DIR}/${_IMGFILE} ${PREFIX}/share/${P4V_IMGS_DIR} + ${INSTALL_MAN} ${WRKSRC}/${_IMGFILE} ${PREFIX}/${_IMGFILE} .endfor .endif diff --git a/devel/p4v/distinfo.i386 b/devel/p4v/distinfo.i386 index 42c6e4385c6c..6af4598cac3f 100644 --- a/devel/p4v/distinfo.i386 +++ b/devel/p4v/distinfo.i386 @@ -1,3 +1,3 @@ -MD5 (p4v-2007.2.141782/p4v.tgz) = 8ea7b01952da4a4d0e0126c1e5de477a -SHA256 (p4v-2007.2.141782/p4v.tgz) = df2c5e9cc95ef0be24af7c0dd4dc2a1bbc0dcbdb30c7170cfab1416d7150897b -SIZE (p4v-2007.2.141782/p4v.tgz) = 17753094 +MD5 (p4v-2007.3.149519/p4v.tgz) = 82a68729d5478c5e4e51e5a71485e863 +SHA256 (p4v-2007.3.149519/p4v.tgz) = 7a4906f5761bf0e6eb1cbe946957a8d2a315582b52c84f872b786ff18a4c3df9 +SIZE (p4v-2007.3.149519/p4v.tgz) = 12646880 diff --git a/devel/p4v/pkg-message b/devel/p4v/pkg-message index 0996597f260b..2ed53270d3eb 100644 --- a/devel/p4v/pkg-message +++ b/devel/p4v/pkg-message @@ -2,7 +2,7 @@ Before starting the application, set a P4VRES variable to identify the location of the p4v resources directory. For example: - % setenv P4VRES %%PREFIX%%/share/P4VResources + % setenv P4VRES %%PREFIX%%/lib/p4v/P4VResources The application is compiled for FreeBSD 6.0, so be sure to have appropriate compatibility libraries (and kernel support, if applicable) installed on |