| 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)
|
|
|
|
| |
- USES -> libtool
|
|
|
|
|
| |
PR: 188334
Submitted by: Denis Generalov <gd.workbox@gmail.com>
|
| |
|
|
|
|
| |
- Define LICENSE
|
|
|
|
| |
any install target.
|
| |
|
| |
|
|
|
|
|
|
| |
the mtree (categories starting with m)
Approved by: portmgr (bdrewery)
|
|
|
|
|
|
|
|
|
|
|
| |
- Use USE_GNOME= ltverhack to correct the library version number
to what the author intended. This effectively rolls the version
number backwards, but should prevent future unneccesary version
bumps.
- Support staging
- Use options helpers
- Use new LIB_DEPENDS syntax
- Bump PORTREVISION on dependent ports
|
|
|
|
| |
mail)
|
|
|
|
|
|
|
|
|
|
| |
after r254273
- Fix a bunch of ports to properly work after this
- Mark converters/libiconv as IGNORE for systems with iconv in libc
Reviewed by: bapt
Approved by: portmgr (bapt)
Discussed with: bapt, bsam (who both contributed ideas and code)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
backends the dependency on aspell isn't necessary anymore.
- Also remove dependency on pinentry-gtk2 to allow users to install one of
the other pinentry ports.
- Remove bsd.openssl.mk hack.
PR: 180716
Approved by: ehaupt (maintainer)
|
|
|
|
|
|
| |
- Change pkgconfig:build to pkgconfig since it's the same and it's bad practice.
It accidentally slipped in during the original introduction
- Trim header
|
| |
|
|
|
|
|
|
| |
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: zeising
|
| |
|
| |
|
|
|
|
|
| |
- Pacify portlint
- Convert header
|
|
|
|
|
|
| |
PR: 173510
Submitted by: Denis Generalov <gd@rambler-co.ru>
Feature safe: yes
|
|
|
|
|
|
|
| |
first announcement of the new trimming rule and the finalized overworked
version.
Feature safe: yes
|
|
|
|
| |
- Remove deprecated header information
|
|
|
|
| |
Approved by: portmgr@ (implicit)
|
| |
|
| |
|
|
|
|
|
| |
PR: 167376
Submitted by: Denis Generalov <gd@rambler-co.ru>
|
|
|
|
|
| |
PR: 165575
Submitted by: Denis Generalov <gd@rambler-co.ru>
|
| |
|
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
| |
|
|
|
|
| |
Approved by: oliver (maintainer)
|
|
|
|
|
|
| |
- Add an entry to UPDATING
Reviewed by: tabthorpe
|
| |
|
| |
|
|
|
|
|
| |
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Most changes are just PORTREVISION and LIB_DEPENDS fixes. However, the
following ports require a patch to use the new gpgme correctly:
deskutils/kdepim3
deskutils/kdepim3
deskutils/kdepim3
deskutils/kdepim3
deskutils/kdepim4
deskutils/kdepim4
deskutils/kdepimlibs4
deskutils/kdepimlibs4
deskutils/kdepimlibs4
finance/qhacc
mail/mutt-devel
net-im/ayttm
net-im/centericq
net-im/centerim
net-im/centerim-devel
security/openvas-libnasl
These patches were submitted by various people and documented in ports/135911.
PR: ports/135911
|
|
|
|
| |
Noted by: itetcu
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
|
|
|
|
|
|
| |
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
|
| |
|
| |
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
|
|
|
|
|
| |
the PRs, I shall chase and close a few of them.
Pointyhat: ijliao
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Discussed with: kris
Approved by: portmgr (implicit)
|
|
|
|
| |
Approved by: portmgr (kris)
|
|
|
|
| |
Approved by: krion@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
| |
Bump PORTREVISION
Pointy hat to: lofi
|
| |
|
| |
|
|
|
|
| |
Noted by: pointyhat
|
|
|
|
|
| |
PR: ports/79463
Submitted by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
|
|
|
|
|
| |
PR: ports/79074
Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
|
|
|
|
|
| |
PR: ports/79074
Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
|
|
|
|
| |
Approved by: portmgr (krion)
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
- Make ports depending on it use new layout
- Bump PORTREVISION (except elmo*)
Approved by: portmgr (marcus)
|
|
|
|
| |
Forgotten by: marcus
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
mime-type declaration.
Noted By: Bill Moran <wmoran@potentialtech.com>
|
|
|
|
|
|
| |
Once more a new cache version - give it time to regenerate it after you
first entered an folder with that version.
There should/is no need to remove .sylpheed_cache files manually.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
|
| |
|
|
|
|
|
| |
Submitted by: trevor
Tested by: bento
|
|
|
|
|
|
|
| |
each other.
Bump PORTREVISION
Noted By: Sperber <sperber@gmx.at>
|
|
|
|
|
|
| |
Bump PORTREVISION
Suggested By: nork
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
by gettext.
PR: ports/58441
Submitted By: Simon Barner <barner@in.tum.de>
|
| |
|
|
|
|
|
| |
PR: 57502
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
|
| |
|
|
|
|
|
| |
# I'm not bumped port revision of them because this should not affect
# packages built on bento...
|
| |
|
|
|
|
| |
replace hardcoded share/doc/sylpheed with %%DOCSDIR%% in pkg-plist
|
|
|
|
|
|
|
|
|
|
|
| |
* kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5
* upgrade repo-copied devel/libtool14 to 1.4.3
* break out libltdl into its own separate port
* move to version-numbered binaries/scripts (ie: there is *no* 'libtool'
any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends)
Approved by: portmgr (kris) - for the bsd.port.mk hooks
Tested by: bento 4-exp builds (repeatedly)
|
| |
|
| |
|
|
|
|
| |
Approved by: alex (mentor)
|
|
|
|
| |
Approved by: alex (mentor)
|
|
|
|
| |
Approved By: alex (mentor)
|
|
|
|
| |
USE_GNOME= imlib directives.
|
|
|
|
|
| |
PR: ports/49021
Submitted by: Oliver Lehmann <lehmann@ans-netz.de> (maintainer)
|
| |
|
| |
|
|
|
|
|
| |
PR: 47898
Submitted by: Oliver Lehmann <lehmann@ans-netz.de> (maintainer)
|
|
|
|
|
|
| |
PR: ports/47701
Submitted by: KAWATA Masahiko <kawata@mta.biglobe.ne.jp>
Approved by: Oliver Lehmann <lehmann@ans-netz.de>
|
|
|
|
|
| |
PR: 47178
Submitted by: Oliver Lehmann <lehmann@ans-netz.de>
|
|
|
|
|
|
| |
PR: 46561
Submitted by: Oliver Lehmann <lehmann@ans-netz.de> (maintainer)
Reviewed by: Miguel Mendez <flynn@energyhq.homeip.net>
|
|
|
|
|
|
|
|
|
| |
- move the manual to a proper location ($DOCSDIR
[/usr/X11R6/share/doc/sylpheed] instead of /usr/X11R6/share/sylpheed)
- install manual and faq only if NOPORTDOCS isn't specified
PR: 45654
Submitted by: maintainer
|
|
|
|
|
| |
PR 45310
Submitted by: maintainer
|
|
|
|
|
|
| |
PR: 38616
Submitted by: KAWATA masahiko <kawata@mta.biglobe.ne.jp>
Approved by: Oliver Lehmann <lehmann@ans-netz.de> (maintainer)
|
|
|
|
|
| |
PR: ports/43628
Submitted by: maintainer
|
|
|
|
|
| |
PR: 42838
Submitted by: maintainer
|
| |
|
|
|
|
| |
break some of these ports, but they're definitely broken without this.
|
|
|
|
|
| |
PR: 42044
Submitted by: MAINTAINER
|
|
|
|
|
| |
PR: ports/41014
Submitted by: maintainer
|
|
|
|
|
| |
PR: 40550
Submitted by: maintainer
|
|
|
|
|
| |
PR: 39302
Submitted by: maintainer
|
|
|
|
|
| |
PR: 39067
Submitted by: maintainer
|
|
|
|
|
| |
PR: 38038
Submitted by: maintainer
|
|
|
|
|
| |
PR: 37316
Submitted by: MAINTAINER
|
|
|
|
|
| |
PR: 35713
Submitted by: maintainer
|
|
|
|
|
| |
PR: 35543
Submitted by: maintainer
|
|
|
|
|
| |
PR: 35509
Submitted by: maintainer
|
|
|
|
|
|
|
| |
- Fix dependency problem with jpilot
PR: 35069, 35040
Submitted by: maintainer, SASAKI Katuhiro <sahiro@crest.ocn.ne.jp>
|
|
|
|
|
| |
PR: 34846
Submitted by: maintainer
|
|
|
|
|
| |
PR: 34167
Submitted by: TERAMOTO Masahiro <teramoto@comm.eng.osaka-u.ac.jp>
|
|
|
|
|
| |
PR: 34090
Submitted by: maintainer
|
|
|
|
|
|
|
|
| |
- Add new include/library paths
PR: 33984
Submitted by: SASAKI Katuhiro <sahiro@crest.ocn.ne.jp>
Reviewed by: maintainer
|
|
|
|
|
| |
PR: 33708
Submitted by: maintainer
|
|
|
|
|
| |
PR: 32881
Submitted by: MAINTAINER
|
|
|
|
|
|
|
|
| |
and workarounds to get it worked with autoconf213, automake14 and so on.
- Bump PORTREVISION
PR: 32330
Submitted by: MAINTAINER
|
|
|
|
|
| |
PR: 31833
Submitted by: maintainer
|
|
|
|
| |
the later case
|
|
|
|
|
| |
PR: 31753
Submitted by: maintainer
|
|
|
|
| |
Submitted by: maintainer
|
|
|
|
|
|
|
| |
- depend on gpgme.4
PR: 31430
Submitted by: Oliver Lehmann <lehmann@ans-netz.de> (MAINTAINER)
|
|
|
|
|
| |
PR: 31181
Submitted by: MAINTAINER
|
|
|
|
|
| |
PR: 30636
Submitted by: Oliver Lehmann <lehmann@ans-netz.de>
|
|
|
|
|
|
|
| |
to off).
PR: 30302
Submitted by: Oliver Lehmann (lehmann@ans-netz.de) (MAINTAINER)
|
|
|
|
|
| |
PR: 30270
Submitted by: MAINTAINER
|
|
|
|
|
|
|
|
|
| |
- change maintainer to lehmann@ans-netz.de
- simplify how docs are installed
- reword pkg-{comment,descr}
- add noportdocs support to pkg-plist
Approved by: current maintainer
|
|
|
|
|
| |
PR: 27208
Submitted by: MAINTAINER
|
|
|
|
|
| |
PR: 26989
Submitted by: MAINTAINER
|
|
|
|
|
| |
PR: ports/26598
Submitted by: Shigetoshi Inohana <shigeri@m10.alpha-net.ne.jp>
|
|
|
|
|
| |
PR: 25924
Submitted by: MAINTAINER
|
|
|
|
|
| |
PR: 25203
Submitted by: MAINTAINER
|
|
|
|
|
|
|
| |
Note that I fixed pkg-plist.
PR: 24186
Submitted by: MAINTAINER
|
|
|
|
| |
Submitted by: bento
|
|
|
|
|
|
| |
PR: 22863
Submitted by: TOGAWA Satoshi <toga@puyo.org>
Approved by: MAINTAINER
|
| |
|
| |
|
|
|
|
|
|
| |
PR: 21622
Submitted by: Ports Fury
Approved by: MAINTAINER
|
| |
|
|
|
|
|
| |
PR: 20870
Submitted by: maintainer
|
|
|
|
|
| |
PR: 19627
Submitted by: Maintainer
|
| |
|
| |
|
| |
|
|
PR: ports/18622
Submitted by: Shigetoshi Inohana <inohana@tokai-soft.co.jp>
|