1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
Commit Graph

34 Commits

Author SHA1 Message Date
Tijl Coosemans
4bdd97e324 math/fftw3:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove PTHREAD_CFLAGS and PTHREAD_LIBS
- Use MAKE_CMD
2014-08-31 16:36:22 +00:00
Baptiste Daroussin
d288c58062 Convert to USES=dos2unix and USES=libtool 2014-05-26 06:29:25 +00:00
Jason E. Hale
cc1292b873 - Support staging
- Use new LIB_DEPENDS syntax
2013-10-09 08:01:13 +00:00
Baptiste Daroussin
183c2ed74f Add NO_STAGE all over the place in preparation for the staging support (cat: audio) 2013-09-20 14:36:35 +00:00
Baptiste Daroussin
b1f3258488 Fix build with libc++
Submitted by:	Gustau Perez (gusi via #poudriere on freenode)
2013-09-12 21:53:45 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35: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
Eitan Adler
334eb0fc61 This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.

PR:		ports/177081
Reviewed by:	bapt
Approved by:	portmgr (miwi)
2013-03-19 13:04:30 +00:00
Eitan Adler
b7b9ec7a12 Variable that start with _ are considered private to the defining
makefile and may not be used by ports makefiles.
In addition, avoid problems should the defaults ever change.

Approved by:	portmgr (tabthorpe)
2013-03-02 03:55:25 +00:00
Jason E. Hale
7afa609aeb - Update MAINTAINER to my new FreeBSD.org address
Approved by:	makc (mentor)
2012-09-13 04:45:58 +00:00
Michael Scheidell
dfcc7d0d5e - Drop unneeded pkg-config dependency from audio/libofa
- Remove shlib versions from LIB_DEPENDS
- Add APL version 1.0 to LICENSE section (port can use APL1 or GPLv2)

PR:		ports/170216
Submitted by:	Jason E. Hale <bsdkaffee@gmail.com> (maintainer)
2012-07-29 01:09:27 +00:00
Sunpoet Po-Chuan Hsieh
649c91b19f - Fix build with curl 7.24.0: curl/types.h was removed (unused since Apr 2004)
- Pet portlint

PR:		ports/165683
Notified by:	makc
Submitted by:	sunpoet (myself)
Approved by:	Jason E. Hale <bsdkaffee@gmail.com> (maintainer)
2012-03-04 12:15:53 +00:00
Brendan Fabeny
ac39d25cb1 - update fftw3* to 3.3 [1], and adjust dependent ports
- make use of optimizations by default, where possible
(quad flavor to follow shortly, and mpi at a later date)

Suggestions and patches from:	ache, C. Burns, wen
2011-10-17 10:08:33 +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
Martin Wilke
638f685c98 - Fix Build 2011-03-25 23:14:06 +00:00
Martin Wilke
93a66d9891 - Allow build with non-base gcc [1]
- Respect CFLAGS/CXXFLAGS
- Bump PORTREVISION since port was building with -g previously

PR:		155662
Submitted by:	Jason E. Hale <bsdkaffee@gmail.com> (maintainer)
		[1] avg@
2011-03-25 10:35:37 +00:00
Martin Wilke
1e3814e1da - Update MASTER_SITES
- Add LICENSE (GPLv2)
- Mark MAKE_JOBS_SAFE
- Remove ^M in files with USE_DOS2UNIX
- Use gnomehack to fix pkgconfig directory
- Remove MD5
- Remove 4.x patches
- Bump port revision since installed header file contains ^M
- Update pkg-descr
- Take maintainership

PR:		155608
Submitted by:	Jason E. Hale <bsdkaffee@gmail.com>
2011-03-17 15:47:15 +00:00
Ade Lovett
4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +00:00
Peter Pentchev
29863648e3 Chase the ftp/curl shlib version bump. 2010-04-03 10:44:36 +00:00
Jeremy Messenger
789d75c728 -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:	marcus and kwm
Pointyhat-exp:	a few times by pav
Tested by:	pgollucci, "Romain Tartière" <romain@blogreen.org>, and
		a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:	marcus
Approved by:	portmgr
2009-08-02 19:36:34 +00:00
Mark Linimon
83556203a2 Reset alexbl@FreeBSD.org due to maintainer-timeouts and no repsonse
to email.

Hat:		portmgr
2009-08-02 08:02:03 +00:00
Pav Lucistnik
d0f33fd4a7 - Chase fftw3 update 2009-05-18 15:08:58 +00:00
Peter Pentchev
c189a6b2da Bump the version of the curl shared library after the ftp/curl update
to 7.19.2.
Bump PORTREVISION, even on the ports that do not have a versioned
dependency, since the binaries will most probably still stop working.
2009-01-23 15:43:14 +00:00
Kris Kennaway
89a0b31acd Use libtool port instead of included one to avoid objformat a.out botch 2007-01-28 09:07:47 +00:00
Peter Pentchev
64e068d25c Update the ftp/curl port to 7.16.0.
Bump PORTREVISION of all dependent ports.
Fix the build errors in the few ports that still use the long deprecated,
and now obsoleted, cURL options.

Thanks to everyone who took the time to look over the patch!

Discussed on:	-ports
2006-12-13 12:41:35 +00:00
Alexander Botero-Lowry
1e0bd18b8e - make fetchable
- USE_LDCONFIG instead of INSTALLS_SHLIB

PR:		105019
Submitted by:	Thomas Abthorpe <thomas@goodking.ca>
2006-11-03 03:49:33 +00:00
Alexander Botero-Lowry
b93f32e89c - Unbreak on gcc 4.1
Approved by:	novel (mentor, implicit)
Obtained from:	musicbrainz SVN repository
2006-10-01 02:38:27 +00:00
Alexander Botero-Lowry
5eaac8b2ca Change all my MAINTAINER lines to my new FreeBSD.org address.
Approved by:	novel
2006-09-13 03:21:38 +00:00
Renato Botelho
22b5a587fe UNBREAK: Fix build on 4.x
PR:		ports/100768
Submitted by:	Sven Berkvens-Matthijsse <sven at ilse.net>
Approved by:	Alexander Botero-Lowry <alex at foxybanana.com> (maintainer)
2006-07-24 17:24:32 +00:00
Ion-Mihai Tetcu
b8623b5729 Update to 0.9.3
PR:		99834
Submitted by:	maintainer
2006-07-06 09:05:15 +00:00
Michael Johnson
2212408e69 - Chase fftw3 libver bump 2006-05-11 15:12:06 +00:00
Edwin Groothuis
7efbf99a78 i[PATCH] audio/libofa: Mark broken on 4.x
- Broken on 4.x, mark as such

PR:		ports/95331
Submitted by:	Alexander Botero-Lowry <alex@foxybanana.com>
2006-04-05 02:54:41 +00:00
Edwin Groothuis
7930ee423b [PATCH] audio/libofa: fix expat build issue
- expat was not being detected because of a lacking CONFIGURE_ENV

PR:		ports/95212
Submitted by:	Alexander Botero-Lowry <alex@foxybanana.com>
2006-04-02 06:52:57 +00:00
Edwin Groothuis
dd86930ba1 [NEW PORT] audio/libofa: The Open Fingerprint Architecture Library
The Open Fingerprint normalizes, extracts frequencies, and
    creates an array representing the frequency data in an audio
    file.

    WWW:	http://www.musicdns.org

PR:		ports/95196
Submitted by:	Alexander Botero-Lowry <alex@foxybanana.com>
2006-04-01 12:12:08 +00:00