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

5842 Commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
fdd462485d - Remove Author line 2013-08-29 18:06:47 +00:00
Sunpoet Po-Chuan Hsieh
9e12ae1e0f - Use single space after WWW: 2013-08-29 04:10:37 +00:00
Sunpoet Po-Chuan Hsieh
7a0285baaf - Use single space after WWW: 2013-08-29 04:08:53 +00:00
Pietro Cerutti
d34545082a - Update to 2.17.25 2013-08-27 15:40:42 +00:00
Diane Bruce
f339f50854 Update port to latest version.
PR:		ports/174129
Submitted by: 	shurd@sasktel.net (Maintainer)
2013-08-27 00:35:46 +00:00
William Grzybowski
e03cc46c4e print/qpdf: update to 4.0.1
- Update to 4.0.1 [1]
- Add LICENSE (ART20)
- Convert to new lib depends syntax
- USES gmake

PR:		ports/176398
Submitted by:	Dmitry Kazarov <d.y.kazarov mail.ru>
Approved by:	maintainer (timeout)
2013-08-21 23:23:51 +00:00
Sunpoet Po-Chuan Hsieh
c9cf6c6113 - Convert to new perl framework 2013-08-21 14:08:06 +00:00
Pietro Cerutti
486e1ec5de - Update to 2.17.24 2013-08-20 12:24:55 +00:00
Wen Heping
124cbfdfa6 - Update to 0.6.0
- Reset maintainer to ports@
2013-08-19 11:21:36 +00:00
Gerald Pfeifer
41e60477bd Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.
Right now this is a noop in the former case and a noop in the latter
case unless lang/gcc44 has been installed explicitly.

This puts a bit more emphasis on standardizing on a canonical version
"current" GCC and makes it easier to update that canonical version
by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port.

That is, USE_GCC=yes means "use a decent/modern version of GCC" without
having to worry about details.

Approved by:	portmgr (bdrewery)
2013-08-17 16:27:24 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Johan van Selst
c84041abaa Update with new version of texinfo.tex 2013-08-14 16:13:35 +00:00
Dirk Meyer
b83d7bf933 - update libdg to 2.1.0 2013-08-09 14:05:52 +00:00
Chris Rees
512b02a7c6 Only cups-base INSTALLS_ICONS
Submitted by:	Scott Allendorf <scott-allendorf@uiowa.edu>
2013-08-09 12:10:34 +00:00
Boris Samorodov
f265afcb2a . update to version 1.4.3;
. remove a patch to build with clang (it was incorporated upstream);
. take maintainership.

PR:		ports/180964
Submitted by:	bsam (me)
Approved by:	sylvio (maintainer is considered absent, did not respond to PRs for 3 months, last commit was 6+ months)
2013-08-08 12:09:50 +00:00
Andrej Zverev
693798e4b8 - Fix USES=perl5 (it can't be after pre.mk) 2013-08-05 16:03:36 +00:00
Andrej Zverev
43f0c9f153 - Convert to new perl framework
- Trim Makefile header

Approved by:	tobez@ (maintainer)
2013-08-05 15:05:29 +00:00
Chris Rees
6cc4f5292c Fix reinstall
Correct IGNORE messages

INSTALLS_ICONS

PR:		ports/174815
Submitted by:	nemysis <nemysis@gmx.ch>
Approved by:	Chris Petrik <c.petrik.sosa@gmail.com> (maintainer)
2013-08-05 10:32:31 +00:00
Mathieu Arnold
62a41b423b - Convert to new perl framework
- Remove MAKE_JOBS_SAFE=yes, it's the default.
2013-08-03 13:44:00 +00:00
Andrej Zverev
99ad912735 - Convert to new perl framework
- Trim Makefile header
2013-08-03 08:45:51 +00:00
Mathieu Arnold
4819ca343b - Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
2013-08-02 18:52:07 +00:00
Andrej Zverev
0aad97bb5c - Convert to new perl framework 2013-08-02 18:21:05 +00:00
Alexey Dokuchaev
070ff6326a Minor, last-minute fixes missed in the previous commits. 2013-07-31 09:18:07 +00:00
Pietro Cerutti
714a76679a - Update to 2.17.23 2013-07-29 08:13:51 +00:00
Alexey Dokuchaev
b7c133d65a - Unbreak the build, convert USE_GMAKE to USES
- Expand creator's name in header, touch COMMENT

Pointy hat to:	bapt (r322000)
2013-07-29 07:45:51 +00:00
Koop Mast
47fe60af4d Update to 0.9.19.
Update gmake depend
2013-07-27 10:49:39 +00:00
Rene Ladan
66fee90926 KDE3 and QT3 expired on 2013-07-01, remove these ports.
Unfortunately, this also affects some ports using QT3 as a GUI toolkit.

Changes to infrastructure files:
- bsd.kde.mk : obsolete, remove
- bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while
- CHANGES : document the removals from bsd.port.mk
- KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead)
- MOVED : add the removed ports

PR:		ports/180745
Submitted by:	rene
Approved by:	portmgr (bapt)
Exp-run by:	bapt
2013-07-26 19:19:20 +00:00
Hiroki Sato
f363c842b1 Set ${MASTERDIR} to ${.CURDIR} and use it for .include "files/foo".
Changes in r323629 broke ghostscript*-nox11.

Pointed out by:	bapt
2013-07-25 09:25:16 +00:00
Hiroki Sato
f9fc86725d Fix hidden dependency due to USE_FOO=yes after including bsd.port.pre.mk. 2013-07-25 09:03:33 +00:00
Veniamin Gvozdikov
862c06b489 - Changed my email
- Trim Makefile headers and positions name and surname within

Approved by:	eadler, rm (mentors)
2013-07-22 14:34:22 +00:00
Greg Larkin
9dac3b8f76 - Fixed build on 10-CURRENT where /usr/bin/cpp is supplied by clang. The
port now explicitly uses cpp46 which is supplied by the gcc dependency.

PR:		ports/177275
PR:		ports/177974
Submitted by:	Beeblebrox <zaphod@berentweb.com>
Submitted by:	Oliver Hartmann <ohartman@zedat.fu-berlin.de>
2013-07-19 15:15:47 +00:00
Hiroki Sato
0d3db84b17 Fix drivers.mak generation. It did not work with X11, iconv, and svgalib
device drivers after OPTIONS_{MULTI,GROUP} conversion.

Reported by:	Gert Doering
2013-07-15 17:17:01 +00:00
Martin Wilke
0c0911aab0 - Update to 2.4
PR:		180519
Submitted by:	Ports Fury
2013-07-15 14:50:56 +00:00
Pietro Cerutti
6bdc5c6ebd - Update to 2.17.22 2013-07-15 07:54:52 +00:00
Steve Wills
c1ac3aa773 - Update to 1.4.2 2013-07-13 19:40:18 +00:00
Max Brazhnikov
b70462df18 Add new port print/hplip-plugin:
Firmware and binary drivers from some HPLIP supported printers.

PR:		based on ports/173826
Submitted by:	Anish Mistry <amistry@am-productions.biz>
2013-07-13 17:51:39 +00:00
Max Brazhnikov
6b184e8052 Update to 3.13.6 2013-07-13 17:50:03 +00:00
Max Brazhnikov
35243744de Add support for HPLIP binary plugins.
The plugin is a Linux shared object, but it depends on few enough
interfaces that it can actually run unmodified on a FreeBSD system.

PR:		ports/176618
Submitted by:	thomas
2013-07-12 16:36:50 +00:00
Sunpoet Po-Chuan Hsieh
c2d1a14c7c - Update to 7.31.0
- Bump PORTREVISION for ftp/curl shlib change
- Add TEST_DEPENDS
- Convert to new options framework
- Adjust options:
  - Add COOKIES
  - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1]
  - Add GSSAPI and SPNEGO [2]
  - Remove KERBEROS4
  - Rename LIBIDN to IDN
  - Remove TRACKMEMORY [1]
- Sort option handler
- Add SLAVEDIRS: ftp/curl-hiphop
- Cosmetic change
- Cleanup Makefile header
- While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile

Changes:	http://curl.haxx.se/changes.html
PR:		ports/172325 (-exp run), ports/177369 (based on) [1]
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2]
Exp run by:	miwi
2013-07-11 16:26:26 +00:00
Rene Ladan
b9ef730527 Remove expired ports:
2013-07-11 databases/embedded_innodb: The Embedded InnoDB project was terminated a few years ago
2013-07-11 print/lyx16: Unmaintained upstream, upgrading to the 2.x series is advised
2013-07-11 security/py-crack: Superseded by security/py-cracklib
2013-07-11 09:33:29 +00:00
Baptiste Daroussin
29bca43beb Mark as job unsafe (fails with -j24)
Convert to USES=gmake
2013-07-10 11:45:24 +00:00
Baptiste Daroussin
6ddba7e401 Mark job unsafe and convert to USES=gmake 2013-07-10 11:08:54 +00:00
Baptiste Daroussin
b8b1394bdd Convert from USE_MOTIF to USES=motif 2013-07-10 07:40:18 +00:00
Baptiste Daroussin
942c2a28be Convert from USE_MOTIF to USES=motif
While here:
- Trim headers
- Convert USE_GMAKE to USES=gmake
- Remove indefinite article from comment
2013-07-10 07:00:44 +00:00
Pietro Cerutti
078565c988 - Update to 2.17.21 2013-07-09 07:12:32 +00:00
Baptiste Daroussin
4f9800667d Convert remanent USE_PKGCONFIG to USES=pkgconfig
While here convert:
USE_ICONV -> USES=iconv
USE_GMAKE -> USES=gmake
USE_GNOME=gnomehack -> USES=pathfix
some post-patch to USES=pathfix
2013-07-06 07:59:09 +00:00
Raphael Kubo da Costa
554e0c79c9 Update the KDE Software Compilation to 4.10.5.
Proudly brought to you by the KDE on FreeBSD team. We're sorry to ship two
KDE updates in just a few days, but the work on 4.10.5 was very light
compared to 4.10.4 so it was ready much faster.

The release announcement can be found in [1].
[1] http://www.kde.org/announcements/announce-4.10.5.php

The biggest news for us on FreeBSD is that the Ruby bindings should work
with Ruby 1.9 now.

I will probably add a note to UPDATING later about this, but as avilla@
pointed out, the clang support we mentioned that was improved in 4.10.4
requires a rebuild of the ports that depend on kdelibs4. Most of them are
covered by this update, but those which are not part of the Software
Compilation need to be rebuilt manually to make sure the previous issues
(proper symbol visibility being the most annoying of them) are solved.
2013-07-04 23:34:32 +00:00
Raphael Kubo da Costa
18ff93d1a7 Update to KDE SC 4.10.4, proudly presented by the KDE on FreeBSD team.
With commits from avilla@, makc@, rakuco@ and Schaich Alonso.

The upstream announcement can be found in [1].
[1] http://www.kde.org/announcements/announce-4.10.4.php

clang support should be more stable now, with clang being recognized by
kdelibs4 and being passed the correct flags to build other ports.
Additionally, all ports being committed have been verified to build with
-CURRENT's clang 3.3 on an amd64 tinderbox (special thanks go to swills@ for
providing it).

Work on the newly-released 4.10.5 will begin shortly.
2013-07-02 19:04:18 +00:00
Pawel Pekala
aaef4f0e0f - Update to version 3.40
- Hand maintainership to submitter

PR:		ports/180079
Submitted by:	Danilo Egea Gondolfo <danilogondolfo@gmail.com>
2013-06-29 10:05:00 +00:00
Baptiste Daroussin
0d25d6e76d Remove USE_IMAKE leftover 2013-06-29 08:58:31 +00:00