Commit graph

3211 commits

Author SHA1 Message Date
Ashish SHUKLA
5c30de3a0f editors/emacs-devel:
- Update to bzr snapshot 111312
- Add OPTION for LTO support
- Remove ABI versions from LIB_DEPENDS
- Fix configure command-line arguments
- Add patches to make sure it compiles with GCC 4.6+
- Add patch for compilation on FreeBSD/arm[1]

Mk/bsd.emacs.mk
- Update EMACS_VER for editors/emacs-devel

Submitted by:	kientzle[1]
2012-12-25 16:28:05 +00:00
Li-Wen Hsu
6e2fa0573b - Remove "first-installed-win" logic for automatically setting
${PYTHON_DEFAULT_VERSION}, this generates conflicting packages.

- Create symbolic links as PEP 394 [1] suggests. ${PYTHON_DEFAULT_VERSION}
  will create python and python${MAJOR_VERSION} links.  In current default,
  lang/python27 will create: python -> python2 -> python2.7

- Introduce ${PYTHON3_DEFAULT_VERSION}, which will handle bin/python3 link.
  At this point, lang/python33 will create python3 -> python3.3

- Minor cleanups
  * Trim Makefile headers
  * Remove ${OSVERSION} detection for xz, whihc is done by USE_XZ

[1] http://www.python.org/dev/peps/pep-0394/
2012-12-23 17:52:46 +00:00
Baptiste Daroussin
7308d3ed8e Fix when bsd.gcc.mk is included and USE_GCC is undefined for example in case a
port use USE_FORTRAN
2012-12-22 23:25:02 +00:00
Gerald Pfeifer
4de6b07579 Add a new form of USE_GCC, USE_GCC=yes, which generically requests
a current version of GCC.  This reduces churn for individual ports
and further increases consistency (in line with a canonical version
that we introduced with GCC_DEFAULT_VERSION earlier on and the older
USE_FORTRAN=yes).

On the way, make some comments more consistent.

Discussed with:	linimon
2012-12-22 21:35:35 +00:00
Grzegorz Blach
2d250bb95e - Update Enlightenment to 0.17.0
- Update EFL to 1.7.4
- Convert to OptionsNG

Approved by:	crees (mentor)
2012-12-22 20:54:59 +00:00
Dmitry Sivachenko
7c0f9fe801 Introduce PYTHON_MAJOR_VER variable.
Discussed on python@ a while ago.
2012-12-21 15:38:06 +00:00
Dmitry Sivachenko
c3793c1fde Port for python version 3.3.
Submitted by:	Kubilay Kocak <koobs.freebsd@gmail.com>
2012-12-20 11:55:54 +00:00
Ade Lovett
a2bc5596ff Update to 1.12.6 2012-12-19 20:27:06 +00:00
Renato Botelho
5e451ad65e Pass maintainership of qmail ports and bsd.mail.mk to bdrewery@. It was funny,
but I'm not using qmail for a long time.
2012-12-18 13:56:17 +00:00
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