non port: java/linux-sun-jdk13/Makefile |
SVNWeb
|
Number of commits found: 34 |
Thu, 21 Jul 2011
|
[ 08:39 rene ] (Only the first 10 of 46 ports in this commit are shown above. )
Remove expired ports:
2011-07-12 java/jdk13: ancient version of Java
2011-07-12 java/linux-sun-jdk13: ancient version of Java
|
Mon, 13 Jun 2011
|
[ 05:05 glewis ]
. Mark all 1.3 associated Java ports for removal in a month. These are
ancient and no doubt full of vulnerabilities. There are no dependencies
on them.
|
Thu, 19 Mar 2009
|
[ 17:28 bsam ] (Only the first 10 of 136 ports in this commit are shown above. )
Welcome to the new linux ports infrastructure which allows using
both current (fc4) and future linux (f8) distributions at one
ports tree.
The patch contains full changes to ports/Mk files and all ports involved.
But only infrastructure is changed. The resulting packages are the same as
before. Hence no need to bump PORTREVISIONs.
The idea was taken from bsd.gnome.mk and others.
More than 130 ports are switched to follow a new linux infrastructure
introduced by changes to bsd.port.mk, bsd.linux-rpm.mk and a new
bsd.linux-apps.mk.
Thanks for all who was involved and helped me with this work.
And help from Alexander Leidinger was incredible.
Other changes are coming. Stay tuned!
PR: ports/132510
Submitted by: bsam (me)
Exp-run by: portmgr (pav)
|
Thu, 30 Mar 2006
|
[ 17:53 glewis ]
. Update to 1.3.1_18.
|
Fri, 24 Jun 2005
|
[ 17:11 glewis ]
. Update to 1.3.1_16.
|
Fri, 17 Jun 2005
|
[ 22:59 netchild ] (Only the first 10 of 190 ports in this commit are shown above. )
Mega-patch to cleanup the ports infrastructure regarding our linux bits:
- USE_LINUX now implies NO_FILTER_SHLIBS=yes. It also doesn't use FreeBSD
tools to strip binaries anymore, so it's not neccesary anymore to override
STRIP and STRIP_CMD.
- USE_LINUX_PREFIX implies NO_MTREE now.
- In the USE_LINUX case, USE_XLIB now depends upon the linux X11 libraries
instead upon the native FreeBSD libraries.
- The variable LINUX_BASE_PORT contains a string which is suitable as an
item in *_DEPENDS, so if a port BATCH_DEPENDS or FETCH_DEPENDS upon the
default (or overriden) linux base, ${LINUX_BASE_PORT} should be used
instead of a hardcoded reference.
- Change all ports to comply to the "new world order".
- The Ports Collection now allows to override the default linux_base port.
Specify e.g. OVERRIDE_LINUX_BASE_PORT=rh-9 in /etc/make.conf to use
${PORTSDIR}/emulators/linux_base-rh-9 (the logic is to use (Only the first 15 lines of the commit message are shown above )
|
Tue, 7 Jun 2005
|
[ 15:06 glewis ]
. Update to 1.3.1_15.
|
Tue, 1 Mar 2005
|
[ 21:51 trevor ] (Only the first 10 of 138 ports in this commit are shown above. )
Respect the user's USE_LINUX setting.
|
Fri, 31 Dec 2004
|
[ 18:24 netchild ] (Only the first 10 of 168 ports in this commit are shown above. )
Say hello to the linux mega patch, it consolidates our linux bits a
little bit and allows to proceed to a more recent linux_base from
a stable (read as: the major bugs should be ironed out or identified
and most linux ports build just fine) source.
It also allows to ship 4.11 with a working linuxolator (the EOLed
linux_base is marked forbidden because of a security hole).
This is a major update, please read UPDATING (and CHANGES if you
develop linux ports).
Changes:
- change the default linux_base from v7 to v8
- add a newer freetype to linux_base-8 for nicer fonts display [1]
- don't let cpio use hardlinks in the linux_base-8 port to quiet some (Only the first 15 lines of the commit message are shown above )
|
Thu, 9 Dec 2004
|
[ 22:53 glewis ]
. Remove pointless (these ports all set NO_BUILD) BUILD_DEPENDS.
PR: 50114
Noticed by: olgeni
|
Wed, 8 Dec 2004
|
[ 16:26 glewis ]
. Add amd64 to ONLY_FOR_ARCHS line.
PR: 74465
Submitted by: Conrad J. Sabatier <conrads@cox.net>
|
Fri, 3 Dec 2004
|
[ 17:22 glewis ]
. Update to 1.3.1_14 (fixes another plugin vulnerability).
|
[ 01:01 hq ] (Only the first 10 of 38 ports in this commit are shown above. )
Reset znerd's ports maintainership:
- All JDK ports (and JDK documentation ports) that were formerly maintained by
znerd have been assigned to java@FreeBSD.org
- I will handle some of the remaining ports (jakarta-commons-*, jdom, xalan-j
and xmlenc)
- Everything else is reset to ports@FreeBSD.org
Approved by: znerd (maintainer)
|
Thu, 25 Nov 2004
|
[ 18:31 glewis ]
. Update to 1.3.1.13. This contains the fix for the plugin vulnerability.
|
Mon, 8 Mar 2004
|
[ 10:01 znerd ]
Set LATEST_LINK.
Reported by: kris
|
Thu, 22 Jan 2004
|
[ 12:18 trevor ] (Only the first 10 of 87 ports in this commit are shown above. )
Use the CPIO macro defined in bsd.port.mk.
|
Sun, 11 Jan 2004
|
[ 07:00 glewis ]
. Update to 1.3.1_10.
|
Thu, 13 Nov 2003
|
[ 14:45 trevor ] (Only the first 10 of 81 ports in this commit are shown above. )
Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.
|
Thu, 14 Aug 2003
|
[ 14:41 glewis ]
. Update to 1.3.1_09.
|
Mon, 5 May 2003
|
[ 07:32 znerd ]
Update to 1.3.1_08.
Reported by: Thomas Vogt <thomas.vogt@bsdunix.ch>
|
Sat, 3 May 2003
|
[ 22:26 sobomax ]
linux_base needs to be in EXTRACT_DEPENDS, otherwise ports doesn't
install if linux_base isn't installed.
|
Thu, 24 Apr 2003
|
[ 05:52 glewis ]
. find -> ${FIND}
Reviewed by: znerd
Approved by: znerd
|
Thu, 17 Apr 2003
|
[ 05:19 glewis ]
. Switch to using cpio to install in line with other JDKs. This allows
us to ensure ownership is correct on the installed files.
. Note that this is a Sun JDK in the registervm comment.
PR: 36411 (more ports to go)
Reviewed by: znerd
Approved by: znerd
|
Fri, 7 Mar 2003
|
[ 06:04 ade ] (Only the first 10 of 88 ports in this commit are shown above. )
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
|
Tue, 4 Mar 2003
|
[ 03:06 kris ]
Don't set IGNORE when PACKAGE_BUILDING
|
Fri, 28 Feb 2003
|
[ 15:41 sobomax ]
Add missed `@exec registervm' into pkg-plist, because while the port doesn't
packaged by bento cluster due to legal restrictions, user still can create his
own custom package to simplify internal deployment.
Sponsored by: Porta Software Ltd.
|
Sun, 23 Feb 2003
|
[ 19:31 marcus ]
Update the BundleId for rev 7.
|
[ 14:14 sobomax ]
Update to 1.3.1 revision 7.
|
Wed, 4 Dec 2002
|
[ 07:33 znerd ]
Now extracts non-interactive. Bumped PORTREVISION.
Reviewed by: glewis, kris
Approved by: kris
|
Sat, 9 Nov 2002
|
[ 13:28 znerd ]
Upgrade to 1.3.1_06.
|
Mon, 14 Oct 2002
|
[ 07:59 znerd ]
Upgrade to 1.3.1_05.
PR: 44009
Requested by: SUGIMURA Takashi <sugimura@jp.FreeBSD.org>
|
Thu, 10 Oct 2002
|
[ 08:38 znerd ]
Not using IGNORE anymore to avoid package building.
.if defined(BATCH) || defined(PACKAGE_BUILDING)
IGNORE= "You can not legally distribute binaries"
.endif
This was superfluous and inhibiting package builds of things that
depend on the port. Having RESTRICTED and NO_CDROM is enough to
ensure that a package will not appear on the FTP site or a CDROM
(it will be built and used as a basis for other packages to build
with, but will be deleted at the end of the build run).
Requested by: kris
Reviewed by: portmgr (silence)
PR: 42758
|
Sat, 10 Aug 2002
|
[ 10:31 znerd ]
Changed the installation directory of the Sun JDK 1.3.x for Linux to
linux-sun-jdk1.3.1.
PR: 41424
|
Fri, 5 Jul 2002
|
[ 10:17 znerd ]
Port update: 1.3.1_03 --> 1.3.1_04.
|
Number of commits found: 34 |