Ernst de Haan
1312cea9fc
Using PORTDOCS macro.
2004-04-15 23:43:26 +00:00
Ernst de Haan
82da586667
Fixed generation of pkg-plist.
...
PR: 60722
Submitted by: Ulrich Spoerlein <q@uni.de>
2004-03-26 07:14:09 +00:00
Ernst de Haan
bc1ba6bc77
Added LATEST_LINK.
...
Reported by: kris
2004-02-10 13:19:44 +00:00
Trevor Johnson
fbd1108f49
Use the SORT macro from bsd.port.mk.
2004-01-22 11:06:02 +00:00
Greg Lewis
30dd1e5aeb
. Update to the 1.4.2 docs.
2003-09-26 20:11:00 +00:00
Ade Lovett
7e52725f2a
Clear moonlight beckons.
...
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Ernst de Haan
6794a97e3c
Fixed generation of plist file. The file was previously written
...
as ./pkg-plist. It is now written as $WRKDIR/PLIST.
Indicated by: kris
2002-11-21 08:58:42 +00:00
Ernst de Haan
db21006b82
Removed unnecessary PLIST_SUB setting.
2002-11-20 08:58:13 +00:00
Ernst de Haan
7965a75d25
Upgrade to JDK 1.4.1 documentation. Automagically generating
...
the package list. This reduces the size of the ports tree with
~ 600 K !
Submitted by: Dave Glowacki <dglo@hyde.ssec.wisc.edu>
2002-11-20 08:38:39 +00:00
Ernst de Haan
2c50b3e55f
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
2002-10-10 08:38:39 +00:00
Ernst de Haan
a4ab7c2749
Upgrade from 1.4.0-beta 3 to 1.4.0.
...
Prompted by: Jay Sachs <jay@eziba.com>
PR: 38129
2002-05-24 07:05:39 +00:00
Ernst de Haan
e2f1228379
Upgrades from JDK 1.4.0 beta 2 to 1.4.0 beta 3.
...
Approved by: sobomax
2001-11-28 12:25:43 +00:00
Ernst de Haan
3c72e7a54f
Changed my email address from ernst@jollem.com to znerd@FreeBSD.org.
...
Approved by: sobomax
2001-11-27 12:20:49 +00:00
Maxim Sobolev
37fdaad45c
Update to 1.4.0b2.
...
PR: 31160
Submitted by: maintainer
2001-10-09 12:36:01 +00:00
Maxim Sobolev
647e9e1458
- Remove several stale pkg-message files;
...
- fix download URL in jdk11-doc.
PR: 31136
Submitted by: maintainer
2001-10-08 12:45:29 +00:00
Maxim Sobolev
4c6ba8c8e6
Move jdk-doc into jdk11-doc and add new jdk{12,13,14}-doc ports.
...
PR: 28183
Submitted by: Ernst de Haan <ernst@jollem.com>
Repo-copy by: jdp
2001-10-08 09:17:17 +00:00
Doug Barton
89a9cc0306
My modification of the submitter's update didn't go far enough,
...
thereby causing breakage that was not present in the original.
Fix the test for distfile a different way, using fewer
variables and less gymnastics.
2001-05-31 09:19:23 +00:00
Doug Barton
81a3ccf57b
Update to jdk-1_1_8_003-doc and clean up the port some.
...
PR: ports/27784
Submitted by: Ernst de Haan ernst@jollem.com
2001-05-31 06:09:27 +00:00
George C A Reid
7800b25d83
Return maintainership to ports@freebsd.org; previous maintainer says he no
...
longer has time to maintain this port.
PR: 26873
Submitted by: Martti Kuparinen <martti.kuparinen@iki.fi>
2001-04-26 10:37:51 +00:00
Ying-Chieh Liao
69a44772b9
change maintainer's email
...
PR: 24636
Submitted by: MAINTAINER
2001-01-25 14:51:52 +00:00
Akinori MUSHA
c76a75669b
Update to 1.1.8_003. (PORTVERSION untouched)
...
PR: 18034
Submitted by: Palle Girgensohn <girgen@partitur.se>
Use just `${CP} -R' instead of tar|tar.
By the way, owner/group IDs of files should not be preserved on
copying in the installation process, because if one did `make' and
then `su' to `make install', the installed files would be owned by a
normal user. Beware, porters!
2000-04-19 09:06:27 +00:00
David E. O'Brien
5cd5b258b5
Convert to the PORTNAME - PORTVERSION syntax.
2000-04-12 06:21:15 +00:00
Michael Haro
b8f8618362
echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff
...
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
1999-08-27 22:30:39 +00:00
David E. O'Brien
5133141363
Change Id->FreeBSD.
1999-08-25 06:16:32 +00:00
Chris Piazza
eea528a116
Remove the chown stuff in pre-install. do-extract handles this
...
by default now.
1999-08-22 21:29:50 +00:00
Michael Haro
5281212be3
chmod -> ${CHMOD}
...
chown -> ${CHOWN}
1999-08-22 19:01:07 +00:00
Chris Piazza
6d47ab8c2e
Add a workaround to chown the files if the person installing
...
the port is root. It was keeping the uid/gid of 10/143.
There might be a better solution than this in the long run
but it'll work for now.
PR: 12897
Reported by: Jose Marques <jose@nobody.org>
Also some minor non-functional changes, exit 0 -> ${FALSE},
PKGMESSAGE to use | ${SED} instead of creating a new file.
1999-08-02 22:45:41 +00:00
Bill Fumerola
b111804601
New ports/{java,irc,x11-servers} categories, Step #4 - Adjust new Makefiles.
1999-06-28 02:24:57 +00:00
Chris Piazza
ea79d68849
a) Update jdk-doc to 1.1.8. (from submitter)
...
b) Change the PLIST to use a PLIST_SUB for the version number
to cut down on the size of diffs. (me)
PR: 12312
Submitted by: Steve Coltrin <spcoltri@io.com>
1999-06-21 02:56:47 +00:00
Satoshi Taoka
5cf438851d
Change bsd.port.mk -> bsd.port.post.mk
...
Modify the method to make MESSAGE when we "make install"
Noticed by: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami)
1999-05-06 00:14:04 +00:00
Satoshi Taoka
88b0ba9ebc
Fix pkg/MESSAGE
...
(When we "make install", pkg/MESSAGE is made from pkg/MESSAGE.tmpl.)
Noticed by: maintainer
1999-05-05 15:07:37 +00:00
Michael Haro
99e0b1f29f
Yet more WWW: additions
1999-05-03 06:13:27 +00:00
Steve Price
b07e71ed4f
Fixes from maintainer:
...
This patch does the following things:
- show some **very** useful links after installing the port
- use ${TAR} instead of just tar and prepend arguments with a `-'
PR: 10703
Submitted by: maintainer
1999-03-22 02:21:30 +00:00
Satoshi Taoka
887e3d8ff4
Sun's Java Developers Kit documentation
...
PR: ports/10483
Submitted by: Martti Kuparinen martti.kuparinen@ericsson.com
1999-03-18 05:16:45 +00:00