1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
Commit Graph

34 Commits

Author SHA1 Message Date
Jimmy Olgeni
258b5d44ad Fix whitespace issues (mixed tab/spaces, alignment) in a few ports. 2017-10-31 14:51:53 +00:00
John Marino
0257a492bb finance/openhbci: Document SSL requirement and fix build with LibreSSL 2016-09-11 22:14:52 +00:00
Antoine Brodin
c74aaf147a Allow building with libc++ r224926
PR:		ports/196625
Submitted by:	dim@
2015-01-09 17:55:09 +00:00
Baptiste Daroussin
2ed225dfde Cleanup plist 2014-10-27 12:39:32 +00:00
Dmitry Marakasov
a3d3c7adf5 - Switch to USES=libtool, drop .la files
- Strip libraries
- Fix build on 10.x
- Sort plist
2014-07-07 22:51:28 +00:00
Bryan Drewery
2d8b17ea39 - Remove NO_STAGE as these have been tested to be safe
With hat:	portmgr
2013-09-25 00:54:08 +00:00
Baptiste Daroussin
1c7169ab74 Add NO_STAGE all over the place in preparation for the staging support (cat: finance) 2013-09-20 17:18:38 +00:00
Stefan Eßer
d773eb47ab Fix compilation with clang. This does not fix the port, since there is a
libtool error (missing librdhfile.la) later on.
2011-12-20 18:46:05 +00:00
Martin Wilke
a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +00:00
Ade Lovett
4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +00:00
Dmitry Marakasov
c6d73b3a64 - Switch SourceForge ports to the new File Release System: categories starting with E,F 2009-08-22 00:20:34 +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
Rong-En Fan
741aa71483 Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:		126524 (obsoletes 52917)
Submitted by:	rafan
Tested on:	two pointyhat 7-amd64 exp runs (by pav)
Approved by:	portmgr (pav)
2008-08-21 06:18:49 +00:00
Rong-En Fan
f58c461e40 - Drop 4.x support 2008-07-27 15:34:36 +00:00
Kris Kennaway
ae994c8ea8 Use libtool port instead of included version to avoid objformat a.out botch 2007-02-01 02:42:05 +00:00
Cheng-Lung Sung
10ddcca177 - s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include dns/ editors/ emulators/ finance/
  games/ graphics/ maintained by ports@

PR:		ports/101916
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
2006-08-14 23:06:39 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Pav Lucistnik
7b8e2758ed - Add SHA256 2005-11-24 16:18:42 +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
Mark Linimon
e42850498c Chase mastersite.
Source:		distfile survey
2005-09-15 07:25:06 +00:00
Mark Linimon
936953b60b Reset maintainer after long period of inactivity.
Previously noticed by:	pav
Hat:			portmgr
2005-09-09 19:20:51 +00:00
Sam Lawrance
52f776d844 Update to 0.9.17.2
- Add a patch to work around detecting gcc based on contents of $CC
- IGNORE on 4.x (needs newer c++ libs)

PR:		ports/70308
Submitted by:	Frank Altpeter <frank.altpeter@gmail.com>
Approved by:	clement (mentor)
2005-05-17 08:52:02 +00:00
Tilman Keskinoz
86b8c064a9 Fix build on 5.x
PR:		75769
Submitted by:	Frerich Raabe <frerich@athame.co.uk>
2005-01-09 17:24:23 +00:00
Kris Kennaway
377caa3884 BROKEN on 5.x: Does not compile
Approved by:    portmgr (self)
2004-09-19 02:59:05 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Mark Linimon
f431c4bc90 Fix dependencies for finance/aqmoney; fix plist for those dependencies.
This should fix the build(s) on bento.

prompted by: kris
2004-01-25 04:02:44 +00:00
Tilman Keskinoz
016a71e4f7 I am not sure, why I added -pedantic 10 months ago.
With todays gcc it breaks the port on 5.x
2003-11-21 11:32:50 +00:00
Mark Linimon
6213061852 Update to current versions. PR: ports/57080 and maintainer timeout. 2003-11-11 09:03:50 +00:00
Tilman Keskinoz
a80aafb112 Fix a build problem with CURRENT. 2003-07-20 14:09:54 +00:00
Kris Kennaway
810e7f292b Add missing file and bump PORTREVISION 2003-06-09 11:19:49 +00:00
Tilman Keskinoz
b6e233dc44 Update to 0.9.9
PR:		50946
Submitted by:	maintainer
2003-04-14 15:51:54 +00:00
Kris Kennaway
13abd7ff73 Add missing file 2003-02-22 03:29:46 +00:00
Akinori MUSHA
a8edaa568e De-pkg-comment. 2003-02-21 12:06:51 +00:00
Tilman Keskinoz
f2d1dd6ec1 Add openhbci, client-side implementation of the HBCI
specification.

PR:		42601
Submitted by: 	Heiner Strauss <heiner@bilch.com>
2003-01-08 21:18:03 +00:00