1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
Commit Graph

3202 Commits

Author SHA1 Message Date
Alex Dupre
e52ff7a771 - drop support for apache 1.3
- add support for "event" mpm
- improve IGNORE message [1]

PR:		ports/173277 [1]
Submitted by:	adamw
2012-12-17 13:51:22 +00:00
Baptiste Daroussin
64cd51b378 Fix typo 2012-12-15 23:06:39 +00:00
Alexey Dokuchaev
3915e45bda - Add standard descriptions for AUDIOFILE and SOUNDTOUCH
- Consistensify descriptions for LIBEDIT and READLINE
2012-12-15 16:56:58 +00:00
Olivier Duchateau
5abc365924 - x11/libexo update to 0.10.1
- x11-fm/thunar update to 1.6.1

Approved by:	rene, miwi (mentors, implicit)
2012-12-14 19:07:36 +00:00
Florian Smeets
d26530b713 - introduce a USE_FUSE macro
- convert all fuse ports to use the new macro

The macro makes sure sysutils/fusefs-libs gets installed and depending on
fuse being in base or not it installs sysutils/fusefs-kmod.

Approved by:	portmgr (bapt)
2012-12-14 15:47:00 +00:00
Baptiste Daroussin
3b629d5544 Save RADIO and GROUP option in the pkgng manifest
Submitted by:	bdrewery
2012-12-13 21:23:52 +00:00
Alexey Dokuchaev
e2d69ca10f Add descriptions for Ghostscript, MS SQL Server, and libreadline 2012-12-13 08:09:45 +00:00
Jose Alonso Cardenas Marquez
3045ba9d9f - Add devel/fpc-fcl-extra port 2012-12-12 21:31:56 +00:00
Xin LI
a571c07ffb Avoid setting PKGNAMESUFFIX late, which in turn changes UNIQUENAME and
causes OPTIONS menu to be shown up multiple times.

As a side effect we have to make openldap24-client and
openldap24-sasl-client which we do not have a better solution at this
time.

Submitted by:	bapt (mostly)
2012-12-12 20:09:55 +00:00
Ade Lovett
e0b2e9c2be Update to 1.12.5 2012-12-12 18:49:18 +00:00
Greg Lewis
e31c370390 . Fix all of the ports which still have as a version requirement
JAVA_VERSION=1.5

  or

  JAVA_VERSION=1.5+

  The previous revision took this out as a valid version number meaning
  that we end up with the non-existent "/bin/java" as the desired JDK.

  Expand 1.5 to 1.6 and 1.5+ to 1.6 1.7 for now.  This can be reverted
  once all the ports are updated.
2012-12-11 05:11:45 +00:00
Jason Helfman
682ff4dbe0 - update libvirt to 1.0.0, and bump others for shlib change
- explictly tie to ABI version, required
- update historical headers
- add shared description for libvirt
2012-12-11 00:48:33 +00:00
Baptiste Daroussin
8b50eb57c6 Adjust the LDFLAGS from USE_NCURSES and USE_OPENSSL to fix build with clang:
This should fix most of the
"error: argument unused during compilation: '-rpath=/usr/lib:/usr/local/lib'"
2012-12-10 17:51:48 +00:00
Baptiste Daroussin
b1ccabf65d Decommissioning java 1.5 (EOLed since October 2009):
removal of the different 1.5 jre and jdk vendors

Removing outdated jdk16 vendors:
removing all the bsdjava and freebsd vendors, consider using openjdk6 or
openjsk7 instead.

Discussed with:	java (glarkin)
2012-12-10 17:18:32 +00:00
Koop Mast
1dc6a664e3 Rename USE_GSTREAMER08 to USE_GSTREAMER1. The old one is a left over from
when bsd.gstreamer.mk had support for the 0.8 Gstreamer series. The new macro
will be used for the Gstreamer 1.x framework. This isn't completly finished yet
but this allows me to drop bsd.port.mk from my patchset.

Approved by:	portmgr (bapt)
2012-12-10 12:46:43 +00:00
Baptiste Daroussin
34d5249610 Extend the options framework providing 2 new macros:
OPTIONS_RADIO: a more user friendly way to allow selecting only 0 or 1 options
               among a list of options
OPTIONS_GROUP: this macros should be used to group options by theme allowing the
               user to select 0 or N options among a list of options

With hat:	portmgr
Reviewed by:	beat
2012-12-10 10:14:05 +00:00
Boris Samorodov
625f0bdbe3 Fix the library version detection of linux-openmotif (Fedora Core
emulation at FreeBSD-7x). Thus, I'm sure it's "feature safe".

PR:		ports/174133
Submitted by:	rodrigc
Feature safe:	yes
2012-12-07 21:03:39 +00:00
Pietro Cerutti
3eaf97d9d0 - Remove 8.2 from the list of supported Tcl/Tk versions
Feature safe:	yes
Approved by:	bapt (portmgr@)
2012-12-04 09:23:13 +00:00
Alexey Dokuchaev
d9e0e349e5 Add EXIV2 and LENSFUN standard descriptions.
Feature safe:	yes
2012-11-30 08:07:06 +00:00
Baptiste Daroussin
567ce25ba3 Removed pygtk from bsd.gnome.mk
Approved by:	gnome (kwm)
Feature safe:	yes
2012-11-28 17:24:53 +00:00
Pietro Cerutti
d773fe9b01 - Add support for cloud.github.com when using USE_GITHUB
Feature safe:	yes
Approved by:	bapt (portmgr@)
2012-11-27 11:32:06 +00:00
TAKATSU Tomonari
67926320d4 - Add Archive path to MASTER_SITES to fetch archived CRAN tar ball
PR:		ports/173675
Submitted by:	tota (myself)
Approved by:	wen (maintainer)
Feature safe:	yes
2012-11-21 14:31:35 +00:00
Florian Smeets
9aafe503d0 - Update firefox and thunderbird to 17.0
- Update seamonkey to 2.14
- Update ESR ports and libxul to 10.0.11
- support more h264 codecs when using GSTREAMER with YouTube
- Unbreak firefox-esr, thunderbird-esr and libxul on head >= 1000024 [1]
- Buildsystem is not python 3 aware, use python up to 2.7 [2]

PR:		ports/173679 [1]
Submitted by:	swills [1], demon [2]
In collaboration with:	Jan Beich <jbeich@tormail.org>
Security:	d23119df-335d-11e2-b64c-c8600054b392
Approved by:	portmgr (beat)
Feature safe:	yes
2012-11-20 23:01:15 +00:00
Sofian Brabez
fe25337402 - Add shared NMAP description
Feature safe:	yes
2012-11-15 23:03:02 +00:00
Alexey Dokuchaev
e509f072ab Add SOCKS and STROKE options standard descriptions.
Feature safe:	yes
2012-11-15 14:36:42 +00:00
Steve Wills
dd14410e21 - Update lang/ruby19 to 1.9.3p327
- Document security issue in earlier versions

Security:	5e647ca3-2aea-11e2-b745-001fd0af1a4c
Feature safe:	yes
2012-11-10 04:00:41 +00:00
Florian Smeets
a7d029892c Fix a typo in a comment
Submitted by:	jlh
Feature safe:	yes
2012-11-06 23:00:51 +00:00
Boris Samorodov
5da32c1697 . update to version 1.2.15;
. trim makefile headers.
Feature safe:	yes
2012-11-06 12:49:10 +00:00
Bryan Drewery
181c332e6a - Github has renamed the internal download URL from /tarball
to /tar.gz and /legacy.tar.gz. Update to use the /legacy.tar.gz
  which continues to give the same distinfo as it did previously.
  Github support indicates they plan to continue supporting the
  old distinfo public download URL of github.com/USER/PROJECT/tarball/COMMIT
  but that using nodeload. may change at any time.

PR:		173359
Reported by:	Mickael Maillot <mickael.maillot@gmail.com>
Approved by:	portmgr (bapt)
Feature safe:	yes
2012-11-06 12:42:39 +00:00
Boris Samorodov
acff8c0bb6 . update to version 2.3.3;
. trim makefile headers.
Feature safe:	yes
2012-11-06 12:38:52 +00:00
Gerald Pfeifer
c3b86ec308 In addition to CFLAGS and LDFLAGS now also CXXFLAGS set an rpath to
the GCC run-time.

This extends revision r246991 (2010-01-02) and should not be necessary
in most cases since LDFLAGS already covers linking, but one can always
compile and link in one swoop, and this makes things consistent between
C and C++.

Feature safe:	yes
2012-11-06 00:23:43 +00:00
Grzegorz Blach
ed1ad7e1b9 - Change my email address to gblach@FreeBSD.org
- Change Makefile headers to shorter form

Feature safe:	yes
2012-11-04 13:05:04 +00:00
Steve Wills
3b83023999 - Update to 1.8.7 p371
Security:	2a093853-2495-11e2-b0c7-000d601460a4
Feature safe:	yes
2012-11-02 14:24:53 +00:00
Brendan Fabeny
958c4877b8 update University of Kent Netlib mirrors
Feature safe:	yes
2012-11-01 07:54:24 +00:00
Emanuel Haupt
c98ec1f8d5 Restore previous, speed optimized [1] order of MASTER_SITE_SOURCEFORGE.
[1] http://lists.freebsd.org/pipermail/freebsd-ports/2009-September/056783.html

Feature safe:	yes
2012-10-31 22:31:26 +00:00
Emanuel Haupt
327f80fdca Update MASTER_SITE_SOURCEFORGE
Feature safe:	yes
2012-10-31 18:11:33 +00:00
Steve Wills
be4019c82b - Update lang/ruby19 to 1.9.3.286
- Don't try to cleanup dir created by ruby-gems
- Trim headers while here

Feature safe:	yes
2012-10-31 17:01:03 +00:00
Chris Rees
a9156e3518 Choose best fit version of PostgreSQL if there is none installed.
Feature safe:	yes
2012-10-29 13:15:46 +00:00
Florian Smeets
912a7b12e4 - Update www/firefox{,-i18n} to 16.0.2
- Update seamonkey to 2.13.2
- Update ESR ports and libxul to 10.0.10
- Update nspr to 4.9.3
- Update nss to 3.14
- with GNOMEVFS2 option build its extension, too [1]
- make heap-committed and heap-dirty reporters work in about:memory
- properly mark QT4 as experimental (needs love upstream)
- *miscellaneous cleanups and fixups*

mail/thunderbird will be updated once the tarballs are available.

PR:		ports/173052 [1]
Security:	6b3b1b97-207c-11e2-a03f-c8600054b392
Feature safe:	yes
In collaboration with:	Jan Beich <jbeich@tormail.org>
2012-10-28 17:03:28 +00:00
Thomas Abthorpe
e4ad9e6cc2 - Update mirrors for KDE, Soureforge and vim
Feature safe:	yes
2012-10-26 18:49:33 +00:00
Emanuel Haupt
67fcb48d90 Cleanup some more sites based on [1]
PR:		172489 [1]
Submitted by:	nemysis <nemysis@gmx.ch>
Feature safe:	yes
2012-10-26 13:09:20 +00:00
Emanuel Haupt
c454231473 - Remove hosts that don't resolve
- Remove MASTER_SITE_GET_E entirely as not a single host resolves and it's not
  used by any port

Feature safe:   yes
2012-10-26 10:17:27 +00:00
Baptiste Daroussin
0adf8ae323 PKG_DEVEL is not there yet, this shouldn't have been committed, sorry
Feature safe:	yes
2012-10-26 08:16:17 +00:00
Baptiste Daroussin
e32eca5754 Remove GOGO option and gogo run dependencies along with gogo mp3 encoder itself
Feature safe:	yes
2012-10-26 06:33:41 +00:00
Baptiste Daroussin
73a3c66b7e Not supported upstream anymore, consider using more recent versions
Approved by:	fjoe (maintainer)
Feature safe:	yes
2012-10-26 06:23:33 +00:00
Chris Rees
d48e363274 Stop creating duplicate packages, and add CONFLICTS
Thanks to erwin for limiting the damage I caused in the meantime

Feature safe:	yes
2012-10-25 19:21:28 +00:00
Erwin Lansing
7f04abe729 Revert part of r306353 to disconnect the versioned slaves
for databases/pgtcl to fix the INDEX build.

Feature safe:	yes
2012-10-25 09:45:12 +00:00
Chris Rees
a94fa2e8d2 Add correct dependency details for postgresql9[0-2]-pgtcl
Feature safe:	yes
2012-10-24 20:49:30 +00:00
Chris Rees
bc5598db0f Add versioned slaves for databases/pgtcl; there are now packages built for
all postgresql9 versions.

Feature safe:	yes
2012-10-24 20:46:48 +00:00
Timur I. Bakeyev
a6a68c608b Adjust samba sites so that they can be used by other ports that fetch from the same origin.
Feature safe:	yes
2012-10-22 09:17:51 +00:00