| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Reported by: QAT
Notes:
svn path=/head/; revision=258066
|
|
|
|
|
|
|
|
|
| |
- Added explicit minimal version check for libgpg-error dependency.
- Explicitly build static library, since the default changed to "off" with
this upstream version.
Notes:
svn path=/head/; revision=258065
|
|
|
|
| |
Notes:
svn path=/head/; revision=237016
|
|
|
|
| |
Notes:
svn path=/head/; revision=235449
|
|
|
|
|
|
|
|
| |
PR: ports/130332
Submitted by: Hirohisa Yamaguchi <umq at ueo dot co dot jp>
Notes:
svn path=/head/; revision=225753
|
|
|
|
|
|
|
|
|
|
|
| |
- Renamed a patch file with "make makepatch"
PR: ports/127578
Submitted by: Hirohisa Yamaguchi <umq at ueo dot co dot jp>
Approved by: beech (mentor, implicit)
Notes:
svn path=/head/; revision=220781
|
|
|
|
|
|
|
|
|
| |
PR: ports/120635
Submitted by: Hirohisa Yamaguchi <umq at ueo dot co dot jp>
Approved by: beech (mentor, implicit)
Notes:
svn path=/head/; revision=220039
|
|
|
|
|
|
|
|
|
| |
to email.
Hat: portmgr
Notes:
svn path=/head/; revision=220034
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
- Update to 1.0.4
PR: ports/118363, ports/118624
Submitted by: Philip M. Gollucci, Hirohisa Yamaguchi
Notes:
svn path=/head/; revision=204457
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=196111
|
|
|
|
| |
Notes:
svn path=/head/; revision=189074
|
|
|
|
| |
Notes:
svn path=/head/; revision=188799
|
|
|
|
| |
Notes:
svn path=/head/; revision=186897
|
|
|
|
|
|
|
| |
Submitted by: dinoex
Notes:
svn path=/head/; revision=181754
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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]
Notes:
svn path=/head/; revision=173573
|
|
|
|
| |
Notes:
svn path=/head/; revision=172978
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
Notes:
svn path=/head/; revision=161270
|
|
|
|
|
|
|
| |
Approved by: portmgr (kris)
Notes:
svn path=/head/; revision=156749
|
|
|
|
|
|
|
|
| |
- Chase shared library bumps
- Update gnupg-devel to 1.9.20
Notes:
svn path=/head/; revision=151662
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=148323
|
|
|
|
| |
Notes:
svn path=/head/; revision=142537
|
|
|
|
|
|
|
|
|
| |
Update gnupg-devel to 1.9.16.
Update dirmngr to 0.9.2.
Bump PORTREVISION for pinentry (for libksba shared library bump).
Notes:
svn path=/head/; revision=133887
|
|
|
|
|
|
|
| |
after 5.4-RELEASE.
Notes:
svn path=/head/; revision=133116
|
|
|
|
|
|
|
| |
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
Notes:
svn path=/head/; revision=132992
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* made the code try to lock secure memory pool not only when running as
root,
* fixed type usage in Serpent,
* made the code mix the PID into the entropy pool for better protection
after a fork,
* fixed memory leak in RSA.
* fixed alignment problems in Rijndael,
* fixed memory leak in gcry_pk_sign(),
* fixed broken pointer access in gcry_ac_open(),
* updated the documentation,
* fixed several other bugs.
Chase Shared library version and bump PORTREVISION of affected ports.
Notes:
svn path=/head/; revision=126139
|
|
|
|
| |
Notes:
svn path=/head/; revision=123037
|
|
|
|
|
|
|
|
| |
PR: ports/72534
Submitted by: Jose M Rodriguez <josemi@freebsd.jazztel.es>
Notes:
svn path=/head/; revision=118717
|
|
|
|
| |
Notes:
svn path=/head/; revision=115406
|
|
|
|
| |
Notes:
svn path=/head/; revision=115042
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=113296
|
|
|
|
| |
Notes:
svn path=/head/; revision=111545
|
|
|
|
| |
Notes:
svn path=/head/; revision=108375
|
|
|
|
|
|
|
| |
Reported by: bento via kris
Notes:
svn path=/head/; revision=108364
|
|
|
|
| |
Notes:
svn path=/head/; revision=108303
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Retire libgcrypt-devel
Switch back to security/libgcrypt and bump PORTREVISION for
- gnutls
- gnutls-devel
- gsasl
- opencdk
- vpnc
libggz:
- Remove dependency on libgcrypt, because the port does not yet
work with the new libgcrypt
libksba:
- Update to 0.9.5
- Pass maintainership to lofi, who already maintains the other
aegypten ports.
Approved by: lofi
wmbiff:
Switch to security/libgcrypt but no PORTREVISION bump, because the
dependency is optional and the port does not work with the new
libgcrypt and needs to be updated.
No action, because ports don't work with the new libgcrypt and need
to be updated, maintainers informed:
security/newpg
security/pinentry
security/dirmngr
emulators/fuse
emulators/libspectrum
Notes:
svn path=/head/; revision=108267
|
|
|
|
|
|
|
| |
Submitted by: trevor
Notes:
svn path=/head/; revision=104476
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=103963
|
|
|
|
|
|
|
|
| |
PR: 61453
Submitted by: Jason Harris
Notes:
svn path=/head/; revision=98396
|
|
|
|
| |
Notes:
svn path=/head/; revision=98340
|
|
|
|
| |
Notes:
svn path=/head/; revision=86298
|
|
|
|
| |
Notes:
svn path=/head/; revision=85133
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5
* upgrade repo-copied devel/libtool14 to 1.4.3
* break out libltdl into its own separate port
* move to version-numbered binaries/scripts (ie: there is *no* 'libtool'
any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends)
Approved by: portmgr (kris) - for the bsd.port.mk hooks
Tested by: bento 4-exp builds (repeatedly)
Notes:
svn path=/head/; revision=83696
|
|
|
|
|
|
|
| |
Submitted by: foxfair
Notes:
svn path=/head/; revision=83179
|
|
|
|
| |
Notes:
svn path=/head/; revision=76148
|
|
|
|
| |
Notes:
svn path=/head/; revision=75556
|
|
|
|
|
|
|
| |
Submitted by: bento
Notes:
svn path=/head/; revision=74480
|
|
|
|
|
|
|
|
|
|
| |
Add USE_PERL5_BUILD.
That hopefully fixes the problems with autom4te
Reported by: bento (via kris)
Notes:
svn path=/head/; revision=73648
|
|
PR: 43895
Notes:
svn path=/head/; revision=72756
|