1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
Commit Graph

60 Commits

Author SHA1 Message Date
Tilman Keskinoz
82e3458778 Add CPE information
PR:		198472
Submitted by:	shun.fbsd.pr@dropcut.net
2015-03-11 08:03:00 +00:00
Tijl Coosemans
60945f0277 Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it.  Bump PORTREVISION on their dependent
ports except the ones that depend on these:

audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt

In these cases the same trick as in the recent gettext update is used.
The ports install a symlink with the old library version.  When enough
of their dependent ports have had regular updates the remaining ones can
get a PORTREVISION bump and the links can be removed.

Also remove the devel/pcre dependency from USE_GNOME=glib20.  It causes
over 2200 packages to depend on devel/pcre while less than 200 actually
link with it.  The glib20 package still depends on devel/pcre so this
should not make a difference for ports with USE_GNOME=glib20.  Also,
libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so
USE_GNOME=glib20 should not propagate it.

PR:		195724
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-12-08 16:48:38 +00:00
Antoine Brodin
23b328aaf9 Cleanup plist 2014-11-22 09:13:35 +00:00
Tilman Keskinoz
71a89ec502 Update to 0.92
PR:		192271
2014-08-09 10:02:00 +00:00
Dmitry Marakasov
331eb036a6 - Switch to USES=libtool, drop .la files
Approved by:	portmgr blanket
2014-08-06 16:21:43 +00:00
Baptiste Daroussin
ffb7170399 Modernize LIB_DEPENDS
With hat:	portmgr
2014-07-14 18:42:04 +00:00
Martin Wilke
9f8c68916c - Fix INDEX
No Points to:	brd :)
2014-02-21 01:30:20 +00:00
Baptiste Daroussin
83f65384c9 Add NO_STAGE all over the place in preparation for the staging support (cat: sysutils) 2013-09-20 23:05:58 +00:00
Andrej Zverev
7ec4b3d1a2 - convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
2013-09-16 07:47:02 +00:00
Boris Samorodov
9f7e7e1326 Introduce ICONV_CONFIGURE_ARG variable defined at Uses/iconv.mk.
It's value is "--with-libiconv-prefix=/usr/local" for systems
before 100043 with ports libiconv and to use at systems post
100043 with base iconv it's value is "" (NULL).

Co-authors:	bapt, madpilot and bsam (me)
2013-09-04 20:01:05 +00:00
Guido Falsi
642be1b81d - Make ports use the libc provided iconv implementation on 10-CURRENT
after r254273
- Fix a bunch of ports to properly work after this
- Mark converters/libiconv as IGNORE for systems with iconv in libc

Reviewed by:	bapt
Approved by:	portmgr (bapt)
Discussed with:	bapt, bsam (who both contributed ideas and code)
2013-09-04 18:06:07 +00:00
Alex Dupre
bb1f736d14 Remove unnecessary popt dependency and bump PORTREVISION.
Approved by:	maintainer
2013-05-07 15:46:15 +00:00
Baptiste Daroussin
9f1de9b900 Convert USE_NCURSES by USES=ncurses
Convert USE_READLINE by USES=readline
2013-05-06 15:34:17 +00:00
Marcus von Appen
95e7081976 - Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
  USE_GETTEXT=yes to USES=gettext while here
2013-04-27 18:25:24 +00:00
Tilman Keskinoz
beeae7d818 Fix plist
Submitted by:	ale
2012-01-19 20:14:34 +00:00
Tilman Keskinoz
7a71507429 Update to 0.83
PR:		162512
Submitted by:	"Conrad J. Sabatier" <conrads@cox.net>
Reviewed by:	rm
2012-01-18 17:35:29 +00:00
Martin Wilke
e1c6649edf - Remove WITH_FBSD10_FIX, is no longer needed 2011-11-09 15:26:04 +00:00
Martin Wilke
e481af2ba4 - Fix build on FreeBSD 10 2011-10-29 11:36:16 +00:00
Dmitry Marakasov
6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00
Koop Mast
0e682dded4 Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.

PR:		ports/159624
Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru>
2011-08-11 19:20:17 +00:00
Tilman Keskinoz
689da0a8e6 Add USE_NCURSES
PR:		157139
Submitted by:	Raphael Kubo da Costa <kubito@gmail.com>
2011-05-21 17:17:56 +00:00
Martin Wilke
a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +00:00
Tilman Keskinoz
8643d4aa4f Add LICENSE and LICENSE_FILE to my ports. 2010-05-30 17:39:07 +00:00
Koop Mast
238caa1b34 Fix packaging. Make sure we always install the cdio_cdda and cio_cdparanoia .pc
files.

Approved by:	maintainer (by email)
2009-11-29 16:17:35 +00:00
Tilman Keskinoz
2ca9e469ad Update to 0.82
Parts from:
PR:		140388
Submitted by:	lippe
2009-11-28 10:33:40 +00:00
Tilman Keskinoz
a84c747ebe - Add missing japanese manpage
PR:		136259
Submitted by:	Hiroto Kagotani <hiroto.kagotani@gmail.com>

- Grab back maintainership
- Adjust configure regex for current versions of FreeBSD (8 and 9)
- Bump PORTREVISION
2009-11-07 23:58:37 +00:00
Michael Landin
21c6ab8c93 - drop maintainership 2009-10-20 16:54:55 +00:00
Edwin Groothuis
090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00
Pav Lucistnik
e2e86ecd46 - Toggle paranoia option to default on
OK'ed by:	mich (maintainer)
2008-04-11 22:53:51 +00:00
Michael Landin
f05eeb13d1 - update to -> 0.78.2 2008-04-08 09:11:20 +00:00
Michael Landin
7ae9128891 - add get_media_changed method drives accessed via CAM(SCSI/ATAPICAM)
Submitted by:		Andriy Gapon <avg@icyb.net.ua>
2008-01-02 13:51:57 +00:00
Michael Johnson
c6887ecbf7 Chase libcddb libver bump 2007-04-16 17:28:53 +00:00
Michael Landin
05c81064ca - Use "getopt.h" , not <getopt.h>
(Also fixed upstream)

PR:		ports/108953
Submitted by:	Tuure Laurinolli <tuure@laurinolli.net>
2007-03-12 14:19:39 +00:00
Michael Landin
c4be907bd4 - Don't install false hope pkg-config files since some programs detect if
the lib is installed via pkg-config files.[1]
- s/INSTALLS_SHLIB/USE_LDCONFIG

PR:		ports/102847[1]
Submitted by:	ahze[1]
2006-09-04 14:37:15 +00:00
Michael Landin
10e4788930 - update to 0.77
- Add a cd-paranoia OPTION

PR:		97291
Submitted by:	Alexander Botero-Lowry <alex@foxybanana.com>
2006-05-24 08:41:02 +00:00
Edwin Groothuis
28dd10dcb4 Remove USE_REINPLACE from all categories starting with S 2006-05-13 04:15:53 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Edwin Groothuis
32487a10ad SHA256ify
Approved by: krion@
2006-01-24 01:06:45 +00:00
Michael Landin
b8f93039e4 - Fix support for FREEBSD_CDROM under -CURRENT
Submitted by:	Peter Jeremy <PeterJeremy@optushome.com.au>
2006-01-16 15:29:59 +00:00
Ade Lovett
54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
2005-11-15 06:52:12 +00:00
Michael Landin
c0fcf811f4 o Update to -> 0.76
o Fix whitespaces in Makefile
2005-10-04 14:15:07 +00:00
Michael Johnson
e780d155dd - Chase libversion bump in libcddb 2005-07-24 03:35:15 +00:00
Michael Landin
7970db5f9e o Update to -> 0.75
- audio volume level fix on Microsoft Windows
	- fix build when --enable-shared, --disable-static
	- CD-Text retrieval fix
	- allow the MMC timeout to be adjusted by the application
	- cd-paranoia: Add option --mmc-timeout (-m) to set MMC timeout.
  	We now check that integer arguments are integers and are within
  	range.
	- changes for libcddb 1.1.0 API change
	- remove gcc 4.0 warnings
	- miscellaneous small bug fixes, removal of questionable idioms or
	memory leak fixes
2005-07-12 12:48:30 +00:00
Michael Landin
6e40d68356 o adopt this maintainer-less port 2005-07-11 15:04:36 +00:00
Michael Landin
dd6a179982 o fix build, as latest libcddb update had API changes
patches obtained:               libcdio CVS
2005-07-11 15:00:47 +00:00
Michael Johnson
b51a934627 - Chase lib version in libcddb, bump PORTREVISION 2005-07-11 05:38:58 +00:00
Tilman Keskinoz
a3480044c3 Update to 0.74
- cdda-player fixes
- cd-drive shows MMC level
- CD Text improvements/fixes
- FreeBSD audio sub-channel time reporting fixed
2005-05-18 15:21:30 +00:00
Pav Lucistnik
a7679d4fab - libdata/pkgconfig is now included in mtree
Approved by:	marcus (portmgr hat)
2005-05-16 21:52:58 +00:00
Tilman Keskinoz
3cbb57b187 Update libcdio to 0.73.
Chase shared library version.
2005-04-20 15:51:49 +00:00
Michael Johnson
ffb87614be - Add missing pkg-config file to plist
- Utilize USE_LIBTOOL_VER to and not install libtool files
- Bump PORTREVISION
2005-02-24 13:14:49 +00:00