| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=517069
|
|
|
|
|
|
|
|
| |
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since.
Notes:
svn path=/head/; revision=428150
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=415499
|
|
|
|
|
|
|
|
|
|
| |
- Add some NO_ARCHes
- Fix and unsilence some installation commands
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=396018
|
|
|
|
|
|
|
| |
- Fix patch files to reflect 'make makepatch'
Notes:
svn path=/head/; revision=388320
|
|
|
|
|
|
|
| |
Approved by: bapt
Notes:
svn path=/head/; revision=375378
|
|
|
|
|
|
|
|
| |
PR: ports/195854
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Notes:
svn path=/head/; revision=374515
|
|
|
|
| |
Notes:
svn path=/head/; revision=373086
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- USES=libtool
- Use USES+= to fix slave port.
- Remove LATEST_LINK and PTHREAD_CFLAGS.
- Remove $FreeBSD$ from patch.
mail/dbmail22:
- USES=libtool.
- Remove -fPIC, PTHREAD_CFLAGS and PTHREAD_LIBS.
- Remove pre-install target. Not needed with staging.
PR: ports/189749
Notes:
svn path=/head/; revision=355751
|
|
|
|
|
|
|
|
| |
PR: ports/183966
Submitted by: Alan Hicks <ahicks@p-o.co.uk> (maintainer)
Notes:
svn path=/head/; revision=333850
|
|
|
|
|
|
|
| |
mail)
Notes:
svn path=/head/; revision=327742
|
|
|
|
|
|
|
|
|
|
|
| |
"--with-libiconv=${LOCALBASE}" at systems pre OSVERSION 100043 and "" (null)
otherwise;
. convert all ports which has CONFIGURE_ARGS=--with-libiconv=${LOCALBASE}.
Approved by: portmgr (bapt, implicit)
Notes:
svn path=/head/; revision=326444
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This update updates Glib20 to 2.36 and Gtk+ 3.8
* The gio-fam-backend port that used gamin for the GFileMonitor API is gone.
It is replaced by a GIO kqueue implementation developed as part of a NetBSD
GSoC 2011 project by Dimitry Matveev.
* Fix a bug in the glib20 Makefile so it includes -lintl in the glib-2.0
pkgconfig file [1]. This broke static linking and newer binutils.
* Add introspection USE_GNOME component which sets GI_SCANNER_DISABLE_CACHE to
prevent creation of / root/.cache dir. Defaults to build & run depend,
but :build and :run switches available.
* New x11-toolkits/pangox-compat port and companion USE_GNOME component for
pangox support which was removed from the pango port. Add it to ports still
using pangox API.
Exp-run by: bapt@
PR: ports/178958 [1]
Submitted by: emaste@ [1]
Notes:
svn path=/head/; revision=324037
|
|
|
|
|
|
|
|
| |
PR: ports/178418
Submitted by: Alan Hicks <ahicks@p-o.co.uk> (maintainer)
Notes:
svn path=/head/; revision=317707
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
| |
Approved by: maintainer (priv mail)
Notes:
svn path=/head/; revision=302106
|
|
|
|
|
|
|
|
|
|
| |
- Submitter is now maintainer
PR: ports/168307
Submitted by: Alan Hicks <ahicks@p-o.co.uk> (maintainer)
Notes:
svn path=/head/; revision=297360
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=276989
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update CONFLICTS to add gmime24
- Keep simple MASTER_SITES
- Reset PORTREVISION from slave gmime2-sharp
PR: 139489
Submitted by: Sahil Tandon <sahil___tandon.net>
Notes:
svn path=/head/; revision=242649
|
|
|
|
| |
Notes:
svn path=/head/; revision=228847
|
|
|
|
| |
Notes:
svn path=/head/; revision=218699
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
Notes:
svn path=/head/; revision=214430
|
|
|
|
|
|
|
|
|
|
| |
- Rename uudecode e uuencode to gmime-* to not conflict with userland [1]
PR: 118092 [1]
Submitted by: Rob Austein <sra___hactrn.net> [1]
Notes:
svn path=/head/; revision=211173
|
|
|
|
| |
Notes:
svn path=/head/; revision=204926
|
|
|
|
| |
Notes:
svn path=/head/; revision=196006
|
|
|
|
| |
Notes:
svn path=/head/; revision=192211
|
|
|
|
| |
Notes:
svn path=/head/; revision=189324
|
|
|
|
|
|
|
|
|
|
| |
- Fix unnecessary print [1]
PR: 106813 [1]
Submitted by: Larry Rosenman <ler___lerctr.org> [1]
Notes:
svn path=/head/; revision=185025
|
|
|
|
|
|
|
| |
gtksharp20.
Notes:
svn path=/head/; revision=177038
|
|
|
|
|
|
|
| |
- portlint(1)
Notes:
svn path=/head/; revision=170521
|
|
|
|
| |
Notes:
svn path=/head/; revision=166665
|
|
|
|
| |
Notes:
svn path=/head/; revision=160988
|
|
|
|
|
|
|
| |
Approved by: portmgr (kris)
Notes:
svn path=/head/; revision=156749
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
Submitted by: jylefort
Notes:
svn path=/head/; revision=155169
|
|
|
|
| |
Notes:
svn path=/head/; revision=154018
|
|
|
|
| |
Notes:
svn path=/head/; revision=153735
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=148323
|
|
|
|
| |
Notes:
svn path=/head/; revision=147666
|
|
|
|
|
|
|
| |
Take MAINTAINER
Notes:
svn path=/head/; revision=147500
|
|
|
|
| |
Notes:
svn path=/head/; revision=147269
|
|
|
|
|
|
|
| |
Approved by: mezz (co-mentor)
Notes:
svn path=/head/; revision=145325
|
|
|
|
|
|
|
|
|
| |
bindings to the gmime2 library.
Approved by: ahze (mentor)
Notes:
svn path=/head/; revision=144247
|
|
|
|
| |
Notes:
svn path=/head/; revision=142683
|
|
|
|
| |
Notes:
svn path=/head/; revision=141074
|