1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
Commit Graph

15123 Commits

Author SHA1 Message Date
Jason E. Hale
c622432cb7 - Update to 0.042
While here:
- Drop ABI version number from LIB_DEPENDS
- Trim Makefile header

PR:		ports/170152
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
Approved by:	makc, avilla (mentors, implicit)
Feature safe:	yes
2012-10-18 02:10:10 +00:00
Jason E. Hale
1cac091c0d - Update to 2.7.6
- Convert to new options framework

While here:
- Remove indefinite article from COMMENT
- Trim Makefile header

PR:		ports/170151
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
Approved by:	makc, avilla (mentors, implicit)
Feature safe:	yes
2012-10-18 01:52:49 +00:00
Dmitry Marakasov
d43121ae1a - Fix build in the case of path= environement variable is set
PR:		172747
Submitted by:	João Rocha Braga Filho <goffredo@gmail.com>
Feature safe:	yes
2012-10-17 17:27:46 +00:00
Baptiste Daroussin
55bbf6edc6 Convert to new options framework
PR:		ports/172436
Submitted by:	Michael Gmelin <freebsd@grem.de>
Feature safe:	yes
2012-10-16 22:36:40 +00:00
Vanilla I. Shu
6468403c79 Upgrade to 3.4.0.
Feature safe: yes
2012-10-16 14:03:02 +00:00
Olivier Duchateau
50b18cfe5f - Convert to OptionsNG
While here
- Update maintainer address
- Trim Makefile headers

Approved by:	rene, miwi (mentors)
Feature safe:	yes
2012-10-15 17:06:01 +00:00
Marcelo Araujo
a76e742e7b - Rollback to the revision r301663.
- It is necessary to keep the freetype2 path header, or it cannot build the xpdf file.
- BUMP PORTREVISION.

PR:		ports/172664 [1], ports/172634 [2]
Submitted by:	Helge Oldach <ports-xpdf-oct12@oldach.net> [1]
		Oliver Hartmann <ohartman@zedat.fu-berlin.de> [2]
Approved by:	beat (portmgr)
Feature safe:	yes
2012-10-15 08:58:10 +00:00
Dirk Meyer
851945b1eb - cleanup comments
Feature safe: yes
2012-10-13 13:39:56 +00:00
Mikhail Teterin
45c1643739 Add a patch removing two unused private fields from an internal
class. The dead fields must've been there for years, but only
clang-3.2 complains about it...

The class' composition is not exported outside the library
anyway, so there are no concerns about a known structure changing
size -- hence, no shlib number bumps or anything.

PR:		ports/172637
Submitted by:	Oliver Hartmann
Feature safe:	yes
2012-10-12 16:39:23 +00:00
Marcelo Araujo
d4d96a0bb4 - Trim header, forgotten in my previous commit.
Feature safe:	yes
2012-10-12 09:13:42 +00:00
Marcelo Araujo
d97ed92646 - Fix build and use the right path of freetype2. [1]
- Don't install xpdf on libexec when build without X support. [1]

PR:		ports/169196 [1], ports/170525 [2]
Submitted by:	Christopher <chris@imagemetrica.com> [1]
		Rainer Duffner <rainer@ultra-secure.de> [2]
Feature safe:	yes
2012-10-12 09:08:50 +00:00
Baptiste Daroussin
10eec58122 Use classic run dependency line
Hat:		portmgr
Feature safe:	yes
2012-10-11 14:58:20 +00:00
Baptiste Daroussin
d95a67af9e Dependency line should not end with a '/'
Feature safe:	yes
2012-10-11 13:03:10 +00:00
Andrej Zverev
8b040d94f2 - Remove SITE_PERL from *_DEPENDS (final part)
Approved by: portmgr@ (bapt@)
2012-10-10 16:56:07 +00:00
Sunpoet Po-Chuan Hsieh
ed8b0b3c04 - Update to 2.05
- Convert to new options framework

Changes:	http://search.cpan.org/dist/GraphViz2/CHANGES
2012-10-10 13:02:03 +00:00
Mark Linimon
a8693b8dee Force numerous ports that fail to build with clang over to instead always
rely on gcc.  The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to
accomplish this.

The ports chosen were ports that blocked 2 or more ports from building with
clang.  (There are several hundred other ports that still fail to build with
clang, even with this patch.  This is merely one step along the way.)

Those interested in fixing these ports with clang, and have clang as their
default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes.

For those who have gcc as their default compiler, this change is believed
to cause no change.

Hat:		portmgr
Tested with:	multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various
		combinations of patch/no-patch and flag settings.
2012-10-09 22:12:13 +00:00
Boris Samorodov
f545ccf085 OPTIONify the port. Add an option RESSCRIPTS for PERL resource scripts
and switch it off by default. This reduces default dependencies
from 22 to 3. The port is useful to get PNG icons from a Windows *.ico
files while building ports (as a BUILD dependency). Resource scripts
are not used there. Bump PORTREVISION.
2012-10-08 16:17:22 +00:00
Sunpoet Po-Chuan Hsieh
821ce13087 - Fix typo in MAN1
PR:		ports/172465
Submitted by:	Oliver Heesakkers <dev2@heesakkers.info>
2012-10-08 14:22:10 +00:00
Boris Samorodov
e1b6de214b . update to version 0.30.0;
. trim headers;
. remove LICENSE_FILE for the standard (GPLv3) license.
2012-10-07 20:21:35 +00:00
Olivier Duchateau
0c202330c2 - Update to 0.2.2
- Remove patch, submitted and approved by upstream

Approved by:	rene, miwi (mentors)
2012-10-07 16:04:27 +00:00
Sunpoet Po-Chuan Hsieh
d0f587932e - Update to 2.4
- Convert to new options framework
- Fix CONFIGURE_ARGS
- Cleanup Makefile
- Cosmetic change

Changes:	https://github.com/mm2/Little-CMS/blob/master/ChangeLog
2012-10-07 15:09:51 +00:00
Sunpoet Po-Chuan Hsieh
72b6519afa - Convert to new options framework
- Fix CONFIGURE_ARGS
- Cleanup Makefile
- Cosmetic change
2012-10-07 15:08:52 +00:00
Alex Kozlov
dd38e3dbc6 - Improve COMMENT
- Add secondary category multimedia
- Remove CMAKE_VERBOSE
- Bump PORTREVISION

Suggested by: bsam
Approved by: nemysis <nemysis@gmx.ch> (maintainer)
2012-10-07 12:23:07 +00:00
Carlo Strub
3e1b300f56 - Update to 0.1.4
- Convert to new options framework
- Update maintainer's e-mail address
- Cleanup COMMENT and pkg-descr

PR:		ports/172360
Submitted by:	Maxim Samsonov <xors@imap.cc> (maintainer)
2012-10-07 11:29:24 +00:00
Alex Kozlov
032814410f - Convert Makefile headers to new style
- Convert to new options framework
- Remove ABI version numbers from LIB_DEPENDS

PR:	ports/172397
Submitted by:	Oliver Heesakkers <dev2@heesakkers.info> (maintainer)
2012-10-07 10:23:23 +00:00
Alex Kozlov
7a4423b9ad - Convert Makefile headers to new style
- Add DESKTOP_ENTRIES
- Pass maintainership to nemysis <nemysis@gmx.ch>

PR:	ports/172342
Submitted by:	nemysis <nemysis@gmx.ch>
2012-10-06 21:05:12 +00:00
Max Brazhnikov
a6b1670dd2 - Update to 3.7.0.rc6 [1]
- Convert to new option framework
- Simplify do-install target by utilizing COPYTREE macro
- Strip Makefile header

PR:		ports/171879 [1]
Submitted by:	Bjoern Koenig (maintainer)
2012-10-06 18:31:39 +00:00
Eitan Adler
d95db58136 Trim the headers in the ports I maintain. 2012-10-06 14:35:45 +00:00
Guido Falsi
44c6e781ef - Update to 1.0.3
- Trim Makefile headers
2012-10-05 17:06:45 +00:00
Mikhail Teterin
b9df91e362 Upgrade from 1.2.x to 1.3.1-1 now that the upstream finally contains new
code (rather than simply updates to auto- configuration glue):

Notified by:	Steve Wills

via

PR:	ports/171812

The changes are minor, thus shared-library bump.

Fix several of the warnings, which GNU compiler missed, but clang uncovered
(which broke the build because of -Werror):

Notified by:	Andreas Nilsson, Thomas Zander
2012-10-05 04:14:40 +00:00
Marcus von Appen
ac5449e264 - Update to 1.9.0 2012-10-04 21:29:54 +00:00
Jason Helfman
54b634c84e - adjust comment and pkg-descr
- adopt optionsNG
- pass maintainership to submitter

PR:		172315
Submitted by:	nemysis@gmx.ch
2012-10-04 16:52:30 +00:00
Guido Falsi
a915abfb03 - Fix plist for NLS case
- Trim Makefile headers
- Clean up COMMENT
- Use standard description for NLS option
- Rework post-install target
- Bump PORTREVISION

PR:		ports/172302
Submitted by:	Guido Falsi <madpilot@FreeBSD.org>
Approved by:	nemysis <nemysis@gmx.ch> (maintainer, via IRC)
2012-10-03 17:46:09 +00:00
Steve Wills
2dc83000f6 - Fix build with clang
- Switch to SF mirror
- Add USE_DOS2UNIX

PR:		ports/171859
Approved by:	Iouri Ivliev <ii@any.com.ru> (maintainer)
2012-10-03 15:01:55 +00:00
Thomas Abthorpe
f09c4871a8 - Reassign to the heap at maintainer's request 2012-10-03 13:56:16 +00:00
Thomas Abthorpe
98eaecf749 - Reassign to the heap at maintainer's request 2012-10-02 19:36:52 +00:00
Andrej Zverev
43b2f3f94d - Fix typos (LICENSE is correct form inside bsd.licenses.mk).
- Removed LICENSE_FILE where is no need in this.

Spotted by:	zont@
Approved by:	portmgr (bapt@)
2012-10-02 16:40:40 +00:00
Dmitry Marakasov
bc33eda1d3 - Update to 3.1.3 2012-10-02 02:02:05 +00:00
TAKATSU Tomonari
89d84f4b7b - Remove LICENSE_FILE for well-known licenses
- Fix USE_PYTHON to -2.7 because 2.4 and 2.5 have been removed from the tree

Pointed out by:	rm@ (via private e-mail)
2012-10-01 22:01:23 +00:00
Kris Moore
43aed8923a - Fix to use "xdg-open" for the browser, instead of "netscape"
- Bump PORTREV

PR: 171554
Submitted by: Dru Lavigne <dru@FreeBSD.org>
Approved by: Maintainer timeout
2012-10-01 15:32:11 +00:00
Thomas Abthorpe
d46aafc64e - Reassign to the heap at maintainer's request 2012-10-01 14:45:16 +00:00
Guido Falsi
f014bdec6c - Update to 1.8
- Update maintainer's email
- Use xz compressed distfile
- While here, trim Makefile headers

PR:		ports/172176
Submitted by:	Erik Greenwald <erik@bz.bzflag.bz> (maintainer)
Approved by:	crees, tabthorpe (mentors, implicit)
2012-10-01 10:37:26 +00:00
Doug Barton
b5608e4d05 Without a build dep on pkgconf, configure fails 2012-10-01 07:01:04 +00:00
TAKATSU Tomonari
1adc479838 - Update to 0.7.5
- Trim WWW: line in pkg-descr
2012-09-30 20:32:35 +00:00
TAKATSU Tomonari
1df8576ee5 - Update to 0.8.2 2012-09-30 20:30:34 +00:00
TAKATSU Tomonari
a5acbce2ad - Update to 0.3.4
- Convert to new Makefile header
- Trim WWW: line in pkg-descr
2012-09-30 20:28:33 +00:00
TAKATSU Tomonari
1a2facb352 - Update to 1.1.8
- Trim WWW: line in pkg-descr
2012-09-30 20:24:49 +00:00
Ruslan Makhmatkhanov
fdca62cdcb - pass maintainership to new volonteer
while here:
- trim Makefile header
- remove indifenite article from COMMENT
- remove deprecated attribution in pkg-descr

PR:		172163
Submitted by:	Chris Petrik <c.petrik.sosa at gmail dot com>
2012-09-30 06:25:19 +00:00
Sunpoet Po-Chuan Hsieh
8f5d1497ab - Update to 2.04
- Cleanup Makefile header

Changes:	http://search.cpan.org/dist/GraphViz2/CHANGES
2012-09-30 04:08:52 +00:00
TAKATSU Tomonari
d5765cf69a - Update to 0.7-19
- Fix value of --configure-args for custom LOCALBASE
- Trim WWW: line in pkg-descr
2012-09-29 03:34:21 +00:00