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

119 Commits

Author SHA1 Message Date
Baptiste Daroussin
b564653452 Only use libevent2
Remove libevent as libevent2 is providing a good compatibility interface as well
as providing better performances.
Remove custom patches from libevent2 and install libevent2 the regular way
Mark ports abusing private fields of the libevent1 API as broken
Import a patch from fedora to have honeyd working with libevent2
Remove most of the patches necessary to find the custom installation we used to
have for libevent2

With hat:	portmgr
2014-07-24 13:32:58 +00:00
Dmitry Marakasov
387cef53bd - Finalize switch to libtool (remove USE_AUTOTOOLS=libtool)
- Strip all installed libraries (not stripped by install-strip target)
2014-07-03 12:36:11 +00:00
Baptiste Daroussin
a33191366c Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends

With hat:	portmgr
2014-06-25 05:35:31 +00:00
Dmitry Marakasov
f43acf1e5d - Drop subversion dependency (not used, breaks build by touching ~)
- Cosmetic fixes

PR:		190885
Submitted by:	amdmi3
2014-06-17 13:53:44 +00:00
Jimmy Olgeni
59e93da178 Unbreak, after I broke it on r357306.
- Fix dependency on x11-fonts/urwfonts

While I'm here:

- Add LICENSE
- Fix WWW tag in pkg-descr

Noticed by:	amdmi3
2014-06-16 20:16:14 +00:00
John Marino
d0bb05930a Reset the 99 ports still listed under sylvio@
Sylvio's last commit was 17 months ago, a full 5 months after all of his
ports could have been reset per policy.  Given the push to complete
staging (48 ports are still unstaged, something like 70+ have already
been staged by other committers) and given that PRs are automatically
assigned but never addressed, it's better just to reset all the ports and
PRs so that it's clear to others that these ports are free to maintain.

Approved by:	portmgr (implicit)
2014-06-11 18:55:29 +00:00
Dmitry Marakasov
fb1f93a73f - Switch textproc/gdome2 to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
2014-06-06 13:21:59 +00:00
Dmitry Marakasov
f507cc5b3c - Switch to USES=libtool, drop .la files
Approved by:	portmgr blanket
2014-06-06 13:13:00 +00:00
Dmitry Marakasov
fc769ba23f - Stagify
- Use new LIB_DEPENDS syntax
- Fix plist (@exec order and don't remove /var/db)

Approved by:	portmgr blanket
2014-06-05 08:20:24 +00:00
Martin Wilke
c2866e7e03 - Convert gmake,bzip2 to USES
Approved by:	portmgr
2014-05-29 12:00:30 +00:00
Niclas Zeising
39fc32e828 The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:

NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE

This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.

This patch also contains updates of libxcb and related ports, pixman, as well
as some drivers and utilities.

Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.

Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.

Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.

Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics

Thanks to:	all testers, bdrewery and the FreeBSD x11@ team
exp-run by:	bdrewery [1]
PR:		ports/187602 [1]
Approved by:	portmgr (bdrewery), core (jhb)
2014-04-16 18:28:47 +00:00
Rene Ladan
50f8eaece1 Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
2014-01-13 21:00:02 +00:00
Baptiste Daroussin
0c710c7b4e Add NO_STAGE all over the place in preparation for the staging support (cat: net) 2013-09-20 22:10:23 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Sylvio Cesar Teixeira
0d4a59a417 - Update to 5.0.1 2013-01-10 13:00:15 +00:00
Doug Barton
9aac569eaa Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
2012-08-05 23:19:36 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Sylvio Cesar Teixeira
b240caf9e4 - Chase rrdtool shlib version bump. 2012-05-07 18:52:09 +00:00
Sylvio Cesar Teixeira
65672cdf85 - Adds knob for py-mako so OP can include py-mako dependency
PR:		ports/164248
Submitted by:	scheidell@
2012-01-18 01:50:37 +00:00
Sylvio Cesar Teixeira
b959d3d904 - Fix RUN_DEPENDS (:=), mostly for portlint
- Change WITH_PCAP_PORT to LIB_DEPENDS, not BUILD_DEPENDS
- add stopdaemon to pkg-plist
- need chown in pkg-plist so that .tbz (package building) works
- clean up install message (patch-Makefile.am)
- add test in pkg-deinstall.in to test for DBDIR

PR:		ports/163682
Submitted by:	scheidell@
2012-01-14 18:00:18 +00:00
Michael Scheidell
8d89aabf09 PR: 16041
Submitted by:	scheidell
Approved by:	maintainer (sylvio, implicit), gabor (mentor)
Feature safe:	Yes
2011-11-21 00:57:36 +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
Gabor Kovesdan
2fc6a06a9b - Track dependencies after databases/gdbm update 2011-09-12 13:46:58 +00:00
Sylvio Cesar Teixeira
b352677aa7 - Update to 4.1.0 2011-08-18 23:17:11 +00:00
Sylvio Cesar Teixeira
9e7278d4e8 - Fix to RUN_DEPENDS, added dependencies rrdtool and GeoIP
PR:		ports/154800
Submitted by:	M <scheidell@secnap.net>
2011-02-21 18:53:54 +00:00
Sylvio Cesar Teixeira
b029d9e1f9 - Update to 4.0.1
Submitted by:	Jean-Baptiste Berlioz <tobe@gnagnaki.net> (via E-mail)
2011-02-11 13:34:49 +00:00
Ade Lovett
4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +00:00
Ade Lovett
6abd00a86b Punt autoconf267->autoconf268 2010-10-16 11:52:47 +00:00
Ade Lovett
7e80cde328 Round one migration of ports from automake{19,110} to automake111 2010-10-05 19:57:56 +00:00
Ade Lovett
8262a7b51d Autotools update. Read ports/UPDATING 20100915 for details.
Approved by:	portmgr (for Mk/bsd.port.mk part)
Tested by:	Multiple -exp runs
2010-09-15 18:35:24 +00:00
Martin Matuska
39b68bb4fe Update libevent to 1.4.14b
PR:		ports/147723
Approved by:	maintainer (timeout)
2010-07-25 15:39:20 +00:00
Ade Lovett
8d837132c7 Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. 2010-05-31 02:01:56 +00:00
Pav Lucistnik
852df8d980 - Mark BROKEN on 6.X: does not configure
Reported by:	pointyhat
2010-05-25 21:08:19 +00:00
Dirk Meyer
de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00
Sylvio Cesar Teixeira
8c3338eeb9 - Removed line BROKEN, the port now fetch files in Makefile and no more during build stage.
Approved by:	itetcu (mentor)
Feature safe:	yes
2010-03-01 23:49:28 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Sylvio Cesar Teixeira
b7208d05b5 - Removed dependencies of wget
- Add extra files of Makefile.am into Makefile
- Change distinfo
- BUMP PORTREVISION

Approved by:	miwi (mentor)
2010-02-02 23:29:24 +00:00
Erwin Lansing
c51cb8a3d9 Mark BROKEN: fetches files during build stage. 2010-01-30 16:25:07 +00:00
Sylvio Cesar Teixeira
0b273bfe00 - Fix to install file etter.finger.os
- Fix to problem with kevent

PR:		ports/139361
Submitted by:	Vladimir Korkodinov <viper@perm.raid.ru>
Approved by:	itetcu (mentor)
2010-01-19 21:57:44 +00:00
Sylvio Cesar Teixeira
ba072d1713 - Update my mail address to FreeBSD
Approved by:	miwi (mentor)
2009-11-27 22:52:30 +00:00
Martin Wilke
0bb78febf2 - Update to 3.3.10
- Pass maintainership to submitter

PR:		138919
Submitted by:	Sylvio Cesar <scjamorim@bsd.com.br>
Feature safe:	yes
2009-09-19 16:48:26 +00:00
Wesley Shields
1771683e1c - Reassign maintainer to ports@ 2009-09-09 19:19:13 +00:00
Dmitry Marakasov
7914161a41 - Switch SourceForge ports to the new File Release System: categories starting with N 2009-08-22 00:32:25 +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
Wesley Shields
bc3795ebe6 - Turn off a debug knob which was left on.
PR:		ports/135418
Submitted by:	Anthony Maszeroski <maszeroskia3@scranton.edu>
2009-06-22 22:59:07 +00:00
Wesley Shields
2e7714f4c3 - Remove ASDATA knob as it is no longer applicable.
My initial testing was flawed so I missed this.

PR:		ports/135377
Submitted by:	Keith Gaughan <kmgaughan@eircom.net>
2009-06-08 17:48:29 +00:00
Wesley Shields
e73a4b1817 - Update to 3.3.9.
- Remove dependencies that are no longer needed.
- Add dependency on net/GeoIP and hack around the desire for the port to fetch
  and build it's own copy.
- Cleanup pkg-descr.
2009-06-07 17:16:58 +00:00
Wesley Shields
c6eb35f215 - Mark my ports as MAKE_JOBS_SAFE (with the exception of nethack34-gnome which
is MAKE_JOBS_UNSAFE).
2009-05-09 02:46:09 +00:00
Wesley Shields
6f57902b69 Update to 3.3.8
PR:		ports/128153
Submitted by:	Michael Scheidell <scheidell@secnap.net>
2008-10-17 22:03:22 +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