| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
Notes:
svn path=/head/; revision=357486
|
|
|
|
|
|
|
|
|
|
| |
- Add USES=libtool:oldver.
- Use USES+= to fix slave port.
- Remove LATEST_LINK.
- Remove PTHREAD_CFLAGS.
Notes:
svn path=/head/; revision=355653
|
|
|
|
| |
Notes:
svn path=/head/; revision=355324
|
|
|
|
|
|
|
|
| |
PR: ports/183965
Submitted by: Alan Hicks <ahicks@p-o.co.uk> (maintainer)
Notes:
svn path=/head/; revision=333849
|
|
|
|
|
|
|
| |
mail)
Notes:
svn path=/head/; revision=327742
|
|
|
|
|
|
|
|
|
|
|
|
| |
- NOPORTDOCS -> PORT_OPTIONS:MDOCS [1]
- Convert to USES gmake
- Define DOCS option
PR: ports/181778 [1]
Submitted by: Alan Hicks <ahicks p-o.co.uk> (maintainer)
Notes:
svn path=/head/; revision=326164
|
|
|
|
|
|
|
|
| |
PR: ports/178420
Submitted by: Alan Hicks <ahicks@p-o.co.uk> (maintainer)
Notes:
svn path=/head/; revision=317712
|
|
|
|
| |
Notes:
svn path=/head/; revision=317508
|
|
|
|
|
|
|
|
|
| |
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: zeising
Notes:
svn path=/head/; revision=316662
|
|
|
|
| |
Notes:
svn path=/head/; revision=316355
|
|
|
|
|
|
|
|
|
| |
PR: ports/173968
Submitted by: Alan Hicks <ahicks@p-o.co.uk> (maintainer)
Feature safe: yes
Notes:
svn path=/head/; revision=307986
|
|
|
|
|
|
|
| |
Approved by: maintainer (priv mail)
Notes:
svn path=/head/; revision=302106
|
|
|
|
|
|
|
|
|
|
| |
- Submitter is now maintainer
PR: ports/168308
Submitted by: Alan Hicks <ahicks@p-o.co.uk> (maintainer)
Notes:
svn path=/head/; revision=297361
|
|
|
|
| |
Notes:
svn path=/head/; revision=290231
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
Notes:
svn path=/head/; revision=282282
|
|
|
|
|
|
|
|
|
|
| |
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Notes:
svn path=/head/; revision=279506
|
|
|
|
|
|
|
|
| |
The patch lives in the master port, the slave port only is affected and
therefor only this one has PORTREVISION bumped.
Notes:
svn path=/head/; revision=275632
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Main updates
------------
devel/mono-tools 2.6.2 -> 2.10
lang/mono 2.6.7 -> 2.10.2
lang/mono-basic 2.6.2 -> 2.10.2
www/mod_mono 2.6.3 -> 2.10
www/xsp 2.6.5 -> 2.10.2
x11-toolkits/libgdiplus 2.6.7 -> 2.10
Other updates
-------------
deskutils/tomboy 1.4.2 -> 1.6.1
devel/mono-addins 0.5 -> 0.6.1
devel/monodevelop 2.4 -> 2.4.2
graphics/f-spot 0.8.0 -> 0.8.2
print/pdfmod 0.9.0 -> 0.9.1
x11-toolkits/gnome-sharp20 2.24.1 -> 2.24.2
Ports marked BROKEN
-------------------
multimedia/banshee
multimedia/moonlight
PR: ports/155948
Submitted by: me
Notes:
svn path=/head/; revision=275469
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update a bunch of C# ports as well (audio/taglib-sharp, deskutils/tomboy,
devel/mono-tools, devel/monodevelop, devel/monodevelop-boo,
devel/monodevelop-database, devel/monodevelop-java, devel/monodevelop-vala,
graphics/f-spot, lang/boo [1], lang/mono-basic, mail/gmime24, gmime24-sharp,
multimedia/banshee, multimedia/banshee-mirage, multimedia/moonlight,
www/mod_mono, www/webkit-sharp, www/xsp, x11-toolkits/gnome-desktop-sharp20,
x11-toolkits/gtk-sharp20, x11-toolkits/libgdiplus).
PR: ports/143657 [1]
Submitted by: glewis [1]
Notes:
svn path=/head/; revision=255451
|
|
|
|
|
|
|
|
| |
PR: 139488
Submitted by: Sahil Tandon <sahil___tandon.net>
Notes:
svn path=/head/; revision=242650
|
|
|
|
|
|
|
|
| |
PR: 139308
Submitted by: Romain Tartiere <mono___FreeBSD.org>
Notes:
svn path=/head/; revision=242479
|
|
|
|
|
|
|
|
|
|
| |
PR: ports/138430
Submitted by: Romain Tartiere <mono@FreeBSD.org>
Approved by: maintainer timeout (mnag; 16 days)
Feature safe: yes
Notes:
svn path=/head/; revision=241553
|
|
|
|
|
|
|
|
| |
PR: ports/135973
Submitted by: Romain Tartiere
Notes:
svn path=/head/; revision=236539
|
|
|
|
| |
Notes:
svn path=/head/; revision=234941
|
|
|
|
| |
Notes:
svn path=/head/; revision=232718
|
|
|
|
|
|
|
| |
Reported by: QAT
Notes:
svn path=/head/; revision=228708
|
|
- Also update a bunch of c-sharp ports to their latest version.
- Change maintainership to mono@FreeBSD.org.
PR: ports/129724
Submitted by: Phillip Neumann, Romain Tartiere (bsd-sharp team)
Notes:
svn path=/head/; revision=227866
|