| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Release notes: http://www.yacas.org/release_1_5_0/
Notes:
svn path=/head/; revision=414932
|
|
|
|
| |
Notes:
svn path=/head/; revision=412727
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412348
|
|
|
|
| |
Notes:
svn path=/head/; revision=410127
|
|
|
|
|
|
|
| |
Announcement: http://www.yacas.org/release_1_4_0/
Notes:
svn path=/head/; revision=410099
|
|
|
|
|
|
|
|
|
|
|
|
| |
Any strip on any FreeBSD version should be able to handle stripping requested
by libtool
PR: 198611
Reviewed by: emaste
Exp-run: self
Notes:
svn path=/head/; revision=388831
|
|
|
|
|
|
|
|
|
| |
PR: 199244
Submitted by: tkato432@yahoo.com
MFH: 2015Q2
Notes:
svn path=/head/; revision=384228
|
|
|
|
| |
Notes:
svn path=/head/; revision=376237
|
|
|
|
| |
Notes:
svn path=/head/; revision=375124
|
|
|
|
| |
Notes:
svn path=/head/; revision=374551
|
|
|
|
| |
Notes:
svn path=/head/; revision=374492
|
|
|
|
| |
Notes:
svn path=/head/; revision=372555
|
|
|
|
|
|
|
|
|
|
| |
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends
With hat: portmgr
Notes:
svn path=/head/; revision=359185
|
|
|
|
| |
Notes:
svn path=/head/; revision=342453
|
|
|
|
|
|
|
| |
Reported by: marino
Notes:
svn path=/head/; revision=331934
|
|
|
|
|
|
|
| |
- Remove unneeded dependency on perl
Notes:
svn path=/head/; revision=331471
|
|
|
|
|
|
|
| |
math)
Notes:
svn path=/head/; revision=327746
|
|
|
|
|
|
|
| |
Convert USE_GMAKE to USES
Notes:
svn path=/head/; revision=327414
|
|
|
|
|
|
|
| |
Approved by: portmgr (bdrewery)
Notes:
svn path=/head/; revision=324744
|
|
|
|
|
|
|
|
| |
- Take maintainership
- Trim Makefile header
Notes:
svn path=/head/; revision=304904
|
|
|
|
| |
Notes:
svn path=/head/; revision=300215
|
|
|
|
|
|
|
|
| |
PR: 164998
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=291882
|
|
|
|
|
|
|
| |
Reviewed by: nox
Notes:
svn path=/head/; revision=288805
|
|
|
|
| |
Notes:
svn path=/head/; revision=288128
|
|
|
|
|
|
|
|
|
| |
PR: 162823
Submitted by: Ports Fury
Feature safe: yes
Notes:
svn path=/head/; revision=286417
|
|
|
|
| |
Notes:
svn path=/head/; revision=271346
|
|
|
|
| |
Notes:
svn path=/head/; revision=265663
|
|
|
|
|
|
|
| |
- Remove unneeded patches.
Notes:
svn path=/head/; revision=248008
|
|
|
|
|
|
|
| |
bump PORTREVISION
Notes:
svn path=/head/; revision=245074
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
-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
Notes:
svn path=/head/; revision=238781
|
|
|
|
| |
Notes:
svn path=/head/; revision=233833
|
|
|
|
|
|
|
| |
reasonable standard.
Notes:
svn path=/head/; revision=230014
|
|
|
|
| |
Notes:
svn path=/head/; revision=225875
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
Notes:
svn path=/head/; revision=211584
|
|
|
|
|
|
|
| |
Approved by: thierry (mentor)
Notes:
svn path=/head/; revision=210850
|
|
|
|
| |
Notes:
svn path=/head/; revision=200529
|
|
|
|
| |
Notes:
svn path=/head/; revision=194427
|
|
|
|
| |
Notes:
svn path=/head/; revision=183830
|
|
|
|
|
|
|
| |
Approved by: ahze (mentor)
Notes:
svn path=/head/; revision=165799
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Use OPTIONS
- Pass maintainership to submitter
PR: ports/98793
Submitted by: Shaun Amott <shaun@inerd.com>
Approved by: lawrance (mentor, implicit)
Notes:
svn path=/head/; revision=165134
|
|
|
|
| |
Notes:
svn path=/head/; revision=161929
|
|
|
|
|
|
|
| |
- portlint(1)
Notes:
svn path=/head/; revision=161457
|
|
|
|
| |
Notes:
svn path=/head/; revision=149432
|
|
|
|
|
|
|
|
| |
PR: 88193
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Notes:
svn path=/head/; revision=146710
|
|
|
|
|
|
|
|
| |
PR: ports/85387
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=141381
|
|
|
|
|
|
|
| |
Obtained from: thierry
Notes:
svn path=/head/; revision=134513
|
|
|
|
| |
Notes:
svn path=/head/; revision=134498
|
|
|
|
|
|
|
| |
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
|