non port: print/a2ps/Makefile |
Number of commits found: 40 |
Sunday, 20 Aug 2023
|
00:53 Yasuhiro Kimura (yasu)
editors/emacs: Update to 29.1
* Update Canna patch to the one for Emacs 29.
* Add new options PGTK, SQLITE3, TREESITTER and WEBP. SQLITE3 and
TREESITTER are ON by default. PGTK and WEBP options are excluded
from nox flavor.
* CARGO option doesn't imply XFT but prevents it. It is caused as a
result of adding pure GTK support (PGTK option).
* OTK options doesn't imply XTF any more. It is also caused as a
result of adding pure GTK support.
* Update NATIVECOMP option so it specifies ahead-of-time compilation
via the configure argument.
* Remove "experimental" from NATIVECOMP_DESC.
* Add print/freetype2 and x11-fonts/fontconfig to CAIRO_LIB_DEPENDS
and GTK3_LIB_DEPENDS. Necessary to link emacs binary with shared
libraries.
* When PGTK option is ON and SCROLLBARS is OFF, configure fails as
following
----------------------------------------------------------------------
checking for gnutls >= 2.12.2... yes
checking for jansson >= 2.7... yes
checking for tree-sitter >= 0.20.2... yes
checking for libkqueue... no
checking for library containing kqueue... none required
configure: error: Non-toolkit scroll bars are not implemented for your system
----------------------------------------------------------------------
So add SCROLLBARS to PGTK_IMPLIES to avoid such options setting.
* When MODULES option is OFF and TREESITTER is ON, link error happens
as following.
----------------------------------------------------------------------
cc -o temacs.tmp \
-Demacs -I. -I. -I../lib -I../lib -I/usr/local/include
-I/usr/local/include/librsvg-2.0 -I/usr/local/include/glib-2.0
-I/usr/local/lib/glib-2.0/include -I/usr/local/include
-I/usr/local/include/gdk-pixbuf-2.0 -pthread -I/usr/local/include/cairo
-I/usr/local/include/pixman-1 -I/usr/local/include/freetype2
-I/usr/local/include/libpng16 -D_THREAD_SAFE -I/usr/local/include/libpng16
-I/usr/local/include/libxml2 -I/usr/local/include/dbus-1.0
-I/usr/local/lib/dbus-1.0/include -I/usr/local/include -D_THREAD_SAFE
-I/usr/local/include -D_THREAD_SAFE -I/usr/local/include -D_THREAD_SAFE
-I/usr/local/include -D_THREAD_SAFE -I/usr/local/include
-I/usr/local/include/webp -I/usr/local/include -I/usr/local/include
-I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -pthread
-I/usr/local/include -I/usr/local/include/glib-2.0
-I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2
-I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include
-I/usr/local/include/freetype2 -I/usr/local/include/libpng16
-I/usr/local/include/harfbuzz -I/usr/local/include/freetype2
-I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include/glib-2.0
-I/usr/local/lib/glib-2.0/include -MMD -MF deps/.d -MP -I/usr/local/include
-I/usr/local/include -I/usr/local/include -I/usr/local/include/p11-kit-1
-I/usr/local/include/cairo -I/usr/local/include -I/usr/local/include/glib-2.0
-I/usr/local/lib/glib-2.0/include -I/usr/local/include/pixman-1
-I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -D_THREAD_SAFE
-Wno-switch -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes
-Wno-unknown-pragmas -Wno-initializer-overrides -Wno-tautological-compare
-Wno-tautological-constant-out-of-range-compare -O2 -pipe
-fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2
-pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing
-isystem /usr/local/include -fstack-protector-strong -L/usr/local/lib
-L/usr/local/lib \
dispnew.o frame.o scroll.o xdisp.o menu.o xmenu.o window.o charset.o
coding.o category.o ccl.o character.o chartab.o bidi.o cm.o term.o terminal.o
xfaces.o xterm.o xfns.o xselect.o xrdb.o xsmfns.o xsettings.o dbusbind.o
emacs.o keyboard.o macros.o keymap.o sysdep.o bignum.o buffer.o filelock.o
insdel.o marker.o minibuf.o fileio.o dired.o cmds.o casetab.o casefiddle.o
indent.o search.o regex-emacs.o undo.o alloc.o pdumper.o data.o doc.o editfns.o
callint.o eval.o floatfns.o fns.o sort.o font.o print.o lread.o syntax.o
bytecode.o comp.o process.o gnutls.o callproc.o region-cache.o sound.o
timefns.o atimer.o doprnt.o intervals.o textprop.o composite.o xml.o lcms.o
kqueue.o profiler.o decompress.o thread.o systhread.o sqlite.o treesit.o
itree.o xfont.o ftfont.o ftcrfont.o hbfont.o fontset.o fringe.o image.o
xgselect.o json.o terminfo.o lastfile.o ../lib/libgnu.a
../oldXMenu/libXMenu11.a -ltiff -ljpeg -L/usr/local/lib -lpng16 -lgif
-L/usr/local/lib -lwebpdemux -lwebpdecoder -lSM -lICE -lX11 -lXrender
-L/usr/local/lib -lrsvg-2 -lm -lgio-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0
-lglib-2.0 -lintl -lcairo -lrt -L/usr/local/lib -ldbus-1 -lexecinfo
-L/usr/local/lib -lXrandr -L/usr/local/lib -lXinerama -L/usr/local/lib
-lXfixes -lXext -lXext -L/usr/local/lib -lxml2 -lutil -L/usr/local/lib
-lcairo -lncurses -L/usr/local/lib -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl
-L/usr/local/lib -lgobject-2.0 -lglib-2.0 -lintl -L/usr/local/lib -lfreetype
-L/usr/local/lib -lfontconfig -lfreetype -L/usr/local/lib -lharfbuzz
-L/usr/local/lib -lgnutls -lpthread -L/usr/local/lib -llcms2
-llcms2_fast_float -llcms2_threaded -lm -lz -L/usr/local/lib -ljansson
-lgmp -L/usr/local/lib -lXi -L/usr/local/lib -ltree-sitter -lsqlite3
-lXcomposite -lXext
ld: error: undefined symbol: dynlib_error
>>> referenced by treesit.c
>>> treesit.o:(treesit_load_language)
>>> referenced by treesit.c
>>> treesit.o:(treesit_load_language)
>>> referenced by treesit.c
>>> treesit.o:(treesit_load_language)
>>> referenced 1 more times
ld: error: undefined symbol: dynlib_sym
>>> referenced by treesit.c
>>> treesit.o:(treesit_load_language)
ld: error: undefined symbol: dynlib_open
>>> referenced by treesit.c
>>> treesit.o:(treesit_load_language)
cc: error: linker command failed with exit code 1 (use -v to see invocation)
----------------------------------------------------------------------
So add MODULES to TREESITTER_IMPLIES to avoid such options setting.
* Bump PORTREVISION of ports that use "USES=emacs".
ChangeLog: https://git.savannah.gnu.org/cgit/emacs.git/tree/etc/NEWS?h=emacs-29.1
Reviewed by: ashish, jrm
Differential Revision: https://reviews.freebsd.org/D41444
ba4eb3a |
Monday, 24 Jul 2023
|
08:46 Dirk Meyer (dinoex)
print/a2ps: update to 4.15.5
4e9d83e |
Friday, 14 Apr 2023
|
15:17 Dirk Meyer (dinoex)
print/a2ps: update to 4.15.4
60b5594 |
Wednesday, 29 Mar 2023
|
15:15 Dirk Meyer (dinoex)
nt/a2ps: fix option I18N
PR: 270517
b0eefcb |
Tuesday, 28 Mar 2023
|
04:58 Dirk Meyer (dinoex)
print/a2ps: update WWW
c01f910 |
Monday, 27 Mar 2023
|
19:43 Dirk Meyer (dinoex)
print/a2ps: update to 4.15.3
fa5c186 |
Wednesday, 30 Nov 2022
|
07:06 Yasuhiro Kimura (yasu)
editors/emacs-devel: Update to 2022-11-28 snapshot
Bump PORTREVISION of consumers as EMACS_VER is changed to 30.0.50.
Changes: https://github.com/emacs-mirror/emacs/compare/51589f81...7939184f
ea66012 |
Wednesday, 21 Sep 2022
|
07:48 Yasuhiro Kimura (yasu)
editors/emacs: Update to 28.2
* Remove FCITXPATCH option as extra-patch-src_xfns.c can't be applied
since 28.1.
* Tidy up Makefile with portfmt.
* Bump PORTREVISION of consumers.
ChangeLog: https://www.gnu.org/software/emacs/news/NEWS.28.2
PR: 266454
Exp-run by: antoine
Reviewed by: ashish, jrm
Differential Revision: https://reviews.freebsd.org/D36613
164249e |
Wednesday, 7 Sep 2022
|
21:10 Stefan Eßer (se)
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Wednesday, 20 Jul 2022
|
14:22 Tobias C. Berner (tcberner)
print: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com>
* Alexander Vereeken <Alexander88207@protonmail.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alonso Cardenas Marquez <acm@FreeBSD.org>
* Andreas Klemm <andreas@FreeBSD.org>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Anish Mistry <amistry@am-productions.biz>
* Anton Berezin <tobez@tobez.org>
* Bruce M Simpson <bms@FreeBSD.org>
* Bruce M. Simpson <bms@FreeBSD.org>
* CHOI Junho <cjh@FreeBSD.org>
* Chuck Robey <chuckr@FreeBSD.org>
* D'Arcy Cain <darcy@druid.net>
* David O'Brien (obrien@NUXI.com)
* David O'Brien <obrien@FreeBSD.org>
* David O'Brien <obrien@cs.ucdavis.edu>
* Dima Dorfman <dima@unixfreak.org>
* Dmitry Kazarov <d.y.kazarov@mail.ru>
* Dmitry Sivachenko <dima@Chg.RU>
* Emanuel Haupt <ehaupt@FreeBSD.org>
* Fabiano Sidler <fabianosidler@swissonline.ch>
* Fernan Aguero <fernan.aguero@gmail.com>
* Fernan Aguero <fernan@iib.unsam.edu.ar>
* Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
* Golyashov Sergey <svvord@soft-wizard.ru>
* Gvozdikov Veniamin <g.veniamin@googlemail.com>
* Hideaki Ohmon <ohmon@tom.sfc.keio.ac.jp>
* Igor Pokrovsky <tiamat@comset.net>
* James Bailie <jimmy@mammothcheese.ca>
* Jean-Marc Zucconi <jmz@FreeBSD.org> and David O'Brien <obrien@FreeBSD.org>
* Jean-Sebastien Roy <js@jeannot.org>
* Joe Marcus Clarke <marcus@FreeBSD.org>
* Joel Sutton <jsutton@bbcon.com.au>
* Joerg Wunsch <joerg@FreeBSD.org>
* Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
* Jose Jachuf <jjachuf@gmail.com>
* Joseph Koshy <jkoshy@FreeBSD.org>
* Juergen Lock <nox@jelal.kn-bremen.de>
* Jui-Nan Lin <jnlin@freebsd.cs.nctu.edu.tw>
* KANOU Hiroki <kanou@khdd.net>
* KATO Tsuguru <tkato@prontomail.com>
* Kapil Chowksey
* Kentaro Inagaki <JBD01226@niftyserve.ne.jp>
* Kimura Fuyuki <fuyuki@hadaly.org>
* Klemm <andreas@klemm.gtn.com>
* Koop Mast <kwm@FreeBSD.org>
* Kozlov Sergey <kozlov.sergey.404@gmail.com>
* Lars Koeller
* Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
* Mark Pulford <mark@kyne.com.au>
* Mark Reidel <ports@mark.reidel.info>
* Martin Dieringer <martin.dieringer@gmx.de>
* Martin Kammerhofer
* Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
* Martin Ranne <gasp@ridcully.dnsalias.org>
* Matthew Hunt <mph@pobox.com>
* Maxim Loginov <Zeliboba@mail.ru>
* Michael Johnson <ahze@FreeBSD.org>
* Michael Moll <kvedulv at kvedulv.de>
* Michael Nottebrock <lofi@FreeBSD.org>
* Mike Meyer <mwm@mired.org>
* Mikhail Teterin
* Mita Yoshio <mita@FreeBSD.org>
* Nicola Vitale <nivit@email.it>
* Oliver Braun <obraun@informatik.unibw-muenchen.de>
* Oliver Breuninger <ob@seicom.NET>
* Olivier Cochard-Labbe <olivier@FreeBSD.org>
* Patrick Dung (patrick_dkt@yahoo.com.hk)
* Patrick Powell <papowell@astart.com>
* Pedro Giffuni
* Philip M. Gollucci <pgpollucci@p6m7g8.com>
* Piotr Kubaj <pkubaj@anongoth.pl>
* Po-Chuan Hsieh <sunpoet@FreeBSD.org>
* Robert Withrow <witr@rwwa.com>
* Romain Tartiere <romain@FreeBSD.org>
* Satoshi Asami <asami@FreeBSD.org>
* Satoshi TAOKA <taoka@FreeBSD.org>
* Satoshi Taoka <taoka@FreeBSD.org>
* Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw>
* Simon 'corecode' Schubert <corecode@corecode.ath.cx>
* Simun Mikecin <numisemis@yahoo.com>
* Stefan Esser <se@FreeBSD.org>
* Stefan Hagen <ports@textmail.me>
* Stephen Fisher
* Steve Wills <swills@FreeBSD.org>
* Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
* TAKATSU Tomonari <tota@FreeBSD.org>
* Thierry Thomas <thierry@pompo.net>
* Thomas Gellekum <tg@FreeBSD.org>
* Tim McCormick <tim@pcbsd.org>
* Tomokatsu SAITO <saito@a2z.co.jp>
* Veniamin Gvozdikov <vg@FreeBSD.org>
* Wen Heping <wenheping@gmail.com>
* Yuichiro AIZAWA <yaizawa@mdbl.sfc.keio.ac.jp>
* amistry@am-productions.biz
* andrew@scoop.co.nz
* arved
* brett@peloton.physics.montana.edu
* chuckr@FreeBSD.org
* cjm2
* dbader@eece.unm.edu
* dgilbert@velocet.ca
* e-masson@kisoft-services.com
* eserte@cs.tu-berlin.de
* gahr
* giffunip
* hrs
* ijliao
* jmz
* joerg
* johans
* jseger@FreeBSD.org
* kline
* ljo
* lofi@FreeBSD.org
* martin.dieringer@gmx.de
* mwest@uct.ac.za
* oly@world.std.com
* patrick, trevor
* smace@FreeBSD.org
* spcoltri@unm.edu
* tg@FreeBSD.org
* tobez
* wenheping@gmail.com
With hat: portmgr
51879c9 |
Monday, 14 Mar 2022
|
10:06 Dirk Meyer (dinoex)
print/a2ps: use safer patches and comment CVEs
4b378d2 |
Tuesday, 15 Feb 2022
|
10:09 Dirk Meyer (dinoex)
print/a2ps: add more patches
93aaced |
Friday, 1 Oct 2021
|
22:55 Joseph Mingrone (jrm)
*: Chase new major version (29) of editors/emacs-devel
Differential Revision: https://reviews.freebsd.org/D32258
126e3bb |
Tuesday, 7 Sep 2021
|
20:07 Dirk Meyer (dinoex)
print/a2ps: Fix build for 13-STABLE
PR: 258091
ff63836 |
19:53 Dirk Meyer (dinoex)
print/a2ps: Fix build for CURRENT
75237f0 |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Friday, 26 Mar 2021
|
00:40 jrm
editors/emacs: Update to 27.2
This is a bug-fix release with no new features.
https://www.gnu.org/software/emacs/news/NEWS.27.2
Reviewed by: ashish
Differential Revision: https://reviews.freebsd.org/D27700
 |
Wednesday, 12 Aug 2020
|
18:30 jrm
editors/emacs: Update to version 27.1
Please refer to the 20200811 UPDATING entry when upgrading
dependent (*-emacs26-*) ports.
Port changes:
- depend on math/gmp
- match upstream by turning CAIRO, HARFBUZZ, and JSON options and on and
turning MAGICK off by default
- remove OPENMP check for graphics/ImageMagick as the openmp is now
included in base
- update EMACS_VER in Mk/Uses/emacs.mk
- bump USES=emacs ports or remove BROKEN for net-im/jabber.el and
deskutils/howm, which now build
Submitted by: HIROSE Yuuji <yuuji@gentei.org> (canna patch)
Reviewed by: ashish
Differential Revision: https://reviews.freebsd.org/D23966
 |
Thursday, 30 May 2019
|
07:50 tobik
print/a2ps: Do not install files for xemacs
It was removed in 2014.
 |
Saturday, 10 Nov 2018
|
18:12 bapt
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816
 |
Thursday, 31 May 2018
|
01:18 jrm
USES=emacs ports: Bump PORTREVISION for editors/emacs 26.1 upgrade
Or, mark ports that fail to build as BROKEN.
https://lists.freebsd.org/pipermail/freebsd-ports/2018-May/113518.html
 |
Thursday, 1 Feb 2018
|
18:03 jrm
Flavorize and modernize Emacs ports
- Convert USE_EMACS to USES=emacs
- Remove editors/emacs-nox11 (refer to nox flavors of editors/emacs and
editors/emacs-devel)
- Permit default Emacs flavor to be specified in make.conf
- Rename japanese/migemo-emacs23 to japanese/migemo-emacs
- Update and simplify audio/emms and fix build on FreeBSD 10 [1]
- Update databases/bbdd and fix build on FreeBSD 10 [1]
- Update editors/emacs-devel
- Ensure Makefile shell commands that change directory are executed in a
subshell
- Silence some portlint warnings
[1] By not depending on base texinfo
PR: 225404
Reviewed by: antoine
Approved by: portmgr (mat) ashish (maintainer)
Differential Revision: https://reviews.freebsd.org/D13506
 |
Friday, 21 Oct 2016
|
12:51 mat
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
 |
Monday, 23 May 2016
|
20:35 amdmi3
Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by
default anyway and don't need to be listed
Approved by: portmgr blanket
 |
Friday, 1 Apr 2016
|
14:16 mat
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
 |
Saturday, 21 Nov 2015
|
09:37 dinoex
- bump PORTREVISION
Security: CVE-2015-8107
Security: http://www.openwall.com/lists/oss-security/2015/11/16/4
 |
Sunday, 27 Sep 2015
|
20:39 dinoex
- fix cli option "--list=defaults"
PR: 203326
Submitted by: Tatsuki Makino
 |
Thursday, 14 May 2015
|
10:15 mat
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight
 |
Sunday, 8 Mar 2015
|
10:03 dinoex
- add CPE string
PR: 198176
Submitted by: Shun
 |
Saturday, 25 Oct 2014
|
11:30 antoine
Allow stripping as a regular user
 |
Friday, 20 Jun 2014
|
11:15 amdmi3
- Switch print/libpaper to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket
 |
Wednesday, 11 Jun 2014
|
14:50 tijl
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)
 |
Monday, 5 May 2014
|
09:45 bapt
Convert all :U to :tu and :L to :tl
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)
bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore
Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier
With hat: portmgr
 |
Sunday, 30 Mar 2014
|
05:30 dinoex
- use ECHO_CMD
- fix optional symlinks
 |
Tuesday, 17 Dec 2013
|
08:02 dinoex
- use STAGEDIR
- use OPT_USE, OPT_USES, OPT_CONFIGURE_*
- update LIB_DEPENDS
 |
Saturday, 21 Sep 2013
|
11:06 dinoex
- fix misplaced NO_STAGE in slaveports and ifdefs
 |
Friday, 20 Sep 2013
|
22:44 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
print)
 |
Sunday, 15 Sep 2013
|
08:15 az
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
 |
Wednesday, 14 Aug 2013
|
22:35 ak
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
 |
Saturday, 27 Apr 2013
|
16:00 hrs
Add libpaper support to print/a2ps-*[1], print/c2ps-*, print/lprps-*,
graphics/jpeg2ps-*, and merge the papersize-suffixed versions into
single ones respectively as print/psutils did.
Approved by: dinoex (maintainer) [1]
 |
Number of commits found: 40 |