Commit graph

144186 commits

Author SHA1 Message Date
Sergey Matveychuk
18d67ba309 - Use a static header file instead of generated by f2c.
It decreases a dependencies and so fix build on 7.0.

PR:		ports/92940
Submitted by:	Pedro F. Giffuni <giffunip@asme.org>
Reported by:	krismail
2006-02-07 10:46:01 +00:00
Vasil Dimov
134ef31226 Fix amd64 build
PR:		ports/92658
Submitted by:	Jeffrey H. Johnson <CPE1704TKS@bellsouth.net>
Reworked by:	vd
Approved by:	garga (mentor)
2006-02-07 10:44:12 +00:00
Herve Quiroz
3d82afa955 - Update to 1.0.0 [1]
- Add 'graphics' category [2]
- Move RUN_DEPENDS [2]
- Use USE_ANT
- JAVAJARDIR -> JAVALIBDIR
- Do not set JAVA_BUILD/JAVA_RUN, just set NO_BUILD when needed
- Cleanup: remove now useless PLIST_SUB entries
- ECHO_CMD -> ECHO_MSG
- Trim whitespaces in pkg-descr

Reported by:	thierry [1], portlint [2]
2006-02-07 10:42:32 +00:00
Sergey Matveychuk
84586e5c2c - Add a trailing slash to a second master site
Noticed by:	fenner's script
2006-02-07 10:33:02 +00:00
Dejan Lesjak
ed36034cff Since fontconfig by default generates font cache files in directories where
this port installs encodings, try to remove them upon uninstallation, so
removing of directories has a chance to succeed. Just in case some user
has for some reason put fonts under these directories, be nice and try to
regenerate cache file and remove it again only if it is empty.
2006-02-07 10:00:25 +00:00
Dejan Lesjak
2048a96036 Take care of font cache files on installation and uninstallation of port:
On installation try running fc-cache for directory where fonts from this
port are installed and don't complain if fc-cache (from fontconfig) is
missing. Do a bit more dancing on uninstall, just in case users have their
own fonts installed in same directory:
- first remove fonts.cache-1 if it is there since it won't be accurate
  after fonts from this port are gone anyway,
- next try to regenerate cache with fc-cache for this directory
- if previous step generates empty cache file, remove it
If directory contained only fonts from this port, it should get properly
removed at the end. If there were other fonts there and fontconfig is
installed, this will leave proper cache file for remaining fonts behind
after uninstall of this port.
2006-02-07 09:56:51 +00:00
Dejan Lesjak
a36a1af6f4 Don't install empty fonts.dir in fonts/local. 2006-02-07 09:47:56 +00:00
Vasil Dimov
87146ed106 Update devel/shtool from 2.0.3 to 2.0.4
Approved by:	garga (mentor)
2006-02-07 09:22:32 +00:00
Anton Berezin
763d74dde1 Update to 4.04.
PR:		92067
Approved by:	maintainer timeout (2 weeks)
2006-02-07 09:12:48 +00:00
Erwin Lansing
65ad02daf5 Update to 0.05002
PR:		92951
Submitted by:	Lars Balker Rasmussen <lars@balker.dk> (maintainer)
2006-02-07 09:06:09 +00:00
Anton Berezin
65adcf3ff4 Update to 0.30. 2006-02-07 09:05:14 +00:00
Erwin Lansing
4acc9ba665 Update to 0.01003
PR:		92950
Submitted by:	Lars Balker Rasmussen <lars@balker.dk> (maintainer)
2006-02-07 09:05:01 +00:00
Anders Nordby
9871d4c0ed Update to 2.8.
Remove USE_REINPLACE (deprecated).

PR:		92894
Submitted by:	az
2006-02-07 08:51:09 +00:00
Sam Lawrance
a0156c5c5b Clean up Tomcat 4, 4.1, 5, and 5.5 ports.
These changes apply to all ports, unless mentioned otherwise:

- Move jakarta-tomcat55 to tomcat55 (it is no longer a Jakarta project). [6]
- Improve the tomcat55 rc script.  Fix PID handling.  Improve the
  shutdown process.  Use USE_RC_SUBR to its full potential. [2]
- Backport tomcat55 rc script to the other tomcat ports.  This allows
  us to pass command line arguments to the JVM.  Noted in UPDATING.
  [1], [3], [4]
- Change ownership of installed files.  All files are now installed
  with default uid/gid (root:wheel) except for those in the conf/, logs/,
  temp/ and work/ directories. [5]
- No longer install tomcatXXctl binary.  rc scripts are more flexible
  and can be reconfigured without recompiling.
- Remove AUTO_START and STOP_TIMEOUT (replaced with rc tomcatXX_stop_timeout).
- Remove a long list of sed expressions in favour of SUB_LIST.
- Move pkg_{,de}install to files/pkg_{,de}install.in.  Add them to
  SUB_FILES.  Tidy up substitutions and remove hardcoded values.
- Some nonfunctional tidying and removal of Makefile cruft.

PR:		ports/38018 [1], ports/38020 [2], ports/74344 [3],
		ports/75143 [4], ports/83434 [5], ports/92692 [6]
Submitted by:	Ari Suutari <ari.suutari@syncrontech.com> [1] [2],
		SimpleRezo Team <freebsd@simplerezo.com> [3],
		Anton Yudin <toha@toha.org.ua> [4],
		Jan Grant <jan.grant@bristol.ac.uk> [5],
		lawrance [6]
Approved by:	Kang Liu <liukang@cn.freebsd.org> (maintainer) [6]
		Maintainer timeouts on [1], [2], [3], [4], [5]
Big thanks to:	hq for the initial tomcat55 script
		jasonb on FreeNode #tomcat for packaging advice
2006-02-07 08:50:09 +00:00
Anders Nordby
5223a66b16 Update changed master site and homepage URLs.
Submitted by:	demon
2006-02-07 08:23:24 +00:00
Cheng-Lung Sung
5df38dbf09 - update to 1.0.3 2006-02-07 08:13:07 +00:00
Joe Marcus Clarke
5ecb6d72e5 Update to 2.12.3. 2006-02-07 07:13:50 +00:00
Andrey A. Chernov
69d5a227f2 Add @dirrmtry www/data 2006-02-07 06:04:10 +00:00
Cheng-Lung Sung
5c9f61382e - Update to 1.5.2.2
- Authors of gallery  strongly recommend  to upgrade to 1.5.2-pl2

PR:		92938
Submitted by:	clsung
Approved by:	maintainer
2006-02-07 05:54:29 +00:00
Cheng-Lung Sung
0d50c09e5e - Update to 0.68
PR:		92935
Submitted by:	maintainer
2006-02-07 03:31:15 +00:00
Alexander Nedotsukov
9c6b821023 Fix plist (leftover %D prefix in @dirrmtry entry). 2006-02-07 02:10:08 +00:00
Alexander Nedotsukov
7b3eb60ab4 - Fix plist (leftover %D prefix in @dirrmtry entry). [1]
- Remove obsolete USE_REINPLACE.

Reported by:	krismail [1]
2006-02-07 02:07:58 +00:00
Michael Nottebrock
15d36f3076 Adjust pkg-descr. 2006-02-07 00:26:00 +00:00
Michael Nottebrock
adcb04156d Update to 2.0 2006-02-07 00:19:56 +00:00
Michael Johnson
315dd6e5e6 - Update to 2.12.1 2006-02-07 00:16:56 +00:00
Joe Marcus Clarke
b704ee2ce2 Update to 2.12.3. 2006-02-06 23:47:49 +00:00
Herve Quiroz
004ebba6cc - Update to 1.0.0
- Add 'devel' category
- Use USE_ANT
- Do not set JAVA_BUILD/JAVA_RUN, just set NO_BUILD when needed
- Cleanup: remove now useless PLIST_SUB entries
- ECHO_CMD -> ECHO_MSG
- The port now installs another JAR file: jcommon-xml.jar

Tested by:	thierry
2006-02-06 23:26:40 +00:00
Erwin Lansing
f81a821781 - dirrmtry www/cgi-bin
- Bump PORTREVISION

PR:		92919
Submitted by:	Jean Milanez Melo <jmelo@freebsdbrasil.com.br> (maintainer)
Reported by:	kris
2006-02-06 22:19:53 +00:00
Gerald Pfeifer
b4f474287d Base this port on lang/gcc41 instead of lang/gcc40. The former has not
formally been released yet, but it's very close and Fortran support is so
much better than in the latter, that this seems appropriate.

This is also based on concrete recommendations by a GFortran developer and
a user based on their experiences.
2006-02-06 22:16:03 +00:00
Erwin Lansing
15d6e20503 Reset maintainership
PR:		92915
Submitted by:	Soeren Straarup <xride@x12.dk> (ex-maintainer)
2006-02-06 22:09:19 +00:00
Michael Johnson
7858465c35 - Update to 2.12.3 2006-02-06 22:06:08 +00:00
Maxim Sobolev
f3f135c46f Fix PLIST on 4.x (one of the modules can not be built due to absend va_copy()
function).

Submitted by:		Dan Lukes <dan@obluda.cz>
2006-02-06 22:03:50 +00:00
Michael Johnson
bb2e24aa25 - Update to 2.12.3 2006-02-06 21:47:37 +00:00
Oliver Lehmann
3ffec1c851 fix password checking if the crypted password is 28 chars long and not 13
update PORTREVISION
2006-02-06 21:44:53 +00:00
James E. Housley
e5aca8699d Update to DAT 4690 2006-02-06 21:22:29 +00:00
Joe Marcus Clarke
f0ba9e72bf Attempt to fix the build on sparc64. 2006-02-06 20:54:36 +00:00
Maxim Sobolev
9ea68e6510 Fix build on 4.x.
Submitted by:	Tod McQuillin
2006-02-06 20:39:59 +00:00
Thierry Thomas
c106bac540 Upgrade to 1.2.0.
Changelog at
<https://sourceforge.net/project/shownotes.php?group_id=36382&release_id=391352>
2006-02-06 20:24:49 +00:00
Tim Bishop
0036ecee08 - Remove port; project is dead
PR:		92531
Requested by:	maintainer
2006-02-06 20:20:15 +00:00
Joe Marcus Clarke
996dfd1217 Update to 2.12.3. 2006-02-06 19:57:51 +00:00
Pav Lucistnik
b2f03722b7 - Require gcc34 on all archs
This is to work around internal compiler error in gcc33, if case anyone
  wonder.

Requested by:	kris
2006-02-06 19:52:03 +00:00
Peter Pentchev
5824d11798 Add sysgather-1.0pre3 - a simple configuration file manager that makes
it easier to keep track of configuration files using a version control system.
2006-02-06 19:46:02 +00:00
Joe Marcus Clarke
f1acb1a855 Update to 2.12.3, and switch to @dirrmtry. 2006-02-06 19:41:28 +00:00
Joe Marcus Clarke
5a6cc3cf0c Update to 2.12.3. 2006-02-06 19:29:46 +00:00
Joe Marcus Clarke
443dd26014 Update to 2.12.3. 2006-02-06 19:17:23 +00:00
Andrey Slusar
d9fb332eb9 - Fix "chunk already allocated" error
- Add sanity checking to avoid GTK assertion errors due to missing
  pixmaps.
- Resolve two known vulnerabilities:
  http://secunia.com/advisories/13536/
- Replace tmpnam with mkstemp
- Disallow server-provided absolute filenames
  Hopefully that's enough to get the port back in action.

PR:		ports/92787
Submitted by:	Shaun Amott <shaun@inerd.com>
2006-02-06 19:14:54 +00:00
Joe Marcus Clarke
56c9f4947b Update to 2.12.3. 2006-02-06 19:08:59 +00:00
Jeremy Messenger
093a4de57f marcus has beat me, so merging mine with his.
-Remove USE_REINPLACE.
	-Remove quote in BROKEN.
	-Use @dirrmtry.
2006-02-06 18:49:18 +00:00
Joe Marcus Clarke
79d4a4e74d Update to 2.12.3. 2006-02-06 18:41:43 +00:00
Jeremy Messenger
90ebd28058 -Update to 2.12.3.
-Remove USE_REINPLACE.
2006-02-06 18:17:46 +00:00