Greg Lewis
636fcbf7ab
Fix user and group ownership of the installed files when they have been
...
built by someone other than root. Instead of moving the files with tar,
move them with cpio and set up ownership.
PR: 36411 (more ports still to go)
Submitted by: alane
2002-11-11 21:22:05 +00:00
Kris Kennaway
063c457172
Don't remove system directories share/java, share/java/classes, and
...
share/doc
2002-11-10 22:44:03 +00:00
Mario Sergio Fujikawa Ferreira
f0a1969d34
o Rollback PORTCOMMENT modifications while this feature's implementation
...
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
2002-11-10 16:48:51 +00:00
Ernst de Haan
e1e7a72d6a
New port: NetComponents 1.3.8.
...
See:
http://www.savarese.org/oro/downloads/index.html#NetComponents
2002-11-09 15:54:27 +00:00
Ernst de Haan
92b5ccf731
Upgrade to 1.3.1_06.
2002-11-09 13:28:39 +00:00
Edwin Groothuis
a6639ef7d3
Update to the java/javamail port from version 1.2 to 1.3.
...
Changing maintainer to java@freebsd.org
PR: ports/44558
Submitted by: Jose Marques <noway@nohow.demon.co.uk>
2002-11-07 13:54:08 +00:00
Edwin Groothuis
1c9cfa9fdb
Update to java/jaf port from version 1.0.1 to 1.0.2.
...
Move maintainer to java@freebsd.org
PR: ports/44557
Submitted by: Jose Marques <noway@nohow.demon.co.uk>
2002-11-07 13:52:08 +00:00
Greg Lewis
db8f100650
. Update to 1.1.4
...
. Alter maintainer from freebsd-ports@ to the more standard ports@.
. Instead of explicitly depending on jdk1.1 set USE_JAVA appropriately.
2002-11-06 23:54:52 +00:00
Greg Lewis
d5ed70a522
Fix user and group ownership of the installed files when they have been
...
built by someone other than root. Instead of moving the files with tar,
move them with cpio and set up ownership.
PR: 36411 (9 more ports to go)
Submitted by: alane
2002-11-06 22:53:55 +00:00
Adam Weinberger
d9611f9375
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
...
Approved by: pat
2002-11-06 22:47:41 +00:00
Nate Williams
73b4bca773
- Ensure that files permissions/owners are set correctly if the port is
...
built by a non-root user.
Submitted by: glewis
2002-11-06 19:39:03 +00:00
Edwin Groothuis
d9a243c1c4
Fixed pre-patch target broken due to REINPLACE_CMD
...
Noticed by: bento
2002-11-05 00:19:28 +00:00
Edwin Groothuis
37f2224fa6
PERL -> REINPLACE
...
And some ports have USE_PERL5=yes now.
2002-11-04 05:46:38 +00:00
Edwin Groothuis
5b96d0a956
PERL -> REINPLACE
...
and russian/mod_ssl has USE_PERL5=yes
Notices on: bento
2002-11-04 03:05:48 +00:00
Greg Lewis
354b48008f
. Add optional (default: off) runtime dependencies for the font packages
...
necessary to support the different font.properties that are installed.
2002-10-31 20:20:37 +00:00
Greg Lewis
e4956ee696
. Fix UDP packet broadcasting.
...
. Bump PORTREVISION.
Submitted by: daichi, Tetsuo Suzuki <tetsuo@ss-lab.net>
2002-10-31 17:56:56 +00:00
Greg Lewis
9f087781c0
. Check for open-motif with libXm.so, which we actually use, instead of
...
libMrm.a, which isn't.
2002-10-29 05:17:59 +00:00
Greg Lewis
71d710d093
. In the informative message regarding downloading the necessary files,
...
use ${DISTDIR} rather than /usr/ports/distfiles.
Submitted by: Mike Meyer <mwm@mired.org>
2002-10-29 05:16:16 +00:00
Kris Kennaway
76f26d3acf
Mark BROKEN on 5.0
2002-10-26 02:55:52 +00:00
Greg Lewis
bb279e9df7
. echo -> ${ECHO_MSG}
2002-10-25 05:54:09 +00:00
Greg Lewis
be1315e7fd
. Catch up with additional font.properties files.
2002-10-25 05:53:27 +00:00
Greg Lewis
b962656ac3
. Chinese font.properties and make glue.
...
Submitted by: Huang wen hui <hwh@ns.gddsn.org.cn>
2002-10-25 05:51:52 +00:00
Ernst de Haan
00029ca4fc
Upgrade from 2.0 to 2.1.
...
See:
http://jakarta.apache.org/builds/jakarta-commons/release/commons-collections/v2.1/RELEASE-NOTES-2.1.html
2002-10-22 07:36:30 +00:00
Archie Cobbs
358b4061e7
Use ${MASTER_SITE_SOURCEFORGE} instead of hard-coded master site.
2002-10-19 23:30:13 +00:00
Ernst de Haan
f5a768a695
Installing to ${PREFIX}/linux-sun-jdk1.4.1. This port is now
...
compatible with bsd.java.mk again.
Bumped PORTREVISION.
2002-10-19 00:03:28 +00:00
Ernst de Haan
82f3ee9b27
Upgrade from 1.4.1 to 1.4.1_01.
2002-10-18 23:56:00 +00:00
Greg Lewis
daaab4406a
. More XIM fixes for Japanese users (and presumably others with similar
...
character sets).
. Bump PORTREVISION.
Submitted by: daichi
2002-10-18 21:45:45 +00:00
Greg Lewis
68eb5d0400
. Link the Netscape 4 plugin against libintl to avoid a runtime link
...
error. This may allow browsers which use Netscape 4 plugins (e.g.
Konqueror) to make use of it.
Code change by me, problem report by Dylan Carlson <absinthe@pobox.com>.
2002-10-18 21:44:13 +00:00
Greg Lewis
4d9ad417ed
. Russian and Ukrainian font property files and appropriate build changes.
...
Submitted by: mi
2002-10-18 21:41:25 +00:00
Ernst de Haan
38b7f4cb0a
Upgrade to 2.4.0. The port now installs only a JAR file
...
and the API documentation. These are all installed in
the correct locations now.
PR: 44211
2002-10-18 21:25:45 +00:00
Ernst de Haan
297c8fcb5c
Removed unnecessary settings.
2002-10-18 21:06:59 +00:00
Ernst de Haan
e9b320452c
Small style improvement.
2002-10-18 21:00:55 +00:00
Ernst de Haan
11a89ad5c6
New port: Jakarta Commons Collections.
...
See:
http://jakarta.apache.org/commons/collections.html
2002-10-18 20:38:12 +00:00
Ernst de Haan
343823bd79
New port: Jakarta Commons Lang.
...
See:
http://jakarta.apache.org/commons/lang.html
2002-10-18 20:09:46 +00:00
Ernst de Haan
7b9253f657
Only installing JAR and docs. And installing where they should go.
...
Honoring NOPORTDOCS now.
Bumped PORTREVISION.
2002-10-18 16:05:30 +00:00
Archie Cobbs
ebdffba8fb
Update to version 1.0.5.
2002-10-17 22:46:55 +00:00
Greg Lewis
c68fd88a5b
. Make the instructions for downloading the various source bits clearer.
...
The instructions are based on text submitted in the PR (by grog).
PR: 42942
2002-10-17 16:31:45 +00:00
Greg Lewis
b5b9c33c5f
. Make the instructions for downloading the various source bits clearer.
...
The instructions are based on text submitted in the PR (by grog).
PR: 42942
2002-10-17 16:30:53 +00:00
Maxim Sobolev
3c8f83e43d
Fix MASTER_SITES.
...
PR: 43827
Submitted by: Alexandr Kovalenko <never@nevermind.kiev.ua>
2002-10-17 15:46:36 +00:00
Ernst de Haan
544ed9e45b
Upgrade to 1.3.1_05.
...
PR: 44009
Requested by: SUGIMURA Takashi <sugimura@jp.FreeBSD.org>
2002-10-14 07:59:49 +00:00
Archie Cobbs
c5b703a4fb
Update MASTER_SITES after directory re-org.
2002-10-13 19:22:43 +00:00
Archie Cobbs
328ed1650f
Update to version 1.17.
2002-10-13 19:21:36 +00:00
Ernst de Haan
62f01ea147
Moved MAINTAINER up in the file to stop portlint from complaining.
2002-10-11 23:16:15 +00:00
Ernst de Haan
4219fa2d8d
Changed WWW reference.
2002-10-11 23:12:02 +00:00
Ernst de Haan
df53c59039
New port: Jakarta Log4J, version 1.2.7.
...
See:
http://jakarta.apache.org/log4j/
Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
PR: 42449
2002-10-11 09:02:42 +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
aa1f22138c
Fixed daemonctl control program to work with the FreeBSD JDK 1.3.1.
...
The fix consists of 2 lines at the beginning of the program:
setuid(geteuid());
setgid(getegid());
Bumped PORTREVISION of Orion, Tomcat and JBoss ports.
PR: 40470, 43679
Submitted by: Ari Suutari <ari.suutari@syncrontech.com>
Reviewed by: audit
Approved by: Silence on -audit (since Sept 13, 2002)
2002-10-09 23:10:32 +00:00
Ernst de Haan
a7b8dc033b
Fixed checksum mismatch. Provided alternative download location
...
for old version of distfile.
PR: 43397
2002-10-09 22:50:31 +00:00
Ernst de Haan
04b64d5fc7
Maintainership dropped by maintainer. Back to freebsd-ports.
...
PR: 43397
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
2002-10-09 22:44:55 +00:00
Ernst de Haan
054458fd11
Changed target installation directory so it does not include
...
the minor version number anymore.
Bumped PORTREVISION.
PR: 43565
Requested by: Andrew Gerweck <andy@gerweck.dyndns.org>
2002-10-09 22:37:54 +00:00