1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
Commit Graph

3035 Commits

Author SHA1 Message Date
Greg Lewis
1b82ba5935 . Fix a crash when opening the internal web browser.
PR:		164554
Submitted by:	Jimmy Kelley <jimmy.kelley@charter.net>
2012-01-29 00:05:11 +00:00
Pav Lucistnik
9d906496de - Mark BROKEN: RESTRICTED, and URL for manual download is dead 2012-01-21 18:36:29 +00:00
Eitan Adler
c59a3834c4 At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr
2012-01-21 17:40:15 +00:00
Tilman Keskinoz
4b5e1a0ee0 Update to 1.3.8
PR:		163382
Submitted by:	pgollucci
2012-01-19 07:46:08 +00:00
Jason Helfman
14b62dfbaa - Update stale download url
Submitted by:	Tim X <tmvfroid at gmail.com>
Approved by:	crees,rene (mentors,implicit)
2012-01-17 01:42:10 +00:00
Pav Lucistnik
2da93f17bd - Fix plist after previous commit
Reported by:	pointyhat
Pointy hat to:	gahr
2012-01-15 22:23:33 +00:00
Greg Lewis
c2880a7e11 . Update to Update 30. 2012-01-15 20:02:03 +00:00
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
2012-01-14 08:57:23 +00:00
Jason Helfman
7d9c963de9 - Add variable JDK_UPDATE_VERSION for java to 30 (current Oracle release of JDK 6)
This is largely done for java detection for browser compatibility
Please update UPDATE_VERSION for new releases

PR:	ports/163916
Submitted by:	Denny Lin <dennylin93 at hs.ntnu.edu.tw>
Approved by:	glewis, (rene, crees) (mentors,implicit)
2012-01-13 17:36:23 +00:00
Jung-uk Kim
20a20900ab - Replace hsearch_r from GNU libc with Berkeley DB from our libc.
http://hg.openjdk.java.net/bsd-port/bsd-port/hotspot/rev/f19d23da7c3e
http://hg.openjdk.java.net/bsd-port/bsd-port/hotspot/rev/cf5c383e1d33
http://hg.openjdk.java.net/bsd-port/bsd-port/hotspot/rev/f1a18ada5853

- Fix POLICY option.  It was silently enabled by default with b19 update.
2012-01-13 01:42:32 +00:00
Alex Dupre
a184030e95 Update to 1.6 release. 2012-01-10 12:18:56 +00:00
Thomas Abthorpe
e0ac1afbf4 - The proper acronym for Apache Software License 2 is really AL2
- Thanks to crees@ for generating the initial patch

PR:		ports/163521
Submitted by:	Pedro Giffuni <pfg apache.org>
Hat:		portmgr
Exp run by:	pav
2012-01-09 15:41:08 +00:00
Eitan Adler
c5d811a37d Repeated words are are hard to to find sometimes.
Approved by:	portmgr (itetcu)
2012-01-08 07:01:25 +00:00
Pietro Cerutti
f2895b183d - Better determination of run time memory constraints
PR:				ports/163793
Submitted by:  Tino Engel <tino.engel@porno-muenchen.de>
2012-01-04 16:04:46 +00:00
Jason Helfman
491567d87f - Reassignment of ECHO_MSG breaks 'make readme', so remove and reformat IGNORE.
- pet portlint
- consolidate cleanup of .orig and .bak files

PR:	ports/163254
Submitted by:	jgh (me)
Reviewed by:	rene
Approved by:	maintainer (timeout), crees (mentor)
2012-01-03 06:41:23 +00:00
Greg Lewis
8940249a6f . Fix the reinstall target by using cp rather than mv for updating the
zoneinfo files (otherwise they are no longer present during reinstall).
2012-01-03 02:49:30 +00:00
Greg Lewis
bd05fd536a . Fix the reinstall target by using cp rather than mv for updating the
zoneinfo files (otherwise they are no longer present during reinstall).

PR:		163790
Submitted by:	"A.J. Kehoe IV (Nanoman)" <cT2CTdJ6@nanoman.ca>
2012-01-03 02:43:38 +00:00
Pav Lucistnik
ae4f130d19 - Correct the usage of @dirrmtry
Reported by:	pointyhat
2012-01-02 22:28:56 +00:00
Jason Helfman
ae6ef64004 Installs built jars that were previously not installed.
* javazic.jar to generate Java timezone information files
* compilefontconfig.jar to generate Java font configuration files

PR:	ports/161946
Submitted by:	Jilles Tjoelker <jilles at stack.nl>
Reviewed by:	glewis
Approved by:	glewis, crees (mentor)
2011-12-30 06:49:15 +00:00
Jason Helfman
ad56920272 Installs built jars that were previously not installed.
* javazic.jar to generate Java timezone information files
* compilefontconfig.jar to generate Java font configuration files

PR: ports/161945
Submitted by:	Jilles Tjoelker <jilles at stack.nl>
Reviewed by: glewis
Approved by: glewis, crees (mentor)
2011-12-30 06:42:14 +00:00
Martin Wilke
2006c82a68 - Update to 3.1.2
PR:		163658
Submitted by:	Armin Pirkovitsch <armin@frozen-zone.org>
2011-12-29 15:21:04 +00:00
Greg Lewis
a1411fffe8 . Move the call to unregistervm pack to the top of the packing list.
Otherwise we've removed the files before we unregister and unregistering
  doesn't correctly remove the symlinks it created during registration.

Pointed out by:	pointyhat (courtesy of pav@)
2011-12-29 00:03:28 +00:00
Greg Lewis
73257da563 . Update to tzupdater 1.3.45 2011-12-25 05:01:32 +00:00
Greg Lewis
38688881af . Update to JDK6 Update 30.
PR:		163486
Submitted by:	scheidell@
2011-12-24 21:02:46 +00:00
Greg Lewis
c2b8b5f858 . Update to tzupdater 1.3.45. 2011-12-24 19:31:15 +00:00
Greg Lewis
59697a4550 . Update to tzupdater 1.3.45.
Submitted by:	Andrew Stadtler <astadtler@gmail.com>
2011-12-24 19:24:35 +00:00
Alex Dupre
891ea3f4f1 Update to 1.6 release. 2011-12-23 10:49:04 +00:00
Alex Dupre
0f06867aa2 Update to 4.7 release and add a workaround for GUI hanging (java bug #7027598). 2011-12-23 10:38:54 +00:00
Alex Dupre
8aa03a4f0b Update to 1.5.7 release. 2011-12-23 09:36:30 +00:00
Philip M. Gollucci
7832ddf953 - Point at the homepage consistently as defined by rubygems.org 2011-12-20 00:21:54 +00:00
Nicola Vitale
96bb2e4147 - Update to 2.2.4
Feature safe:	yes
2011-12-13 15:15:50 +00:00
Greg Lewis
80054fb31e . Fix bogus symlinks being installed as plugins rather than the actual
JARs by passing -L to rsync rather than -l.
. Bump PORTREVISION since this can cause plugin installation to fail.

Submitted by:	Wayne Sierke <ws@au.dyndns.ws>
Feature safe:	yes
2011-12-07 22:14:19 +00:00
Jung-uk Kim
0ee3fb1c26 - Update to b24. [1]
- Add x11/libXext to build dependencies. [2]
- Make portlint happy. [3]

PR:		ports/162646 [1]
		ports/156319 [2]
		ports/161985 [3]
Feature safe:	yes
2011-11-30 21:18:30 +00:00
Jung-uk Kim
3031c7157b Update to Update 29.
Feature safe:	yes
2011-11-30 19:33:19 +00:00
Greg Lewis
4eb68ac467 . Update the build and install targets used to the current recommendations.
Fixes installation of plugins by a user.

Submitted by:	tg@
Confirmed by:	Ronald Klop <ronald-freebsd8@klop.yi.org>
Feature safe:	yes
2011-11-26 21:45:18 +00:00
Martin Wilke
1fcd1568b5 - Update to 5.5
PR:		162730
Submitted by:	Armin Pirkovitsch <armin@frozen-zone.org>
Feature safe:	yes
2011-11-22 15:51:39 +00:00
Jung-uk Kim
bb4bef4870 Update to 1.1.4. 2011-11-08 17:40:22 +00:00
Chris Rees
c413b394df Make compilation from source an option-- maven downloads extra files, thus
breaking on package building.

PR:		ports/162323
Submitted by:	Rob Farmer <rfarmer@predatorlabs.net> (maintainer)
Pointyhat to:	crees
2011-11-06 17:40:59 +00:00
Doug Barton
a1b8c7234f Remove ports@ ports that have been DEPRECATED for at least 1 month
audio/shoutcast		Unfetchable; website rearranged
audio/linux-shoutcast	Unfetchable; website rearranged
chinese/scim-chewing	Does not configure
converters/py-cjkcodecs	Integrated into every python version in the tree
databases/kpogre	Does not compile
deskutils/mhc		Does not fetch
deskutils/org-mode.el6	Does not fetch
deskutils/gemcal	Does not fetch
devel/erlang-thrift	Does not build
dns/domtools		Does not fetch
editors/richtext	Does not compile
games/vultures-claw	Does not fetch
games/bomb		Does not fetch
games/lgeneral-data	Bad plist
games/linux-enemyterritory-jaymod	Does not fetch
games/xphotohunter	Does not fetch
graphics/gimpshop	Fails to patch
graphics/lightspark-devel	Does not compile
graphics/xmms-plazma	Does not fetch
graphics/py-cgkit	Does not fetch, does not compile on ia64, powerpc, or sparc64
japanese/rxvt		Does not fetch, fails to build with new utmpx
japanese/epic4		Some distfiles do not fetch
java/jde		Does not fetch
java/kaffe		Does not fetch
korean/gdick	HTMLs from the Yahoo! Korea Dictionary cannot be parsed, other runtime problems
korean/hanterm-xf86	Does not compile
korean/stardict2-dict-kr Does not fetch
lang/p5-JavaScript	Does not fetch
lang/TenDRA	Website disappeared; last release 2006, Does not compile on recent FreeBSD-9
mail/freepops		Does not build
mail/itraxp		Does not build
misc/tellico		Leaves file behind on deinstall
net/gsambad		Does not fetch
net/nocatauth-gateway	Uses a UID registered to another port
net/nocatauth-server	Uses a UID registered to another port
net/libosip2		Does not fetch
net/kmuddy		Does not fetch
net/netboot		Does not build
net-mgmt/jffnms		Does not fetch
net-p2p/frostwire	Does not fetch
net-p2p/azureus		Does not fetch
news/cleanscore		Does not fetch
news/nntpswitch		Does not fetch
news/p5-NewsLib		Does not fetch
russian/cyrproxy	Does not fetch
science/gerris		Does not fetch
security/opensaml	Does not fetch
sysutils/wmbattery	Does not fetch
sysutils/cpuburn	No more public distfiles
textproc/tei-guidelines-p4	Does not fetch
textproc/tei-p4		Does not fetch
textproc/py-hyperestraier	Does not fetch
textproc/tdtd.el	Does not fetch
textproc/tei-lite	Does not fetch
www/phpwiki13		Does not fetch
www/p5-Apache-Scoreboard	Depends on mod_perl
www/p5-B-LexInfo	Broken due the new mod_perl2 API
www/phpwiki		Does not fetch
www/smb2www		Apache13 is deprecated, migrate to 2.2.x+ now
www/spip		Checksum is changing daily
www/monkey		Does not fetch
x11-toolkits/jdic	Does not fetch
x11-toolkits/py-kde	Does not compile
2011-11-02 01:35:45 +00:00
Chris Rees
fca1fe5949 USE_ZIP is needed on 7.4 or extract fails on 0-byte files
PR:		ports/162199
Submitted by:	Rob Farmer <rfarmer@predatorlabs.net> (maintainer)
2011-11-01 17:18:30 +00:00
Doug Barton
2555968c05 audio/mp3butler Depends on audio/p5-MusicBrainz-Client which is DEPRECATED
audio/p5-MusicBrainz-Client	Disappeared from CPAN
editors/doxymacs	Depends on www/w3-4, which is DEPRECATED
graphics/libart		Does not fetch, no more public distfiles
java/jboss4		Does not build with new ant
korean/hanterm		Depends on korean/johabfonts, which is DEPRECATED, fails to build with new utmpx
korean/johabfonts	No more public distfiles, installs into /
korean/hlatex-psfonts-uhc-extra	Depends on korean/hlatex, which is DEPRECATED
korean/texinfo		Depends on korean/hlatex, which is DEPRECATED
korean/hlatex		No more public distfiles
mail/jboss-mailservices	Depends on java/jboss4, which is DEPRECATED
misc/p5-Geography-NationalGrid-TW	Depends on misc/p5-Geography-NationalGrid, which is DEPRECATED
misc/p5-Geography-NationalGrid	Disappeared from CPAN
multimedia/fxtv		Depends on multimedia/mplex, which is DEPRECATED
multimedia/mplex	Upstream disapeared and distfile is not available
net/py-timeoutsocket	Upstream disapear and distfile is no more available
textproc/p5-XML-LibRSVG	Unmaintained and not used anymore
textproc/javacc		No more public distfiles
www/w3-4/Makefile	Upstream disapeared and distfile is not available
www/commonist		Depends on textproc/javacc, which is DEPRECATED
www/newsfeed		Depends on net/py-timeoutsocket, which is DEPRECATED
x11/fbsd-icons		Upstream disapear and distfile is no more available
x11-themes/geramik	Depends on x11-toolkits/qtpixmap, which is DEPRECATED
x11-toolkits/qtpixmap	No more public distfiles
x11-wm/fvwm95-i18n	Depends on x11/fbsd-icons, which is DEPRECATED
x11-wm/fvwm95		Depends on x11/fbsd-icons, which is DEPRECATED
2011-11-01 04:34:28 +00:00
Pietro Cerutti
b5b4124da9 - Update to 7.1 beta
Release notes: http://netbeans.org/community/releases/71/relnotes.html
2011-10-27 09:00:06 +00:00
Pietro Cerutti
030c5b2582 - Update to 7.0.1
Release notes: http://netbeans.org/community/releases/70/relnotes.html
2011-10-27 08:58:07 +00:00
Wen Heping
603b18fa1b - Update to 1.0.4
- Upstream switched from ant to maven

PR:		ports/161696
Submitted by:	Rob Farmer <rfarmer@predatorlabs.net> (maintainer)
2011-10-26 02:30:38 +00:00
Doug Barton
2b1dacc826 Remove more tags from pkg-descr files fo the form:
- Name
em@i.l

or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file.
2011-10-24 04:17:37 +00:00
Greg Lewis
dd0eb6cdfe . Update to tzupdater 1.3.42. 2011-10-24 01:50:21 +00:00
Greg Lewis
afbf4d41c2 . Update to tzupdater 1.3.42. 2011-10-24 01:01:48 +00:00
Greg Lewis
624ca9334d . Update to tzupdater 1.3.42.
PR:		161874
Submitted by:	Alexey Markov <redrat@mail.ru>
2011-10-24 00:55:43 +00:00
Rene Ladan
c68a7f710f Remove expired port:
2011-10-11 java/java-tutorial: disappeared from vendor a long time ago
2011-10-23 14:20:33 +00:00
Ashish SHUKLA
8f63af93b0 - Chase editors/emacs update 2011-10-17 06:01:31 +00:00