| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=436247
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
In this version, libgpgme-pthread.so has been removed in favor of just
using libgpgme.so as the thread-safe library. PORTREVISION has been
bumped on all ports depending on security/gpgme so that any that may have
linked to -lgpgme-pthread will link to -lgpgme instead.
The Python module provided by security/py-gpgme has been renamed upstream
from pyme3 to gpg. This removes the conflict with security/py-pyme,
although security/py-gpgme is still the direct replacement of that
module.
Notes:
svn path=/head/; revision=427185
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412348
|
|
|
|
|
|
|
| |
approved by: infrastructure blanket
Notes:
svn path=/head/; revision=408160
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove const qualifier from iconv(3) to match POSIX:
http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html
- Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is
defined because the base system iconv supports these extensions too.
Add/remove patches to/from ports to call iconv with non-const arguments.
This breaks some ports on FreeBSD 10 because base system iconv.h still has
the const qualifier. Fix this by letting USES=iconv add a build dependency
on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG
defined) instead of the base system iconv.h.
This exposed some ports that link with libiconv when it is available instead
of using libc iconv. In these cases one of the following changes has been
made:
- patch configure scripts to test for libc iconv first
- add ac_cv_lib_iconv_libiconv=no or similar to CONFIGURE_ARGS to disable
some configure tests
- converters/wkhtmltopdf: this includes Qt4 so add a patch from devel/qt4
- lang/gcc5-aux: respect CFLAGS and friends during configure such that
LIBICONV_PLUG is defined in the iconv test, also switch to external
gettext
- mail/gnarwl: replace patches with CPPFLAGS/LIBS
- multimedia/ffmpeg2theora: remove iconv test from SConstruct and use
ICONV_LIB in port Makefile instead, also fix a bug in subtitles.c
- net-im/licq: finish conversion to cmake
- net-mgmt/bandwidthd, net-mgmt/icinga, net-mgmt/nagios, net-mgmt/nagios4:
don't need iconv
- textproc/p5-XML-TinyXML: finish conversion to USES=perl5
Other changes:
- databases/qdbm and slaves: respect CFLAGS and friends, also enable bzip2
and lzo support
- games/ldmud: respect CFLAGS and friends
- graphics/inventor: replace some patches with MAKE_ARGS/MAKE_ENV to respect
CFLAGS and friends, also remove FreeBSD/alpha patch and add missing xorg
dependencies
PR: 199099
Exp-run by: antoine
Approved by: portmgr (antoine)
Notes:
svn path=/head/; revision=384038
|
|
|
|
| |
Notes:
svn path=/head/; revision=377815
|
|
|
|
| |
Notes:
svn path=/head/; revision=373023
|
|
|
|
|
|
|
| |
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=371450
|
|
|
|
|
|
|
|
| |
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
Notes:
svn path=/head/; revision=366746
|
|
|
|
| |
Notes:
svn path=/head/; revision=365056
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Support staging
- Use new LIB_DEPENDS syntax
- Convert USE_GMAKE to USES
- Use new OPTIONS features
PR: 185981
Submitted by: amdmi3
Approved by: maintainer timeout
Notes:
svn path=/head/; revision=347366
|
|
|
|
|
|
|
|
|
| |
PR: ports/184360
Submitted by: amdmi3
Approved by: Frank Altpeter <frank@altpeter.de> (maintainer)
Notes:
svn path=/head/; revision=335213
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Use USE_GNOME= ltverhack to correct the library version number
to what the author intended. This effectively rolls the version
number backwards, but should prevent future unneccesary version
bumps.
- Support staging
- Use options helpers
- Use new LIB_DEPENDS syntax
- Bump PORTREVISION on dependent ports
Notes:
svn path=/head/; revision=331057
|
|
|
|
|
|
|
| |
Approved by: portmgr (bapt, implicit)
Notes:
svn path=/head/; revision=328980
|
|
|
|
|
|
|
| |
net-im)
Notes:
svn path=/head/; revision=327756
|
|
|
|
| |
Notes:
svn path=/head/; revision=326070
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION for ftp/curl shlib change
- Add TEST_DEPENDS
- Convert to new options framework
- Adjust options:
- Add COOKIES
- Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1]
- Add GSSAPI and SPNEGO [2]
- Remove KERBEROS4
- Rename LIBIDN to IDN
- Remove TRACKMEMORY [1]
- Sort option handler
- Add SLAVEDIRS: ftp/curl-hiphop
- Cosmetic change
- Cleanup Makefile header
- While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile
Changes: http://curl.haxx.se/changes.html
PR: ports/172325 (-exp run), ports/177369 (based on) [1]
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2]
Exp run by: miwi
Notes:
svn path=/head/; revision=322783
|
|
|
|
|
|
|
| |
Approved by: portmgr (bapt@)
Notes:
svn path=/head/; revision=317036
|
|
|
|
|
|
|
|
|
| |
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: zeising
Notes:
svn path=/head/; revision=316662
|
|
|
|
|
|
|
|
|
| |
PR: ports/159247
Submitted by: Jin-Sih Lin <linpct@gmail.com>
Approved by: Frank Altpeter <frank@altpeter.de> (maintainer)
Notes:
svn path=/head/; revision=278514
|
|
|
|
|
|
|
|
|
| |
- Add an entry to UPDATING
Reviewed by: tabthorpe
Notes:
svn path=/head/; revision=278110
|
|
|
|
| |
Notes:
svn path=/head/; revision=271346
|
|
|
|
|
|
|
|
|
|
|
| |
- Support screen properly
PR: 151232
Patch by: myself
Approved by: maintainer timeout
Notes:
svn path=/head/; revision=266937
|
|
|
|
|
|
|
|
| |
Requested by: kwm
Pointyhat to: glarkin
Notes:
svn path=/head/; revision=266393
|
|
|
|
|
|
|
|
| |
PR: ports/151289
Submitted by: Frank Altpeter <frank@altpeter.de> (maintainer)
Notes:
svn path=/head/; revision=262607
|
|
|
|
| |
Notes:
svn path=/head/; revision=262085
|
|
|
|
|
|
|
|
|
|
| |
- added run depend on perl and python
- bump port revision
Reported by: QAT
Notes:
svn path=/head/; revision=262078
|
|
|
|
|
|
|
|
|
|
| |
- While here add license
PR: ports/150741
Submitted by: Frank Altpeter <frank _at_ altpeter.de> (maintainer)
Notes:
svn path=/head/; revision=261547
|
|
|
|
|
|
|
|
|
| |
PR: 148001
Submitted by: Frank Altpeter <frank@altpeter.de> (maintainer)
Feature safe: yes
Notes:
svn path=/head/; revision=256758
|
|
|
|
| |
Notes:
svn path=/head/; revision=255371
|
|
|
|
| |
Notes:
svn path=/head/; revision=252125
|
|
|
|
|
|
|
|
|
| |
PR: ports/144304
Submitted by: Frank Altpeter <frank@altpeter.de> (maintainer)
Feature safe: yes
Notes:
svn path=/head/; revision=250348
|
|
|
|
|
|
|
|
|
| |
PR: 144080
Submitted by: Frank Altpeter <frank@altpeter.de> (maintainer)
Feature safe: yes
Notes:
svn path=/head/; revision=250194
|
|
|
|
|
|
|
|
| |
PR: 143590
Submitted by: Frank Altpeter <frank@altpeter.de> (maintainer)
Notes:
svn path=/head/; revision=249437
|
|
|
|
|
|
|
|
| |
PR: ports/143414
Submitted by: Frank Altpeter <frank@altpeter.de> (maintainer)
Notes:
svn path=/head/; revision=249216
|
|
|
|
|
|
|
|
| |
PR: 143278
Submitted by: Frank Altpeter <frank@altpeter.de> (maintainer)
Notes:
svn path=/head/; revision=248719
|
|
|
|
|
|
|
|
| |
PR: 143038
Submitted by: Frank Altpeter <frank@altpeter.de> (maintainer)
Notes:
svn path=/head/; revision=248506
|
|
|
|
|
|
|
|
|
|
| |
- Make portlint happy
PR: ports/141744
Submitted by: Frank Altpeter <frank@altpeter.de> (maintainer)
Notes:
svn path=/head/; revision=246209
|
|
|
|
|
|
|
|
| |
PR: 140460
Submitted by: Frank Altpeter <frank@altpeter.de> (maintainer)
Notes:
svn path=/head/; revision=244119
|
|
|
|
|
|
|
|
| |
PR: 139233
Submitted by: Frank Altpeter <frank@altpeter.de> (maintainer)
Notes:
svn path=/head/; revision=242269
|
|
|
|
|
|
|
|
|
| |
PR: 138998
Submitted by: Frank Altpeter <frank@altpeter.de> (maintainer)
Feature safe: yes
Notes:
svn path=/head/; revision=241854
|
|
|
|
|
|
|
|
| |
PR: 138701
Submitted by: maintainer
Notes:
svn path=/head/; revision=241208
|
|
|
|
|
|
|
|
| |
PR: 138250
Submitted by: Frank Altpeter <frank@altpeter.de> (maintainer)
Notes:
svn path=/head/; revision=240755
|
|
|
|
|
|
|
| |
Reported by: pointyhat via pav
Notes:
svn path=/head/; revision=240542
|
|
|
|
| |
Notes:
svn path=/head/; revision=240112
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Most changes are just PORTREVISION and LIB_DEPENDS fixes. However, the
following ports require a patch to use the new gpgme correctly:
deskutils/kdepim3
deskutils/kdepim3
deskutils/kdepim3
deskutils/kdepim3
deskutils/kdepim4
deskutils/kdepim4
deskutils/kdepimlibs4
deskutils/kdepimlibs4
deskutils/kdepimlibs4
finance/qhacc
mail/mutt-devel
net-im/ayttm
net-im/centericq
net-im/centerim
net-im/centerim-devel
security/openvas-libnasl
These patches were submitted by various people and documented in ports/135911.
PR: ports/135911
Notes:
svn path=/head/; revision=237891
|
|
|
|
|
|
|
|
| |
PR: 136603
Submitted by: Frank Altpeter <frank@altpeter.de> (maintainer)
Notes:
svn path=/head/; revision=237500
|
|
|
|
|
|
|
|
| |
PR: ports/136169
Submitted by: Frank Altpeter <frank altpeter.de> (maintainer)
Notes:
svn path=/head/; revision=236801
|
|
|
|
|
|
|
|
| |
RP: 136001
Submitted by: Frank Altpeter <frank@altpeter.de> (maintainer)
Notes:
svn path=/head/; revision=236602
|
|
|
|
|
|
|
|
| |
PR: 135844
Submitted by: Frank Altpeter <frank@altpeter.de> (maintainer)
Notes:
svn path=/head/; revision=236362
|