aboutsummaryrefslogtreecommitdiffstats
path: root/marshal.mk
blob: 5da83b80ec1e4bcb0a8efc3ed457f4689a048c0a (plain) (blame)
1
2
3
4
5
6
7
%.h: %.list
    ( $(GLIB_GENMARSHAL) --prefix=$(subst -,_,$*) $< --header > $@.tmp \
    && mv $@.tmp $@ ) || ( rm -f $@.tmp && exit 1 )

%.c: %.list %.h
    ( (echo "#include \"$*.h\""; $(GLIB_GENMARSHAL) --prefix=$(subst -,_,$*) $(srcdir)/$*.list --body) > $@.tmp \
    && mv $@.tmp $@ ) || ( rm -f $@.tmp && exit 1 )
f='/~lantw44/cgit/cgit.cgi/freebsd-ports-gnome/log/?h=gnome-3.24&id=cf3cd00f99a9820e7ad06d884d2a465e60da460d'>root/net-mgmt/net-snmp53
Commit message (Expand)AuthorAgeFilesLines
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-2/+2
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-3/+3
* - Upgrade to 5.2.2.kuriyama2005-11-3014-369/+133
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-2/+1
* Remove already-merged-patch.kuriyama2005-07-182-139/+0
* - Unbreak on 7-current.kuriyama2005-07-173-0/+16
* - Fix negative integers on 64bit platforms [1].kuriyama2005-07-134-52/+159
* don't install perl stuff when WITHOUT_PERL is set - even when perl is installedoliver2005-05-281-2/+5
* Fix the problem which cannot get ifPhysAddress value.kuriyama2005-04-072-1/+294
* (1) Fix memory leak by connections from <UNKNOWN>.kuriyama2005-03-223-3/+59
* - Remove 0 sized patchfile.kuriyama2005-02-051-0/+0
* - Update to 5.2.1.kuriyama2005-01-2632-24/+358
* Update maintainer's note to record ports which should be bumped afterkuriyama2004-12-091-1/+1
* - Add missing patch files in previos commitkuriyama2004-12-085-0/+47
* Remove empty patches.krion2004-12-062-0/+0
* - Upgrade to 5.2.kuriyama2004-11-2914-145/+209
* Fix build on 6-current.kuriyama2004-09-053-1/+3
* Unbreak on 6-current.kuriyama2004-08-312-0/+15
* Remove NO_LATEST_LINK.kuriyama2004-08-311-1/+0
* Add a hack to unbreak on releng4.kuriyama2004-08-111-29/+32
* - Upgrade to 5.1.2.kuriyama2004-08-1116-432/+659
* Update to follow new rc.d/localpkg order.kuriyama2004-07-273-5/+5
* Add patch_depends on libttol.kuriyama2004-06-241-0/+1
* o Try to use modern autotools.kuriyama2004-06-234-70/+42
* INSTALL[<space><tab>] fix.kuriyama2004-06-141-1/+1
* Unbreak on 5.0.kuriyama2004-05-141-4/+4
* Prevent error in snmpconf script with recent perl.kuriyama2004-05-122-2/+11
* Add mbuf cluster statistics.kuriyama2004-05-053-83/+97
* Restore mbuf statistics support on recent 5.x.kuriyama2004-05-042-12/+180
* Don't remove a directory we didn't installkris2004-04-191-1/+0
* Fix tcp.tcpCurrEstab.0 counting.kuriyama2004-04-142-10/+31
* Fix incorrect message about WITHOUT_IPV6.kuriyama2004-04-051-1/+1
* Upgrade to 5.1.1.kuriyama2004-04-038-65/+43
* Remove empty file.kuriyama2004-03-201-0/+0
* SIZEify.kuriyama2004-03-181-0/+1
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1
* o More $REINPLACE_CMD'ify.kuriyama2004-03-121-5/+5
* o Fix on 4.x.kuriyama2004-03-111-6/+2
* Mark broken for 4.x for the time being.kuriyama2004-03-111-0/+4
* Various fixes / improvements.kuriyama2004-03-1019-246/+717
* Avoid "kvm_read: Bad address" error.kuriyama2004-02-292-1/+11
* Say hello to the new "net-mgmt" category. There are probably morewollman2004-02-231-2/+2
* Add an extra flag, WITH_INETADDRESS_HACK. Enabling this flag for build willbms2004-01-032-0/+140
* Fix parsing when "file <filename>" directive is used in snmpd.confkuriyama2003-12-262-0/+25
* Fix plist.kuriyama2003-12-213-7/+23
* Unbreak on 4-stable (actually gcc-2.95).kuriyama2003-11-181-4/+12
* o Upgrade to 5.1 (bump shlib major to 6, use autoconf257).kuriyama2003-11-1812-102/+225
* o Replace spaces with tab to make portlint happy.kuriyama2003-11-121-13/+14
* o Add WITHOUT_PERL knob (and unbreak at unusual variable situation).kuriyama2003-10-313-46/+58
* Ues USE_RC_SUBR knob.kuriyama2003-09-121-7/+1
* Upgrade to 5.0.9.kuriyama2003-09-063-32/+40
* o Move perllocal.pod tweak from post-configure to post-build.kuriyama2003-08-233-2/+14
* o Fix not to define "freebsd[234]" definition on freebsd5 environment.kuriyama2003-08-165-19/+118
* libtool uber-patchade2003-06-272-5/+7
* Installs perl modules.kuriyama2003-04-222-0/+52
* Upgrade to 5.0.8.kuriyama2003-03-299-83/+65
* de-pkg-comment.kuriyama2003-02-222-1/+1
* Unbreak after __FreeBSD_version >= 500101.kuriyama2003-02-202-0/+29
* Half of these ones missed yesterday while converting to USE_REINPLACE.edwin2002-11-051-0/+1
* PERL -> REINPLACEedwin2002-11-041-1/+3
* Upgrade to 5.0.6.kuriyama2002-10-067-16/+37
* HEADS UP: After this commit, snmpd is not enabled by default.kuriyama2002-09-174-9/+60
* Add a patch to show enterprises.ucdavis.dskTable.dskEntry.dskPercentNodekuriyama2002-08-292-0/+33
* Upgrade to 5.0.3.kuriyama2002-08-034-15/+7
* Fix enumeration after interface without address.kuriyama2002-07-292-1/+17
* o Fix string representation of IPv6 address for libwrap's addresskuriyama2002-07-254-0/+74
* Upgrade to 5.0.2.kuriyama2002-07-226-65/+42
* Fix plist.kuriyama2002-07-062-3/+3
* Fix breakage on latest -current.kuriyama2002-06-241-4/+57
* Don't chmod to 644 directories.kuriyama2002-06-241-5/+5
* (1) Support IPv6 transport.kuriyama2002-05-252-2/+9
* Link with libkvm explicitly to unbreak build on 4-stable.kuriyama2002-05-171-1/+1
* Upgrade to 5.0.1.kuriyama2002-05-1510-188/+264
* Upgrade to 4.2.5.kuriyama2002-05-072-3/+2
* I've mistaken the treatment of --with-mib-modules configure argumentkuriyama2002-04-101-5/+3
* Upgrade to 4.2.4.kuriyama2002-04-0911-147/+39
* kuriyama-san has been doing a much better job at maintaining this thenbillf2002-04-041-1/+1
* Use tab instead of space.kuriyama2002-04-041-1/+1
* Remove tkmib from installation.kuriyama2002-04-044-9/+12
* Fix MASTER_SITES.kuriyama2002-03-251-1/+1
* Make this port $PREFIX clean.kuriyama2002-03-222-4/+7
* Return correct memory size when over 2G.kuriyama2002-03-072-1/+12
* Add TCP Wrappers support.anders2002-02-251-1/+2
* o Add WITH_SNMP_DISKIO knob to collect diskio statistics (will turn on bykuriyama2002-02-154-0/+59
* Update 4.2.1 -> 4.2.3nectar2002-01-225-9/+58
* First round of auto* cleanups:will2002-01-061-1/+1
* Handle mbuf statistics going away temporarily aroundfenner2001-10-151-0/+39
* fix spelling errorbillf2001-08-101-1/+1
* Upgrade to 4.2.1.kuriyama2001-05-108-329/+15
* Treat shlib number and libtool as our way.kuriyama2001-02-083-7/+20
* Add work around not to dumps core to access host resources.kuriyama2001-02-021-8/+12
* Revert $PORTNAME change.kuriyama2001-02-021-2/+1
* Oops, changing PORTNAME may affect DISTNAME...kuriyama2001-02-021-0/+1
* Change port name to net-snmp.kuriyama2001-02-022-1/+306
* Upgrade to version 4.2billf2001-01-1811-79/+133
* ucd-snmp renamed itself to net-snmp and now uses sourceforge. reflectbillf2001-01-182-15/+11
* From the submitter:billf2000-12-311-2/+18