1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
Commit Graph

10150 Commits

Author SHA1 Message Date
Alexander Leidinger
23b3bc4b0d Mega-patch to cleanup the ports infrastructure regarding our linux bits:
- USE_LINUX now implies NO_FILTER_SHLIBS=yes. It also doesn't use FreeBSD
    tools to strip binaries anymore, so it's not neccesary anymore to override
    STRIP and STRIP_CMD.
  - USE_LINUX_PREFIX implies NO_MTREE now.
  - In the USE_LINUX case, USE_XLIB now depends upon the linux X11 libraries
    instead upon the native FreeBSD libraries.
  - The variable LINUX_BASE_PORT contains a string which is suitable as an
    item in *_DEPENDS, so if a port BATCH_DEPENDS or FETCH_DEPENDS upon the
    default (or overriden) linux base, ${LINUX_BASE_PORT} should be used
    instead of a hardcoded reference.
  - Change all ports to comply to the "new world order".
  - The Ports Collection now allows to override the default linux_base port.
    Specify e.g. OVERRIDE_LINUX_BASE_PORT=rh-9 in /etc/make.conf to use
    ${PORTSDIR}/emulators/linux_base-rh-9 (the logic is to use
    ${PORTSDIR}/emulators/linux_base-${OVERRIDE_LINUX_BASE_PORT}).
  - If USE_LINUX or OVERRIDE_LINUX_BASE doesn't point to an existing linux_base
    port and if USE_LINUX isn't set to "yes" (case insensitive), the port will
    be marked as IGNORE. [1]
  - Readd USE_LINUX knobs into several ports and make several uses of a
    conditional dependency ("USE_LINUX?=") into an unconditional one
    ("USE_LINUX=") which where removed/changed by Trevor to allow the use of
    alternative linux_base ports. While this is a nice goal, the implementation
    resulted in missing dependencies. The OVERRIDE_LINUX_BASE_PORT knob
    in this commit is supposed to fix the problem while keeping the feature.
    Basicaly this includes a backout of Trevor's commit, to prevent confusion
    I mention it here explicitely.
  - Use the correct prefix (X11- instead of LOCAL- or LINUX-) for some ports.
    Chase dependencies for this.
  - Changes to make linux_devtools installable on amd64, remove some stray
    device nodes (they don't work on recent OS versions and aren't really
    needed).
  - Make linux_base-8 PREFIX clean and remove some stray device nodes.
    Additionally tell a little bit more about how to setup NIS/YP [2].
  - Update the PGSQL dependency in the linux-opengroupware port to a recent
    version (the old one isn't available anymore), I don't know if this
    works (at least it isn't more broken than before).
  - Use PREFIX/usr/share/doc instead of PREFIX/usr/doc in the divx4linux
    ports, the former path exists already and gets populated by other
    packages too (PREFIX=LINUXPREFIX!).
  - Fix some obvious (non-linuxolator) bugs in some linux ports while being
    there.
  - Bump PORTREVISION where neccesary.

Requested by:	portmgr (linimon) [1]
Submittted by:	Gerrit Kuehn <gerrit_huehn@gruft.fido.de [2]
Approved by:	portmgr (kris, linimon), maintainers (or maintainer timeout)
Tested on:	ports cluster (kris)
Reviewed by:	silence on emulation@
Superseedes PR:	69997

Maintainer approval from:
	chris@chrisburkert.de
	cracauer@cons.org
	des
	girgen
	jamie@bishopston.net
	mezz
	mi
	nivit@users.sf.net
        pat
	simond@irrelevant.org
	riggs@rrr.de
	Udo.Schweigert@Siemens.com
2005-06-17 22:59:29 +00:00
Koop Mast
5dcd509592 Update to 1.0.1. Bug fix release. 2005-06-17 12:47:44 +00:00
Philip Paeps
037ca6ea1d Unbreak after the recent mod_perl2 api dance.
Approved by:	krion (mentor)
Obtained from:	svn.perl.org (mostly)
2005-06-17 11:10:08 +00:00
Jeremy Messenger
21c186b7f8 Update to 8.01, see more detail of ChangeLog:
http://www.opera.com/linux/changelogs/801/
2005-06-16 22:02:27 +00:00
Eric Anholt
9996e95179 New port:
swfdec-plugin is a Mozilla plugin for rendering flash (.swf) animations using
the gstreamer framework and the swfdec library.  It should currently play Flash
4 files, and Flash 5 support is under development.
2005-06-16 19:06:08 +00:00
Thierry Thomas
fcd20f7eb1 Upgrade to 050615. 2005-06-16 17:12:55 +00:00
Roman Bogorodskiy
8e8170bd3c Fix plist.
PR:		82283
Submitted by:	Ports Fury
2005-06-16 16:17:01 +00:00
Pav Lucistnik
56ddf22d60 - Dodge WITH_OPENSSL in OPTIONS oddity
Submitted by:	sem
2005-06-16 08:04:20 +00:00
Sergey A. Osokin
3ed8786d8b Update to 0.1.36. 2005-06-16 06:57:06 +00:00
Michael Johnson
cc63986d1b - Update to 2.26
PR:		82281
Submitted by:	Ports Fury
2005-06-16 04:03:41 +00:00
Sam Lawrance
acd232c2d4 Point these ports to www/mnogosearch31 since they don't build
with the updated www/mnogosearch.

Approved by:	no response from knu, ale (11 days)
2005-06-16 03:25:10 +00:00
Michael Johnson
f4c41a67fc - Add gnomemenus to USE_GNOME
PR:		ports/82282
Submitted by:	Ports Fury
2005-06-16 02:27:55 +00:00
Pav Lucistnik
b4971706d3 - Update to 1.3.14
- Fix OPTIONS

PR:		ports/82288
Submitted by:	Hendrik Scholz <hendrik@scholz.net> (maintainer)
2005-06-15 21:09:27 +00:00
Jean-Yves Lefort
6bf2f24676 Release my maintainership. 2005-06-14 12:49:08 +00:00
Sergey Matveychuk
0c3d914dd8 - Update to 1.24
- Change COMMENT and description

PR:		ports/82220
Submitted by:	maintainer
2005-06-14 10:28:47 +00:00
Erwin Lansing
b46b07b68a Add p5-WebService-Technorati 0.04, a Perl interface to the Technorati
web services interface.

PR:		ports/82102
Submitted by:	ijliao
2005-06-14 08:37:27 +00:00
Herve Quiroz
cac3490396 Add jakarta-tomcat55, the Tomcat 5.5.x branch
PR:		81458
Reported by:	Scott Balmos <scott.balmos@utoledo.edu>
Submitted by:	Kang Liu <liukang@bjut.edu.cn> (maintainer)
2005-06-13 14:12:23 +00:00
Herve Quiroz
1c8a6423f0 Update to version 5.5.9: this port is a repocopy of www/jakarta-tomcat5 and it
now tracks the Tomcat 5.5.x branch

PR:		81458
Reported by:	Scott Balmos <scott.balmos@utoledo.edu>
Submitted by:	Kang Liu <liukang@bjut.edu.cn> (maintainer)
2005-06-13 14:08:34 +00:00
Pav Lucistnik
43bacc8015 - This needs pcre module too
PR:		ports/82145
Submitted by:	Mike Durian <durian@shadetreesoftware.com>
Approved by:	maintainer address' bounce
		<include@npf.deec.uc.pt>... Deferred: npf.deec.uc.pt.: No route to host
2005-06-13 14:02:54 +00:00
Philip Paeps
934d568fea Finalize repocopy of www/p5-Apache-Scoreboard -> www/p5-Apache2-Scoreboard.
o Remove the mod_perl2 bits from www/p5-Apache-Scoreboard, the 0.1x
   versions are only for mod_perl1 versions.

 o Update the new www/p5-Apache2-Scoreboard to 2.06, the 2.x versions
   are for mod_perl2 versions.

 o Keep www/p5-Apache2-Scoreboard broken until a new version with
   fixes for the mod_perl2 API dance hits CPAN.

Approved by:	krion (mentor)
2005-06-12 21:32:17 +00:00
Norikatsu Shigemura
8484d48851 Oops, I forgot to fix pkg-plist. 2005-06-12 15:58:58 +00:00
Norikatsu Shigemura
1bb25417dc Update to 20050613.
o Add /usr before /compat/linux. [1]
o Add a configuration for japanese/acroread.
o Fix build problem on 6-current. [2]
o Use errno instead of __error. [3]

Requested by:	many people [1]
Submitted by:	many people [1]
		YONETANI Tomokazu <qhwt+fbsd@les.ath.cx> [3]
Reported by:	many people [1] [2]
Suggested by:	ume [2]
2005-06-12 15:53:27 +00:00
Trevor Johnson
df3ba0fb0b This remote has nothing to control. 2005-06-12 01:03:37 +00:00
Kris Kennaway
4d006a7f54 BROKEN: Unfetchable 2005-06-11 23:45:27 +00:00
Trevor Johnson
8e03e9e078 The Mozilla Foundation does not issue security advisories for Mozilla
1.8.  However, many bugs subsequently found in Mozilla 1.7 are
likely to also be present in this version.  See
<URL:http://www.mozilla.org/projects/security/known-vulnerabilities.html>
for a list.
2005-06-11 22:50:47 +00:00
Trevor Johnson
5726fbd01f Security update to 1.7.8. 2005-06-11 19:40:37 +00:00
Sergey Skvortsov
54a1630d6e * reflect renaming on CPAN File-Spec to PathTools
+ add devel/p5-PathTools, remove devel/p5-File-Spec
   + update dependencies for all affected ports (make them unconditional),
     bump PORTREVISION for these ports
module was renamed
* reflect renaming on CPAN PodParser to Pod-Parser
   + add textproc/p5-Pod-Parser, remove textproc/p5-PodParser
   + update dependencies for all affected ports (make them unconditional),
     bump PORTREVISION for these ports

* for all changed ports make dependencies on File::Temp, Digest::MD5,
  Storable unconditional

* remove 'CONFIGURE_ARGS= INSTALLDIRS=site' from Makefile's
  (this variable is forced by bsd.port.mk now)

* update Class-Autouse to 1.17

* update POE-API-Hooks to 1.05

* make portlint happy (clean IGNORE, convert spaces to tabs and so on)
2005-06-11 16:13:12 +00:00
Pav Lucistnik
973dbbdd59 - After repocopy from www/tdiary, add tdiary-devel at 2.1.1
PR:		ports/82098
Submitted by:	Fumihiko Kimura <jfkimura@yahoo.co.jp>
Repocopy by:	marcus
2005-06-11 11:23:37 +00:00
Michael Johnson
54fa5d699d - Update WWW: line 2005-06-11 02:58:50 +00:00
Andrey A. Chernov
62151027bd Restore my maintainership after I got situation explained 2005-06-11 00:08:37 +00:00
Kris Kennaway
7f0b2c9f4d Support DOCSDIR and add one more locale directory.
Submitted by:	leeym
PR:		82125
2005-06-10 21:15:51 +00:00
Kris Kennaway
75941372aa Correctly remove locale directory that may have been created by us. 2005-06-10 20:46:34 +00:00
Andrey A. Chernov
e598d0f1d4 Remove myself from MAINTAINER 2005-06-10 20:12:33 +00:00
Sam Lawrance
fb0c730012 - update to 0.8
- introduce new options WITH_GATLING_{ICONV,TLS,ZLIB,OPTIMIZED_CFLAGS}.
  Rename the WITH_BENCHMARKS option as WITH_GATLING_BENCHMARKS for
  consistency, but accept it under its old name, too.
- switch to USE_GMAKE to ease further maintenance of the port

PR:		ports/82115
Submitted by:	Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
2005-06-10 15:32:11 +00:00
Florent Thoumie
964dc4cc18 - Update to 0.5.
- Be a little more verbose when installing files.
2005-06-10 10:58:56 +00:00
Philip Paeps
d7570f7531 Unbreak after the mod_perl2 API dance.
Approved by:	krion (mentor), dom@happygiraffe.net (maintainer)
2005-06-10 10:42:18 +00:00
Trevor Johnson
e81c2cc67d Remove the netscape7 port due to multiple security bugs.
Netscape 8.0 is available only for Windows.
2005-06-10 09:08:32 +00:00
Patrick Li
b46c25f527 Update to 0.15.1
PR:		ports/82082
Submitted by:	ports fury
2005-06-10 08:14:20 +00:00
Patrick Li
9e4ffc6932 Update to 0.14.1
PR:		ports/82081
Submitted by:	ports fury
2005-06-10 08:11:44 +00:00
Sam Lawrance
e94b99c1c4 Fix two problems:
- braino .ifdef was causing bad PACKAGE_BUILDING options (now .ifndef)
- prebuilt docs were not installed if jade unavailable

PORTREVISION bumped so port users get the docs.

Reported by:	kris
2005-06-10 05:58:25 +00:00
Philip Paeps
e5c444e35a Get rid of the .orig file left over after patching. For some reason,
MakeMaker generated Makefiles like to install everything they find.

Spotted by:	pointyhat via kris
Approved by:	krion (mentor)
2005-06-09 19:58:48 +00:00
Sergey Matveychuk
96d4d9e760 - Update to 1.6 2005-06-09 11:36:44 +00:00
Philip Paeps
34a1d22bf2 Unbreak after the mod_perl2 API dance.
Approved by:	skv (maintainer)
Obtained from:	Philip M. Gollucci (pgollucci [at] p6m7g8.com) (largely)
2005-06-09 09:55:49 +00:00
Sergey Skvortsov
1b06f82c8c Add google-sitemapgen 1.0,
script to analyze web server and
generate Google Sitemap files.
2005-06-09 09:00:30 +00:00
Sam Lawrance
3f73062f41 (I missed the adds and removes on the first try)
- Update to 3.2.32 [1]
- I'll adopt this port for a while, at least until it's settled in.

PR:		ports/80945 [1]
Submitted by:	Radim Kolar <hsn@netmag.cz> [1]
2005-06-09 07:48:58 +00:00
Sam Lawrance
d57233829e - Update to 3.2.32 [1]
- I'll adopt this port for a while, at least until it's settled in.

PR:		ports/80945 [1]
Submitted by:	Radim Kolar <hsn@netmag.cz> [1]
2005-06-09 07:28:37 +00:00
Sergey Matveychuk
b69f70bf2e - Fix WWW 2005-06-09 07:03:24 +00:00
Roman Bogorodskiy
367135e75e Update to 1.2.1.
PR:		82016
Submitted by:	Dryice Liu (maintainer)
2005-06-08 18:58:58 +00:00
Thierry Thomas
560b355b7c Remove BROKEN on sparc64. 2005-06-08 16:48:11 +00:00
Sam Lawrance
dbbe3d0265 Fix pkg-plist
Reported by:	kris
PR:		ports/81988
Submitted by:	Loren M. Lang <lorenl@alzatex.com> (maintainer)
2005-06-08 16:12:33 +00:00