Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
28 May 2019 06:38:48
0.93.20060808_3

|
tobik  |
archivers/fastjar: Spell USES_PERL5 correctly
Remove bogus Perl run dependency. |
10 Nov 2018 18:12:58
0.93.20060808_2

|
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 |
11 Mar 2018 11:20:43
0.93.20060808_1

|
rene  |
Return maho@'s ports to the pool after his commit bit expired.
With hat: portmgr |
13 Feb 2017 16:52:44
0.93.20060808_1

|
tijl  |
Remove -fPIC and fix the real problem where end_of_entries is sometimes
declared as unsigned int and sometimes as off_t which have a different
size and alignment. |
09 Feb 2017 18:53:12
0.93.20060808

|
linimon  |
Add -fPIC to various ports to enable them to build on armv6.
Approved by: portmgr (tier-2 blanket) |
14 May 2015 10:15:09
0.93.20060808

|
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 |
26 Jun 2014 08:41:34
0.93.20060808

|
antoine  |
Allow to build with texinfo from ports
With hat: portmgr |
01 Jun 2014 07:59:15
0.93.20060808

|
ohauer  |
- fix sanity in CAT archivers
- USE_BZIP2 -> USES=tar:bzip2
- LICENSE=BSD -> BSD[n]CLAUSE |
04 Jan 2014 18:42:50
0.93.20060808

|
bapt  |
Support stage |
20 Sep 2013 13:11:21
0.93.20060808

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
archivers) |
30 Aug 2013 01:02:57
0.93.20060808

|
bapt  |
Convert archivers from USE_GMAKE to USES=gmake
While here:
- Trim headers
- Convert some port to the new perl world
- Convert some port from USE_GNOME=pkgconfig to USES=pkgconfig |
21 Dec 2012 07:09:03
0.93.20060808

|
danfe  |
- Trim Makefile header per new bylaws
- Drop indefinite article from COMMENT
- Define LICENSE (GPLv2), install couple of extra docs
- Convert NOPORTDOCS -> PORT_OPTIONS:MDOCS
- Remove pretty obvious pkg-message, sort some knobs
- Reformat port description
Approved by: maintainer (maho) |
18 Mar 2011 17:59:51
0.93.20060808
|
miwi  |
- Get Rid MD5 support
With hat: portmgr (myself) |
20 Mar 2008 09:19:39
0.93.20060808
|
pav  |
- Remove USE_GETOPT_LONG which is a no-op since March 2007 |
02 Sep 2006 04:09:07
0.93.20060808
|
maho  |
* Fix pkg-plist (actually Makefile)
* make portlint happy
Submitted by: kris [1] |
31 Aug 2006 16:13:34
0.93.20060808
|
kris  |
BROKEN: Incomplete pkg-plist
Also add missing USE_GETOPT_LONG to hopefully fix 4.x build apart from
this. |
10 Aug 2006 05:31:36
0.93.20060808
|
maho  |
A build fix via pointyhat.
Submitted by: kris |
09 Aug 2006 00:10:34
0.93.20060808
|
maho  |
* Update to 20060808 cvs checkout of fastjar proect
which was forked from gcc4 (http://savannah.nongnu.org/projects/fastjar/)
(According to http://gcc.gnu.org/java/
April 4, 2006
fastjar has been removed from the GCC source tree and made into a
separate project....)
* FastJar from gcc4 (now at savannah) seems to be the superset
of FastJar 0.93 at sourceforge and this doesn't seem to updated for long time.
According fastjar-0.93/CHANGES
> 0.93 01/11/2001 Integrated GNU gcc patches to mainline fastjar
> codebase. Should compile on more platforms.
> Ignore nutty errors.
* gcc42 will depend on this jar
* take over the maintainer ship until this situation become settle. |
01 Apr 2006 12:29:09
0.93_1
|
edwin  |
Use SUB_FILES |
23 Nov 2005 23:37:45
0.93_1
|
pav  |
- Add SHA256 |
27 May 2005 04:31:55
0.93_1
|
danfe  |
- Improve on port description [1]
- Put space after `WWW:', not tab
Obtained from: NetBSD [1] |
06 Aug 2004 16:24:04
0.93_1
|
arved  |
Fix build with gcc 3.4 |
27 Feb 2004 12:10:37
0.93_1
|
clement  |
- Pacify portlint and use misc macros
- remove pkg-plist (fastjar and stuffit) |
04 Feb 2004 05:21:48
0.93_1
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
27 Jan 2004 20:51:07
0.93
|
trevor  |
Add SIZE. |
26 Oct 2003 21:47:10
0.93
|
kris  |
portlint (fix whitespace) |
21 Oct 2003 09:58:09
0.93
|
osa  |
Cosmetic fix: use %%DOCSDIR%% macro.
No functionally changes.
Submitted by: Oleg Karachevtsev <ok@etrust.ru>
A part of PR: 57992 |
18 Aug 2003 15:25:42
0.93
|
ache  |
Upgrade to 0.93 |
16 Aug 2003 20:04:54
0.90
|
knu  |
Drop maintainership. Feel free to update the port. (fastjar is now
maintained in the gcc repository without being released separately,
though) |
18 Feb 2003 04:17:41
0.90
|
knu  |
De-pkg-comment. |
10 Feb 2001 13:19:57

|
knu  |
Add %%PORTDOCS%%. |
08 Oct 2000 00:02:22

|
asami  |
Convert archivers category to new layout. |
14 Jun 2000 14:21:38

|
sobomax  |
Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE. |