non port: www/cocoon/Makefile |
Number of commits found: 30 |
Thursday, 9 Feb 2017
|
17:45 marino
www/cocoon: Deprecated, mark for removal 30 APR 2017
The maintainer abandoned cocoon 9 years (March 2008). The upstream
project is still active with the latest stable release 2.2.0 release in
October 2014. This old version 2.1.11 is not even available in the 2.1
folder of http://www.apache.org/dist/cocoon/ anymore as it is also from
2008.
I spent a few minutes trying to update the port to the latest version,
but it became apparently very quickly that the makefile needs a complete
overhaul and the build approach has changed. The amount of work needed
on this port exceeds what is reasonable for a non-maintained port IMO.
This is one of the few ports that will not build on openjdk 7 or later;
I was initially trying upgrade to allow openjdk 8 to build it.
This port is completely saveable, but it requires a maintainer IMO, so
set the expiration date about 3 months out to give a chance for someone
to volunteer to bring this up to the latest release.
 |
Monday, 17 Aug 2015
|
14:20 mat
Remove UNIQUENAME and LATEST_LINK.
UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.
Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.
Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)
Reviewed by: antoine, bapt
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3336
 |
Tuesday, 23 Jun 2015
|
14:08 amdmi3
- Add NO_ARCH
- Drop @dirrm* from plist
 |
Thursday, 14 May 2015
|
10:15 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
 |
Saturday, 28 Mar 2015
|
12:18 sunpoet
- Add CPE information
PR: 198961
Submitted by: shun <shun.fbsd.pr@dropcut.net>
 |
Saturday, 3 Jan 2015
|
08:41 mva
- Convert USE_PYTHON to new USES in www/
With hat: python@
 |
Thursday, 5 Jun 2014
|
22:07 antoine
Adjust PLIST_SUB to not bug check-plist
 |
Wednesday, 4 Jun 2014
|
22:10 jkim
- Do not build with JDK7 and later. This port uses deprecated JPEG classes.
- Support staging.
Reported by: exp-run (PR190511)
 |
Monday, 13 Jan 2014
|
21:00 rene
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat)
 |
Friday, 20 Sep 2013
|
23:36 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
 |
Thursday, 6 Jun 2013
|
22:24 bapt
Convert to new options framework
 |
Monday, 10 Dec 2012
|
13:43 bapt
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION= 1.5+ (part3)
 |
Monday, 20 Aug 2012
|
07:55 dougb
Fix post r302141: The files in USE_RC_SUBR are already included in SUB_FILES
I caught most of these, but missed this one, apologies
 |
Sunday, 5 Aug 2012
|
23:19 dougb
Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op
 |
Thursday, 21 Jul 2011
|
05:03 linimon
Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,
remove support for them from bsd.java.mk. As Jikes is not available in Java 1.5
or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports
which used it (only occurences were USE_JIKES=no). Support for the Blackdown VM
is also removed, as it is not available in Java 1.5 and higher.
Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect
old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5.
While here, replace static values of JAVA_VERSION in files/*.in by
%%JAVA_VERSION%% .
PR: ports/158969
Submitted by: rene
Tested on: pointyhat-west -exp
 |
Saturday, 27 Mar 2010
|
05:21 dougb
For those ports that have been fully adapted to USE_RC_SUBR remove the
old RC_SCRIPTS_SUB as it has not been needed for a long time.
For those that have not yet been updated, remove RC_SUBR=${RC_SUBR}
from the list.
 |
Friday, 6 Jun 2008
|
14:07 edwin
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
 |
Wednesday, 9 Apr 2008
|
09:36 clsung
- Update to 2.1.11
PR: ports/122592
Submitted by: Wen heping <wenheping_AT_gmail dot com>
 |
Thursday, 27 Mar 2008
|
02:22 beech
- Fix single-quotes in OPTIONS
- Reset maintainer (per maintainer request)
PR: ports/122108
Submitted by: Dima Panov <fluffy@fluffy.khv.ru>
Approved by: Jean-Baptiste Quenot <jbq@caraldi.com> (maintainer)
 |
Saturday, 19 May 2007
|
20:32 flz
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
 |
Tuesday, 23 Jan 2007
|
10:21 sat
- Update to 2.1.10
PR: ports/108195
Submitted by: Jean-Baptiste Quenot <jbq@caraldi.com> (maintainer)
 |
Sunday, 14 May 2006
|
22:06 hq
Fix packing list
PR: 97023
Submitted by: maintainer
Reported by: pointyhat
 |
Friday, 5 May 2006
|
16:35 hq
- Update to 2.1.9
- Use USE_RC_SUBR
- Use SUB_FILES
- Remove USE_REINPLACE
PR: 95627
Submitted by: maintainer
 |
Monday, 21 Nov 2005
|
15:30 hq
Update to 2.1.8
PR: 89371
Submitted by: maintainer
 |
Thursday, 28 Jul 2005
|
07:28 vs
- Correctly USE_RC_SUBR
- Fix build-issue on 4.x
Submitted by: maintainer
 |
Saturday, 2 Apr 2005
|
22:14 hq
Update to 2.1.7
PR: 79197
Submitted by: maintainer
 |
Saturday, 20 Nov 2004
|
16:53 hq
- Update to 2.1.6
- Use CPIO and INSTALL_SCRIPT
- When ant build fails, return non-null error code in build.sh
- Added WITH_SAMPLES and WITH_SOURCES options
PR: 74139
Submitted by: Jean-Baptiste Quenot <jb.quenot@caraldi.com>
 |
Tuesday, 2 Nov 2004
|
21:52 hq
- Fix block dependencies issue [1]
- Use MASTER_SITE_SUBDIR
PR: 73427 [1]
Submitted by: maintainer [1]
 |
Monday, 9 Aug 2004
|
14:19 vs
* Handle recursive dependencies when dealing with blocks selected by the user.
* Handle deprecated blocks.
* Select all non-deprecated blocks by default.
PR: ports/69944
Submitted by: Jean-Baptiste Quenot (maintainer)
 |
Thursday, 22 Jul 2004
|
06:55 vs
Move textproc/cocoon to more appropriate category www
PR: ports/69358
Submitted by: Jean-Baptiste Quenot (maintainer)
 |
Number of commits found: 30 |