| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Approved by: portmgr blanket
|
| |
|
|
|
|
| |
Security: 90ca3ba5-19e6-11e4-8616-001b3856973b
|
|
|
|
|
| |
PR: 191264
Submitted by: rakuco
|
| |
|
|
|
|
|
|
|
|
| |
- Simplify MASTER_SITES
- Drop signature download and verify target
- Strip libraries
- Add UPDATING entry documenting behavior change since gpgme now
autodetects the gpg binary
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
security)
|
|
|
|
| |
Approved by: portmgr (bdrewery)
|
|
|
|
| |
- Trim Header where applicable
|
|
|
|
| |
Approved by: makc (mentor)
|
|
|
|
|
|
| |
PR: ports/169576
Submitted by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer)
Approved by: flo (mentor)
|
|
|
|
|
|
| |
PTH option has been removed (unsupported upstream)
Submitted by: Jason E. Hale (maintianer) via kde-freebsd maillist
|
|
|
|
|
|
|
| |
- Move LICENSE earlier
PR: ports/159076
Submitted by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the authors intended by adding:
USE_AUTOTOOLS= libtool
USE_GNOME= ltverhack
to security/libassuan/Makefile.
Update the libassuan shared library version number and/or bump
PORTREVISION in the dependent ports.
Requested by: ale
Feature safe: yes
|
|
|
|
|
|
|
|
|
| |
* Input and output notification handler can now really access the
parsed fd as stated in the manual.
* Cleaned up the logging.
Bump PORTREVISION and libassuan version number in related ports
|
|
|
|
|
| |
Requested by: kwm
Pointyhat to: glarkin
|
| |
|
|
|
|
|
| |
PR: ports/148888
Submitted by: Jason E. Hale (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- No shlib bump.
- This version works with libassuan 2.x and is needed to fix the build of
security/gpa due to dependency conflicts.
- Add LICENSE
PR: ports/148061
- Fix the build of security/gpa with libassuan 2.x
- Patch for server.c taken from gpa svn.
- Add LICENSE while here.
PR: ports/148062
Submitted by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer)
Feature safe: yes
|
|
|
|
|
|
|
| |
PR: ports/141168
Submitted by: garga
Reworked by: maintainer
Approved by: maintainer
|
|
|
|
|
| |
PR: 140058
Submitted by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr
|
|
|
|
|
| |
PR: ports/135911
Submitted by: Jason E. Hale <bsdkaffee@gmail.com>
|
|
|
|
|
| |
PR: ports/131108
Submitted by: Jason E. Hale <bsdkaffee@gmail.com>
|
| |
|
|
|
|
|
|
| |
to email.
Hat: portmgr
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
|
|
|
|
| |
No cookie for: lofi
|
|
|
|
|
| |
port. Mind though that you will still need the gpgsm executable if your
application does S/MIME through gpgme.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run
|
|
|
|
| |
Spotted by: sat
|
| |
|
| |
|
|
|
|
| |
Security: http://lists.gnupg.org/pipermail/gnupg-announce/2007q1/000251.html
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
come-back-anyway" dept.:
Fix build WITH_PTH on 6.x
Reported by: Volodymyr Kostyrko <arcade@synergetica.dn.ua>
|
| |
|
|
|
|
|
|
|
|
| |
depending on $PREFIX/bin/gpg for security/gnupg1 (1.4.x) is not
correct. To work around this, change dependency line from bin/gpg
to bin/gpgv which exists in security/gnupg1 port only.
Spotted by: ume
|
|
|
|
|
| |
gnupg-developers to include freebsd-fixes in what is now the all new and
shiny gnupg 2.0. Thanks to everyone who contributed.
|
|
|
|
|
|
| |
to security/gnupg1.
Thanks to: dougb, lofi
|
|
|
|
|
|
|
|
|
| |
- Add explicit version to libgpg-error dependency where missing [2]
- Bump PORTREVISION [1]
Approved by: maintainers (arved, lofi, novel,
ports at mcdermottroe dot com) [1]
Suggested by: novel, lofi [2]
|
| |
|
| |
|
| |
|
|
|
|
| |
Approved by: portmgr (kris)
|
|
|
|
| |
Approved by: krion@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
|
| |
|
|
|
|
|
| |
Reported by: Ion-Mihai Tetcu <itetcu@people.tecnik93.com>
Approved by: portmgr (clement)
|
| |
|
|
|
|
| |
after 5.4-RELEASE.
|
|
|
|
| |
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
gpgme-0.3.x coexists
(Note : CONFLICTS will be remove after gpgme03 commit)
Approved by: lofi
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
fix build on 4.x, bump PORTREVISION, take maintainership.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
|
|
|
|
| |
(Part 1)
|
|
|
|
|
| |
PR: ports/60711
Submitted by: ijliao
|
|
|
|
|
|
|
|
| |
o Bump PORTREVISION
PR: 52459
Submitted by: Michael Nottebrock <michaelnottebrock@gmx.net>
Approved by: maintainer
|
|
|
|
|
|
|
|
| |
Conditional depend on newpg
PR: 51574
Submitted by: TERAMOTO Masahiro <markun@onohara.to>
Michael Nottebrock <michaelnottebrock@gmx.net>
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
PR: 46836
Submitted by: Miguel Mendez <flynn@energyhq.homeip.net> &
Michael Nottebrock <michaelnottebrock@gmx.net>
Reviewed by: Oliver Lehmann <lehmann@ans-netz.de>
Approved by: TERAMOTO Masahiro <markun@onohara.to> (maintainer)
|
|
|
|
|
|
| |
PR: 46566
Submitted by: Simon 'corecode' Schubert <corecode@corecode.ath.cx>
Approved by: TERAMOTO Masahiro <markun@onohara.to> (maintainer)
|
|
|
|
|
| |
PR: ports/46111
Submitted by: TERAMOTO Masahiro <TERAMOTO@nanase.comm.eng.osaka-u.ac.jp>
|
|
|
|
|
| |
PR: 43624
Submitted by: maintainer
|
|
|
|
|
|
| |
PR: 42212
Submitted by: Sergei Kolobov <sergei@kolobov.com>
Approved by: maintainer
|
| |
|
|
|
|
|
| |
PR: 38369
Submitted by: maintainer
|
|
|
|
|
| |
PR: 34164
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update the URL in the package description.
- The author hacks a LIBTOOL path into their Makefiles that doesn't work
under the ports system. Make it work by a small patch to aclocal.m4
(which requires the addition of USE_AUTOCONF) and passing in the port
system's value of LIBTOOL (using a different variable name since they
already use LIBTOOL themselves). This was simpler than patching all
their Makefiles.
PR: ports/30999
Submitted by: Dave Chapeskie <bsdport@ddm.wox.org>
Approved by: MAINTAINER
|
| |
|
|
A library to make access to GnuPG easier
PR: 28196
Submitted by: TERAMOTO Masahiro <teramoto@comm.eng.osaka-u.ac.jp>
|