| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
- Remove unused patches
PR: 192665 [1]
Submitted by: johan@stromnet.se [1]
Notes:
svn path=/head/; revision=364947
|
|
|
|
|
|
|
|
|
|
|
|
| |
(examples/CMakeLists.txt also contains an error (include should be
include_directories on line 5) [1])
- Remove DOCS option
- Fix PYTHON option when it is disabled
Reported by: Mike Harding <mvharding@gmail.com> [1]
Notes:
svn path=/head/; revision=364645
|
|
|
|
|
|
|
|
|
| |
- Switch to cmake
- Use option helpers
- Provide python module compiled with optimisations
Notes:
svn path=/head/; revision=364599
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
comms/linrad
comms/lirc
devel/urjtag
devel/openocd
sysutils/lcdproc
sysutils/flashrom
devel/xc3sprog is already bumped via PR 188055
Notes:
svn path=/head/; revision=363878
|
|
|
|
| |
Notes:
svn path=/head/; revision=363870
|
|
|
|
| |
Notes:
svn path=/head/; revision=363862
|
|
|
|
|
|
|
|
|
|
| |
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.
CR: D196
Approved by: portmgr (bapt)
Notes:
svn path=/head/; revision=357277
|
|
|
|
|
|
|
| |
While here convert some LIB_DEPENDS
Notes:
svn path=/head/; revision=343214
|
|
|
|
|
|
|
| |
- Use new LIB_DEPENDS syntax
Notes:
svn path=/head/; revision=331224
|
|
|
|
|
|
|
| |
devel part 3)
Notes:
svn path=/head/; revision=327724
|
|
|
|
|
|
|
|
|
|
| |
While here:
USE_GMAKE->USES=gmake
USE_GNOME=gnomehack->USES=pathfix
USE_PERL5*->USES=perl5
Notes:
svn path=/head/; revision=325945
|
|
|
|
|
|
|
|
| |
PR: 170241
Submitted by: Craig Leres <leres@ee.lbl.gov>
Notes:
svn path=/head/; revision=321292
|
|
|
|
| |
Notes:
svn path=/head/; revision=317460
|
|
|
|
| |
Notes:
svn path=/head/; revision=317407
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add option for Python bindings.
PR: 170537 [1]
170241 [2]
Submitted by: Michael Zoon <zoon01@nas4free.org> [1]
Craig Leres <leres@ee.lbl.gov> [2]
Approved by: maintainer timeout (~9 months)
Notes:
svn path=/head/; revision=317406
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
from these ports.
Other changes:
- convert Makefile header
- convert to optionsNG
- remove indefinite article from comment
- drop support for FreeBSD < 8.0
- pet portlint (leave library ABI versions in LIB_DEPENDS)
- net-mgmt/spectools: change option name from GTK to GTK2 to use default
description from bsd.options.desc.mk
Approved by: portmgr (bapt)
Notes:
svn path=/head/; revision=316831
|
|
|
|
|
|
|
|
|
| |
PR: ports/176016
Submitted by: Chris Dukes <chris.dukes.aix@gmail.com>
Approved by: maintainer timeout
Notes:
svn path=/head/; revision=313422
|
|
|
|
|
|
|
|
|
| |
PR: ports/170241 (partial - upgrade to new version not done)
Submitted by: Craig Leres
Approved by: maintainer timeout
Notes:
svn path=/head/; revision=304091
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
Notes:
svn path=/head/; revision=282282
|
|
|
|
|
|
|
|
|
| |
PR: ports/157183
Submitted by: Remko C <sirdice@gmail.com>
Approved by: maintainer timeout, bapt (mentor)
Notes:
svn path=/head/; revision=275440
|
|
|
|
|
|
|
|
| |
PR: ports/155121
Submitted by: maintainer
Notes:
svn path=/head/; revision=270348
|
|
|
|
| |
Notes:
svn path=/head/; revision=265663
|
|
|
|
| |
Notes:
svn path=/head/; revision=263089
|
|
|
|
| |
Notes:
svn path=/head/; revision=262460
|
|
|
|
|
|
|
|
| |
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs
Notes:
svn path=/head/; revision=261230
|
|
|
|
|
|
|
|
| |
PR: ports/143556
Submitted by: Olexandr Davydenko <o.davydenko@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=249507
|
|
|
|
| |
Notes:
svn path=/head/; revision=239939
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
-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
|
|
|
|
|
|
|
|
|
| |
version on usb.h doesn't include stdlib.h like libusb does, it fails
to find prototypes for realloc function which leads to incorrect
storage types used and memory corruption as a consequence.
Notes:
svn path=/head/; revision=233227
|
|
|
|
|
|
|
|
|
|
|
| |
- Mark sane-backends broken on current due to changes
in USB stack.
Reviewed by: thompsa (old version), miwi
Tested by: miwi
Notes:
svn path=/head/; revision=229765
|
|
|
|
|
|
|
|
|
| |
PR: 129636
Submitted by: Wen Heping <wenheping@gmail.com>
Approved by: maintainer
Notes:
svn path=/head/; revision=225723
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
PR: ports/115472
Submitted by: John E. Hein <jhein@timing.com>
Approved by: stas (mentor), Alexandr Davidenko <o.davydenko@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=199775
|
|
|
|
| |
Notes:
svn path=/head/; revision=183519
|
|
|
|
|
|
|
| |
Submitted by: maintainer
Notes:
svn path=/head/; revision=169216
|
|
FT232BM and FT245BM type chips including the popular bitbang mode.
Note: When you get a -5 error "can't claim usb device" during
ftdi_usb_open(), make sure the kernel ftdi_sio driver is unloaded.
WWW: http://www.intra2net.com/de/produkte/opensource/ftdi/
PR: ports/100982
Submitted by: Olexandr Davydenko <o.davydenko at gmail.com>
Notes:
svn path=/head/; revision=169078
|