notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

non port: comms/gnokii/Makefile

Number of commits found: 133 (showing only 100 on this page)

1 | 2  »  

Friday, 1 Mar 2024
23:38 Guido Falsi (madpilot) search for other commits by this committer
comms/gnokii: Move man pages to share/man.
commit hash: 06e7a26cc7676b9b42fa9bb4d31bb55d24891153 commit hash: 06e7a26cc7676b9b42fa9bb4d31bb55d24891153 commit hash: 06e7a26cc7676b9b42fa9bb4d31bb55d24891153 commit hash: 06e7a26cc7676b9b42fa9bb4d31bb55d24891153 06e7a26
Friday, 29 Dec 2023
18:24 Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Refactor with IGNORE_WITH_MYSQL

- There are multiple ports which has MYSQL options and are non-DEFAULT.
  Most of the time committers actually forget to check with the OPTION
  enabled and in some cases they are BROKEN with newr versions of mysql.
  So test with different versions of mysql and mark IGNOPRE_WITH_MYSQL
  appropriately. Due to the EOL of 5.7 this has not been checked.
- Unbreak sysutils/cfengine* with MySQL 8.0 and later
- The primary purpose of running this check is having statistics of the
  MySQL usability over MariaDB to explore the future possibility of
  shifting to MariaDB as the default as major ports upstream have moved
  their codebase to support MariaDB over MySQL.
- The following actions will also be taken after the sunset of MySQL 5.7
  If a port is broken on all instances of MySQL/MariaDB:
  - If a port has the option of multiple DB backends and MySQL is the
    default then the DEFAULT will be changed to PGSQL/SQLITE before
    2024Q1. And the OPTION will be removed before 2024Q2. If a
    MAINTAINER is aware about such cases and want to prefer PGSQL over
    SQLITE or vice versa please do so at your own accord. Otherwise
    PGSQL will be preferred over SQLITE.
  - If a port has the option of multiple DB backends and MySQL is not
    the default then the the OPTION will be removed before 2024Q1.

Approved by:	portmgr (blanket)
commit hash: ee6c86aea577dec2643f6a9915033feda7f67e26 commit hash: ee6c86aea577dec2643f6a9915033feda7f67e26 commit hash: ee6c86aea577dec2643f6a9915033feda7f67e26 commit hash: ee6c86aea577dec2643f6a9915033feda7f67e26 ee6c86a
Thursday, 2 Mar 2023
05:23 Tobias C. Berner (tcberner) search for other commits by this committer
accessibility/at-spi2-core: update to 2.46.0

What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
  interface.

What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
  events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).

What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments.
* xml: Add some missing DeviceEventController methods.
* Bind the AT-SPI bus to the graphical session.
* Mark bus service as belonging to the session slice.
* Add ATSPI_ROLE_PUSH_BUTTON_MENU.
* Add an "announcement" event/signal to allow objects to send
  notifications (!63).
* Various code clean-ups and test improvements.

What's new in at-spi2-core 2.45.1:
* Atk and at-spi2-atk are now merged into this project.
* Now requires meson 0.56.2 and glib 2.67.4.
* at-spi2-atk: Expose the accessible hierarchy via dbus introspection.
* Properly escape the AT-SPI bus address; fixes warnings about the address
  not containing a colon (!55).
* Add a text value to AtspiValue, so that a value can expose a textual
  description, as in the new Atk value API.
* Add atspi_event_listener_register_with_app, to allow an event listener
  to be registered only for a given application (!52).

- accessibility/atk and accessibility/at-spi2-atk have been merged into
  accessibility/at-spi2-core

- accessibility/at-spi2-core: bump consumers of removed ports atk and
at-spi2-atk

PR:		269704
Exp-run by:	antoine
---
commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 fa81a4f
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 27 Jul 2022
20:34 Guido Falsi (madpilot) search for other commits by this committer
comms/gnokii: Remove unneeded shebangfix file.

Correct small mistake that slipped in in previous commit.

Fixes:		3109e75af713dfba3e429ee56d688e4a18141279
commit hash: 3ee016f83171883fa8224c42236442387aff6017 commit hash: 3ee016f83171883fa8224c42236442387aff6017 commit hash: 3ee016f83171883fa8224c42236442387aff6017 commit hash: 3ee016f83171883fa8224c42236442387aff6017 3ee016f
20:30 Guido Falsi (madpilot) search for other commits by this committer
comms/gnokii: Cleanup and modernize port

- Remove pkg-install, all it was doing is now done from pkg-plist [1]
- Fix sendsms script to work with sh
- Use shebangfix in place of REINPLACE_CMD
- Remove unneeded REINPLACE_CMDs
- Remove bogus SMSDDB option, and use OPTIONS_GROUP in place of OPTIONS_MULTI
- Remove duplicate "gnome" from X11_USES (already in global USES)
- Add missing dependency on harfbuzz when X11 is enabled
- Remove unneeded "-p" from ${MKDIR}
- Delete an old, unused, patch file

Reported by:	bapt [1]
commit hash: ca17004b6d80a6dc5b2e4352bfd0f5a957ba4616 commit hash: ca17004b6d80a6dc5b2e4352bfd0f5a957ba4616 commit hash: ca17004b6d80a6dc5b2e4352bfd0f5a957ba4616 commit hash: ca17004b6d80a6dc5b2e4352bfd0f5a957ba4616 ca17004
Wednesday, 20 Jul 2022
14:21 Tobias C. Berner (tcberner) search for other commits by this committer
comms: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  'Big Bad Bob' Frazier <bobf@mrp3.com>
  *  <mr@freebsd.org>
  *  Alex Samorukov <samm@freebsd.org>
  *  Alexander Logvinov <ports@logvinov.com>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Anders Nordby <anders@FreeBSD.org>
  *  Andreas Klemm <andreas@klemm.gtn.com>
  *  Andrew Dolgov <fox@furry.spb.ru>
  *  Andrey Lykhin <lan31@inbox.ru>
  *  Anton Voronin <anton@urc.ac.ru>
  *  Brandon S. Allbery KF8NH <allbery@ece.cmu.edu>
  *  Brian Dean <bsd@FreeBSD.org>
  *  Bruce Cran <bruce@cran.org.uk>
  *  Carl Makin <carl@stagecraft.cx>
  *  Darren <igla@batterybackups.net>
  *  David
  *  David O'Brien <obrien@cs.ucdavis.edu>
  *  David Thiel <lx@redundancy.redundancy.org>
  *  Denis Shaposhnikov <dsh@vlink.ru>
  *  Devon H. O'Dell <devon.odell@coyotepoint.com>
  *  Diane Bruce <db@db.net>
  *  Douglas K. Rand <rand@meridian-enviro.com>
  *  Edward Tomasz Napierala <trasz@FreeBSD.org>
  *  Emanuel Haupt <ehaupt@FreeBSD.org>
  *  Felix Palmen <felix@palmen-it.de>
  *  Frank Steinborn <steinex@nognu.de>
  *  Ganael Laplanche <ganael.laplanche@martymac.org>
  *  George Reid <greid@ukug.uk.freebsd.org>
  *  Hye-Shik Chang <perky@fallin.lv>
  *  Janos.Mohacsi@bsd.hu
  *  Jean-Baptiste Quenot <jb.quenot@caraldi.com>
  *  Jeffrey Baitis <jeff@baitis.net>
  *  Johan Strom <johan@stromnet.se>
  *  Johan Strom <johna@stromnet.se>
  *  Jui-Nan Lin <jnlin@freebsd.cs.nctu.edu.tw>
  *  Julian Stacey <jhs@FreeBSD.org>
  *  Kirill Bezzubets <kirill@solaris.ru>
  *  MITA Yoshio <mita@FreeBSD.org>
  *  Markus Brueffer <markus@FreeBSD.org>
  *  Martin Matuska <mm@FreeBSD.org>
  *  Martin Wilke <miwi@FreeBSD.org>
  *  Masafumi NAKANE <max@FreeBSD.org>
  *  Matt Dawson <matt@mattsnetwork.co.uk>
  *  Maxim Sobolev <sobomax@FreeBSD.org>
  *  Michael Reifenberger (mike@Reifenberger.com)
  *  Mike Heffner <mikeh@FreeBSD.org>
  *  Nick Sayer <nsayer@FreeBSD.org>
  *  Nicole Reid <root@cooltrainer.org>
  *  Olivier Cochard-Labbe <olivier@FreeBSD.org>
  *  Patrick Gardella <patrick@FreeBSD.org>
  *  Paul Traina <pst@FreeBSD.org>
  *  Pav Lucistnik <pav@FreeBSD.org>
  *  Rick Elrod <codeblock@eighthbit.net>
  *  Rodrigo Osorio <rodrigo@FreeBSD.org>
  *  Sebastian Yepes <esn@x123.info>
  *  Staffan Ulfberg <staffanu@multivac.fatburen.org>
  *  Stephen Hurd <shurd@FreeBSD.org>
  *  Steve Woodford <scw@netbsd.hut.fi>
  *  Steven Kreuzer <skreuzer@FreeBSD.org>
  *  Sunry Chen <sunrychen@gmail.com>
  *  Søren Straarup <xride@x12.dk>
  *  Tony Shadwick <tshadwick@oss-solutions.com>
  *  Tsung-Han Yeh <snowfly@yuntech.edu.tw>
  *  Vladimir Grebenschikov
  *  Vladimir Kondratyev <wulf@FreeBSD.org>
  *  db
  *  dirkx@webweaving.org
  *  dom@happygiraffe.net
  *  elbarto@ArcadeBSD.org
  *  hm
  *  jmz
  *  joes@seaport.net
  *  lambert@lambertfam.org
  *  nox@FreeBSD.org
  *  obrien@cs.ucdavis.edu
  *  rkw
  *  shurd
  *  shurd@FreeBSD.org
  *  wlloyd@slap.net
  * //www.tomek.cedro.info)

With hat:	portmgr
commit hash: 258a98847ee4f106a2eed7fade8197d0a987d592 commit hash: 258a98847ee4f106a2eed7fade8197d0a987d592 commit hash: 258a98847ee4f106a2eed7fade8197d0a987d592 commit hash: 258a98847ee4f106a2eed7fade8197d0a987d592 258a9884
Friday, 29 Oct 2021
09:50 Stefan Eßer (se) search for other commits by this committer
*/*: Remove redundant '-[0-9]*' from CONFLICTS

The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").

Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".

Approved by:	portmgr (blanket)
commit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08a commit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08a commit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08a commit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08a 819f25b
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Friday, 8 Nov 2019
09:31 tobik search for other commits by this committer
c*: Add missing USES={gnome,php,sdl,xorg}
Original commitRevision:517041 
Thursday, 7 Nov 2019
20:20 zeising search for other commits by this committer
Sprinkle more USES=xorg
Original commitRevision:517008 
Tuesday, 9 Apr 2019
14:04 sunpoet search for other commits by this committer
Update devel/readline to 8.0

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://tiswww.case.edu/php/chet/readline/CHANGES
PR:		236156
Exp-run by:	antoine
Original commitRevision:498476 
Tuesday, 20 Mar 2018
02:54 truckman search for other commits by this committer
Bump PORTREVISION on ports depending on devel/libical.

PR:		226460
Original commitRevision:465061 
Friday, 13 Oct 2017
14:19 bapt search for other commits by this committer
Cleanup dead MASTER_SITES
Original commitRevision:452001 
Sunday, 9 Jul 2017
12:50 madpilot search for other commits by this committer
- Modernize port by fully using OPTION helpers and OPTION targets
- Convert to USES=localbase
- Patch sample script shebang to reference sh instead of bash
- Fix staging and packaging problems when not using default options
- Add missing dependencies reported by poudriere stage-qa
- Strip installed libraries
Original commitRevision:445404 
Wednesday, 3 May 2017
17:09 pawel search for other commits by this committer
- Update devel/libical to version 2.0
- Bump PORTREVISION in all consumers
- mail/claws-mail-vcalendar now builds, remove IGNORE
- Mark devel/libical-glib as BROKEN

Release Highlights
    WARNING: Version 2 IS NOT Binary Compatible with Older Versions
    Version 2 is Source Compatible with Older Versions
    Lots of source code scrubbing
    [New] RSCALE support (requires libicu from http://www.icu-project.org)
    [New] CalDAV attachment support (draft-daboo-caldav-attachments)
    [New] Resurrect the Berkeley DB storage support
    [Bug] issue83: Incorrect recurrence generation for weekly pattern
    Handle RRULEs better
    Handle threading better

PR:		218711
Submitted by:	myself
Approved by:	maintainer timeout
Original commitRevision:440024 
Thursday, 8 Dec 2016
19:52 tijl search for other commits by this committer
Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
Original commitRevision:428152 
Tuesday, 26 Apr 2016
21:13 madpilot search for other commits by this committer
Convert to USES=mysql
Original commitRevision:414078 
Friday, 1 Apr 2016
13:29 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412344 
Monday, 15 Jun 2015
14:36 madpilot search for other commits by this committer
- Fix configure when both X11 and SMSD options are off [1]
  (this port always requires glib20)
- While here regenerate patches to silence portlint warnings

Reporterd by:	Marc van Houtum <marc at dutchsecurity.net> (by email) [1]
Original commitRevision:389710 
Tuesday, 24 Mar 2015
23:45 marino search for other commits by this committer
2 ports categories: Remove $PTHREAD_LIBS

Categories: net-p2p, comms

Note that qrq was not properly staged, it failed stage-QA.
aprsd failed check-plist; it had a plist orphan.  Now it fails stage-QA
with a fs violation, but it may be acceptable.  Fixes added to both.

approved by:	PTHREAD blanket
Original commitRevision:382189 
Friday, 27 Jun 2014
17:21 miwi search for other commits by this committer
- Chase database/sqlite3 slib bump

Approved by:	portmgr (myself)
Original commitRevision:359586 
Tuesday, 24 Jun 2014
22:23 bapt search for other commits by this committer
Use MAKE_CMD instead of GMAKE
Original commitRevision:359146 
Wednesday, 11 Jun 2014
14:50 tijl search for other commits by this committer
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)
Original commitRevision:357486 
Saturday, 10 May 2014
19:47 madpilot search for other commits by this committer
Fix pkg-install, forgotten in previous commit.
Original commitRevision:353600 
18:56 madpilot search for other commits by this committer
- Add USES=libtool
- Don't install .la files
Original commitRevision:353597 
Wednesday, 7 May 2014
23:37 bapt search for other commits by this committer
Convert to USES=pgsql
Original commitRevision:353226 
Monday, 17 Mar 2014
08:37 madpilot search for other commits by this committer
Convert to new USES=tar
Original commitRevision:348449 
Sunday, 12 Jan 2014
19:48 kwm search for other commits by this committer
Update to 1.0.

Update Comment
Add LICENSE blob.
Stagify.
Original commitRevision:339537 
Wednesday, 11 Dec 2013
15:10 bapt search for other commits by this committer
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in comms
Original commitRevision:336176 
Sunday, 29 Sep 2013
10:46 madpilot search for other commits by this committer
- Support staging
- Convert to new LIB_DEPENDS format
- Use options helpers
Original commitRevision:328668 
Friday, 20 Sep 2013
16:03 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
comms)
Original commitRevision:327714 
Monday, 2 Sep 2013
21:04 bapt search for other commits by this committer
Add an explicit dependency on pkgconf
Original commitRevision:326089 
Wednesday, 14 Aug 2013
13:00 madpilot search for other commits by this committer
- Add patch to avoid a bus error while starting the software.

Many thanks to the Mike Bernard for reporting and helping me debug
this problem.

While here remove obsolete MAKE_JOBS_SFE flag

Reported by:	Mike Barnard Kwatampora <mike.barnardq@gmail.com>
Original commitRevision:324715 
Monday, 8 Jul 2013
18:44 madpilot search for other commits by this committer
Convert the ports I maintain to USES=gmake.
Original commitRevision:322531 
Monday, 29 Apr 2013
16:43 rene search for other commits by this committer
In preparation of removing devel/libusb (expires 2013-04-30), remove it
from these ports.

Other changes:
- convert Makefile header
- convert to optionsNG
- remove indefinite article from comment
- drop support for FreeBSD < 8.0
- pet portlint (leave library ABI versions in LIB_DEPENDS)
- net-mgmt/spectools: change option name from GTK to GTK2 to use default
  description from bsd.options.desc.mk

Approved by:	portmgr (bapt)
Original commitRevision:316831 
Wednesday, 24 Apr 2013
18:10 ak search for other commits by this committer
- Convert USE_GETTEXT to USES (part 3)

Approved by:	portmgr (bapt)
Original commitRevision:316464 
Sunday, 30 Dec 2012
05:14 mezz search for other commits by this committer
-Update devel/libical to 0.48.
-Update the header
-OPTIONSng
-Use the ltverhack to correct the shared library version (44 -> 0).

Bump the rest ports that depend on devel/libical because of shared library
version has been changed. Document the update in UPDATING.

PR:		ports/173540
Remind by:	Marcin Cieslak <saper@saper.info>
Original commitRevision:309647 
Monday, 10 Dec 2012
20:39 madpilot search for other commits by this committer
Trim Makefile headers for ports I maintain.
Original commitRevision:308635 
Saturday, 30 Jun 2012
14:48 az search for other commits by this committer
- Remove SITE_PERL from *_DEPENDS

Approved by: portmgr@ (bapt@)
Original commit
Saturday, 9 Jun 2012
11:02 madpilot search for other commits by this committer
- Use new options framework "MULTI" feature.

Approved by:    crees, tabthorpe (mentors, implicit)
Original commit
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Thursday, 31 May 2012
21:12 madpilot search for other commits by this committer
- Convert to new options framework
- Remove uneeded double quotes
- While here fix various portlint warnings
- Indent make conditionals and loop

Approved by:    Boris Samorodov <bsam@FreeBSD.org> (net/unison-nox11 maintainer)
Approved by:    Matthias Andree <mandree@FreeBSD.org> (implicit, net/unison232
maintainer)
Approved by:    tabthorpe (mentor)
Original commit
Saturday, 14 Apr 2012
18:45 madpilot search for other commits by this committer
Change to my FreeBSD.org email address.

Approved by:    crees (mentor)
Original commit
Saturday, 10 Dec 2011
16:46 zi search for other commits by this committer
- Update to 0.6.31

PR:             ports/163158
Submitted by:   Guido Falsi <mad@madpilot.net> (maintainer)
Feature safe:   yes
Original commit
Friday, 23 Sep 2011
22:26 amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- 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
Original commit
Thursday, 14 Jul 2011
14:38 arved search for other commits by this committer
Fix build with clang

PR:             158660
Submitted by:   maintainer
Original commit
Monday, 6 Jun 2011
19:27 rene search for other commits by this committer
Change this port to use the GROUPS variable

PR:             ports/157545
Submitted by:   Chris Rees [utisoft gmail com]
Approved by:    maintainer
Original commit
Wednesday, 26 Jan 2011
13:47 beat search for other commits by this committer
- Update to 0.6.30
- Add LICENSE information
- Add SQLite support option
- Remove MD5 checksum

PR:             ports/154303
Submitted by:   Guido Falsi <mad AT madpilot.net> (maintainer)
Feature safe:   yes
Original commit
Monday, 31 May 2010
02:01 ade search for other commits by this committer
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
Original commit
Saturday, 22 May 2010
05:56 marcus search for other commits by this committer
Update libical to 0.44.
Original commit
Monday, 10 May 2010
06:15 miwi search for other commits by this committer
- Update to 0.6.29

PR:             146129
Submitted by:   Guido Falsi <mad@madpilot.net> (maintainer)
Original commit
Sunday, 28 Mar 2010
06:47 dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Original commit
Friday, 5 Feb 2010
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Thursday, 14 Jan 2010
17:50 amdmi3 search for other commits by this committer
- Add missing dependency on intltool
- While here, fix handling of manpage which is installed unconditionally
(approved by maintainer)

PR:             142834
Submitted by:   Guido Falsi <mad@madpilot.net> (maintainer)
Reported by:    Ebbe Hjorth <info at ebbehjorth.dk>
Original commit
Friday, 11 Sep 2009
12:46 arved search for other commits by this committer
Update to 0.6.28

PR:             138674
Submitted by:   maintainer
Original commit
Friday, 31 Jul 2009
13:57 dinoex search for other commits by this committer
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
Original commit
Saturday, 6 Jun 2009
17:06 itetcu search for other commits by this committer
Fix build with custom LOCALBASE.

Submitted by:   maintainer
Reported by:    QATty
Original commit
Friday, 10 Apr 2009
05:56 marcus search for other commits by this committer
Presenting GNOME 2.26 for FreeBSD.  See
http://library.gnome.org/misc/release-notes/2.26/ for a list of what's new.
On the FreeBSD front, we introduced a port of libxul 1.9 as an alternative
for Firefox 2.0 as a Gecko provider.  Almost all of the Gecko consumers
can make use of this provider by setting:

WITH_GECKO=libxul

The GNOME 2.26 port was done by ahze, kwm, marcus, and mezz with
contributions by Joseph S. Atkinson, Peter Wemm, Eric L. Chen,
Martin Matuska, Craig Butler, and Pawel Worach.
Original commit
Thursday, 26 Mar 2009
15:09 miwi search for other commits by this committer
- Mark MAKE_JOBS_SAFE for SMP compilation

PR:             133067
Submitted by:   Guido Falsi <mad@madpilot.net> (maintainer)
Original commit
Monday, 9 Mar 2009
17:15 stas search for other commits by this committer
- Chase libusb20 rename in r189585.
- Mark sane-backends broken on current due to changes
  in USB stack.

Reviewed by:    thompsa (old version), miwi
Tested by:      miwi
Original commit
Wednesday, 4 Feb 2009
07:56 pgollucci search for other commits by this committer
- A function in gnokii happens to use strndup() which is implemented
    only in 8.0, so revert it to a simple strdup().

PR:             ports/131350
Reported by:    ledondo2000 at gmail.com
Submitted by:   Guido Falsi <mad@madpilot.net>  (maintainer)
Original commit
Sunday, 11 Jan 2009
17:40 miwi search for other commits by this committer
- Update to 0.6.27

PR:             128589
Submitted by:   Guido Falsi <mad@madpilot.net> (maintainer)
Original commit
Sunday, 4 Jan 2009
14:08 makc search for other commits by this committer
Chase devel/libical update

Approved by:    miwi (mentor)
Original commit
Friday, 14 Nov 2008
10:27 pav search for other commits by this committer
- Register conflicts between gnokii, smstools and sendsms

Reported by:    ganbold of EFnet
Original commit
Thursday, 21 Aug 2008
06:18 rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:             126524 (obsoletes 52917)
Submitted by:   rafan
Tested on:      two pointyhat 7-amd64 exp runs (by pav)
Approved by:    portmgr (pav)
Original commit
Sunday, 27 Jul 2008
20:25 danfe search for other commits by this committer
- Bring Makefile header to canonical form (reindent and augment)
- Manual pages are not subject to NOPORTDOCS filtering, fix this
- Handle pkg-message word expansion in a preferred manner
- Convert to use OPTIONS
- Simplify and cleanup Makefile
- Explicit glib20 dependency is useless in X11 case (implied by gtk20)
- Drop libgnome dependency, xgnokii does not link with it per what I see
- Drop RUN_DEPENDS introduced in rev. 1.68, as it is bogus (port does not
  install any perl bits) [*]
- Trim overly long INSTALL statements

Approved by:    maintainer
Pointy hat to:  miwi [*]
Original commit
Monday, 14 Jul 2008
07:42 rafan search for other commits by this committer
- Fix build and install when CONFIGURE_TARGET is prepended to executable files
[1]
- Add missing dependency on glib2 [2]
- gettext is required by configure unconditionally, so remove WITHOUT_NLS [3]

PR:             ports/125509
Reported by:    Carsten Jonstrup <carsten.jonstrup at gmail.com> and
                Alastair Watts <awatts at pett.com.au> [1],
                Alastair Watts <awatts at pett.com.au> [2],
                rafan [3]
Submitted by:   Guido Falsi <mad at madpilot.net> (maintainer)
Approved by:    Guido Falsi <mad at madpilot.net> (maintainer)
Original commit
Monday, 7 Jul 2008
13:43 miwi search for other commits by this committer
- Add missing textproc/p5-XML-Parser dependency.

PR:             125361
Submitted by:   Guido Falsi <mad@madpilot.net> (maintainer)
Original commit
Thursday, 12 Jun 2008
14:45 pav search for other commits by this committer
- Update to 0.6.26

PR:             ports/124305
Submitted by:   Guido Falsi <mad@madpilot.net> (maintainer)
Original commit
Friday, 6 Jun 2008
13:15 edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

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)
Original commit
Saturday, 19 Apr 2008
17:56 miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- 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)
Original commit
Tuesday, 18 Mar 2008
06:34 rafan search for other commits by this committer
- Fix build

Reported by:    pointyhat via pav
Submitted by:   Scot Hetzel <swhetzel at gmail.com>
Original commit
Sunday, 16 Mar 2008
09:11 rafan search for other commits by this committer
- Fix automatic dependencies

PR:             ports/121687
Submitted by:   Scot Hetzel <swhetzel at gmail.com>
Approved by:    Guido Falsi <mad at madpilot.net> (maintainer)
Original commit
Saturday, 16 Feb 2008
16:36 pav search for other commits by this committer
- Fix fetch

Reported by:    pointyhat
Original commit
Friday, 14 Dec 2007
22:04 pav search for other commits by this committer
- Update to 0.6.22

PR:             ports/118692
Submitted by:   Guido Falsi <mad@madpilot.net> (maintainer)
Original commit
Tuesday, 11 Dec 2007
21:15 lioux search for other commits by this committer
o Fix: correctly detect and use devel/libusb
o Add WITH_USB knob

PR:             118070
Approved by:    maintainer
Original commit
Thursday, 26 Jul 2007
20:17 miwi search for other commits by this committer
- Update to 0.6.18

PR:             114914
Submitted by:   Guido Falsi <mad@madpilot.net> (maintainer)
Original commit
Wednesday, 27 Jun 2007
14:07 pav search for other commits by this committer
- Update to 0.6.17

PR:             ports/113926
Submitted by:   Guido Falsi <mad@madpilot.net> (maintainer)
Original commit
Saturday, 19 May 2007
20:32 flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Original commit
Monday, 23 Apr 2007
06:56 miwi search for other commits by this committer
- Drop 4.X gruft.

PR:             111942
Submitted by:   Marcelo Araujo <araujo@bsdmail.org>
Approved by:    maintainer
Original commit
Wednesday, 6 Sep 2006
08:02 rafan search for other commits by this committer
- Update to 0.6.14

PR:             ports/102918
Submitted by:   Guido Falsi <mad at madpilot.net> (maintainer)
Original commit
Sunday, 9 Apr 2006
17:16 ehaupt search for other commits by this committer
Update to 0.6.12 and make it fetchable again.

PR:             95340
Submitted by:   self
Approved by:    Guido Falsi <mad@madpilot.net> (maintainer)
Original commit
Tuesday, 7 Mar 2006
08:28 ade search for other commits by this committer
Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.

Discussed with: kris
Approved by:    portmgr (implicit)
Original commit
Wednesday, 30 Nov 2005
00:53 lawrance search for other commits by this committer
Fix build when WITH_SMSD and WITH_PGSQL are defined (cause was a malformed
sed command).

PR:             ports/89422
Submitted by:   Scot W. Hetzel <swhetzel@gmail.com>
Approved by:    Guido Falsi <mad@madpilot.net> (maintainer)
Original commit
Sunday, 13 Nov 2005
18:28 mnag search for other commits by this committer
Update to 0.6.10
Add SHA256

PR:             88921
Submitted by:   Guido Falsi <mad@madpilot.net> (maintainer)
Original commit
Saturday, 5 Nov 2005
05:22 marcus search for other commits by this committer
Bump PORTREVISION to chase the glib20 shared library update.
Original commit
Sunday, 28 Aug 2005
13:25 lawrance search for other commits by this committer
Update to 0.6.8

PR:             ports/84641
Submitted by:   Guido Falsi <mad@madpilot.net> (maintainer)
Original commit
Thursday, 19 May 2005
15:36 pav search for other commits by this committer
- Update to 0.6.7

PR:             ports/81198
Submitted by:   Guido Falsi <mad@madpilot.net> (maintainer)
Original commit
Friday, 13 May 2005
08:26 pav search for other commits by this committer
- Update MASTER_SITES, website reorganized

Reported by:    krismail
Original commit
Thursday, 5 May 2005
14:09 pav search for other commits by this committer
- Update to 0.6.5

PR:             ports/80631
Submitted by:   Guido Falsi <mad@madpilot.net> (maintainer)
Original commit
Monday, 31 Jan 2005
00:35 girgen search for other commits by this committer
Split the postgresql ports into a server and a client part.

All ports depending on postgresql shall use the USE_PGSQL=yes knob
defined in Mk/bsd.ports.mk. Bumping portrevisions where needed.

PR:             75344
Approved by:    portmgr@ (kris), ade & sean (mentors)
Original commit
Tuesday, 28 Dec 2004
20:52 pav search for other commits by this committer
- Add optional knob for libical

PR:             ports/75442
Submitted by:   Guido Falsi <mad@madpilot.net> (maintainer)
Requested by:   Sven Berkvens-Matthijsse <sven@berkvens.net>
Original commit
Tuesday, 26 Oct 2004
01:35 edwin search for other commits by this committer
[maintainer update] comms/gnokii update to 0.6.4

        upgrade to 0.6.4 just released. Added a knob tolink smsd to glib2.
        minor changes to the messages regarding smsd in pre-fetch.

PR:             ports/72929
Submitted by:   Guido Falsi <mad@madpilot.net>
Original commit
Sunday, 11 Jul 2004
10:51 krion search for other commits by this committer
Support WITHOUT_NLS
Original commit
Thursday, 8 Jul 2004
12:19 krion search for other commits by this committer
Update to 0.6.3

PR:             ports/68812
Submitted by:   maintainer
Original commit
Sunday, 2 May 2004
23:24 pav search for other commits by this committer
- Fix pkg-message processing for people whom ${PKGDIR} != ${.CURDIR}

PR:             ports/66183
Submitted by:   Palle Girgensohn <girgen@pingpong.net>
Original commit
11:52 pav search for other commits by this committer
- Fix dependencies in WITHOUT_X11 case

PR:             ports/66097
Submitted by:   Guido Falsi <mad@madpilot.net> (maintainer)
Original commit
Wednesday, 21 Apr 2004
20:37 krion search for other commits by this committer
- Fix build on 4-x

Approved by:    marcus (portmgr)
Original commit
Sunday, 18 Apr 2004
06:12 krion search for other commits by this committer
- Fix build on 4-x
Original commit

Number of commits found: 133 (showing only 100 on this page)

1 | 2  »