Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
20 Dec 2017 14:21:58
1.4.9_2
 |
bapt  |
Use swig 3.0 for perl bindings |
01 Apr 2016 14:25:18
1.4.9_2
 |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
18 Dec 2015 01:23:52
1.4.9_2
 |
bapt  |
Fix URL |
17 Dec 2015 18:46:14
1.4.9_2
 |
amdmi3  |
- Fix build when CC contains slashes
Approved by: portmgr blanket |
14 May 2015 10:15:09
1.4.9_2
 |
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 |
09 May 2015 01:12:51
1.4.9_2
 |
amdmi3  |
- Don't install static libraries with INSTALL_LIB (part 2/2)
Approved by: portmgr blanket
MFH: 2015Q2 |
10 Dec 2014 14:04:24
1.4.9_1
 |
feld  |
Update "BSD" license in security category |
26 Nov 2014 13:08:38
1.4.9_1
 |
mat  |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
13 Nov 2014 09:02:57
1.4.9
 |
antoine  |
Cleanup plist |
25 Jun 2014 05:35:32
1.4.9
 |
bapt  |
Convert GMAKE to MAKE_CMD
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 |
05 May 2014 09:45:37
1.4.9
 |
bapt  |
Convert all :U to :tu and :L to :tl
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)
bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore
Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier
With hat: portmgr |
30 Apr 2014 23:17:33
1.4.9
 |
adamw  |
STAGE. Use OPTIONS helpers and a .for loop to shorten
Makefile by 33%. Use DO_MAKE_BUILD instead of custom
and inconsistent gmake invocations. |
21 Jan 2014 23:40:23
1.4.9
 |
bapt  |
Fix properties on pkg-plist |
20 Sep 2013 22:55:26
1.4.9
 |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
16 Sep 2013 16:58:42
1.4.9
 |
bapt  |
Convert to new perl framework
Convert USE_GMAKE to USES=gmake |
28 Jun 2013 20:55:59
1.4.9
 |
lippe  |
The axTLS project is an SSL client/server library using the TLSv1
protocol. It is designed to be small and fast, and is suited to
embedded projects. A web server is included.
WWW: http://http://axtls.sourceforge.net/
PR: ports/177790
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> |