Commit Graph

12977 Commits

Author SHA1 Message Date
Mario Sergio Fujikawa Ferreira
43886434ac New port alleyoop version 0.8.3: A graphical front-end to Valgrind
memory checker
2005-06-18 19:58:28 +00:00
Koop Mast
9130d6b022 Update to 0.10.
Take over maintainership.
Add switches to build agains mozilla and firefox (borrowed from the galeon port).

Approved by:	rui AT ruilopes dot com (previous maintainer)
2005-06-18 12:23:25 +00:00
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
Alfred Perlstein
bbdc6fa005 Explicitly disable "soft syscalls" when compiling WITH_HARD_SYSCALLS. 2005-06-17 19:01:30 +00:00
Pav Lucistnik
2c00f3f226 - Update to 2.0.3
PR:		ports/82368
Submitted by:	Renato Botelho <freebsd@galle.com.br> (maintainer)
2005-06-17 18:44:11 +00:00
Ade Lovett
06e15bfd81 Update to 1.5.18
More robust -pthread hack obtained from dfports.

Tested with:	full build of x11/gnome2 and x11/kde3
2005-06-17 17:12:00 +00:00
Ade Lovett
ccff16c57f Update to 0.14.5
Tested with:	full build of x11/gnome2 and x11/kde3
2005-06-17 17:11:00 +00:00
Ade Lovett
6d780d7a0b Add previously-missed patch, required for successful build of 1.9.5
documentation

Submitted by:	marcus
2005-06-17 05:31:29 +00:00
Ade Lovett
db2646508d Minor INFO-related cleanups 2005-06-17 02:56:07 +00:00
Ade Lovett
cbcdcfb3d4 Purge WANT_{LIBTOOL,AUTOCONF,AUTOMAKE}_RUN
The versioned autotools are now strictly for building other ports in the tree.
Likewise, the gnu- autotools are for runtime dependencies for IDEs, and others,
where unmodified cross-platform capabilities are desired.
2005-06-16 17:29:45 +00:00
Ade Lovett
68827efc49 Update and tweak a little for run-time usage. 2005-06-16 17:27:26 +00:00
Ade Lovett
504cc3c4cc Migrate over to using gnu-{libtool,autoconf,automake} as a runtime
dependency, rather than using the build-only versioned ports, in an
almost identical manner to devel/anjuta.

Tested by:	tap on #kde-freebsd
Approved by:	lofi
2005-06-16 17:24:27 +00:00
Sergey Skvortsov
a77993d8d6 Update to 3.09 2005-06-16 11:41:12 +00:00
Vanilla I. Shu
73ef68bedc Upgrade to 0.9.10.010. 2005-06-16 09:33:22 +00:00
Ade Lovett
2145db679a Assume maintainership.
It's important to note here that these particular versions of autotools
will be left without FreeBSD-specific hacks, so that developers and IDEs
alike will be able to run in a pristine environment, ensuring
cross-platform capability.  The prefix of ${LOCALBASE}/gnu-autotools
will remain untouched, it's merely a case of ensuring that they are
kept up to date.

Approved by:	marcus
2005-06-16 05:51:35 +00:00
Sergey Matveychuk
bf96ed6687 - Fix pkg-plist
Reported by:	kris via pointyhat
2005-06-16 05:19:40 +00:00
Michael Johnson
935b2bca89 - Update to 3.11.0.1
PR:		ports/82275
Submitted by:	Ports Fury
2005-06-16 02:42:14 +00:00
Thierry Thomas
d9cfd0c5a5 Add BOUML 2.2.2, a free UML tool box allowing you to specify and
generate code in C++, Java and Idl.

BOUML is extensible, and the external tools (named plug-outs) may
be developed in C++ or Java, using BOUML for their definition as
any other program. The code generators and reverses are ones of
the pre-defined plug-outs  included in the BOUML distribution.
2005-06-15 22:41:31 +00:00
Alfred Perlstein
8aef8486ec support toggling of HARD/SOFT syscalls. 2005-06-15 21:03:03 +00:00
Greg Lewis
533210d3c2 . Update to 2.0.2.
. Use new MASTER_SITE and web page.

PR:		82276
Submitted by:	Ports Fury
2005-06-15 19:56:49 +00:00
Tilman Keskinoz
85fffa76d9 Make fetchable for pointyhat by putting a copy into my MASTER_SITES_LOCAL 2005-06-15 14:24:24 +00:00
Ade Lovett
00c2ca20f8 Pick this one up too, since it is somewhat intrinsically linked
to autotools
2005-06-15 06:48:19 +00:00
Ade Lovett
c94d76f525 All that we see or seem, is but a dream, within a dream.
Take back maintainership.  I'll be scouring the PR database shortly,
if I miss any, or someone beats me to it, please feel free to reassign
appropriately.
2005-06-15 06:28:34 +00:00
Dejan Lesjak
2552b8e5f9 Upgrade to XFree86 4.5.0.
Ports changes:
- Drop dependency on x11/wrapper. X server already contains this code
(programs/Xserver/os/utils.c rev. 3.58).
- Install default SecurityPolicy with XFree86-4-libraries, thus avoiding
plists and who-owns-what complications between different fooServer ports.
Copy default file to real one if that doesn't exist and remove both upon
uninstall if they are the same.
- Revert change to Imake.rules rev. 3.132 in devel/imake-4 port, since
couple of ports break with this change
(devel/imake-4/files/patch-Imake.rules)
- Add grehans patches for PPC [1]
- Several of directories that were previously in /etc/mtree/BSD.x11-4.dist
were moved to respective ports pkg-plists

PR:		[1] 78345, 78346, 78348, 78352, 78353, 78354, 78355, 78356
2005-06-15 02:40:03 +00:00
Jean-Yves Lefort
399502f813 [1]:
- Update to 0.19
  - Chase original master site
  - Remove WITHOUT_ADNS option, as the configure script shipped with
    0.19 does not know anything about adns
  - Replace !WITHOUT_{LUA,SQLITE} with WITH_{LUA,SQLITE}_PORT to make
    the included libraries the default choice - the INSTALL file coming
    with the distribution suggests using the bundled libraries to avoid
    problems, and as this software is still under heavy development, I
    think it should be honored
  - Add home page URL to pkg-descr

Moreover:
  - Respect ${CXXFLAGS}
  - Polish the Makefile

PR:		ports/81470 [1]
Submitted by:	Stefan Walter <sw@gegenunendlich.de> [1]
Approved by:	maintainer timeout (21 days)
2005-06-14 12:23:49 +00:00
Erwin Lansing
2e2949546d Update to 0.21 2005-06-14 09:33:42 +00:00
Jeremy Messenger
6aaf2d7870 Update to 2.10.2. 2005-06-14 02:33:50 +00:00
Sergey Matveychuk
4047b4e7ce - Wrong subdir name for fetching fixed
Reported by:	kris via pointyhat
2005-06-13 15:58:36 +00:00
Roman Bogorodskiy
1ceb792010 Update to 0.9.7.
PR:		82149
Submitted by:	Alex Kiesel <kiesel@schlund.de>
2005-06-13 09:54:32 +00:00
Thierry Thomas
3117c61541 Add ireport 0.5.0, a visual report builder/designer for
JasperReports.

Reviewed by:	hq
2005-06-12 19:21:53 +00:00
Thierry Thomas
414a0782bc Add tinylaf 1.2.1, a pluggable Look and Feel for Java. 2005-06-12 19:19:06 +00:00
Thierry Thomas
e36c8ed234 Add looks 1.3.1: the JGoodies Looks improve the appearance of your
Java applications.
2005-06-12 19:18:10 +00:00
Thierry Thomas
30ff38e70f Add jcmdline 1.0.3, a Java command line processor. 2005-06-12 19:16:37 +00:00
Craig Rodrigues
5b95e58dfa Undo previous commit, which for some reason caused .la files to
be installed only if Python was not used in the build.

Approved by:	demon (ports mentor)
2005-06-12 17:51:34 +00:00
Jean-Yves Lefort
6147af0d19 Remove empty patch.
PR:		ports/82162
Submitted by:	TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
2005-06-12 17:31:02 +00:00
Sergey Skvortsov
1866ae880f Fix build for perl-5.00503.
Pointed by:	Scott Allendorf <scott-allendorf ?? uiowa.edu>
2005-06-12 14:36:03 +00:00
Sergey Skvortsov
7418312426 Fix PORTVERSION.
Pointed by:	chkversion (kris)
2005-06-12 10:33:03 +00:00
Kirill Ponomarev
230199e849 Add WITH_LINK_SIZE knob which allows to adjust pcre internal data
structures for compilation of jumbo-sized patterns.

PR:		ports/74369
Submitted by:	David Landgren <david (at) landgren dot net>
2005-06-12 07:39:16 +00:00
Florent Thoumie
e6ca7b011a - Fix dependency (p5-PodParser -> p5-Pod-Parser) 2005-06-11 21:50:07 +00:00
Oliver Lehmann
ff9f8406eb update to 0.5.0 2005-06-11 18:10: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
Joe Marcus Clarke
1ce46ab408 Update to 2.0.14. 2005-06-11 05:23:12 +00:00
Joe Marcus Clarke
7f910f384e Use the new USE_FAM macro to dynamically choose between fam and gamin. 2005-06-11 00:56:03 +00:00
Pav Lucistnik
4c44860299 - Update to 1.5.2
PR:		ports/82086
Submitted by:	Steve Ames <steve@energistic.com>
2005-06-10 21:29:51 +00:00
Koop Mast
598c7fa206 Fix patching
Noticed by:	krion
2005-06-10 20:45:32 +00:00
Thierry Thomas
1f1dd63dd0 Upgrade to 1.2.1.
PR:		ports/80891
Submitted by:	Kay Abendroth <kay.abendroth (at) gmail.com>
Approved by:	maintainer's time-out (1 month)
2005-06-10 19:47:26 +00:00
Koop Mast
1bca7d6f9c Update to 2.6.5. 2005-06-10 19:13:37 +00:00
Jean-Yves Lefort
7228ceb545 Update to 0.1.1 2005-06-10 17:38:28 +00:00
Sam Lawrance
ceecfd8fcc Update to 1.2.a.30
PR:		ports/82119
Submitted by:	Martin Matuska <martin@matuska.org> (maintainer)
2005-06-10 15:49:04 +00:00
Sergey Skvortsov
7808fc2693 Add missed manpages.
Pointed by:	pointyhat (kris)
2005-06-10 15:24:27 +00:00