| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
- Remove USE_REINPLACE: no need for s/malloc.h/stdlib.h/ anymore
|
| |
|
|
|
|
| |
Approved by: krion
|
|
|
|
|
| |
PR: 57139
Submitted by: maintainer
|
|
|
|
|
|
|
|
| |
Convert to USE_GETOPT_LONG=yes
Tested on: 4.8-STABLE, 5.0-CURRENT
PR: ports/51093
Submitted by: Sergei Kolobov <sergei@kolobov.com>
|
|
|
|
|
| |
PR: ports/50437
Submitted by: Sergei Kolobov <sergei@kolobov.com>
|
|
|
|
|
| |
PR: 50288
Submitted by: MAINTAINER
|
|
|
|
|
| |
Reported by: kris
Approved by: kris
|
|
|
|
|
|
|
|
| |
- Bumped shlib version to 1
- Conditionalize libgnugetopt dependency
PR: 48702
Submitted by: Sergei Kolobov <sergei@kolobov.com>
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
- Use REINPLACE instead of 3 individual patches
- Allow user to specify their own CPPFLAGS and LDFLAGS
- Remove useless .la files
PR: ports/47522
Submitted by: Sergei Kolobov <sergei@kolobov.com> (maintainer)
|
| |
|
|
XASN.1 structure parser library
PR: ports/45347
Submitted by: Sergei Kolobov <sergei@kolobov.com>
|