1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
Commit Graph

100514 Commits

Author SHA1 Message Date
Ernst de Haan
fadcf89898 Log:
- Now using PORTDOCS macro for automated PLIST build (should fix the deinstall
  issue)
- Now using OPTIONS macro for dependency setting:
  - WITH_LOG4J:    Enable Jakarta Log4j log factory (default: on)
  - WITH_LOGKIT:   Enable Avalon LogKit log factory (default: off)
  - WITH_JDK14LOG: Enable JDK 1.4 log factory       (default: off)
- Changed Ant target 'dist' to 'compile' (to produce only JAR when NOPORTDOCS
  is set)
- Now using Ant target 'javadoc' (see above)
- Fixed an issue with shared JARs not in classpath (by setting
  ANT_INCLUDE_SHARED_JARS=YES)
- Now bsd.java.mk 2.0 compliant
- Fixed a bug with ant targets (adding rather than overwriting)
- Use JAVAJARDIR everywhere
- Fixed the ugly '*' in PORTDOCS
- ECHO -> ECHO_CMD
- Fixed indentation (previously 4 spaces)
- Use MASTER_SITE_APACHE_JAKARTA
- Removed the WRKSRC override stuff (it's the default value anyway)

PR:		63928
Submitted by:	Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
2004-04-15 20:58:17 +00:00
Dirk Meyer
1b7c77412e - backward compatibility option GNUSTEP_WITH_GCC32=yes 2004-04-15 20:54:57 +00:00
Ernst de Haan
44aa7ae911 Log:
- Update to version 3.0
- Now using PORTDOCS macro for automated PLIST build (should fix the deinstall
  issue)
- Now using MASTER_SITE_APACHE_JAKARTA
- Now installs various additional docs: e.g. DEVELOPERS-GUIDE.html
- Now using JAVAJARDIR instead of JAVASHAREDIR/classes
- bsd.java.mk 2.0 compliant
- ECHO_CMD instead of ECHO
- Make JAVAJARDIR
- Echo doc files as they are installed
- Removed pkg-plist entirely (use PLIST_FILES)
- Changed the name of the installed JAR (no more version number in it as
  it is the case for other Java libraries)

PR:		64171
Submitted by:	Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
2004-04-15 20:53:59 +00:00
Dirk Meyer
113bd2c5f4 - update to gcc33 2004-04-15 20:51:06 +00:00
Ernst de Haan
66aec4a7b0 Log:
- Now using JAVAJARDIR instead of PREFIX/share/java/classes
- Now using PORTDOCS macro (to reduce pkg-plist size and fix the apidocs
  deinstall issue with some JDKs)
- Now using PLIST_FILES macro (to reduce pkg-plist size)
- No longer installing JARs from 'lib' directory (but rather have them
  declared
  as run dependencies)
- No longer installing junk files (such as perl CVS commiter scripts)
- No longer installing class nor source files
- Now installing samples in EXAMPLESDIR
- Now installing README and such in DOCSDIR
- Will not install docs and samples when NOPORTDOCS is set
- Bumped PORTREVISION

PR:		64703
Submitted by:	Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
2004-04-15 20:48:24 +00:00
Dirk Meyer
f49d28b85b - fix amd64 build
- add option WITHOUT_LIBJAVA=yes
2004-04-15 20:45:30 +00:00
Ernst de Haan
33bb1dbe0a Fixed LATEST_LINK. It referred to linux-blackdown-jdk13.
PR:		65127
Submitted by:	Kang Liu <liukang@bjpu.edu.cn>
2004-04-15 20:41:01 +00:00
Ernst de Haan
b26b1d3529 Improved description. In fact it related to jakarta-commons-validator.
PR:		65491
Submitted by:	Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
2004-04-15 20:38:11 +00:00
Joe Marcus Clarke
c1456accbf Update to 2.0.1. For a list of what's new, see:
http://lists.gnome.org/archives/gnome-announce-list/2004-April/msg00031.html
2004-04-15 20:11:25 +00:00
David E. O'Brien
cda1639426 Abe's website is OBE after retiring from Purdue. 2004-04-15 19:22:58 +00:00
Kirill Ponomarev
ac916512e4 - Downgrade to version 5.0.1
- 5.0.2 version caused xpdf to crash with almost all PDFs
- Bump PORTEPOCH

Submitted by:	naddy, Ports Fury
2004-04-15 19:18:49 +00:00
Joe Marcus Clarke
bfc4d35317 Update to 0.8.3. 2004-04-15 18:43:28 +00:00
Kirill Ponomarev
936959eec7 - Update MASTER_SITES
PR:		ports/65581
Submitted by:	Jason Harris <jharris at widomaker dot com>
2004-04-15 18:34:20 +00:00
Greg Lewis
eaedf068ff . Empirically this port appears to require 1.4 to compile. So set this
as the version and make sure ant uses it.
2004-04-15 18:31:06 +00:00
Joe Marcus Clarke
dd28ecc9f8 Add a missing dependency on gstreamer-plugins. 2004-04-15 18:30:28 +00:00
Volker Stolz
5345fd68c0 Update description (approved by maintainer)
PR:             ports/65441
Submitted by:   Radim Kolar
Approved by:    linimon (mentor)
2004-04-15 18:09:15 +00:00
Greg Lewis
57adfb83a7 . This port explicitly uses jikes during the build, so set USE_JIKES.
I still have problems with the build, but this gets it closer and others
have reported success with it.
2004-04-15 17:44:47 +00:00
Archie Cobbs
79f3e46d6c Create /usr/local/etc/rc.d if it doesn't already exist.
PR:	ports/65564
2004-04-15 16:32:21 +00:00
Greg Lewis
32b76352de . Fix the port to work with both JDK 1.3 and JDK 1.4 by using the
PORTDOCS macro.  Also trims the pkg-plist considerably.

Hopefully not objected to by:	znerd
2004-04-15 16:26:43 +00:00
Joe Marcus Clarke
ec96adc1cf Add --without-x on amd64 to fix the build. This is only temporary.
Hopefully the next incarnation of X will have more shared libraries, and
thus this problem will no longer occur.

I think this patch was originally submitted by arved.
2004-04-15 16:26:15 +00:00
Greg Lewis
6735630176 . This port actually requires JDK 1.4 to build, JDK 1.3 won't cut it.
Maintainer informed.
2004-04-15 16:21:25 +00:00
Clement Laforet
b83aac491a - Mirror distfile [1]
- Take back maintainership

Noticed by:	bento via kris [1]
2004-04-15 16:08:50 +00:00
Kirill Ponomarev
9ea44c564b - Fix WWW: and MASTER_SITES
PR:		ports/65580
Submitted by:	Jason Harris <jharris@widomaker.com>
2004-04-15 15:22:15 +00:00
Oliver Eikemeier
f3c0003ef0 Update to Exim release 4.32 + exiscan 17
- ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/ChangeLogs/ChangeLog-4.32
- http://duncanthrax.net/exiscan-acl/CHANGELOG
2004-04-15 14:11:20 +00:00
Kirill Ponomarev
e41aae2665 Add zgv 5.8,
zgv is an svgalib-based viewer which views GIF, JPEG, PNG,
PBM/PGM/PPM, TIFF, BMP, TGA, PCX, mrf, XBM, and XPM files, with
a full-screen file selector front-end. It can be used as a
simple command, with zgv filename(s), which bypasses the
front-end. For more on how zgv works and how to use it, do
`info zgv' or `man zgv' once it's installed.

PR:		ports/65577
Submitted by:	Radim Kolar
2004-04-15 14:11:16 +00:00
FUJISHIMA Satsuki
a23b7444b2 (null commit)
previous commit was actually:
PR:	65569
2004-04-15 13:57:01 +00:00
Mathieu Arnold
1cd9da0d63 fix plist 2004-04-15 13:52:49 +00:00
Mathieu Arnold
25bd48c84f fix depends list 2004-04-15 13:45:52 +00:00
Edwin Groothuis
cde6ad6394 libflac -> libFLAC
pointy hat to: deischen@

PR:		ports/65565
Submitted by:	Shigetomo Kimura <kimura@netlab.is.tsukuba.ac.jp>
2004-04-15 13:35:38 +00:00
Makoto Matsushita
0c035503c7 Cleanup.
- Fix pkg-plist, add missing files to the list (gimme a pointy hat to me...)
- Introduce INFO variable.
- Don't touch share/locale/ directory.
- Employ WITHOUT_NLS macro as other ports did.

Since pkg-plist is changed, bump PORTREVISION.

Submitted by:	sf
2004-04-15 13:21:02 +00:00
Mathieu Arnold
00c8b6363a Fix plist 2004-04-15 12:56:38 +00:00
FUJISHIMA Satsuki
30c8296673 sync with opera-devel:
o remove LIB_DEPENDS on png since that's now statically compiled in.
o stop installing icons into non-standard places.

PR:		65558
Submitted by:	maintainer
2004-04-15 12:44:31 +00:00
Kirill Ponomarev
c5a39625ee - Fix build on amd64
Submitted by:	Ports Fury
Reported by:	bento via kris
2004-04-15 12:31:51 +00:00
Kirill Ponomarev
1cdde2963b - Update to version 1.8.8
PR:		ports/65566
Submitted by:	maintainer
2004-04-15 12:30:42 +00:00
Kirill Ponomarev
c963a44640 - Fix MASTER_SITES
PR:		ports/65568
Submitted by:	maintainer
2004-04-15 12:27:11 +00:00
Mathieu Arnold
a3f012bb9c Remove the .orig files because perl 5.005 will think it's clever to install them
Found out by:	dosirak.kr
2004-04-15 12:01:15 +00:00
Mathieu Arnold
0ab700f936 Fix directories deleting order
Obtained from:	dosirak.kr
2004-04-15 11:50:44 +00:00
MIHIRA Sanpei Yoshiro
80cea9d141 found new master site URL 2004-04-15 11:41:07 +00:00
MIHIRA Sanpei Yoshiro
987a72ffd7 statically define dig command.
doc was only support bind-8's dig, not support bind-9 one.
2004-04-15 11:29:20 +00:00
FUJISHIMA Satsuki
eb02e52bad update to 7.50 Preview 4 (dated 20040414).
A changelog can be found here:
http://snapshot.opera.com/unix/7.50-Preview-4/u750p4.html

PR:		65558
Submitted by:	maintainer
2004-04-15 11:07:49 +00:00
Kris Kennaway
8f4a1387fb Add missing files and directories 2004-04-15 10:48:37 +00:00
Kris Kennaway
fce2e01ae1 Add missing directory 2004-04-15 10:45:56 +00:00
Kris Kennaway
dccd8b4e32 Add missing file 2004-04-15 10:43:23 +00:00
Kris Kennaway
19c8a120cd Add missing @dirrm 2004-04-15 10:39:01 +00:00
Kris Kennaway
a4932bbdde Reset bouncing maintainer address:
550 5.1.1 <rneswold@enteract.com>... User unknown
2004-04-15 10:17:00 +00:00
Kirill Ponomarev
36ed3d859b - Fix build on amd64
Reported by:	bento via kris
2004-04-15 10:10:08 +00:00
MIHIRA Sanpei Yoshiro
d0d5a9f83f use INFO_PATH
Obtainde from NetBSD
  - Enable termcap.  Chack tputs() after -ltermcap is detected (configure*).
  - Use mkstemp() instead of tmpnam(), for safety.
2004-04-15 09:47:39 +00:00
MIHIRA Sanpei Yoshiro
32e5f06b3e fix -v and --version options
Submitted by:	Daniel V Klein <dvk@lonewolf.com>
2004-04-15 09:08:18 +00:00
Kirill Ponomarev
6fdc4e6b80 - Fix build on 4-x
- Respect PTHREAD_CFLAGS[LIBS]

Reported by:	bento via kris
2004-04-15 08:45:06 +00:00
Kris Kennaway
774d76633d Add missing directory 2004-04-15 08:33:05 +00:00