Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
10 Nov 2018 18:12:58
3.2.1_3
 |
bapt  |
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816 |
15 Jan 2018 07:40:42
3.2.1_2
 |
antoine  |
Replace deprecated mnemonics which were dropped in clang 6
PR: 224669
Submitted by: dim
Reported by: pkg-fallout
With hat: portmgr |
18 Dec 2017 17:48:43
3.2.1_2
 |
dim  |
Apply upstream change from libffi to check for HAVE_AS_X86_PCREL for all
x86 targets. This should eliminate any text relocations, in particular
for the i386 build, making it possible to build the port with lld
without having to use -z notext.
Obtained from: https://github.com/libffi/libffi/pull/174
Approved by: zeising (maintainer)
PR: 214864
MFH: 2017Q4 |
18 Nov 2017 21:27:47
3.2.1_1
 |
zeising  |
Add support for powerpcspe.
Submitted by: jhibbits
Differential Revision: D13129 |
22 Aug 2017 21:14:10
3.2.1_1
 |
antoine  |
- Remove nonsense TESTS option
- Use the framework for regression tests
With hat: portmgr |
01 Apr 2016 14:00:57
3.2.1
 |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
14 May 2015 10:15:09
3.2.1
 |
mat  |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
05 Jan 2015 11:50:23
3.2.1
 |
sbruno  |
Update libffi to 3.2.1
- Add LICENSE_FILE
- Use OPTIONS helpers
- Backport: Fix for testsuite using clang [1]
- Backport: Fix build with Clang 3.5 on ARM [2]
PR: 196408
Submitted by: koobs
Approved by: mentor (implicit)
Relnotes: yes |
29 Oct 2014 15:31:00
3.0.13_3
 |
sbruno  |
Add support for mips/mips64 targets.
Unblocks 7k ports building for these targets.
PR: 191909
Submitted by: sson
Reviewed by: bapt (mentor) |
27 Oct 2014 10:40:08
3.0.13_2
 |
bapt  |
Cleanup plist |
01 Sep 2014 19:56:07
3.0.13_2
 |
tijl  |
- Add USES=libtool
- Use MAKE_CMD |
29 Dec 2013 14:58:31
3.0.13_1
 |
tijl  |
Remove pkgconfig dependency. The port only installs a .pc file. |
21 Dec 2013 05:22:05
3.0.13_1
 |
koobs  |
devel/libffi: Fix abort() on ARM related to __clear_cache()
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) |
20 Sep 2013 17:13:47
3.0.13
 |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
23 Apr 2013 10:13:20
3.0.13
 |
bapt  |
Convert devel to USES=pkgconfig |
21 Mar 2013 12:01:29
3.0.13
 |
zeising  |
Update to 3.0.13 |
19 Mar 2013 13:04:31
3.0.12
 |
eadler  |
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
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) |
08 Mar 2013 12:59:10
3.0.12
 |
zeising  |
Grab |
03 Mar 2013 10:27:00
3.0.12
 |
koobs  |
- Update to 3.0.12
- 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 |
03 Feb 2013 18:20:39
3.0.11
 |
rakuco  |
Fix the build on PowerPC.
andreast@ said he will upstream his patch ASAP.
PR: ports/175781
Submitted by: andreast |
29 Jan 2013 01:18:45
3.0.11
 |
jkim  |
- Use SOURCEWARE master sites.
- Use make for regression test.
- Tidy up and make portlint happy. |
29 Jan 2013 00:35:33
3.0.11
 |
jkim  |
- Update devel/libffi to 3.0.11.
- Reset maintainership for libffi. See ports/164941.
PR: ports/171768
Submitted by: Takefu <takefu@airport.fm> |
09 Nov 2011 15:26:04
3.0.9
|
miwi  |
- Remove WITH_FBSD10_FIX, is no longer needed |
28 Oct 2011 17:18:37
3.0.9
|
miwi  |
- Fix build on FreeBSD 10 |
11 Aug 2011 19:20:17
3.0.9  |
kwm  |
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> |
03 Jul 2011 14:59:23
3.0.9
|
ohauer  |
-remove MD5 |
14 Dec 2010 19:33:15
3.0.9
|
kwm  |
$CFLAGS are redundant for compiling .s files.
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 |
18 Jul 2010 21:43:19
3.0.9
|
makc  |
Fix build on powerpc64
PR: ports/147565
Submitted by: Andreas Tobler <andreast at fgznet.ch>
Approved by: Bjoern Koenig (maintainer) |
05 Jan 2010 01:35:55
3.0.9
|
pgollucci  |
- Update to 3.0.9
PR: ports/142237
Submitted by: Björn König <bkoenig@alpha-tierchen.de> |
15 Jan 2009 19:33:27
3.0.8
|
amdmi3  |
- Update to 3.0.8.
PR: 130591
Submitted by: Björn König <bkoenig at alpha-tierchen dot de>
(maintainer) |
14 Nov 2008 08:36:46
3.0.7
|
daichi  |
- Update to 3.0.7
o Fix for FreeBSD/ppc (Thanks to Andreas Tobler)
PR: ports/128863
Submitted by: bkoenig@alpha-tierchen.de (maintainer) |
22 Oct 2008 07:31:06
3.0.6
|
stefan  |
- Update to 3.0.6.
- Add symlinks for include files in ${PREFIX}/include.
PR: 127552
Submitted by: Gea-Suan Lin <gslin@gslin.org>
Patch by: maintainer |
04 Apr 2008 13:09:46
3.0.4
|
pav  |
- Add dependency on pkg-config |
04 Apr 2008 12:59:12
3.0.4
|
pav  |
- Update to 3.0.4
PR: ports/122398
Submitted by: Bjoern Koenig <bkoenig@alpha-tierchen.de> (maintainer) |
21 Feb 2008 09:07:17
3.0.1
|
beech  |
- Update to 3.0.1
- Pass maintainership to submitter
PR: ports/120736
Submitted by: Bjorn Konig <bkoenig@alpha-tierchen.de>
Approved by: Horance Chou <horance@freera.net> (maintainer) |
27 Jan 2007 19:32:49
1.20_1
|
kris  |
Correct legacy a.out packing list format |
23 Feb 2006 10:40:45
1.20_1
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
22 Jan 2006 08:30:12
1.20
|
edwin  |
SHA256ify
Approved by: krion@ |
15 Nov 2005 06:52:12
1.20
|
ade  |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
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. |
02 Apr 2005 19:37:31
1.20
|
thierry  |
- register conflict with lang/gcc3* ;
- change maintainer's address.
PR: ports/79294
Submitted by: Horance Chou (maintainer) |
09 Jul 2004 17:43:11
1.20
|
marcus  |
Apply a big libtool patch to allow porters to use the libtool installed by
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 |
31 Mar 2004 03:12:58
1.20
|
trevor  |
SIZEify (maintainer timeout) |
14 Mar 2004 06:17:56
1.20
|
ade  |
Whoa there, boy, that's a mighty big commit y'all have there...
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. |
05 Mar 2004 08:36:14
1.20
|
kris  |
BROKEN: Configure fails on !i386 and !alpha |
21 Feb 2003 11:23:04
1.20
|
knu  |
De-pkg-comment. |
24 Oct 2002 07:20:47
1.20
|
kevlo  |
Update MASTER_SITES and add WWW.
PR: 44427
Submitted by: MAINTAINER |
08 Oct 2000 02:10:04

|
asami  |
Convert category devel to new layout. |
01 Oct 2000 09:10:50

|
reg  |
Remove an unneeded libtool patch. |
16 Jun 2000 22:52:41

|
asami  |
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the previous
commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) |
16 Jun 2000 09:48:25

|
sobomax  |
Fourth round of INSTALLS_SHLIBS conversion. |