| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
Unblocks 7k ports building for these targets.
PR: 191909
Submitted by: sson
Reviewed by: bapt (mentor)
Notes:
svn path=/head/; revision=371681
|
|
|
|
| |
Notes:
svn path=/head/; revision=371546
|
|
|
|
|
|
|
| |
- Use MAKE_CMD
Notes:
svn path=/head/; revision=366947
|
|
|
|
| |
Notes:
svn path=/head/; revision=338001
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The current FreeBSD/ARM __clear_cache() implementation does nothing #if
__i386__ || __x86_64__ #else abort();
cognet@ advises this is an issue for anything !Apple that is using the
libcompiler_rt provided by Clang on ARM, and requires upstreaming.
Additionally, two Python ports (python26 and python31) use devel/libffi for
unrelated reasons, so this addresses the related PR for those ports too [2].
- Enable STAGE support
- Remove MAN* entries and update pkg-plist accordingly
- Add LICENSE
- Sort USE/USES section
- Use install-strip as the INSTALL_TARGET
PR: ports/149167
PR: ports/184517 [2]
Approved by: maintainer timeout (2 weeks)
Notes:
svn path=/head/; revision=337118
|
|
|
|
|
|
|
| |
devel part 3)
Notes:
svn path=/head/; revision=327724
|
|
|
|
| |
Notes:
svn path=/head/; revision=316333
|
|
|
|
| |
Notes:
svn path=/head/; revision=314838
|
|
|
|
|
|
|
|
|
|
|
|
| |
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.
PR: ports/177081
Reviewed by: bapt
Approved by: portmgr (miwi)
Notes:
svn path=/head/; revision=314640
|
|
|
|
| |
Notes:
svn path=/head/; revision=313643
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove patches that were included upstream
- Rename TEST option to TESTS
- Add TEST_DEPENDS & regression-test: target
- Remove post-build: so tests dont run unconditionally
Approved by: eadler
Discussed with: kwm, milki, flo, pgj
Notes:
svn path=/head/; revision=313337
|
|
|
|
|
|
|
|
|
|
| |
andreast@ said he will upstream his patch ASAP.
PR: ports/175781
Submitted by: andreast
Notes:
svn path=/head/; revision=311477
|
|
|
|
|
|
|
|
| |
- Use make for regression test.
- Tidy up and make portlint happy.
Notes:
svn path=/head/; revision=311144
|
|
|
|
|
|
|
|
|
|
| |
- Reset maintainership for libffi. See ports/164941.
PR: ports/171768
Submitted by: Takefu <takefu@airport.fm>
Notes:
svn path=/head/; revision=311141
|
|
|
|
| |
Notes:
svn path=/head/; revision=285379
|
|
|
|
| |
Notes:
svn path=/head/; revision=284549
|
|
|
|
|
|
|
|
|
|
| |
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Notes:
svn path=/head/; revision=279506
|
|
|
|
| |
Notes:
svn path=/head/; revision=276999
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
GCC stays quiet, but Clang gives a warning of unused arguments.
The configure check greps for warning, so the check fails.
Remove $CFLAGS to clang doesn't emit the warnings.
PR: ports/152480
Submitted by: me
Patch by: dim@
Approved by: maintainer
Notes:
svn path=/head/; revision=266303
|
|
|
|
|
|
|
|
|
| |
PR: ports/147565
Submitted by: Andreas Tobler <andreast at fgznet.ch>
Approved by: Bjoern Koenig (maintainer)
Notes:
svn path=/head/; revision=257936
|
|
|
|
|
|
|
|
| |
PR: ports/142237
Submitted by: Björn König <bkoenig@alpha-tierchen.de>
Notes:
svn path=/head/; revision=247184
|
|
|
|
|
|
|
|
| |
PR: 130591
Submitted by: Björn König <bkoenig at alpha-tierchen dot de> (maintainer)
Notes:
svn path=/head/; revision=226183
|
|
|
|
|
|
|
|
|
|
| |
o Fix for FreeBSD/ppc (Thanks to Andreas Tobler)
PR: ports/128863
Submitted by: bkoenig@alpha-tierchen.de (maintainer)
Notes:
svn path=/head/; revision=222824
|
|
|
|
|
|
|
|
|
|
|
| |
- Add symlinks for include files in ${PREFIX}/include.
PR: 127552
Submitted by: Gea-Suan Lin <gslin@gslin.org>
Patch by: maintainer
Notes:
svn path=/head/; revision=221897
|
|
|
|
| |
Notes:
svn path=/head/; revision=210498
|
|
|
|
|
|
|
|
| |
PR: ports/122398
Submitted by: Bjoern Koenig <bkoenig@alpha-tierchen.de> (maintainer)
Notes:
svn path=/head/; revision=210496
|
|
|
|
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
PR: ports/120736
Submitted by: Bjorn Konig <bkoenig@alpha-tierchen.de>
Approved by: Horance Chou <horance@freera.net> (maintainer)
Notes:
svn path=/head/; revision=207691
|
|
|
|
| |
Notes:
svn path=/head/; revision=183428
|
|
|
|
|
|
|
| |
Approved by: portmgr (kris)
Notes:
svn path=/head/; revision=156749
|
|
|
|
|
|
|
| |
Approved by: krion@
Notes:
svn path=/head/; revision=154141
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
- change maintainer's address.
PR: ports/79294
Submitted by: Horance Chou (maintainer)
Notes:
svn path=/head/; revision=132246
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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=105747
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=102986
|
|
|
|
| |
Notes:
svn path=/head/; revision=76032
|
|
|
|
|
|
|
|
| |
PR: 44427
Submitted by: MAINTAINER
Notes:
svn path=/head/; revision=68710
|
|
|
|
|
|
|
|
|
|
|
|
| |
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
Line up the rhs of variable assignments nicely. Remove a couple of extra
whitespaces while I'm here.
Suggested by: sobomax
Notes:
svn path=/head/; revision=29651
|
|
|
|
| |
Notes:
svn path=/head/; revision=29630
|
|
|
|
| |
Notes:
svn path=/head/; revision=27452
|
|
|
|
|
|
|
|
| |
PR: 15039
Submitted by: maintainer
Notes:
svn path=/head/; revision=23353
|
|
|
|
| |
Notes:
svn path=/head/; revision=20947
|
|
|
|
|
|
|
|
| |
permitted. Note that, given current numeric motif of PW, this is done
in four equally-sized commits of 393 files each.
Notes:
svn path=/head/; revision=19799
|
|
|
|
|
|
|
| |
the .la file.
Notes:
svn path=/head/; revision=19217
|
|
|
|
| |
Notes:
svn path=/head/; revision=19136
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
${MACHINE_ARCH}--freebsd${OSREL} is now passed to CONFIGURE_ARGS if
GNU_CONFIGURE is defined. Take the target out of CONFIGURE_ARGS of
some ports that added it explicitly; define it as
${MACHINE_ARCH}--freebsd if the port doesn't like the ${OSREL} part;
define it as something else (such as ${MACHINE_ARCH}--freebsdelf if
the port requires that; define it as an empty string if the port
doesn't like it at all.
The last might be a sign that a GNU_CONFIGURE port actually doesn't
use GNU's version of configure at all; but I don't have time to go
look at them all, we'll fix them as time goes on.
At least we've got much fewer "-unknown-"s in the tree as the result. :)
Notes:
svn path=/head/; revision=17053
|
|
|
|
|
|
|
| |
and remove patches.aout, we dont need it anymore.
Notes:
svn path=/head/; revision=16494
|
|
|
|
|
|
|
| |
Submitted by: maintainer.
Notes:
svn path=/head/; revision=14564
|
|
|
|
|
|
|
| |
Submitted by: maintainer.
Notes:
svn path=/head/; revision=14168
|