| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove static pkg-plist for port docs (PORTDATA is already used)
- Remove %%DATADIR%% from pkg-plist
(fixes "unable to completely remove directory '/usr/local/share/libiqxmlrpc'"
warning during package deinstallation)
- Add "net" to CATEGORIES
- Bump PORTREVISION
Notes:
svn path=/head/; revision=318425
|
|
|
|
| |
Notes:
svn path=/head/; revision=317730
|
|
|
|
|
|
|
|
|
|
| |
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi)
Notes:
svn path=/head/; revision=314960
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
-- checking for module 'openssl'
-- package 'openssl' not found
CMake Error at /usr/local/share/cmake/Modules/FindPkgConfig.cmake:279 (message):
A required package was not found
Call Stack (most recent call first):
/usr/local/share/cmake/Modules/FindPkgConfig.cmake:333 (_pkg_check_modules_internal)
libiqxmlrpc/CMakeLists.txt:7 (pkg_check_modules)
Notes:
svn path=/head/; revision=312829
|
|
|
|
| |
Notes:
svn path=/head/; revision=311310
|
|
|
|
|
|
|
| |
Feature safe: yes
Notes:
svn path=/head/; revision=307005
|
|
|
|
|
|
|
| |
Feature safe: yes
Notes:
svn path=/head/; revision=307004
|
|
|
|
|
|
|
|
|
| |
- Build and install docs
Feature safe: yes
Notes:
svn path=/head/; revision=307002
|
|
|
|
| |
Notes:
svn path=/head/; revision=285212
|
|
|
|
| |
Notes:
svn path=/head/; revision=271411
|
|
|
|
|
|
|
| |
- Do not mkdir %%DOCSDIR%%/libiqxmlrpc.html during install: this fixes pkg-plist
Notes:
svn path=/head/; revision=271406
|
|
|
|
|
|
|
| |
- Fix build with boost 1.41 on RELENG_6: add a workaround for gcc 3.4 bug
Notes:
svn path=/head/; revision=246959
|
|
|
|
|
|
|
|
|
|
| |
- Split boost port to separate components, with boost-all metaport
PR: ports/137054
Submitted by: Alexander Churanov <churanov.port.maintainer@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=238504
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk
- Remove CONFIGURE_TARGET hack in various bsd.*.mk
- USE_GNOME=gnometarget is now an no-op
Changes to individual ports, other than removing the CONFIGURE_TARGET hack:
= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
- comms/gnuradio
- science/abinit
- science/elmer-fem
- science/elmer-matc
- science/elmer-meshgen2d
- science/elmerfront
- science/elmerpost
= use x86_64 as ARCH
- devel/g-wrap
= other changes
- print/magicfilter
GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf
Total # of ports modified: 1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)
PR: 126524 (obsoletes 52917)
Submitted by: rafan
Tested on: two pointyhat 7-amd64 exp runs (by pav)
Approved by: portmgr (pav)
Notes:
svn path=/head/; revision=218938
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
Notes:
svn path=/head/; revision=214430
|
|
|
|
|
|
|
|
|
| |
- Move pkg-config files to where they belong
Reported by: pointyhat
Notes:
svn path=/head/; revision=211026
|
|
|
|
|
|
|
| |
Reported by: pointyhat
Notes:
svn path=/head/; revision=210343
|
|
Libiqxmlrpc is C++ object-oriented library that represents an XML-RPC
solution for both client and server. It supports HTTP and HTTPS,
both single-threaded and multi-threaded computation models on the server side,
method interceptors, and other features.
WWW: http://libiqxmlrpc.sourceforge.net/
Notes:
svn path=/head/; revision=210294
|