1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
Commit Graph

26 Commits

Author SHA1 Message Date
Baptiste Daroussin
ca38bca4f7 Cleanup plist 2014-12-08 20:18:23 +00:00
Adam Weinberger
a84c115a09 Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 19:11:51 +00:00
Tijl Coosemans
9f8b4bcde3 Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS.  Also remove references to
  PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
  required additional patches.

Somewhat simplified a linker command line looks like:

${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}

where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us.  If possible -L and -l flags need to be
added to LIBS to make sure they appear after any -L and -l flags set by
upstream.  Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this
may appear too early on the command line causing installed libraries to
be linked in instead of freshly built ones.

Additional changes:
benchmarks/netio: Replace WITH_IPV6 with an IPV6 option.
comms/gnokii: Replace some patches with USES=pathfix.  Also remove -fPIC.
graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR.
graphics/visionworkbench: Remove FreeBSD 7 support.
multimedia/libmovtar: New LIB_DEPENDS syntax.
multimedia/opencinematools: Use standard do-build.
net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins)
net-mgmt/nagios: Remove -fPIC.
net-mgmt/nagios4: Remove -fPIC.
print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036.
security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with
ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS.  This skips a test
in configure that falsely detects pthread_mutexattr_init in our libc.
sysutils/dar: Fix iconv detection.
x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD
hack and use $CXX as linker as on other platforms.

PR:		190592
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-06-11 14:49:59 +00:00
Baptiste Daroussin
dc7daad8b0 Support stage
Remove useless desktopfileutils and intltools dependencies
Use options helpers
2014-03-24 22:14:06 +00:00
Martin Wilke
46413cf4c7 - Convert USE_BZIP/GMAKE to USES 2014-03-15 16:19:16 +00:00
Baptiste Daroussin
e04b632220 Fix properties on pkg-plist 2014-01-21 23:40:21 +00:00
Baptiste Daroussin
db5320be85 Add NO_STAGE all over the place in preparation for the staging support (cat: x11) 2013-09-20 23:43:19 +00:00
Baptiste Daroussin
d20742f0c1 Add explicit dependency on pkgconf
While here:
- trim headers
- convert USE_GMAKE to USES=gmake
2013-08-31 01:17:11 +00:00
Martin Wilke
655663cafc - Fix i18 manpages
Reported by:	pkg (DEVELOPER_MODE)
2013-06-12 13:40:53 +00:00
Alex Kozlov
e159824929 - Convert USE_GETTEXT to USES (part 3)
Approved by:	portmgr (bapt)
2013-04-24 18:10:30 +00:00
Nicola Vitale
9bdd35ef99 - Remove -Werror switch, that breaks compiling on FreeBSD-10
Pointed out by:	Ferenc Gal <gferenc88@gmail.com> (via private email)
2013-03-07 20:24:25 +00:00
Nicola Vitale
84ac8e9535 - Update to 2.3.4
- Trim header
- Add files/patch-etc__Makefile.in
2013-02-06 14:52:39 +00:00
Nicola Vitale
36417db26f - Update to 2.3.0 [1], [2]
- Remove files/patch-src__config__Run.cc
- Remove http://nivi.interfree.it/* from MASTER_SITES
- Add LICENSE (GPLv3)  [2]
- Convert to the new options framework  [2]
- Add WBARCONFIG option (default on)
- Enable the NLS option  [2]
- Set USE_GNOME to desktopfileutils, intltool
- Fix the installation path of wbar.desktop  [2]
- Fix a typo in pkg-descr

PR:		ports/168167  [1], ports/168778  [2]
Submitted by:	lbartoletti <coder at tuxfamily.org>  [1], Olivier Cochard-Labbe <olivier at cochard.me>  [2]
2012-07-11 21:40:15 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Nicola Vitale
9084120f39 - Remove sysutils/pidof from RUN_DEPENDS (replaced by pgrep)
as suggested by danfe@, because "infrastructure costs get
  higher (extra dependency to track, upgrade, etc.) which
  in turn eats time".
- Add files/patch-src__config__Run.cc
- Bump PORTREVISION
- Fix a typo in pkg-descr
2011-07-06 16:19:26 +00:00
Nicola Vitale
817f7d922c - Update to 2.2.2 [1]
- Add files/patch-configure
- Add sysutils/pidof to RUN_DEPENDS
- Add WWW site to pkg-descr
- Change MASTER_SITES
- Remove files/patch-Makefile, files/pkg-message.in

PR:		ports/156522
Submitted by:	coder.tuxfamily  <coder at tuxfamily.org> [1] (Indeed the version 2.1.1)
2011-06-30 13:34:34 +00:00
Martin Wilke
a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +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
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Dirk Meyer
eca78ec61b - bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
2009-07-31 13:57:52 +00:00
Martin Wilke
52c5d58921 - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-24 17:02:27 +00:00
Nicola Vitale
2f3b2a4cfb - Update to 1.3.3 2007-09-28 11:40:56 +00:00
Nicola Vitale
91437c5264 - Update to 1.3.1 2007-08-24 13:38:46 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Nicola Vitale
b2396e2303 - Fixed build with gcc 4.X
Approved by:	alexbl (mentor, implicit)
2007-02-06 10:08:45 +00:00
Nicola Vitale
bab5e8e804 wbar is a quick launch bar. Its fast, light and cool eye-candy.
Initially developed for Fluxbox, then tested on WindowMaker, Xfce,
Gnome, etc.

It can run on top of desktops such as xfdesktop or nautilus with
the -above-desk switch.

Approved by:	alexbl (mentor, implicit)
2007-01-17 13:00:48 +00:00