Commit Graph

695 Commits

Author SHA1 Message Date
Greg Lewis
54fc94c029 Be consistent. If we're going to explicitly use /sbin/sysctl to check
the value, then tell the user to use that to set the value too.
2003-01-30 11:10:10 +00:00
Kris Kennaway
d604e1d6d3 Use the full path to /sbin/sysctl
Noticed by:	'make index' in crontab
2003-01-30 08:23:53 +00:00
Greg Lewis
4bce2cf43e . Remove bogus MASTER_SITES line. It wasn't used (manual download
required) and just gets me email about unfetchable distfiles.
2003-01-21 18:32:27 +00:00
Edwin Groothuis
b2153803f6 jakarta-regexp distribution seems to have moved to a new website
PR:		ports/47030
Submitted by:	Dave Glowacki <dglo@hyde.ssec.wisc.edu>
2003-01-16 05:15:34 +00:00
Edwin Groothuis
49adc67aaa [MAINTAINER UPDATE] Update build of netrexx to USE_JAVA
PR:		ports/41984
Submitted by:	John Merryweather Cooper <coop9211@uidaho.edu>
2003-01-16 03:23:10 +00:00
Kris Kennaway
a13f81cd3b Add missing include 2003-01-14 04:43:10 +00:00
Kris Kennaway
45a70455f6 Add two missing files 2003-01-14 04:41:27 +00:00
Kris Kennaway
d6430a0e4d Don't create/remove share/java/classes and share/java; these are
system directories created by BSD.local.dist
2003-01-14 03:00:52 +00:00
Ernst de Haan
7db581a539 Update to 2.4.1. 2003-01-03 13:50:08 +00:00
Ernst de Haan
6ccaf14821 Update to 1.0.1. 2003-01-03 13:47:34 +00:00
Ying-Chieh Liao
27ebc7aa15 chase gdbm lib version 2003-01-03 08:26:35 +00:00
Ernst de Haan
06f3700a2c Now extracts non-interactive. Bumped PORTREVISION.
Reviewed by:	glewis, kris
Approved by:	kris
2002-12-04 07:33:36 +00:00
Ernst de Haan
cbb56ccae8 Fixed do-install.
Submitted by:	bento, MAINTAINER
2002-12-04 07:30:24 +00:00
Kris Kennaway
26a0006b8c Remove duplicate do-build target 2002-11-30 23:47:03 +00:00
Greg Lewis
8f406e0f6f Add a port for IBM's JDK 1.4.0 for Linux. 2002-11-25 00:30:50 +00:00
Edwin Groothuis
951c3d1706 Maintainer springcleaning of his Makefiles
PR:		ports/45513,ports/45512,ports/45511
Submitted by:	Dave Glowacki <dglo@hyde.ssec.wisc.edu>
2002-11-22 23:48:17 +00:00
Archie Cobbs
4a8fa77077 Update to version 1.18. 2002-11-22 17:34:31 +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
dc2d775ed7 Automagically generating plist file. 2002-11-20 11:28:09 +00:00
Ernst de Haan
db21006b82 Removed unnecessary PLIST_SUB setting. 2002-11-20 08:58:13 +00:00
Ernst de Haan
4284dc71cc Automagically generating pkg-plist. 2002-11-20 08:56:26 +00:00
Ernst de Haan
193245d672 Automagically generating pkg-plist.
Submitted by:	Dave Glowacki <dglo@hyde.ssec.wisc.edu>
2002-11-20 08:45:42 +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
c41b2d3731 Installing JAR file in ${PREFIX}/share/java/classes/.
Bumped PORTREVISION.
2002-11-18 14:45:35 +00:00
Edwin Groothuis
21253eb6e2 Maintainer update to version 2.2.9
PR:		ports/45231
Submitted by:	Kimura Fuyuki <fuyuki@hadaly.org>
2002-11-16 23:44:45 +00:00
Archie Cobbs
57f9501a95 Fix build on -current by adding "-D__XSI_VISIBLE -D__BSD_VISIBLE" to CFLAGS. 2002-11-15 18:25:06 +00:00
Archie Cobbs
885a7c4491 Fix bug in logic for determining the right pkg-plist file to use. 2002-11-15 01:22:20 +00:00
Ernst de Haan
86de1126a1 New port: Jakarta Commons Logging library.
See:
http://jakarta.apache.org/commons/logging.html
2002-11-14 10:55:13 +00:00
Ernst de Haan
2d91f2e2c6 Improved output from do-install target. 2002-11-14 10:49:10 +00:00
Ernst de Haan
62602a65ac Not including version number in JAR file name.
Bumped PORTREVISION.
2002-11-14 10:44:52 +00:00
Ernst de Haan
f4a22be2e2 New port: Jakarta Commons BeanUtils.
See:
http://jakarta.apache.org/commons/beanutils.html
2002-11-14 10:23:58 +00:00
Ernst de Haan
a1b6c3b80c Fixed meta information in header (creation date and description). 2002-11-14 10:00:03 +00:00
Ernst de Haan
018389a815 Installing in correct locations.
Bumped PORTREVISION.
2002-11-14 09:18:51 +00:00
Ernst de Haan
7c9f4056a1 New port: Jakarta Commons CLI library.
Java-library for command line arguments and options.
2002-11-14 09:02:09 +00:00
Ernst de Haan
8e75d2de77 Not including version number in JAR file anymore.
Bumped PORTREVISION.
2002-11-14 08:57:14 +00:00
Greg Lewis
31b480111b Fix user and group ownership of the installed files when they have been
built by someone other than root.  After the files have been moved run
${CHOWN} on them recursively.

PR:		36411 (still more ports to go)
Approved by:	Dave Glowacki <dglo@ssec.wisc.edu> (maintainer)
2002-11-11 22:24:08 +00:00
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